Search Criteria
Package Details: dwarfs 0.6.2-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: | GPL3 |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 8 |
Popularity: | 0.62 |
First Submitted: | 2020-11-30 11:57 (UTC) |
Last Updated: | 2022-10-24 12:33 (UTC) |
Dependencies (19)
- boost-libs (boost171, boost-libs-git, boost174-libs, boost-libs_v180)
- double-conversion (double-conversion-git)
- fmt (fmt-git)
- fuse3 (fuse3-git)
- gflags (gflags-static, gflags-git)
- google-glog (google-glog-static, glog-git)
- jemalloc (jemalloc4, jemalloc-git)
- libarchive (libarchive-git)
- libunwind (libunwind-git, libunwind-carbon)
- lz4 (lz4-static-musl, lz4-static, lz4-git)
- openssl (openssl-static, quictls-openssl, openssl-git, openssl-hardened)
- xxhash (xxhash-git)
- xz (xz-git)
- zstd (zstd-git, zstd-static)
- boost (boost-git, boost174) (make)
- cmake (cmake-git) (make)
- libdwarf (make)
- libevent (libevent-fb, libevent-git) (make)
- ruby-ronn (ruby-ronn-ng) (make)
Latest Comments
1 2 Next › Last »
bionade24 commented on 2022-12-30 13:29 (UTC)
Please change the
openssl
dep toopenssl-1.1
.Nekit commented on 2022-07-24 09:37 (UTC)
bison
is missing in makedepends.iusrlinearb commented on 2022-01-31 17:55 (UTC)
@mhx, sorry didn't get a notification of your message. It was a simple makepkg on an i686 system, normal arch. And I've re-ran today, and it's now building correctly :-/ Tx.
mhx commented on 2022-01-25 11:59 (UTC)
@iusrlinearb Can you provide more context? This error doesn't make sense as the
<mutex>
header is included in the file where the error is raised. What platform are you on and what compiler are you using?iusrlinearb commented on 2022-01-25 11:21 (UTC)
[ 87%] Building CXX object CMakeFiles/dwarfs.dir/src/dwarfs/block_compressor.cpp.o /home/me/build/dwarfs/src/dwarfs-0.5.6/src/dwarfs/block_compressor.cpp:400:10: error: ‘mutex’ in namespace ‘std’ does not name a type 400 | std::mutex mx_; | ^~~~~
bionade24 commented on 2021-06-30 12:03 (UTC)
This package doesn't build without commit 626b8c0f6aa2101802a93653bbd18651999caaf1
mhx commented on 2021-04-12 08:45 (UTC)
@MasterDuke, could you please update this to v0.5.4? Both 0.5.2 and 0.5.3 contained a serious bug where the FUSE driver would hang when reading files in the mounted filesystem. Thanks!
MasterDuke commented on 2021-04-12 06:39 (UTC)
0.5.3 installed with no trouble or intervention on my part, many thanks!
mhx commented on 2021-04-11 13:57 (UTC)
I've patched the
PKGBUILD
to work with thev0.5.3
release that fixes the issue. It builds nicely on my RPi, so I reckon it's fine to enable theaarch64
arch. I've removed a few dependencies that aren't needed. Also, I'm pretty certain thesparsehash
dependency can be dropped (but I only spotted that now).Thanks for maintaining this build!
mhx commented on 2021-04-11 11:29 (UTC)
Hi, author here. I've just reproduced this on my Arch Raspberry Pi. It seems I wasn't expecting the source tarball to be built from within a different git repo, so the code that auto-generates the version files will try to pull the information from the outside git repo, which isn't a good idea. I've got a fix for this, it'll be part of the next release.
1 2 Next › Last »