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

1 2 3 4 5 6 Next › Last »

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. :))

lantw44 commented on 2020-06-26 08:20 (UTC) (edited on 2020-06-26 08:21 (UTC) by lantw44)

Please don't use master.zip as the source. The PKGBUILD should specify a tag or a commit hash, or it is going to break every time the upstream pushes a commit. You can use git+https:// as the source to clone the git repository directly instead of downloading zip from GitHub.

PPlatypus commented on 2020-06-25 17:39 (UTC) (edited on 2020-06-25 17:40 (UTC) by PPlatypus)

Checksum fails when building:

:: Parsing SRCINFO (1/1): ocamlfuse
==> Making package: ocamlfuse 2.7.1-9 (Thu 25 Jun 2020 11:30:29 AM)
==> Retrieving sources...
  -> Found master.zip
==> Validating source files with sha256sums...
    master.zip ... FAILED
==> ERROR: One or more files did not pass the validity check!