c-blosc 1.21.1 -> 1.21.2 https://github.com/Blosc/c-blosc/releases 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..1e62c3c137d 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.2"; src = fetchFromGitHub { owner = "Blosc"; repo = "c-blosc"; rev = "v${version}"; - sha256 = "sha256-6SKEyciwDOxcbO8chvmxrLCxLkc93zxo6eH0c/lRyT8="; + sha256 = "sha256-u4bQV3nU31Yoe7bzX3zSebydh18tM75TI91JFD1orNE="; }; 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 test_maxout [ 95%] Built target test_nolock [ 96%] Built target test_noinit [ 97%] Built target test_nthreads [ 98%] Built target test_shuffle_roundtrip_avx2 [ 99%] Built target test_shuffle_roundtrip_generic [100%] Built target test_shuffle_roundtrip_sse2 Install the project... -- Install configuration: "Release" -- Installing: /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib/pkgconfig/blosc.pc -- Installing: /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/include/blosc.h -- Installing: /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/include/blosc-export.h -- Installing: /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib/libblosc.so.1.21.2 -- Installing: /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib/libblosc.so.1 -- Installing: /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib/libblosc.so -- Installing: /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib/libblosc.a @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup shrinking RPATHs of ELF executables and libraries in /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2 shrinking /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib/libblosc.so.1.21.2 checking for references to /build/ in /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2... patching script interpreter paths in /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2 stripping (with command strip and flags -S) in /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib Broken paths found in a .pc file! /nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib/pkgconfig/blosc.pc The following lines have issues (specifically '//' in paths). 3:libdir=${exec_prefix}//nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/lib 5:includedir=${prefix}//nix/store/i4hvd8lzn15123lnzfs3igiiby4qw589-c-blosc-1.21.2/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.