Search Criteria
Package Details: cvmfs 2.13.2-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/cvmfs.git (read-only, click to copy) |
---|---|
Package Base: | cvmfs |
Description: | A client-server file system implemented in FUSE and developed to deliver software distributions onto virtual machines in a fast, scalable, and reliable way. |
Upstream URL: | http://cernvm.cern.ch/portal/filesystem |
Licenses: | BSD |
Submitter: | bins |
Maintainer: | fsiegert (vandelli) |
Last Packager: | vandelli |
Votes: | 12 |
Popularity: | 0.000032 |
First Submitted: | 2010-12-08 13:59 (UTC) |
Last Updated: | 2025-08-07 13:59 (UTC) |
Dependencies (11)
- c-ares (c-ares-gitAUR)
- curl (curl-gitAUR, curl-c-aresAUR)
- fuse3 (fuse3-gitAUR)
- leveldb (leveldb-gitAUR)
- pacparser
- sqlite (sqlite-fossilAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
- make (make-gitAUR, make-staticAUR) (make)
- sparsehash (make)
Latest Comments
1 2 3 4 5 Next › Last »
vavolkl commented on 2025-08-07 13:50 (UTC)
Good catch! Yes, fuse3 is now the default. I'd recommend to just s/fuse2/fuse3/ in the depends.
sfleisch commented on 2025-08-05 20:12 (UTC)
At least the makedepends (perhaps the depends too) need
fuse3
.vandelli commented on 2025-08-04 15:01 (UTC)
Hello @vavolkl,
thanks for your message and for helping both with the PKGBUILD and with the upstream changes. This all looks very. I plan to test and merge your patch in the coming days.
Wainer
vavolkl commented on 2025-08-01 10:04 (UTC)
Dear CvmFS package maintainers, @fsiegert, @vandelli, Thanks from the devs for your great efforts in maintaining this package. I had a look at the PKGBUILD if there's anything to upstream and have added a cmake option in the recently released 2.13.2 that allows you to drop the externals.patch. Here's my proposal for a patch to update:
I've made a note of the numerous compilation warnings and the questions in the .INSTALL and will update that when I find the time.
Cheers, Valentin
i.further commented on 2025-07-22 13:10 (UTC)
Maybe should update the md5sum to sha256sums
bwynneHEP commented on 2025-05-28 15:54 (UTC)
Updated the package with clean build and it worked fine.
Thanks Frank, and no worries - earlier commenters solved the problem and it was easy for me to implement locally.
Cheers, Ben
fsiegert commented on 2025-05-13 17:44 (UTC)
Hi @bwynneHEP and @kgizdov,
Sorry about the late response. I have updated the PKGBUILD, and it seems to work for me. Can you try?
Best,
Frank
bwynneHEP commented on 2025-04-28 15:49 (UTC) (edited on 2025-04-28 15:51 (UTC) by bwynneHEP)
Hi @fsiegert!
@kgizdov told me to submit a patch this way - hope it helps. Of course, it's a patch to a patch, which begins to look a little confusing.
snack commented on 2025-04-25 09:28 (UTC) (edited on 2025-04-28 15:27 (UTC) by snack)
@nikoladze Same problem here, I added protobuf back to externals.patch but now I get even more build errors.
@fsiegert Could you please fix the build? I have the current version installed (2.12.7-1) but when trying to mount I get this error:
CernVM-FS: loading Fuse module... failed to load cvmfs library, tried: './libcvmfs_fuse_debug.so
so probably a rebuild is due but currently it fails.
Update: I had a dirty build folder, adding protobuf as suggested by nikoladze and building from clean with
makepkg -C
worked. After the rebuild the mount is working again.nikoladze commented on 2025-03-25 12:58 (UTC)
I had problems recompiling cvmfs after a recent update - got an error related to protobuf. Adding protobuf back in
externals.patch
fixed it for me.1 2 3 4 5 Next › Last »