Package Details: dwarfs 0.12.4-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: 17
Popularity: 0.50
First Submitted: 2020-11-30 11:57 (UTC)
Last Updated: 2025-05-14 16:15 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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'

A8b commented on 2024-09-09 22:02 (UTC) (edited on 2024-09-09 22:02 (UTC) by A8b)

dwarfs 0.10.1-2

parallel-hashmap-1.3.12/tests/btree_test.cc:844:55:   required from ‘void phmap::priv::{anonymous}::MultiMapTest() [with K = std::__cxx11::basic_string<char>; int N = 256]’
  844 |         BtreeMultiTest<BtreeMMap, std::multimap<K, K>>();
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/parallel-hashmap-1.3.12/tests/btree_test.cc:855:61:   required from here
  855 |     TEST(Btree, multimap_string) { MultiMapTest<std::string>(); }
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~^~
/parallel-hashmap-1.3.12/tests/btree_test.cc:633:39: error: ‘GTEST_FLAG_GET’ was not declared in this scope; did you mean ‘GTEST_FLAG’?
  633 |             GTEST_FLAG_GET(random_seed));
      |                                       ^
      |                                       GTEST_FLAG
/parallel-hashmap-1.3.12/tests/btree_test.cc: In instantiation of ‘void phmap::priv::{anonymous}::BtreeMultiTest() [with T = phmap::btree_multimap<std::pair<int, int>, std::pair<int, int>, phmap::Less<std::pair<int, int> >, std::allocator<std::pair<const std::pair<int, int>, std::pair<int, int> > > >; C = std::multimap<std::pair<int, int>, std::pair<int, int>, std::less<std::pair<int, int> >, std::allocator<std::pair<const std::pair<int, int>, std::pair<int, int> > > >]’:
/parallel-hashmap-1.3.12/tests/btree_test.cc:844:55:   required from ‘void phmap::priv::{anonymous}::MultiMapTest() [with K = std::pair<int, int>; int N = 256]’
  844 |         BtreeMultiTest<BtreeMMap, std::multimap<K, K>>();
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/parallel-hashmap-1.3.12/tests/btree_test.cc:856:67:   required from here
  856 |     TEST(Btree, multimap_pair) { MultiMapTest<std::pair<int, int>>(); }
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/parallel-hashmap-1.3.12/tests/btree_test.cc:633:39: error: ‘GTEST_FLAG_GET’ was not declared in this scope; did you mean ‘GTEST_FLAG’?
  633 |             GTEST_FLAG_GET(random_seed));
      |                                       ^
      |                                       GTEST_FLAG
make[2]: *** [CMakeFiles/test_btree.dir/build.make:76: CMakeFiles/test_btree.dir/tests/btree_test.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:531: CMakeFiles/test_btree.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

I hope this helps

mhx commented on 2024-09-08 12:32 (UTC)

Actually, it seems it's already fixed in the 0.10.1-2 package. (Thanks @KokaKiwi!)

mhx commented on 2024-09-08 12:29 (UTC)

@zwastik, known problem due to a change in the latest Boost library. See https://github.com/mhx/dwarfs/issues/237. You can use this patch to fix the issue: https://github.com/mhx/dwarfs/commit/6c8a1cdbd3c889c9cdf8bbbfe7c39cc9c25202a0.diff