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 »

willemw commented on 2014-07-10 06:54 (UTC)

@hobarrera: I agree with lesebas and with the Arch Linux suggestion in https://www.archlinux.org/todo/remove-static-libraries/: The static library issue needs to be solved in the relevant AUR PKGBUILD file(s), not locally in the /etc/makepkg.conf file.

whynothugo commented on 2014-07-09 21:40 (UTC)

Package is not out-of-date: latest is 2.7.1. Unflagging.

lesebas commented on 2014-07-09 19:28 (UTC)

Please correct the PKGBUILD to include the saticlibs option as suggested here (and as other packages need this static library as dependency to build correctly): https://www.archlinux.org/todo/remove-static-libraries/

nfishr commented on 2014-05-03 20:07 (UTC)

Is this still maintained? The package-build is still broken. And its flagged out-of-date since 12-2013.

lesebas commented on 2014-03-29 09:16 (UTC)

Same problem for me... the PKGBUILD proposed by ingamedeo finaly works. @hobarrera Please update the package. Note : I use this package as dependency of google-drive-ocamlfuse that required static library... don't forget to change the OPTIONS line in you /etc/makepkg.conf from '!staticlibs' to 'staticlibs'.

thirtythreeforty commented on 2014-03-27 05:53 (UTC)

I've tried all these tricks, and none of them work for me. Could the maintainer please update this to make it build correctly?

jkl commented on 2014-03-14 03:02 (UTC)

So INCDIR seems to be completely wrong. Unless I did not notice something, that variable name is not even used. INCDIRS is correct, and adding the stublibs directory is not correct. Simply: make -C lib INCDIRS=/usr/lib/ocaml/camlidl to add the additional include path should do the trick.

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'