Package Details: google-drive-ocamlfuse 0.7.32-1

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.000020
First Submitted: 2013-10-14 21:44 (UTC)
Last Updated: 2024-03-25 01:51 (UTC)

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

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 21 Next › Last »

pricechrispy commented on 2017-01-12 20:23 (UTC)

Upgraded to latest release package. This requires an updated gapi-ocaml package, minimum v0.2.14, for which you can manually change the PKGBUILD of that package until the maintainer updates it. @noogar You seem to have file permission errors while building the zarith package, try and fix those.

tmily00 commented on 2016-12-19 15:26 (UTC)

upgrade to last Upstream version please

raspher commented on 2016-12-12 02:05 (UTC)

same error with zariath in ocaml and opam.. #=== ERROR while installing zarith.1.4.1 ======================================# # opam-version 1.2.2 # os linux # command make # path /home/remote/.opam/system/build/zarith.1.4.1 # compiler system (4.04.0) # exit-code 2 # env-file /home/remote/.opam/system/build/zarith.1.4.1/zarith-23855-6cc03f.env # stdout-file /home/remote/.opam/system/build/zarith.1.4.1/zarith-23855-6cc03f.out # stderr-file /home/remote/.opam/system/build/zarith.1.4.1/zarith-23855-6cc03f.err ### stdout ### # ./z_pp.pl x86_64 ### stderr ### # [...] # perl: warning: Please check that your locale settings: # LANGUAGE = (unset), # LC_ALL = (unset), # LANG = "en_US.UTF-8" # are supported and installed on your system. # perl: warning: Falling back to the standard locale ("C"). # Can't locate warnings.pm: /root/.opam/system/lib/perl5/warnings.pm: Permission denied at ./z_pp.pl line 3. # BEGIN failed--compilation aborted at ./z_pp.pl line 3. # project.mak:137: depend: No such file or directory # make: *** [project.mak:110: z.ml] Error 13 =-=- Error report -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= The following actions were aborted ∗ install cryptokit 1.11 ∗ install gapi-ocaml 0.3.1 ∗ install google-drive-ocamlfuse 0.6.4 The following actions failed ∗ install zarith 1.4.1 The following changes have been performed ∗ install ocamlnet 4.1.2

pricechrispy commented on 2016-11-17 10:46 (UTC) (edited on 2017-06-03 18:34 (UTC) by pricechrispy)

While upgrading to the newer build, the same build error persists as reported in the comments. When doing a fresh build, I manually created symlinks as root so that the build process finds them, as similarly suggested in the comments. # ln -s /usr/lib/ocaml/com.cmxa /usr/lib/ocaml/camlidl/ # ln -s /usr/lib/ocaml/com.a /usr/lib/ocaml/camlidl/ After doing this, the directory '/usr/lib/ocaml/camlidl/' should have the following structure in a fresh environment: $ ls -l /usr/lib/ocaml/camlidl/ total 4 lrwxrwxrwx 1 root root 20 Nov 17 02:23 com.a -> /usr/lib/ocaml/com.a lrwxrwxrwx 1 root root 23 Nov 17 02:23 com.cmxa -> /usr/lib/ocaml/com.cmxa -rw-r--r-- 1 root root 102 Nov 17 01:11 META As suggested in the comments, this seems to be an issue with the camlidl package. This should allow the package to build for now, until an automated PKGBUILD solution is found.

shillshocked commented on 2016-11-07 04:55 (UTC)

That doesn't change anything for me. Still get same error.

KorvinSilver commented on 2016-11-05 22:34 (UTC) (edited on 2016-11-05 22:35 (UTC) by KorvinSilver)

Same failure here. Temporary fix to make it work is: ln -s /usr/lib/ocaml/com.cmxa /usr/lib/ocaml/camlidl/com.cmxa cp /usr/lib/ocaml/com.a /usr/lib/ocaml/camlidl/com.a Somebody should take over this package if it's abandoned.

n3r0 commented on 2016-11-01 07:01 (UTC)

Same failure as shillshoked here too... Error: Cannot find file /usr/lib/ocaml/camlidl/com.cmxa Command exited with code 2. Compilation unsuccessful after building 40 targets (0 cached) in 00:00:05. E: Failure("Command ''/usr/bin/ocamlbuild' src/gdfuse.native -tag debug' terminated with error code 10")

shillshocked commented on 2016-10-31 00:41 (UTC)

Error: Cannot find file /usr/lib/ocaml/camlidl/com.cmxa Command exited with code 2. Compilation unsuccessful after building 40 targets (0 cached) in 00:00:02. E: Failure("Command ''/usr/bin/ocamlbuild' src/gdfuse.native -tag debug' terminated with error code 10")

shillshocked commented on 2016-10-31 00:34 (UTC)

This seems to be an error with your system installation of ocamlbuild -- assuming you installed ocaml beforehand using your package manager, please check that you installed all the related -opt packages. Alternatively, install ocaml within OPAM: opam init --comp 4.02.1, or opam switch 4.02.1 after the init.