Package Details: ocamlfuse 2.7.2-1

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: 31
Popularity: 0.060188
First Submitted: 2013-08-20 05:04 (UTC)
Last Updated: 2026-04-13 21:33 (UTC)

Dependencies (6)

Sources (1)

Latest Comments

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

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)

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.