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 »

rem commented on 2018-01-17 02:58 (UTC) (edited on 2018-01-17 03:00 (UTC) by rem)

I have the same error as @liambluebox. Any idea how to fix it?

==> Extracting sources...

-> Extracting ocamlfuse-2.7.1_cvs2.tar.gz with bsdtar

==> Starting build()...

camlidl -header \

Fuse_bindings.idl

Fatal error: the file '/usr/bin/camlidl' is not a bytecode executable file

make: *** [../OCamlMakefile:1008: Fuse_bindings.mli] Error 2

==> ERROR: A failure occurred in build().

Aborting...

==> ERROR: Makepkg was unable to build ocamlfuse.

radek_r commented on 2017-09-30 12:33 (UTC)

Please add achitecture "armv7h" to the PKGBUILD.

Buddlespit commented on 2016-10-01 00:39 (UTC)

https://forge.ocamlcore.org/frs/download.php/1074/ocamlfuse-2.7.1_cvs2.tar.gz is now https://forge.ocamlcore.org/frs/download.php/1074/ocamlfuse-2.7.1_cvs.tar.gz

hexchain commented on 2016-06-04 05:22 (UTC)

Thanks! Tried building google-drive-ocamlfuse and it worked great!

jkl commented on 2016-06-03 22:37 (UTC)

@hexchain Try it now, let me know if it works.

hexchain commented on 2016-06-01 14:57 (UTC)

Coming from google-drive-ocamlfuse... It seems like "ocamlfind query" does not search for /usr/lib/ocaml/site-lib, so that package fails to compile. Removing "site-lib" segment from paths in package() seems to solve the problem.

liambluebox commented on 2016-03-03 05:24 (UTC)

Any idea why I'm getting this error: ==> Extracting sources... -> Extracting ocamlfuse-2.7.1_cvs2.tar.gz with bsdtar ==> Starting build()... camlidl -header \ Fuse_bindings.idl Fatal error: the file '/usr/bin/camlidl' is not a bytecode executable file ../OCamlMakefile:1008: recipe for target 'Fuse_bindings.mli' failed make: *** [Fuse_bindings.mli] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build ocamlfuse.

lesebas commented on 2015-10-08 06:43 (UTC)

The SSL certificat have been updated, it works fine now!

lesebas commented on 2015-10-07 06:53 (UTC) (edited on 2015-10-07 19:26 (UTC) by lesebas)

I can't download the archive : 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (60) SSL certificate problem: certificate has expired More details here: http://curl.haxx.se/docs/sslcerts.html ... ==> ERREUR : Erreur lors du téléchargement de ocamlfuse-2.7.1_cvs2.tar.gz Abandon... Maybe it could be simpler to use the following URL which don't intergrate any certificate : http://heanet.dl.sourceforge.net/project/ocamlfuse/ocamlfuse/2.7/ocamlfuse-2.7-1.tar.gz Edit : I manage to rebuilt it by dowloading the package from my webbrowser and copying it manualy in the temp package directory.