2022-11-22T13:52:13 libtree 3.1.0 -> 3.1.1 https://github.com/haampie/libtree/releases 2022-11-22T13:52:18 attrpath: libtree 2022-11-22T13:52:18 Checking auto update branch... 2022-11-22T13:52:18 No auto update branch exists 2022-11-22T13:52:26 [version] 2022-11-22T13:52:30 [version] updated version and sha256 2022-11-22T13:52:30 [rustCrateVersion] 2022-11-22T13:52:30 [rustCrateVersion] No cargoSha256 found 2022-11-22T13:52:30 [golangModuleVersion] 2022-11-22T13:52:30 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T13:52:30 [updateScript] 2022-11-22T13:52:30 [updateScript] skipping because derivation has no updateScript 2022-11-22T13:52:30 2022-11-22T13:52:30 [quotedUrls] 2022-11-22T13:52:30 [quotedUrls] nothing found to replace 2022-11-22T13:52:31 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-11-22T13:55:46 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. ┊ 4. ld config files:  ┊ 5. Standard paths:  ┊ /lib ┊ /lib64 ┊ /usr/lib ┊ /usr/lib64 Error [liba.so]: Not all dependencies were found LD_LIBRARY_PATH=/build/source/tests/02_rpath_of_parents_parent ../../libtree liba.so # should find libb.so through LD_LIBRARY_PATH liba.so  └── libb.so [LD_LIBRARY_PATH] ../../libtree exe # should find libb.so through exe's rpath exe  └── liba.so [rpath] └── libb.so not found  ┊ Paths considered in this order:  ┊ 1. rpath is skipped because runpath was set  ┊ 2. LD_LIBRARY_PATH was not set  ┊ 3. runpath:  ┊ /nix/store/p1dzj9k13h2wljv29y33950mh96ck8q1-libtree-3.1.1/lib64 ┊ /nix/store/p1dzj9k13h2wljv29y33950mh96ck8q1-libtree-3.1.1/lib ┊ 4. ld config files:  ┊ 5. Standard paths:  ┊ /lib ┊ /lib64 ┊ /usr/lib ┊ /usr/lib64 Error [exe]: Not all dependencies were found make[1]: *** [Makefile:22: check] Error 28 make[1]: Leaving directory '/build/source/tests/02_rpath_of_parents_parent' make: *** [Makefile:34: check] Error 1