Package Details: ocamlfuse 2.7.1-14

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: 2025-04-22 02:36 (UTC)

Dependencies (6)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

ingamedeo commented on 2013-12-13 12:56 (UTC)

I tried the INCDIR fix, but it's not working for me (maybe I'm not doing it right) Amyway I just copied the files over... this is a working PKGBUILD http://pastebin.com/NKJ2Yhb0

adfellin commented on 2013-12-02 22:17 (UTC)

You can also fix this by updating the PKGBUILD: Just change the INCDIR=... argument to `make` to INCDIRS='/usr/lib/ocaml/stublibs /usr/lib/ocaml/camlidl'. i.e.: 17 make -C lib INCDIRS='/usr/lib/ocaml/stublibs /usr/lib/ocaml/camlidl'

flaccid commented on 2013-11-29 02:09 (UTC)

@hobarrera are you able to update the package instead of needing the temp hack below?

calucian commented on 2013-11-07 19:06 (UTC)

The problem is that ocamlfuse does not find the "Com" module, which should be installed by camlidl. temporary hack: copy com.* from /usr/lib/ocaml/camlidl to the source directory where ocamlfuse is being built.

Shelvak commented on 2013-11-05 07:31 (UTC)

I have the same problem that "gourdcaptain"... How we can fix this?

gourdcaptain commented on 2013-11-04 22:35 (UTC)

Build fails with the errors: File "Fuse_bindings.mli", line 37, characters 8-23: Error: Unbound module Com ../OCamlMakefile:933: recipe for target 'Fuse_bindings.cmi' failed make[1]: *** [Fuse_bindings.cmi] Error 2 make[1]: Leaving directory '/tmp/yaourt-tmp-gourdcaptain/aur-ocamlfuse/src/ocamlfuse-2.7.1-cvs/lib' ../OCamlMakefile:716: recipe for target 'byte-code-library' failed make: *** [byte-code-library] Error 2 make: *** Waiting for unfinished jobs.... ocamlc -c -thread Fuse_bindings.mli File "Fuse_bindings.mli", line 37, characters 8-23: Error: Unbound module Com ../OCamlMakefile:933: recipe for target 'Fuse_bindings.cmi' failed make[1]: *** [Fuse_bindings.cmi] Error 2 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/tmp/yaourt-tmp-gourdcaptain/aur-ocamlfuse/src/ocamlfuse-2.7.1-cvs/lib' ../OCamlMakefile:725: recipe for target 'native-code-library' failed make: *** [native-code-library] Error 2 make: Leaving directory '/tmp/yaourt-tmp-gourdcaptain/aur-ocamlfuse/src/ocamlfuse-2.7.1-cvs/lib' Any suggestions?

whynothugo commented on 2013-10-02 13:24 (UTC)

Done, thanks.

flocke commented on 2013-10-02 08:04 (UTC)

You have to change the dep from ocamlfind (does not exist) to ocaml-findlib. With this it builds fine.