c-blosc 1.21.1 -> 1.21.3 https://repology.org/metapackage/c-blosc/versions attrpath: c-blosc 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 [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/libraries/c-blosc/default.nix b/pkgs/development/libraries/c-blosc/default.nix index b03f3be904c..5e66ccf7850 100644 --- a/pkgs/development/libraries/c-blosc/default.nix +++ b/pkgs/development/libraries/c-blosc/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "c-blosc"; - version = "1.21.1"; + version = "1.21.3"; src = fetchFromGitHub { owner = "Blosc"; repo = "c-blosc"; rev = "v${version}"; - sha256 = "sha256-6SKEyciwDOxcbO8chvmxrLCxLkc93zxo6eH0c/lRyT8="; + sha256 = "sha256-tHoJtxec+1Mt8p5ulemXFjaFL5O6/rEtgvJU0KPX3zI="; }; nativeBuildInputs = [ cmake ]; 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 c-blosc nix build failed. [ 94%] Built target filegen [ 95%] Built target test_forksafe [ 96%] Built target test_shuffle_roundtrip_sse2 [ 97%] Built target test_nolock [ 99%] Built target fuzz_decompress [100%] Built target fuzz_compress [100%] Built target bench Install the project... -- Install configuration: "Release" -- Installing: /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib/pkgconfig/blosc.pc -- Installing: /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/include/blosc.h -- Installing: /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/include/blosc-export.h -- Installing: /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib/libblosc.so.1.21.3 -- Installing: /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib/libblosc.so.1 -- Installing: /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib/libblosc.so -- Installing: /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib/libblosc.a @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3 shrinking /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib/libblosc.so.1.21.3 checking for references to /build/ in /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3... patching script interpreter paths in /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3 stripping (with command strip and flags -S) in /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib Broken paths found in a .pc file! /nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib/pkgconfig/blosc.pc The following lines have issues (specifically '//' in paths). 3:libdir=${exec_prefix}//nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/lib 5:includedir=${prefix}//nix/store/5rgn6005bpr5qql80n8shzh9wll5zxv0-c-blosc-1.21.3/include It is very likely that paths are being joined improperly. ex: "${prefix}/@CMAKE_INSTALL_LIBDIR@" should be "@CMAKE_INSTALL_FULL_LIBDIR@" Please see https://github.com/NixOS/nixpkgs/issues/144170 for more details.