2022-11-22T21:13:29 policycoreutils 3.3 -> 3.4 https://github.com/SELinuxProject/selinux/releases 2022-11-22T21:13:31 attrpath: policycoreutils 2022-11-22T21:13:31 Checking auto update branch... 2022-11-22T21:13:31 No auto update branch exists 2022-11-22T21:13:35 [version] 2022-11-22T21:13:38 [version] updated version and sha256 2022-11-22T21:13:38 [rustCrateVersion] 2022-11-22T21:13:38 [rustCrateVersion] No cargoSha256 found 2022-11-22T21:13:38 [golangModuleVersion] 2022-11-22T21:13:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T21:13:38 [updateScript] 2022-11-22T21:13:38 [updateScript] skipping because derivation has no updateScript 2022-11-22T21:13:38 2022-11-22T21:13:38 [quotedUrls] 2022-11-22T21:13:38 [quotedUrls] nothing found to replace 2022-11-22T21:13:38 Diff after rewrites: diff --git a/pkgs/os-specific/linux/policycoreutils/default.nix b/pkgs/os-specific/linux/policycoreutils/default.nix index 33875049747..92eec5d25f5 100644 --- a/pkgs/os-specific/linux/policycoreutils/default.nix +++ b/pkgs/os-specific/linux/policycoreutils/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "policycoreutils"; - version = "3.3"; + version = "3.4"; inherit (libsepol) se_url; src = fetchurl { url = "${se_url}/${version}/policycoreutils-${version}.tar.gz"; - sha256 = "0y0hl32b2ks7r0fhbx3k2j1gqqms5aplyasjs3fz50caxl6096a1"; + sha256 = "sha256-vwSfMadXKmXLeW+ldfVsUzJ8g5An1XeCllwWgrM6cQg="; }; postPatch = '' 2022-11-22T21:15:09 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 policycoreutils nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/ywrclr149havkcqv1vzkbc9vs8cacga1-policycoreutils-3.4.tar.gz source root is policycoreutils-3.4 setting SOURCE_DATE_EPOCH to timestamp 1652885463 of file policycoreutils-3.4/setsebool/setsebool.c @nix { "action": "setPhase", "phase": "patchPhase" } patching sources substituteStream(): WARNING: pattern '/usr/share' doesn't match anything in file 'po/Makefile' substituteStream(): WARNING: pattern '/usr/share' doesn't match anything in file 'newrole/Makefile' @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building build flags: SHELL=/nix/store/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash PREFIX=\$\(out\) SBINDIR=\$\(out\)/bin ETCDIR=\$\(out\)/etc BASHCOMPLETIONDIR=\$out/share/bash-completion/completions LOCALEDIR=\$\(out\)/share/locale MAN5DIR=\$\(out\)/share/man/man5 make[1]: Entering directory '/build/policycoreutils-3.4/setfiles' gcc -g -Werror -Wall -W -c -o setfiles.o setfiles.c setfiles.c: In function 'main': setfiles.c:294:47: error: 'SELINUX_RESTORECON_COUNT_ERRORS' undeclared (first use in this function); did you mean 'SELINUX_RESTORECON_CONFLICT_ERROR'? 294 | r_opts.count_errors = SELINUX_RESTORECON_COUNT_ERRORS; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | SELINUX_RESTORECON_CONFLICT_ERROR setfiles.c:294:47: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [: setfiles.o] Error 1 make[1]: Leaving directory '/build/policycoreutils-3.4/setfiles' make: *** [Makefile:4: all] Error 1