Search Criteria
Package Details: dwarfs 0.10.1-2
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: | 15 |
Popularity: | 0.027495 |
First Submitted: | 2020-11-30 11:57 (UTC) |
Last Updated: | 2024-09-07 21:52 (UTC) |
Dependencies (29)
- boost-libs
- brotli (brotli-gitAUR)
- double-conversion (double-conversion-gitAUR)
- flac (flac-gitAUR)
- fmt (fmt-gitAUR)
- fuse3 (fuse3-gitAUR)
- gflags (gflags-gitAUR)
- google-glog (glog-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libarchive (libarchive-gitAUR)
- libunwind (libunwind-carbonAUR, libunwind-gitAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- xxhash (xxhash-gitAUR)
- xz (xz-gitAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- boost (boost-gitAUR) (make)
- chrono-date (make)
- cmake (cmake-gitAUR) (make)
- gtest (googletest-gitAUR) (make)
- Show 9 more dependencies...
Latest Comments
1 2 3 4 5 Next › Last »
SteavenGamerYT 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
mold
inmakedepends
... uh)Thanks, i'll add that :)
Update: I indeed also messed up my makepkg.conf since i manually added
-fuse-ld=mold
to my LDFLAGS x)mhx commented on 2024-05-02 07:16 (UTC)
@KokaKiwi It might be worth setting
-DDISABLE_MOLD=ON
when building dwarfs. It seems there's a bug in the latest version of mold that sometimes causes the linked binaries to segfault. See https://github.com/mhx/dwarfs/issues/220 and https://github.com/rui314/mold/issues/1247.bionade24 commented on 2024-04-04 18:37 (UTC)
@mhx @KokaKiwi My problem was more packaging/build system related: When I download the git repo of the AUR pkg, enter
git reset --hard HEAD^
, therefore dropping 57421aacd756 , which to my understanding excludes the perfmon test,extra_x86-64_build
and the CD passed, since the tests depending on fuse were disable (3079 tests run). Now with the latest commit, the testsuite fails. Also, you'd expect it to have one less test, in total now 3078. But it does have 3087 tests, which can't be right. When you provide the-E <regex>
arg twice toctest
, it silently drops the first-E <regex>
. That's why those tests are enabled now after the latest commit of the AUR repo (I think that's where you got confused), the CD build fails while it worked fine in February.@KokaKiwi Can you please fix this issue and change it to
-E '(dwarfs/tools_test\..*|dwarfsextract_test\.perfmon)'
?mhx commented on 2024-04-02 18:39 (UTC)
FWIW, I've added Arch (and Fedora) builds to the DwarFS CI pipeline: https://github.com/mhx/dwarfs/actions/runs/8526321352/job/23355308124
1 2 3 4 5 Next › Last »