Search Criteria
Package Details: dwarfs 0.15.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/dwarfs.git (read-only, click to copy) |
|---|---|
| Package Base: | dwarfs |
| Description: | A fast high compression read-only file system |
| Upstream URL: | https://github.com/mhx/dwarfs |
| Licenses: | GPL-3.0-only |
| Submitter: | KokaKiwi |
| Maintainer: | KokaKiwi |
| Last Packager: | KokaKiwi |
| Votes: | 19 |
| Popularity: | 0.025930 |
| First Submitted: | 2020-11-30 11:57 (UTC) |
| Last Updated: | 2026-04-01 14:14 (UTC) |
Dependencies (21)
- boost-libs
- brotli (brotli-gitAUR)
- flac (flac-gitAUR)
- fmt (fmt-gitAUR)
- fuse3 (fuse3-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libarchive (libarchive-gitAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- xxhash (xxhash-gitAUR)
- xz (xz-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- boost (boost-gitAUR) (make)
- chrono-date (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- libdwarf (libdwarf-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- parallel-hashmapAUR (make)
- range-v3 (make)
- Show 1 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
PerilousBooklet commented on 2025-05-03 08:52 (UTC)
This morning I encountered a problem, while updating my Arch Linux desktop, where
dwarfsexpectsboost-libs.so files of the version 1.87, but the newboost-libsis version 1.88, so when building the kernel images withmkinitcpiothere's a build error message about missing .so files (the ones with the names ending with 1.87). I assumedwarfsneeds to be updated to require the new version ofboost-libs.yochananmarqos commented on 2025-04-28 17:50 (UTC)
@KokaKiwi: If you use
-D CMAKE_INSTALL_SBINDIR=bin, then you don't have to manually move files.milto commented on 2025-04-01 07:09 (UTC)
While trying to install 0.11.3-1
Work around the issue by adding
-D CMAKE_POLICY_VERSION_MINIMUM=3.5 \into the build function of the PKGBUILD somewhere around line 40SteavenGamerYT commented on 2024-09-14 19:34 (UTC)
==> ERROR: binary dependency 'libfmt.so.10' not found for 'mount.dwarfs'A8b commented on 2024-09-09 22:02 (UTC) (edited on 2024-09-09 22:02 (UTC) by A8b)
dwarfs 0.10.1-2
I hope this helps
mhx commented on 2024-09-08 12:32 (UTC)
Actually, it seems it's already fixed in the 0.10.1-2 package. (Thanks @KokaKiwi!)
mhx commented on 2024-09-08 12:29 (UTC)
@zwastik, known problem due to a change in the latest Boost library. See https://github.com/mhx/dwarfs/issues/237. You can use this patch to fix the issue: https://github.com/mhx/dwarfs/commit/6c8a1cdbd3c889c9cdf8bbbfe7c39cc9c25202a0.diff
zwastik commented on 2024-09-07 17:03 (UTC)
mhx commented on 2024-08-30 20:32 (UTC)
Hi @KokaKiwi! The 0001-... patch should no longer be needed. I've added a check to detect the issue as well as a workaround. Let me know if you you find that it still doesn't work without the patch. Thanks!
KokaKiwi commented on 2024-05-02 08:40 (UTC) (edited on 2024-05-02 09:44 (UTC) by KokaKiwi)
@mhx Oooh so that's why i was getting SIGSEGV when running my local build!
i thought it was something i messed up in my makepkg.conf since it ran fine when building from a clean chroot (maybe because i don't have
moldinmakedepends... uh)Thanks, i'll add that :)
Update: I indeed also messed up my makepkg.conf since i manually added
-fuse-ld=moldto my LDFLAGS x)« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »