Package Details: ocamlfuse 2.7.1-13

Git Clone URL: https://aur.archlinux.org/ocamlfuse.git (read-only, click to copy)
Package Base: ocamlfuse
Description: An ocaml binding for fuse.
Upstream URL: https://github.com/astrada/ocamlfuse/
Licenses: GPL2
Submitter: whynothugo
Maintainer: pricechrispy
Last Packager: pricechrispy
Votes: 30
Popularity: 0.000000
First Submitted: 2013-08-20 05:04 (UTC)
Last Updated: 2024-02-26 06:29 (UTC)

Dependencies (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

jkl commented on 2015-03-12 16:37 (UTC)

Yep, ocaml packages outside of opam don't really work with pacman since there is no way to coordinate everyone maintaining the releases in step with ABI compatibility. Either assume you have to rebuild almost everything when ocaml changes, or use opam. There was a minor "cvs2" update so I have applied that.

Nowaker commented on 2015-03-11 20:49 (UTC)

Okay, I rebeuilt ocaml-curl and now it works.

Nowaker commented on 2015-03-11 20:45 (UTC)

Doesn't build.

jkl commented on 2014-09-15 07:01 (UTC)

@lesto, sorry about this but it is not the fault of this package. The ocaml-curl maintainer forcibly removed staticlibs in options in the PKGBUILD, so you will have to override that. extlib does not have staticlibs in its options so that will have to be overridden.

lesto commented on 2014-09-13 10:37 (UTC)

+ /usr/bin/ocamlfind ocamlopt -g -linkpkg -package Fuse -package camlidl -package gapi-ocaml -package sqlite3 -package threads -thread src/appDir.cmx src/utils.cmx src/config.cmx src/cache.cmx src/concurrentGlobal.cmx src/keyValueStore.cmx src/state.cmx src/context.cmx src/gaeProxy.cmx src/mime.cmx src/oauth2.cmx src/drive.cmx src/gdfuse.cmx -o src/gdfuse.native gcc: error: /usr/lib/ocaml/curl/curl.a: File o directory non esistente gcc: error: /usr/lib/ocaml/extlib/extLib.a: File o directory non esistente File "caml_startup", line 1: Error: Error during linking Command exited with code 2.

whynothugo commented on 2014-07-13 07:22 (UTC)

Haven't used this in ages: disowning.

whynothugo commented on 2014-07-12 23:50 (UTC)

Maybe your browser is caching an old version.

lesebas commented on 2014-07-12 17:54 (UTC)

I've check the PKGBUILD... very strange if I download the tarball the PKGBUILD is up to date, if I click on the direct link it's different: https://aur.archlinux.org/packages/oc/ocamlfuse/PKGBUILD Many thanks for your support!

whynothugo commented on 2014-07-12 17:04 (UTC)

@lesebas: Out-of-date means, as common sense dictates, that the packages is for an out-of-date version. If there's an issue with the PKGBUILD not working, just post that as a comment (or send an email, as you prefer). Out-of-date does NOT mean "the package is not functional". Please try to use common sense in future. Finally, the staticlibs option was added two days before you flagged it/your comment. Please at least bother to look at the PKGBUILD before complaining next time.

lesebas commented on 2014-07-12 15:28 (UTC)

Yes it's out-of-date as the package is not functional without the staticlibs option. Just add this line in your pkgbuild and update it : options=(staticlibs)