Package Details: dwarfs 0.9.9-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: GPL-3.0-only
Submitter: KokaKiwi
Maintainer: KokaKiwi
Last Packager: KokaKiwi
Votes: 15
Popularity: 1.27
First Submitted: 2020-11-30 11:57 (UTC)
Last Updated: 2024-05-02 10:03 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

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.

mhx commented on 2024-01-23 21:25 (UTC)

Hi KokaKiwi, could you please add flac as a dependency so dwarfs gets built with FLAC support enabled? Thanks!

mhx commented on 2023-12-04 07:59 (UTC)

@MBK this should hopefully be fixed once utf8cpp is upgraded to 4.0.3.

mhx commented on 2023-11-11 07:39 (UTC)

@MBK, I reckon it broke because a new utf8cpp release (4.0.1) changed the install location for the header files. This should be fixed in the utf8cpp package.

MBK commented on 2023-11-11 04:11 (UTC)

It doesn't build anymore. utf8cpp is installed.

dwarfs/src/dwarfs-0.7.2/src/dwarfs/util.cpp:26:10: fatal error: utf8cpp/utf8.h : No such file or directory 26 | #include <utf8cpp/utf8.h>

phantop commented on 2023-07-23 18:18 (UTC)

Why is -D CMAKE_BUILD_TYPE=None being set? According to the dev of DwarFS, doing so is resulting in a debug build and resulting in a slower binary (Source).

bionade24 commented on 2022-12-30 13:29 (UTC)

Please change the openssl dep to openssl-1.1.

Nekit commented on 2022-07-24 09:37 (UTC)

bison is missing in makedepends.

CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find BISON (missing: BISON_EXECUTABLE) (Required is at least
  version "3.0.4")
Call Stack (most recent call first):
  /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake/Modules/FindBISON.cmake:306 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  fbthrift/thrift/cmake/FindBISON.cmake:26 (find_package)
  fbthrift/CMakeLists.txt:92 (find_package)

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?