2022-11-06T19:43:03 astc-encoder 3.6 -> 4.1.0 https://github.com/ARM-software/astc-encoder/releases 2022-11-06T19:43:06 attrpath: astc-encoder 2022-11-06T19:43:06 Checking auto update branch... 2022-11-06T19:43:06 An auto update branch exists with message `astc-encoder: 3.6 -> 3.7`. New version is 4.1.0. 2022-11-06T19:43:06 The auto update branch does not match or exceed the new version. 2022-11-06T19:43:10 [version] 2022-11-06T19:43:16 [version] updated version and sha256 2022-11-06T19:43:16 [rustCrateVersion] 2022-11-06T19:43:16 [rustCrateVersion] No cargoSha256 found 2022-11-06T19:43:16 [golangModuleVersion] 2022-11-06T19:43:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-06T19:43:16 [updateScript] 2022-11-06T19:43:16 [updateScript] skipping because derivation has no updateScript 2022-11-06T19:43:16 2022-11-06T19:43:16 [quotedUrls] 2022-11-06T19:43:16 [quotedUrls] nothing found to replace 2022-11-06T19:43:16 Diff after rewrites: diff --git a/pkgs/tools/graphics/astc-encoder/default.nix b/pkgs/tools/graphics/astc-encoder/default.nix index e2af1494874..a0dc0959754 100644 --- a/pkgs/tools/graphics/astc-encoder/default.nix +++ b/pkgs/tools/graphics/astc-encoder/default.nix @@ -31,13 +31,13 @@ with rec { gccStdenv.mkDerivation rec { pname = "astc-encoder"; - version = "3.6"; + version = "4.1.0"; src = fetchFromGitHub { owner = "ARM-software"; repo = "astc-encoder"; rev = version; - sha256 = "sha256-TzVO2xQOuE87h8j4UwkpnAaFwkvy5dZge8zDNR/mVf0="; + sha256 = "sha256-k3EgZdzSNxSU6/alVnPZmCtsc1q98dhsmcOUkED0JdE="; }; nativeBuildInputs = [ cmake ]; 2022-11-06T19:44:53 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 astc-encoder nix build failed. [ 31%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_diagnostic_trace.cpp.o [ 34%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_ideal_endpoints_and_weights.cpp.o [ 40%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_integer_sequence.cpp.o [ 40%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_image.cpp.o [ 43%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_mathlib.cpp.o [ 46%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_mathlib_softfloat.cpp.o [ 50%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_partition_tables.cpp.o [ 53%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_percentile_tables.cpp.o /build/source/Source/astcenc_find_best_partitioning.cpp: In function 'void kmeans_assign(const image_block&, unsigned int, unsigned int, const vfloat4*, uint8_t*)': /build/source/Source/astcenc_find_best_partitioning.cpp:160:44: error: 'numeric_limits' is not a member of 'std' 160 | float best_distance = std::numeric_limits::max(); | ^~~~~~~~~~~~~~ /build/source/Source/astcenc_find_best_partitioning.cpp:160:59: error: expected primary-expression before 'float' 160 | float best_distance = std::numeric_limits<float>::max(); | ^~~~~ [ 56%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_pick_best_endpoint_format.cpp.o [ 59%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_quantization.cpp.o [ 62%] Building CXX object Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_platform_isa_detection.cpp.o At global scope: cc1plus: note: unrecognized command-line option '-Wno-reserved-identifier' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-shift-sign-overflow' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-implicit-int-conversion' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-atomic-implicit-seq-cst' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-c++98-c++11-compat-pedantic' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-c++98-compat-pedantic' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-unknown-warning-option' may have been intended to silence earlier diagnostics make[2]: *** [Source/CMakeFiles/astcenc-sse2-static.dir/build.make:202: Source/CMakeFiles/astcenc-sse2-static.dir/astcenc_find_best_partitioning.cpp.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [CMakeFiles/Makefile2:100: Source/CMakeFiles/astcenc-sse2-static.dir/all] Error 2 make: *** [Makefile:136: all] Error 2