2022-12-15T14:59:26 c-blosc 1.21.1 -> 1.21.2 https://github.com/Blosc/c-blosc/releases 2022-12-15T14:59:28 attrpath: c-blosc 2022-12-15T14:59:28 Checking auto update branch... 2022-12-15T14:59:28 No auto update branch exists 2022-12-15T14:59:32 [version] 2022-12-15T14:59:34 [version] updated version and sha256 2022-12-15T14:59:34 [rustCrateVersion] 2022-12-15T14:59:34 [rustCrateVersion] No cargoSha256 found 2022-12-15T14:59:34 [golangModuleVersion] 2022-12-15T14:59:34 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-15T14:59:34 [updateScript] 2022-12-15T14:59:34 [updateScript] skipping because derivation has no updateScript 2022-12-15T14:59:34 2022-12-15T14:59:34 [quotedUrls] 2022-12-15T14:59:34 [quotedUrls] nothing found to replace 2022-12-15T14:59:34 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 ]; 2022-12-15T15:01:12 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 c-blosc nix build failed. Consolidate compiler generated dependencies of target fuzz_compress [ 99%] Built target fuzz_compress Consolidate compiler generated dependencies of target fuzz_decompress [100%] Built target fuzz_decompress Consolidate compiler generated dependencies of target bench [100%] Built target bench Install the project... -- Install configuration: "Release" -- Installing: /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib/pkgconfig/blosc.pc -- Installing: /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/include/blosc.h -- Installing: /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/include/blosc-export.h -- Installing: /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib/libblosc.so.1.21.2 -- Installing: /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib/libblosc.so.1 -- Installing: /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib/libblosc.so -- Installing: /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-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/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2 shrinking /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib/libblosc.so.1.21.2 strip is /nix/store/k04h29hz6qs45pn0mzaqbyca63lrz2s0-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib patching script interpreter paths in /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2 checking for references to /build/ in /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2... Broken paths found in a .pc file! /nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib/pkgconfig/blosc.pc The following lines have issues (specifically '//' in paths). 3:libdir=${exec_prefix}//nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-c-blosc-1.21.2/lib 5:includedir=${prefix}//nix/store/p9jkmjsajv5fagkmyrli6s65yh88686a-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.