cminpack 1.3.8 -> 1.3.9 https://repology.org/project/cminpack/versions attrpath: cminpack 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/libraries/cminpack/default.nix b/pkgs/development/libraries/cminpack/default.nix index 20782c8499cb..34d31adca159 100644 --- a/pkgs/development/libraries/cminpack/default.nix +++ b/pkgs/development/libraries/cminpack/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "cminpack"; - version = "1.3.8"; + version = "1.3.9"; src = fetchFromGitHub { owner = "devernay"; repo = "cminpack"; rev = "v${version}"; - hash = "sha256-eFJ43cHbSbWld+gPpMaNiBy1X5TIcN9aVxjh8PxvVDU="; + hash = "sha256-wgMIH+uBsF1VQ+kuaO7bF469XecVChqasSTZvHkk3KQ="; }; strictDeps = true; Received ExitFailure 1 when running Raw command: /nix/store/y0qaalgy7nk3kvnk09j4466skm8ry55l-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A cminpack nix build failed. -- Installing: /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/share/cminpack/CMinpackConfig.cmake -- Installing: /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/share/cminpack/CMinpackConfig-release.cmake @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase calling 'preFixup' function hook '_moveToShare' calling 'preFixup' function hook '_multioutDocs' calling 'preFixup' function hook '_multioutDevs' evaling 'fixupOutput' string hook 'if [ -z "${dontPatchELF-}" ]; then patchELF "$prefix"; fi' shrinking RPATHs of ELF executables and libraries in /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9 shrinking /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/lib/libcminpacks.so.1.3.9 shrinking /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/lib/libcminpack.so.1.3.9 shrinking /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/lib/libcminpackld.so.1.3.9 evaling 'fixupOutput' string hook 'if [[ -z "${noAuditTmpdir-}" && -e "$prefix" ]]; then auditTmpdir "$prefix"; fi' checking for references to /build/ in /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9... evaling 'fixupOutput' string hook 'if [ -z "${dontGzipMan-}" ]; then compressManPages "$prefix"; fi' calling 'fixupOutput' function hook '_moveLib64' calling 'fixupOutput' function hook '_moveSbin' calling 'fixupOutput' function hook '_moveSystemdUserUnits' calling 'fixupOutput' function hook 'patchShebangsAuto' patching script interpreter paths in /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9 calling 'fixupOutput' function hook '_pruneLibtoolFiles' calling 'fixupOutput' function hook '_doStrip' stripping (with command strip and flags -S -p) in /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/lib calling 'postFixup' function hook 'cmakePcfileCheckPhase' Broken paths found in a .pc file! /nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/lib/pkgconfig/cminpack.pc The following lines have issues (specifically '//' in paths). 4:libdir=${prefix}//nix/store/zyh149xj1cngij7fzqrr11nbhhiqrhab-cminpack-1.3.9/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.