Derrik Diener has a decent page on setting up google-drive-ocaml https://www.maketecheasier.com/mount-google-drive-ubuntu/
I could start the Wiki page if you guys are OK to proof read.
First need to solve why makepkg says missing deps on an up-to-date 64-bit Arch:
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: ocamlfuse>=2.7.1
error: target not found: gapi-ocaml>=0.2.7
error: target not found: ocaml-sqlite3>=1.6.1
==> ERROR: 'pacman' failed to install missing dependencies.
==> WARNING: Failed to remove installed dependencies.
Which I find strange considering all are available from AUR --and I can install them all separately:
- aur/ocaml-sqlite3 4.0.3-1
- aur/gapi-ocaml 0.2.10-1
- aur/ocamlfuse 2.7.1-5
?? First time encounter that.
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.000020 |
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 .. 9 10 11 12 13 14 15 16 17 18 19 .. 21 Next › Last »
kozaki commented on 2016-04-22 18:39 (UTC)
philipbooysen commented on 2016-04-12 08:17 (UTC)
Hi,
Same error, installing:
ocamlfind: Package `Fuse' not found
To temporary bypass, I downgraded to :
$ sudo pacman -U ocaml-findlib-1.5.5-3-x86_64.pkg.tar.xz
Re-ran install and now installed successfully.
juanrodgil commented on 2016-04-07 08:13 (UTC)
Hi!
Same error, installing with pacaur
ocamlfind: Package `Fuse' not found
W: Field 'pkg_fuse' is not set: Command ''/usr/bin/ocamlfind' query -format %d Fuse > '/tmp/oasis-3ce8db.txt'' terminated with error code 2
E: Cannot find findlib package Fuse
E: Failure("1 configuration error")
berbigou commented on 2016-03-31 03:54 (UTC)
hello, got:
ocamlfind: Package `Fuse' not found
W: Field 'pkg_fuse' is not set: Command ''/usr/bin/ocamlfind' query -format %d Fuse > '/tmp/oasis-7f2b54.txt'' terminated with error code 2
E: Cannot find findlib package Fuse
E: Failure("1 configuration error")
hopefully, I had already a local package compiled...
kzoli429 commented on 2015-12-27 10:35 (UTC)
Hi,
Installation stops with the following message:
==> Starting build()...
cppo -D OCAML4 -D OCAML4_02 -D WITH_BYTES extBytes.mlpp -o extBytes.ml
make: cppo: Command not found
Makefile:50: recipe for target 'extBytes.ml' failed
make: *** [extBytes.ml] Error 127
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build ocaml-extlib.
gregmuellegger commented on 2015-12-11 21:12 (UTC)
Hi, I get an error when trying to install with "pb -S google-drive-ocamlfuse":
[code]
+ /usr/bin/ocamlopt.opt unix.cmxa -I /usr/lib/ocaml/ocamlbuild /usr/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /usr/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
/usr/bin/ld: /usr/lib/ocaml/libasmrun.a(startup.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
/usr/lib/ocaml/libasmrun.a: error adding symbols: Bad value
collect2: Fehler: ld gab 1 als Ende-Status zurück
File "caml_startup", line 1:
Error: Error during linking
Command exited with code 2.
Compilation unsuccessful after building 1 target (0 cached) in 00:00:00.
[/code]
See here for the full log:
https://gist.github.com/anonymous/09b65909b8544e658939
lesebas commented on 2015-11-23 08:45 (UTC)
ocaml-biniou is a dependency of ocaml-yojson which is required by gapi-ocaml.
timofonic commented on 2015-11-22 16:16 (UTC)
What about ocaml-biniou dependence?
mlq commented on 2015-11-22 13:18 (UTC)
There is no reason to flag this package out of date since there is no version available.
Feel free to create a new wiki page!
timofonic commented on 2015-11-22 12:50 (UTC)
Please.
Can we make a wiki page about it? There's one about Insync, but not this one.
https://wiki.archlinux.org/index.php/Insync
https://wiki.archlinux.org/index.php/Google_Drive redirects to https://wiki.archlinux.org/index.php/Backup_programs
https://wiki.archlinux.org/index.php/Insync
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