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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 21 Next › Last »

sylvr commented on 2018-01-05 13:35 (UTC)

This package is missing a dependency to ocaml-ounit.

Could you fix it please ?

nerflad commented on 2018-01-03 07:30 (UTC)

Please add ocaml-ounit to makedepends.

pricechrispy commented on 2017-11-24 02:48 (UTC)

@cuttooth87: Confirmed, this is the only build problem I have on otherwise stock build system. I was able to resolve this by downgrading the "nettle" package to 3.3-1.

cuttooth87 commented on 2017-11-24 02:35 (UTC)

Like @ginoboy ocamlnet won't build for me but I have a different error: Getting this error during build: nettls_nettle_bindings_stubs.c: In function ‘net_nettle_hashes’: nettls_nettle_bindings_stubs.c:373:25: error: subscripted value is neither array nor pointer nor vector while (nettle_hashes[k] != NULL) k++; ^ nettls_nettle_bindings_stubs.c:374:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] *hashes = (net_nettle_hash_t *) nettle_hashes; ^ make[1]: *** [../../Makefile.rules:127: nettls_nettle_bindings_stubs.o] Error 2 make[1]: Leaving directory '/tmp/yaourt-tmp-michael/aur-ocamlnet/src/ocamlnet-4.1.4/src/nettls-gnutls' make: *** [Makefile:23: all] Error 2

danny8376 commented on 2017-11-23 03:47 (UTC)

@ginoboy Try to rebuild all ocaml lib aur.

danny8376 commented on 2017-11-23 03:19 (UTC) (edited on 2017-11-23 03:46 (UTC) by danny8376)

I think all dependencies there should be make dependencies. ocaml is only used when building binary. The only real dependency is sqlite.

RenatoXSR commented on 2017-11-19 17:36 (UTC)

I gave up trying to install this package and when straight to the git development version (as pointed out by @pricechrispy), which is working nicely, so far.

ginoboy commented on 2017-11-05 15:24 (UTC)

I'm getting error with make dependency "ocamlnet" that needs compile too: Checking endianess... /usr/bin/ld: /usr/lib/ocaml/libcamlrun.a(terminfo.o): undefined reference to symbol 'tgetnum' /usr/lib/libtinfo.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status File "t.ml", line 1: Error: Error while building custom runtime system :(