Search Criteria
Package Details: google-drive-ocamlfuse 0.7.32-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-drive-ocamlfuse.git (read-only, click to copy) |
---|---|
Package Base: | google-drive-ocamlfuse |
Description: | FUSE-based file system backed by Google Drive, written in OCaml |
Upstream URL: | https://astrada.github.io/google-drive-ocamlfuse/ |
Keywords: | drive fuse google ocaml |
Licenses: | MIT |
Submitter: | mlq |
Maintainer: | pricechrispy |
Last Packager: | pricechrispy |
Votes: | 62 |
Popularity: | 0.000015 |
First Submitted: | 2013-10-14 21:44 (UTC) |
Last Updated: | 2024-03-25 01:51 (UTC) |
Dependencies (9)
- gapi-ocamlAUR
- ocaml
- ocaml-extlibAUR
- ocaml-findlib
- ocaml-sqlite3AUR
- ocamlfuseAUR
- tiny_httpdAUR
- dune (make)
- ocaml-ounitAUR (make)
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 .. 21 Next › Last »
jordanoff83 commented on 2017-09-30 15:15 (UTC)
It works! The sugestion of pricechrispy did the work and package is installed successfuly!
radek_r commented on 2017-09-30 12:35 (UTC)
Please add achitecture "armv7h" to the PKGBUILD.
shishi commented on 2017-09-09 20:57 (UTC)
Error: Cannot find file /usr/lib/ocaml/camlidl/com.cmxa
Same problem here
pricechrispy commented on 2017-08-17 16:48 (UTC)
@jant90 Confirmed, this is now fixed.
tmoore commented on 2017-08-09 20:15 (UTC) (edited on 2017-08-09 20:24 (UTC) by tmoore)
FYI this package won't compile because upstream ocaml-result is busted. Solution is to manually download the ocaml-result file, edit PKGBUILD and add this line after the "export OCAMLFIND..." line
chmod -R 755 ${pkgdir}
mozzorello commented on 2017-06-10 17:56 (UTC)
This time I had too many issues building this, but I found this great project: https://github.com/mitcdh/docker-google-drive-ocamlfuse
It runs google-drive-ocamlfuse inside a docker container running the original ubuntu package, doesn't pollute my vm with all these ocaml dependencies, and it works! (not out of the box for me, I had to do make a few changes that I may contribute back to the github project).
pedestrianlove commented on 2017-04-30 15:14 (UTC) (edited on 2017-04-30 15:59 (UTC) by pedestrianlove)
File "_none_", line 1:
Error: Cannot find file /usr/lib/ocaml/camlidl/com.cmxa
Command exited with code 2.
Compilation unsuccessful after building 47 targets (46 cached) in 00:00:00.
E: Failure("Command ''/usr/bin/ocamlbuild' src/gdfuse.native -tag debug' terminated with error code 10")
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build google-drive-ocamlfuse.
==> Restart building google-drive-ocamlfuse ? [y/N]
No linking problem but seems its dependency or script is broken, since there is a missing file.
#UPDATE1
Installing camlidl does not work, there is nothing but a META file in that folder.
BTW, I also found a related post here :
https://bbs.archlinux.org/viewtopic.php?id=218795
Hope it helps.
#UPDATE2
The only file in that folder - "META", it contains the following text:
description = "Stub generator"
version = "1.05"
archive(byte) = "com.cma"
archive(native) = "com.cmxa"
#UPDATE3
Found an unformal workaround on camlidl aur page. Reinstall camlidl as following and build google-drive-ocamlfuse again:
A temporary workaround is to fix this PKGBUILD by adding the following in the package() function:
ln -s /usr/lib/ocaml/com.a ${pkgdir}/usr/lib/ocaml/camlidl/
ln -s /usr/lib/ocaml/com.cmxa ${pkgdir}/usr/lib/ocaml/camlidl/
I was wondering if there is a more proper way to update this PKGBUILD to make it compatible with google-drive-ocamlfuse, cheers.
Hope it helps you too. I finally had this package built successfully.
Regards.
pricechrispy commented on 2017-04-25 17:39 (UTC) (edited on 2022-10-16 06:40 (UTC) by pricechrispy)
Before you flag this package out-of-date:
According to the official project page: https://astrada.github.io/google-drive-ocamlfuse/
Find latest release versions here: https://launchpad.net/~alessandro-strada/+archive/ubuntu/ppa
The latest releases are not all tagged versions on GitHub.
For the latest development versions on git, try: https://aur.archlinux.org/packages/google-drive-ocamlfuse-git
OLD official project page: http://gdfuse.forge.ocamlcore.org/
OLD release versions here: https://forge.ocamlcore.org/frs/?group_id=305
Pinned Comments
pricechrispy commented on 2017-04-25 17:39 (UTC) (edited on 2022-10-16 06:40 (UTC) by pricechrispy)
Before you flag this package out-of-date:
According to the official project page: https://astrada.github.io/google-drive-ocamlfuse/
Find latest release versions here: https://launchpad.net/~alessandro-strada/+archive/ubuntu/ppa
The latest releases are not all tagged versions on GitHub.
For the latest development versions on git, try: https://aur.archlinux.org/packages/google-drive-ocamlfuse-git
OLD official project page: http://gdfuse.forge.ocamlcore.org/
OLD release versions here: https://forge.ocamlcore.org/frs/?group_id=305