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 .. 13 14 15 16 17 18 19 20 21 Next › Last »

lenovomi commented on 2014-07-07 20:03 (UTC)

does it work on arm7?

ptchinster commented on 2014-06-07 20:23 (UTC)

Same problem as draugole ptchinster@hostname ~ $ yaourt -S google-drive-ocamlfuse --noconfirm ... gcc: error: /usr/lib/ocaml/sqlite3/sqlite3.a: No such file or directory gcc: error: /usr/lib/ocaml/curl/curl.a: No such file or directory gcc: error: /usr/lib/ocaml/extlib/extLib.a: No such file or directory gcc: error: /usr/lib/ocaml/site-lib/Fuse/Fuse.a: No such file or directory File "caml_startup", line 1: Error: Error during linking Command exited with code 2. Compilation unsuccessful after building 40 targets (0 cached) in 00:00:06. 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 . ==> Restart building google-drive-ocamlfuse ? [y/N] ==> ----------------------------------------------- ==>

draugole commented on 2014-05-28 07:22 (UTC)

I've been following the comments and after performing the steps Siguo with the error "E: Failure (" Command'' / usr / bin / ocamlbuild 'src / gdfuse.native-tag debug' terminated with error code 10 ")" I'm just trying to perform the installation by OPAM

nfishr commented on 2014-05-16 23:43 (UTC)

@jan_path That did it for me. Thanks a lot!

willemw commented on 2014-05-08 15:18 (UTC)

Maybe the relevant package maintainers should update their PKGBUILD files instead, as suggested here: https://www.archlinux.org/todo/remove-static-libraries/

jan_path commented on 2014-05-08 15:06 (UTC)

You have to change !staticlibs to staticlibs in your makepkg.conf and then rebuild the packages ocamlfuse, camlidl, ocaml-extlib, ocaml-curl, ocaml-sqlite3.

broepi commented on 2014-05-05 23:09 (UTC)

Same problem here with the missing .a files

nfishr commented on 2014-05-04 12:08 (UTC)

@lesbas No, there is no .makepkg.conf in the home-folder. Still get the same err..

lesebas commented on 2014-05-04 08:06 (UTC)

@ nfishr Check if you have a local makepkg.conf : ls ~/.makepkg.conf If it's the case delete or rename the local file while you try to compile the package or add the option ''staticlibs'' in your local file.