complexity 1.10 -> 1.13 https://repology.org/metapackage/complexity/versions attrpath: complexity 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/tools/misc/complexity/default.nix b/pkgs/development/tools/misc/complexity/default.nix index 6e70fbcfcde..b7c9c49e66f 100644 --- a/pkgs/development/tools/misc/complexity/default.nix +++ b/pkgs/development/tools/misc/complexity/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "complexity"; - version = "1.10"; + version = "1.13"; src = fetchurl { url = "mirror://gnu/complexity/${pname}-${version}.tar.gz"; - sha256 = "1vfns9xm7w0wrz12a3w15slrqnrfh6qxk15nv7qkj3irll3ff522"; + sha256 = "sha256-U0Lg88NDndPQq+awMogC3h3TQeTgEEniz6lFg3rykC8="; }; buildInputs = [ autogen ]; complexity 1.10 -> 1.13 https://repology.org/metapackage/complexity/versions Received ExitFailure 1 when running Raw command: nix-env -f /var/cache/nixpkgs-update/worker/outpath/outpaths.nix -qaP --no-name --out-path --arg path /var/cache/nixpkgs-update/worker/worktree/complexity --arg checkMeta true --show-trace Standard output: error: getting status of '/var/cache/nixpkgs-update/worker/worktree/complexity/pkgs/data/fonts/fira': No such file or directory … while calling 'functionArgs' at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/trivial.nix:440:18: … from call site at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/customisation.nix:131:15: … while calling 'filterAttrs' at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/attrsets.nix:305:5: … from call site at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/customisation.nix:141:10: … while calling 'callPackageWith' at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/customisation.nix:128:35: … from call site at /var/cache/nixpkgs-update/worker/worktree/complexity/pkgs/top-level/all-packages.nix:26739:10: … while evaluating the attribute 'postPatch' of the derivation 'apostrophe-2.6.3' at /var/cache/nixpkgs-update/worker/worktree/complexity/pkgs/stdenv/generic/make-derivation.nix:270:7: … while evaluating the attribute 'outPath' at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/customisation.nix:215:13: … while evaluating the attribute 'outPath' at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/customisation.nix:245:13: … while calling 'hydraJob' at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/customisation.nix:229:14: … from call site at /var/cache/nixpkgs-update/worker/worktree/complexity/pkgs/top-level/release-lib.nix:125:14: … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/worktree/complexity/pkgs/top-level/release-lib.nix:125:6: … from call site at /var/cache/nixpkgs-update/worker/worktree/complexity/lib/attrsets.nix:553:43: … while calling anonymous lambda at /var/cache/nixpkgs-update/worker/outpath/outpaths.nix:40:12: 39| tweak = lib.mapAttrs 40| (name: val: | ^ 41| if name == "recurseForDerivations" then true … from call site attrpath: complexity 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/tools/misc/complexity/default.nix b/pkgs/development/tools/misc/complexity/default.nix index 6e70fbcfcde..b7c9c49e66f 100644 --- a/pkgs/development/tools/misc/complexity/default.nix +++ b/pkgs/development/tools/misc/complexity/default.nix @@ -2,11 +2,11 @@ stdenv.mkDerivation rec { pname = "complexity"; - version = "1.10"; + version = "1.13"; src = fetchurl { url = "mirror://gnu/complexity/${pname}-${version}.tar.gz"; - sha256 = "1vfns9xm7w0wrz12a3w15slrqnrfh6qxk15nv7qkj3irll3ff522"; + sha256 = "sha256-U0Lg88NDndPQq+awMogC3h3TQeTgEEniz6lFg3rykC8="; }; buildInputs = [ autogen ]; 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 complexity nix build failed. 109 | #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n))) | ^~~~ complexity.c:502:9: note: in expansion of macro 'HAVE_OPT' 502 | if (HAVE_OPT(IGNORE)) { | ^~~~~~~~ complexity.c: In function 'complex_eval': opts.h:107:53: error: 'INDEX_OPT_UNIFDEF' undeclared (first use in this function); did you mean 'VALUE_OPT_UNIFDEF'? 107 | #define DESC(n) (complexityOptions.pOptDesc[INDEX_OPT_## n]) | ^~~~~~~~~~ opts.h:109:41: note: in expansion of macro 'DESC' 109 | #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n))) | ^~~~ complexity.c:557:21: note: in expansion of macro 'HAVE_OPT' 557 | .fs_fp = HAVE_OPT(UNIFDEF) ? popen_unifdef(fname) : fopen(fname, "r"), | ^~~~~~~~ In file included from complexity.c:22: opts.h:107:53: error: 'INDEX_OPT_HORRID_THRESHOLD' undeclared (first use in this function); did you mean 'SET_OPT_HORRID_THRESHOLD'? 107 | #define DESC(n) (complexityOptions.pOptDesc[INDEX_OPT_## n]) | ^~~~~~~~~~ opts.h:170:37: note: in expansion of macro 'DESC' 170 | #define OPT_VALUE_HORRID_THRESHOLD (DESC(HORRID_THRESHOLD).optArg.argInt) | ^~~~ complexity.c:582:22: note: in expansion of macro 'OPT_VALUE_HORRID_THRESHOLD' 582 | if (high_score > OPT_VALUE_HORRID_THRESHOLD) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: *** [Makefile:1113: complexity-complexity.o] Error 1 make[2]: Leaving directory '/build/complexity-1.13/src' make[1]: *** [Makefile:1016: all-recursive] Error 1 make[1]: Leaving directory '/build/complexity-1.13' make: *** [Makefile:957: all] Error 2