Search Criteria
Package Details: dwarfs 0.3.1-2
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: | |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-11-30 11:57 |
Last Updated: | 2021-01-08 22:02 |
Dependencies (20)
- boost-libs (boost171, boost-libs-git)
- double-conversion (double-conversion-git)
- fmt (fmt-git)
- fuse3 (fuse3-git)
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- jemalloc (jemalloc-git, jemalloc4)
- libunwind (libunwind-git)
- lz4 (lz4-git, lz4-static-musl, lz4-static)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- xz (xz-git, xz-static-git)
- zstd (zstd-git, zstd-static, zstd-cmake)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- libaio (make)
- libdwarf (make)
- libevent (libevent-git, libevent-fb) (make)
- ruby-ronn (ruby-ronn-ng, ruby-ronn-ng) (make)
- snappy (snappy-git, libsnappy, snappy-static) (make)
- sparsehash (make)
Latest Comments
MasterDuke commented on 2021-01-11 08:46
There's a missing
-lpthread
somewhere. If I copy out the failed test file and try to compile it manuallyg++ test_pthread.cpp
I get the same error, but if I dog++ -lpthread test_pthread.cpp
it succeeds.MasterDuke commented on 2021-01-09 12:50
I'm getting an error when building 0.3.1-2.
The contents of my
/home/dan/.cache/yay/dwarfs/src/build/CMakeFiles/CMakeError.log
are:MasterDuke commented on 2020-12-01 14:19
Great, thanks!
KokaKiwi commented on 2020-12-01 13:07
@MasterDuke Fixed with the latest update.
The dependency wasn't there as the previous version were coming with "pre-compiled" manpages, which has changed with 0.2.2 and i didn't see it
MasterDuke commented on 2020-12-01 09:55
Missing the dependency (only for the build I think) on the 'ronn' executable, found in the 'ruby-ronn' pacakge, otherwise the folly build fails.