liboqs 0.8.0 -> 0.9.2 https://github.com/open-quantum-safe/liboqs/releases attrpath: liboqs 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/liboqs/default.nix b/pkgs/development/libraries/liboqs/default.nix index 4962f9459d79..c6b9f3248e25 100644 --- a/pkgs/development/libraries/liboqs/default.nix +++ b/pkgs/development/libraries/liboqs/default.nix @@ -8,13 +8,13 @@ stdenv.mkDerivation rec { pname = "liboqs"; - version = "0.8.0"; + version = "0.9.2"; src = fetchFromGitHub { owner = "open-quantum-safe"; repo = pname; rev = version; - sha256 = "sha256-h3mXoGRYgPg0wKQ1u6uFP7wlEUMQd5uIBt4Hr7vjNtA="; + sha256 = "sha256-1QWfIBmqAB5IVedpnkTv4NuK8K5wFLYmTIvtJS+DO70="; }; patches = [ ./fix-openssl-detection.patch ]; Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A liboqs nix build failed. -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/aes.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/sha2.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/sha3.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/sha3x4.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/kem.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/sig.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/kem_bike.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/kem_frodokem.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/kem_ntruprime.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/kem_classic_mceliece.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/kem_hqc.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/kem_kyber.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/sig_dilithium.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/sig_falcon.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/sig_sphincs.h -- Installing: /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/include/oqs/oqsconfig.h @nix { "action": "setPhase", "phase": "fixupPhase" } Running phase: fixupPhase shrinking RPATHs of ELF executables and libraries in /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2 shrinking /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/lib/liboqs.so.0.9.2 checking for references to /build/ in /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2... patching script interpreter paths in /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2 stripping (with command strip and flags -S -p) in /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/lib Broken paths found in a .pc file! /nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/lib/pkgconfig/liboqs.pc The following lines have issues (specifically '//' in paths). 2:libdir=${prefix}//nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.2/lib 3:includedir=${prefix}//nix/store/z84450k8fycmhz8vfz07sfyx5gkd9brr-liboqs-0.9.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.