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.025411 |
| 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 »
post-factum commented on 2024-02-21 15:09 (UTC)
Yes, this works for me as well. Thank you.
KokaKiwi commented on 2024-02-21 14:43 (UTC)
@post-factum: It seems you need to define
GLOG_USE_GLOG_EXPORTwith 0.7.0 (which is normally done on the glog cmake files but folly does not seems to use it correctly...)I'll add a patch to CMakeLists.txt since there's already some compile definitions for glog done there
post-factum commented on 2024-02-21 13:36 (UTC)
I had to do the following to make this compile:
post-factum commented on 2024-02-21 13:18 (UTC)
It looks like recent
google-glogupdate broke the build.mhx commented on 2024-02-06 12:32 (UTC)
Fixed in v0.9.1.
mhx commented on 2024-02-05 23:28 (UTC)
I know what's going on:
--as-neededis only a problem if-DBUILD_SHARED_LIBS=ONis used at the same time. I'll make sure this is fixed in the next release. Thanks for the heads-up!KokaKiwi commented on 2024-02-05 20:42 (UTC)
I reverted the commit causing the error for the
--as-neededflag since it does not seems to break anything on archlinux, i kept the line removing the flag in the PKGBUILD in case it actually breaks something so it'd be easy to confirm (and then i'll throw away the revert patch if that's the case)post-factum commented on 2024-02-05 20:05 (UTC)
Arch has got
--as-neededinLDFLAGSvia/etc/makepkg.confby default, anddwarfsv0.8.0 compiled with it is able to create an FS and mount it for me¯\_(ツ)_/¯.mhx commented on 2024-02-05 17:20 (UTC)
Even before v0.9.0 build artifacts using
--as-neededwere broken because--as-neededwould remove all compression code during linking. v0.9.0 merely adds an error message and refuses to build with--as-needed.post-factum commented on 2024-02-05 17:09 (UTC)
With v0.9.0 one probably needs
export LDFLAGS=$(echo ${LDFLAGS} | sed 's|,--as-needed||')or something similar.« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »