2022-12-10T13:53:46 libtree 3.1.0 -> 3.1.1 https://github.com/haampie/libtree/releases 2022-12-10T13:53:48 attrpath: libtree 2022-12-10T13:53:48 Checking auto update branch... 2022-12-10T13:53:48 No auto update branch exists 2022-12-10T13:53:52 [version] 2022-12-10T13:53:53 [version] updated version and sha256 2022-12-10T13:53:53 [rustCrateVersion] 2022-12-10T13:53:53 [rustCrateVersion] No cargoSha256 found 2022-12-10T13:53:53 [golangModuleVersion] 2022-12-10T13:53:53 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-10T13:53:53 [updateScript] 2022-12-10T13:53:53 [updateScript] skipping because derivation has no updateScript 2022-12-10T13:53:53 2022-12-10T13:53:53 [quotedUrls] 2022-12-10T13:53:53 [quotedUrls] nothing found to replace 2022-12-10T13:53:54 Diff after rewrites: diff --git a/pkgs/development/tools/misc/libtree/default.nix b/pkgs/development/tools/misc/libtree/default.nix index 219ce239f48..bca3e6190cc 100644 --- a/pkgs/development/tools/misc/libtree/default.nix +++ b/pkgs/development/tools/misc/libtree/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "libtree"; - version = "3.1.0"; + version = "3.1.1"; src = fetchFromGitHub { owner = "haampie"; repo = "libtree"; rev = "v${version}"; - sha256 = "sha256-C5QlQsBL9Als80Tv13ex2XS5Yj50Ht8eDfGYAtnh/HI="; + sha256 = "sha256-q3JtQ9AxoP0ma9K96cC3gf6QmQ1FbS7T7I59qhkwbMk="; }; buildInputs = [ cxxopts elfio termcolor ]; 2022-12-10T13:55:22 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A libtree nix build failed. │ ┊ 3. runpath was not set │ ┊ 4. ld config files: │ ┊ 5. Standard paths: │ ┊ /lib │ ┊ /lib64 │ ┊ /usr/lib │ ┊ /usr/lib64 └── libc.so.6 [runpath] └── ld-linux-x86-64.so.2 not found  ┊ Paths considered in this order:  ┊ 1. rpath:  ┊ 2. LD_LIBRARY_PATH was not set  ┊ 3. runpath was not set  ┊ 4. ld config files:  ┊ 5. Standard paths:  ┊ /lib ┊ /lib64 ┊ /usr/lib ┊ /usr/lib64 Error [exe_a]: Not all dependencies were found ! ../../libtree -vvv exe_b # should likely not find libc exe_b  ├── lib_defaultlib.so [rpath] │ └── libc.so.6 [runpath] │ └── ld-linux-x86-64.so.2 [rpath of 1] └── libc.so.6 [rpath] └── ld-linux-x86-64.so.2 [rpath of 1] make[1]: *** [Makefile:34: check] Error 1 make[1]: Leaving directory '/build/source/tests/08_nodeflib' make: *** [Makefile:34: check] Error 1