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

1 2 3 4 5 6 Next › Last »

pricechrispy commented on 2025-04-22 21:22 (UTC)

@snakeroot I can build fine in a chroot. It seems like the download of that commit fails for you. Then, sha256 check would also fail. If you can resolve downloading the source, I think your issue should resolve.

snakeroot commented on 2025-04-22 13:33 (UTC)

2.7.1-14 fails sha256 check.

When run with '--skipinteg' build() fails with:

/home/AUR/builds/cache/ocamlfuse/PKGBUILD: line 27: cd: /tmp/makepkg/ocamlfuse/src/ocamlfuse-efd05f44929e20116c1f3555d5c235407059037a: No such file or directory

sunplan commented on 2022-05-11 06:28 (UTC)

It seems that /usr/doc should be /usr/share/doc.

rcqwerty commented on 2021-12-10 19:38 (UTC)

@mayakandersen had the same and was able to workaround by manually installing camlidl first, yay -S camlidl (I had another issue before and just removed all ocaml libs manually first). Not sure why.

mayakandersen commented on 2021-09-18 14:47 (UTC) (edited on 2021-09-18 14:48 (UTC) by mayakandersen)

I'm getting this build error when going from 2.7.1-10 to 2.7.1-12:


Starter build()...
    discover lib/camlidl.libs.sexp,lib/fuse.cflags.sexp,lib/fuse.libs.sexp
[WARNING] var was deprecated in version 2.1 of the opam CLI. Use opam var instead or set OPAMCLI environment variable to 2.0.
[ERROR] Variable camlidl:lib not found in in switch default
     camlidl lib/Fuse_bindings.{h,ml,mli},lib/Fuse_bindings_stubs.c (exit 127)
(cd _build/default/lib && /usr/bin/camlidl -header Fuse_bindings.idl)
the file '/usr/bin/camlidl' has not the right magic number: expected Caml1999X029, got Caml1999X028

</code

blabred commented on 2021-07-21 20:25 (UTC) (edited on 2021-07-21 20:28 (UTC) by blabred)

Hi, whenever I want to update, I keep getting this error:


==> Iniciando build()...
Entering directory '/home/adros'
Error: Don't know about directory
.cache/yay/ocamlfuse/src/ocamlfuse-2c9fb2079b3ff59898d871ceb38dc71275efd70a
specified on the command line!
==> ERROR: Se produjo un fallo en build().
    Cancelando...
error compilando: ocamlfuse

snakeroot commented on 2021-06-26 01:11 (UTC)

Version 2.7.1-11

The problem is that the file ocamlfuse-2.7.1.zip unzips to directory ocamlfuse-2c9fb2079b3ff59898d871ceb38dc71275efd70a and thus there is no ${srcdir}/${pkgname}-${pkgver) directory (as @frojnd noted).

If the two instances of cd ${srcdir}/${pkgname}-${pkgver) in build() and package() are both changed to cd ${srcdir}/${pkgname}-${_pkgcommit} then it compiles and installs.

frojnd commented on 2021-06-24 10:33 (UTC)

Version 2.7.1-11

Build path does not exsist. Before line 27 cd ${srcdir}/${pkgname}-${pkgver} just add mkdir ${srcdir}/${pkgname}-${pkgver}

Freso commented on 2021-06-17 10:10 (UTC)

Please rename the source file so that it is unique. See the warning at https://wiki.archlinux.org/title/PKGBUILD#source for details. (Yes, I realise that the commit hash is probably unique, but when browsing through my $SRCDEST the commit hash isn’t very informative in telling me what package the .zip if from/for. :))