honggfuzz 2.5 -> 2.6 https://github.com/google/honggfuzz/releases attrpath: honggfuzz 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 [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/tools/security/honggfuzz/default.nix b/pkgs/tools/security/honggfuzz/default.nix index 3885316271b9..c600aa5f39af 100644 --- a/pkgs/tools/security/honggfuzz/default.nix +++ b/pkgs/tools/security/honggfuzz/default.nix @@ -12,13 +12,13 @@ stdenv.mkDerivation rec { pname = "honggfuzz"; - version = "2.5"; + version = "2.6"; src = fetchFromGitHub { owner = "google"; repo = pname; rev = version; - sha256 = "sha256-TkyUKmiiSAfCnfQhSOUxuce6+dRyMmHy7vFK59jPIxM="; + sha256 = "sha256-/ra6g0qjjC8Lo8/n2XEbwnZ95yDHcGhYd5+TTvQ6FAc="; }; postPatch = '' 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 honggfuzz nix build failed. gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o socketfuzzer.o socketfuzzer.c gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o subproc.o subproc.c gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o linux/arch.o linux/arch.c gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o linux/bfd.o linux/bfd.c gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o linux/perf.o linux/perf.c gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o linux/pt.o linux/pt.c gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o linux/trace.o linux/trace.c gcc -c -O3 -mtune=native -funroll-loops -std=c11 -I/usr/local/include -D_GNU_SOURCE -Wall -Wextra -Werror -Wno-format-truncation -Wno-override-init -I. -D_FILE_OFFSET_BITS=64 -finline-limit=4000 -D_HF_ARCH_LINUX -o linux/unwind.o linux/unwind.c linux/bfd.c:202:21: error: 'enum disassembler_style' declared inside parameter list will not be visible outside of this definition or declaration [-Werror] 202 | void* buf, enum disassembler_style style HF_ATTR_UNUSED, const char* fmt, ...) { | ^~~~~~~~~~~~~~~~~~ linux/bfd.c:202:40: error: parameter 2 ('style') has incomplete type 202 | void* buf, enum disassembler_style style HF_ATTR_UNUSED, const char* fmt, ...) { linux/bfd.c: In function 'arch_bfdDisasm': linux/bfd.c:249:9: error: cast between incompatible function types from 'void (*)(struct disassemble_info *, void *, int (*)(void *, const char *, ...))' to 'void (*)(void *, void *, void *, void *)' []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcast-function-type-Werror=cast-function-type]8;;] 249 | (void (*)(void*, void*, void*, void*))init_disassemble_info; | ^ In file included from ./libhfcommon/util.h:28, from ./honggfuzz.h:39, from ./sanitizers.h:26, from ./linux/unwind.h:27, from ./linux/bfd.h:32, from linux/bfd.c:26: linux/bfd.c: In function 'arch_bfdFPrintFStyled': linux/bfd.c:204:5: error: 'va_start' used in function with fixed arguments 204 | va_start(args, fmt); | ^~~~~~~~ cc1: all warnings being treated as errors make: *** [Makefile:279: linux/bfd.o] Error 1 make: *** Waiting for unfinished jobs....