Package Details: dwarfs 0.14.1-1

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: 1.46
First Submitted: 2020-11-30 11:57 (UTC)
Last Updated: 2025-10-28 09:48 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

mhx commented on 2025-10-21 11:00 (UTC)

@Billli11, this is also fixed in dwarfs-0.14.0.

Billli11 commented on 2025-10-21 09:39 (UTC) (edited on 2025-10-21 09:49 (UTC) by Billli11)

With boost-libs in repo just updated to 1.89.0-1

mkdwarfs fail to run if it is built with boost-libs-1.88.0-3 and dwarfs 0.13 failed to built with boost-libs-1.89.0-1

<GitHub issue> <folly issue and workaround>

Workaround diff

diff -u -r dwarfs-0.13.0/folly/CMake/folly-config.cmake.in dwarfs-0.13.0.patched/folly/CMake/folly-config.cmake.in
--- dwarfs-0.13.0/folly/CMake/folly-config.cmake.in 2025-08-21 21:28:22.000000000 +0800
+++ dwarfs-0.13.0.patched/folly/CMake/folly-config.cmake.in 2025-10-21 17:24:05.288542762 +0800
@@ -38,7 +38,6 @@
     filesystem
     program_options
     regex
-    system
     thread
   REQUIRED
 )
diff -u -r dwarfs-0.13.0/folly/CMake/folly-deps.cmake dwarfs-0.13.0.patched/folly/CMake/folly-deps.cmake
--- dwarfs-0.13.0/folly/CMake/folly-deps.cmake  2025-08-21 21:28:22.000000000 +0800
+++ dwarfs-0.13.0.patched/folly/CMake/folly-deps.cmake  2025-10-21 17:23:49.348424764 +0800
@@ -41,7 +41,6 @@
     filesystem
     program_options
     regex
-    system
     thread
   REQUIRED
 )

mhx commented on 2025-08-30 09:48 (UTC)

@KokaKiwi, just FYI, ruby-ronn and python-mistletoe should not longer be required, since the generated files are shipped in the tarball.

nearlyFried commented on 2025-06-04 18:36 (UTC)

The following tests FAILED: 3227 - dwarfs/tools_test.mutating_and_error_ops/standalone (Failed) Errors while running CTest

3227/3260 Testing: dwarfs/tools_test.mutating_and_error_ops/standalone 3227/3260 Test: dwarfs/tools_test.mutating_and_error_ops/standalone Command: "/home/michael/aurBuilds/dwarfs/src/build/tools_test" "--gtest_filter=dwarfs/tools_test.mutating_and_error_ops/0" "--gtest_also_run_disabled_tests" Directory: /home/michael/aurBuilds/dwarfs/src/build "dwarfs/tools_test.mutating_and_error_ops/standalone" start time: Jun 04 19:29 BST Output:


Running main() from /usr/src/debug/gtest/googletest-1.17.0/googletest/src/gtest_main.cc Note: Google Test filter = dwarfs/tools_test.mutating_and_error_ops/0 [==========] Running 1 test from 1 test suite. [----------] Global test environment set-up. [----------] 1 test from dwarfs/tools_test [ RUN ] dwarfs/tools_test.mutating_and_error_ops/0 /usr/src/debug/dwarfs/dwarfs-0.12.4/test/tools_test.cpp:1372: Failure Expected equality of these values: 38 (ec).value() Which is: 1 /home/michael/aurBuilds/dwarfs/src/build/dwarfs /home/michael/aurBuilds/dwarfs/src/dwarfs-0.12.4/test/data.dwarfs /tmp/dwarfs.0a9af79b-6d93-4bab-a1c9-431ec8e8ffa7/mnt -f: Operation not permitted

PerilousBooklet commented on 2025-05-03 09:01 (UTC)

@mhx I see, thanks.

mhx commented on 2025-05-03 08:56 (UTC)

@PerilousBooklet see https://github.com/mhx/dwarfs/issues/248

PerilousBooklet commented on 2025-05-03 08:52 (UTC)

This morning I encountered a problem, while updating my Arch Linux desktop, where dwarfs expects boost-libs .so files of the version 1.87, but the new boost-libs is version 1.88, so when building the kernel images with mkinitcpio there's a build error message about missing .so files (the ones with the names ending with 1.87). I assume dwarfs needs to be updated to require the new version of boost-libs.

yochananmarqos commented on 2025-04-28 17:50 (UTC)

@KokaKiwi: If you use -D CMAKE_INSTALL_SBINDIR=bin, then you don't have to manually move files.

milto commented on 2025-04-01 07:09 (UTC)

While trying to install 0.11.3-1

CMake Warning at cmake/need_gtest.cmake:35 (message):
  GTest does not support u8string.
Call Stack (most recent call first):
  CMakeLists.txt:176 (include)


CMake Error at folly/CMakeLists.txt:15 (cmake_minimum_required):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.

Work around the issue by adding -D CMAKE_POLICY_VERSION_MINIMUM=3.5 \ into the build function of the PKGBUILD somewhere around line 40

SteavenGamerYT commented on 2024-09-14 19:34 (UTC)

==> ERROR: binary dependency 'libfmt.so.10' not found for 'mount.dwarfs'