2022-11-22T09:05:01 lerc 3.0 -> 4.0.0 https://github.com/esri/lerc/releases 2022-11-22T09:05:03 attrpath: lerc 2022-11-22T09:05:03 Checking auto update branch... 2022-11-22T09:05:03 No auto update branch exists 2022-11-22T09:05:07 [version] 2022-11-22T09:05:10 [version] updated version and sha256 2022-11-22T09:05:10 [rustCrateVersion] 2022-11-22T09:05:10 [rustCrateVersion] No cargoSha256 found 2022-11-22T09:05:10 [golangModuleVersion] 2022-11-22T09:05:10 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T09:05:10 [updateScript] 2022-11-22T09:05:10 [updateScript] skipping because derivation has no updateScript 2022-11-22T09:05:10 2022-11-22T09:05:10 [quotedUrls] 2022-11-22T09:05:10 [quotedUrls] nothing found to replace 2022-11-22T09:05:10 Diff after rewrites: diff --git a/pkgs/development/libraries/lerc/default.nix b/pkgs/development/libraries/lerc/default.nix index 99e18a76bf6..ba06d2c1965 100644 --- a/pkgs/development/libraries/lerc/default.nix +++ b/pkgs/development/libraries/lerc/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation rec { pname = "lerc"; - version = "3.0"; + version = "4.0.0"; outputs = [ "out" "dev" ]; @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { owner = "esri"; repo = "lerc"; rev = "v${version}"; - hash = "sha256-QO5+ouQy5nOcAgvxMeBDoSBP+G3ClDjXipnkuSIDcP0="; + hash = "sha256-IHY9QtNYsxPz/ksxRMZGHleT+/bawfTYNVRSTAuYQ7Y="; }; nativeBuildInputs = [ 2022-11-22T09:06:54 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 lerc nix build failed. [100%] Built target Lerc Install the project... -- Install configuration: "Release" -- Installing: /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib/libLerc.so.4 -- Installing: /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib/libLerc.so -- Installing: /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev/include/Lerc_types.h -- Installing: /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev/include/Lerc_c_api.h -- Installing: /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib/pkgconfig/Lerc.pc @nix { "action": "setPhase", "phase": "fixupPhase" } post-installation fixup Moving /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib/pkgconfig to /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev/lib/pkgconfig rmdir: failed to remove '/nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib': Directory not empty Patching '/nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev/lib/pkgconfig/Lerc.pc' includedir to output /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev shrinking RPATHs of ELF executables and libraries in /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0 shrinking /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib/libLerc.so.4 strip is /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib patching script interpreter paths in /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0 checking for references to /build/ in /nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0... shrinking RPATHs of ELF executables and libraries in /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev strip is /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/strip stripping (with command strip and flags -S) in /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev/lib patching script interpreter paths in /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev checking for references to /build/ in /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev... Broken paths found in a .pc file! /nix/store/k0ny990dsmgsp4wi65akd5cw7rjs80lg-lerc-4.0.0-dev/lib/pkgconfig/Lerc.pc The following lines have issues (specifically '//' in paths). 4:libdir=${exec_prefix}//nix/store/15471xcf24ginhh256l1a4b93s8563hd-lerc-4.0.0/lib 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.