dwz 0.14 -> 0.15 https://repology.org/project/dwz/versions attrpath: dwz Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/misc/dwz/default.nix b/pkgs/development/tools/misc/dwz/default.nix index 0a13d4a68dd0..3821e2e9899a 100644 --- a/pkgs/development/tools/misc/dwz/default.nix +++ b/pkgs/development/tools/misc/dwz/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "dwz"; - version = "0.14"; + version = "0.15"; src = fetchurl { url = "https://www.sourceware.org/ftp/${pname}/releases/${pname}-${version}.tar.gz"; - sha256 = "07qdvzfk4mvbqj5z3aff7vc195dxqn1mi27w2dzs1w2zhymnw01k"; + sha256 = "sha256-7VnGEuIEFeaX+8RRH1J+91cAe8VvoalU5JrKHans+0Q="; }; nativeBuildInputs = [ elfutils ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dwz nix build failed. got build log for 'dwz' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/y7dh4bi3mwy342lm71h3yn2w2kzgy3ak-dwz-0.15.tar.gz source root is dwz setting SOURCE_DATE_EPOCH to timestamp 1667521782 of file dwz/util.h @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#!/bin/sh" to "/nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/sh" configure flags: --prefix=/nix/store/30759jwc4kmf56crr4928q6n5xd9xv73-dwz-0.15 @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/5l50g7kzj7v0rdhshld1vx46rf2k5lf9-bash-5.2p26/bin/bash prefix=/nix/store/30759jwc4kmf56crr4928q6n5xd9xv73-dwz-0.15 echo "int main (void) { return 0; }" > native.c gcc -o native.o native.c -c -g gcc -O2 -g -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o args.o args.c -DNATIVE_ENDIAN_VAL=ELFDATA2LSB -DNATIVE_POINTER_SIZE=8 gcc -O2 -g -Wall -W -D_FILE_OFFSET_BITS=64 -DDWZ_VERSION='"0.15"' -DFSF_YEARS='"1992-2021"' -DRH_YEARS='"2001-2021"' -DSUSE_YEARS='"2019-2021"' -c -o dwz.o dwz.c dwz.c:42:10: fatal error: xxhash.h: No such file or directory 42 | #include  | ^~~~~~~~~~ compilation terminated. make: *** [Makefile:48: dwz.o] Error 1