Hi Sebastien,
Are you still working on the package or would you like to orphan it?
I have an updated version for the current cvmfs release, which also takes care of some of the configuration steps automatically:
http://fsiegert.web.cern.ch/fsiegert/tmp/cvmfs-2.1.19-1.src.tar.gz
But I don't think I am allowed to upload it to AUR as long as you are the Maintainer.
Cheers,
Frank
Search Criteria
Package Details: cvmfs 2.13.3-2
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: | 16 |
| Popularity: | 0.180306 |
| First Submitted: | 2010-12-08 13:59 (UTC) |
| Last Updated: | 2026-01-29 16:38 (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)
Pinned Comments
ktht commented on 2025-09-30 18:12 (UTC)
@DiV21dSREL I had almost the exact same issue: after the Manjaro update on 29/09/25 I was unable to access
/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase, although its parent directory was accessible. After a fair bit of debugging (rebuilding cvmfs with debug symbols; settingCVMFS_HTTP_TRACING=onand specifyingCVMFS_DEBUGLOGin/etc/cvmfs/default.local), it finally clicked for me that the offending package must be curl, as it got stuck waiting for the response from cvmfs servers. It also lines up with the fact that curl was upgraded from version 8.15 to 8.16 with the Manjaro update. After downgrading curl to version 8.15 (withsudo manjaro-downgrade curlif you're on Manjaro), I was able to access cvmfs just like before the update.I also ran
git bisectbetween tags 8.15 and 8.16 in the curl repo to figure out the commit that broke cvmfs. The offending commit happens to be this one, which is part of this PR. Following the discussion there, it seems that the PR introduced a regression in curl, which effectively caused it to run into a deadlock in some scenarios (cf this issue for details). The bug was fixed 2 weeks ago, and the problem is now gone with the current master branch. So we'll just have to wait for the next release of curl.TLDR: downgrade curl to version 8.15; skip 8.16; wait for version 8.17.