liblinear 2.43 -> 2.46 https://repology.org/metapackage/liblinear/versions attrpath: liblinear 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/liblinear/default.nix b/pkgs/development/libraries/liblinear/default.nix index f30d4a2d73b..826ab9ac98e 100644 --- a/pkgs/development/libraries/liblinear/default.nix +++ b/pkgs/development/libraries/liblinear/default.nix @@ -4,13 +4,13 @@ let soVersion = "4"; in stdenv.mkDerivation rec { pname = "liblinear"; - version = "2.43"; + version = "2.46"; src = fetchFromGitHub { owner = "cjlin1"; repo = "liblinear"; rev = "v${builtins.replaceStrings ["."] [""] version}"; - sha256 = "sha256-qcSMuWHJgsapWs1xgxv3fKSXcx18q8cwyIn3E4RCGKA="; + sha256 = "sha256-mKd6idfr6mIIDEie8DCS+drtfpgKoS/5UXI0JenTxlA="; }; postPatch = '' 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 liblinear nix build failed. source root is source @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/5ynbf6wszmggr0abwifdagrixgnya5vy-bash-5.2-p15/bin/bash lib predict train g++ -Wall -Wconversion -O3 -fPIC -c -o linear.o linear.cpp g++ -Wall -Wconversion -O3 -fPIC -c -o newton.o newton.cpp make -C blas OPTFLAGS='-Wall -Wconversion -O3 -fPIC' CC='gcc'; make[1]: Entering directory '/build/source/blas' gcc -Wall -Wconversion -O3 -fPIC -c dnrm2.c gcc -Wall -Wconversion -O3 -fPIC -c daxpy.c gcc -Wall -Wconversion -O3 -fPIC -c ddot.c gcc -Wall -Wconversion -O3 -fPIC -c dscal.c ar rcv blas.a dnrm2.o daxpy.o ddot.o dscal.o a - dnrm2.o a - daxpy.o a - ddot.o a - dscal.o ranlib blas.a make[1]: Leaving directory '/build/source/blas' g++ -shared -Wl,-soname,liblinear.so.5 linear.o newton.o blas/blas.a -o liblinear.so.5 g++ -Wall -Wconversion -O3 -fPIC -o predict predict.c newton.o linear.o blas/blas.a g++ -Wall -Wconversion -O3 -fPIC -o train train.c newton.o linear.o blas/blas.a @nix { "action": "setPhase", "phase": "installPhase" } installing install: cannot stat 'liblinear.so.4': No such file or directory