@lesbas
No, there is no .makepkg.conf in the home-folder. Still get the same err..
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: | 63 |
Popularity: | 0.130698 |
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 .. 14 15 16 17 18 19 20 21 Next › Last »
nfishr commented on 2014-05-04 12:08 (UTC)
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.
nfishr commented on 2014-05-03 20:46 (UTC)
I changed "!staticlibs" to "staticlibs" in /etc/makepkg.conf, but it still would not build, giving:
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/camlidl/com.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:04.
E: Failure("Command ''/usr/bin/ocamlbuild' src/gdfuse.native -tag debug' terminated with error code 10")
==> ERROR: A failure occurred in build().
Aborting...
What am i missing? options=('staticlibs') is present in PKGBUILD..
lesebas commented on 2014-03-28 19:18 (UTC)
Sorry OPTIONS : ' staticlibs' in /etc/makepkg.conf actually works... I've just forgot to delete the old local file ~/makepkg.conf
lesebas commented on 2014-03-28 19:15 (UTC)
Trying to compile but I have a problem with .a file of depends... How can I force yaourt to keep the .a file when compiling the depends :
gcc: erreur: /usr/lib/ocaml/sqlite3/sqlite3.a: Aucun fichier ou dossier de ce type
gcc: erreur: /usr/lib/ocaml/curl/curl.a: Aucun fichier ou dossier de ce type
gcc: erreur: /usr/lib/ocaml/extlib/extLib.a: Aucun fichier ou dossier de ce type
gcc: erreur: /usr/lib/ocaml/camlidl/com.a: Aucun fichier ou dossier de ce type
gcc: erreur: /usr/lib/ocaml/site-lib/Fuse/Fuse.a: Aucun fichier ou dossier de ce type
I've tried to add staticlibs instead of !staticlibs in OPTIONS line in /etc/makepkg.conf but without any succes
JP-Ellis commented on 2014-03-04 23:36 (UTC)
Unfortunately, this does not build on its own (@possum has suggested some fixes,but it's a shame that one has to resort to that).
An alternative way to install google-drive-ocamlfuse is through OCaml's package manager OPAM. OPAM can be installed from AUR, and after setting it up, calling "opam install google-drive-ocamlfuse" will install this programme along with the required dependencies. You may have to install other packages which aren't managed by OPAM to meet dependencies and you can find more details at https://github.com/astrada/google-drive-ocamlfuse/wiki/Installation .
lockheed commented on 2014-01-28 15:09 (UTC)
PS
To backup folders form outside the "Copy" folder, just create symbolic links to them.
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