2022-11-23T18:51:53 checkpolicy 3.3 -> 3.4 https://github.com/SELinuxProject/selinux/releases 2022-11-23T18:51:55 attrpath: checkpolicy 2022-11-23T18:51:55 Checking auto update branch... 2022-11-23T18:51:55 No auto update branch exists 2022-11-23T18:51:59 [version] 2022-11-23T18:52:02 [version] updated version and sha256 2022-11-23T18:52:02 [rustCrateVersion] 2022-11-23T18:52:02 [rustCrateVersion] No cargoSha256 found 2022-11-23T18:52:02 [golangModuleVersion] 2022-11-23T18:52:02 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-23T18:52:02 [updateScript] 2022-11-23T18:52:02 [updateScript] skipping because derivation has no updateScript 2022-11-23T18:52:02 2022-11-23T18:52:02 [quotedUrls] 2022-11-23T18:52:02 [quotedUrls] nothing found to replace 2022-11-23T18:52:02 Diff after rewrites: diff --git a/pkgs/os-specific/linux/checkpolicy/default.nix b/pkgs/os-specific/linux/checkpolicy/default.nix index 52cf0a3ec03..4f7d1f10993 100644 --- a/pkgs/os-specific/linux/checkpolicy/default.nix +++ b/pkgs/os-specific/linux/checkpolicy/default.nix @@ -2,12 +2,12 @@ stdenv.mkDerivation rec { pname = "checkpolicy"; - version = "3.3"; + version = "3.4"; inherit (libsepol) se_url; src = fetchurl { url = "${se_url}/${version}/checkpolicy-${version}.tar.gz"; - sha256 = "118l8c2vvnnckbd269saslr7adv6rdavr5rv0z5vh2m1lgglxj15"; + sha256 = "sha256-KThRuXZCy9sQQLgBospu3Z9+RiAxzrRyyXwuCVuVctc="; }; nativeBuildInputs = [ bison flex ]; 2022-11-23T18:53:32 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 checkpolicy nix build failed. warning: unknown setting 'experimental-features' @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/b3akckk7i00nzijd92hiwk38r1g0n8c6-checkpolicy-3.4.tar.gz source root is checkpolicy-3.4 setting SOURCE_DATE_EPOCH to timestamp 1652885463 of file checkpolicy-3.4/test/dispol.c @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/dsd5gz46hdbdk2rfdimqddhq6m8m8fqs-bash-5.1-p16/bin/bash PREFIX=\$\(out\) LIBSEPOLA=/nix/store/2rx19r65cg7jcgxngpqmvkcghzw4q9b6-libsepol-3.3/lib/libsepol.a bison -y -d policy_parse.y gcc -g -Wall -Wshadow -O2 -fno-strict-aliasing -o y.tab.o -c y.tab.c flex policy_scan.l gcc -g -Wall -Wshadow -O2 -fno-strict-aliasing -o lex.yy.o -c lex.yy.c gcc -g -Wall -Werror -Wshadow -O2 -fno-strict-aliasing -o queue.o -c queue.c gcc -g -Wall -Werror -Wshadow -O2 -fno-strict-aliasing -o module_compiler.o -c module_compiler.c gcc -g -Wall -Werror -Wshadow -O2 -fno-strict-aliasing -o parse_util.o -c parse_util.c gcc -g -Wall -Werror -Wshadow -O2 -fno-strict-aliasing -o policy_define.o -c policy_define.c policy_define.c: In function 'define_filename_trans': policy_define.c:3458:20: error: 'filename_trans_rule_t' {aka 'struct filename_trans_rule'} has no member named 'flags' 3458 | ftr->flags = self ? RULE_SELF : 0; | ^~ make: *** [Makefile:39: policy_define.o] Error 1