ttfautohint 1.8.3 -> 1.8.4 https://repology.org/project/ttfautohint/versions attrpath: ttfautohint 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/tools/misc/ttfautohint/default.nix b/pkgs/tools/misc/ttfautohint/default.nix index 9d2036b97f78..f17ec57063cb 100644 --- a/pkgs/tools/misc/ttfautohint/default.nix +++ b/pkgs/tools/misc/ttfautohint/default.nix @@ -5,12 +5,12 @@ }: stdenv.mkDerivation rec { - version = "1.8.3"; + version = "1.8.4"; pname = "ttfautohint"; src = fetchurl { url = "mirror://savannah/freetype/${pname}-${version}.tar.gz"; - sha256 = "0zpqgihn3yh3v51ynxwr8asqrijvs4gv686clwv7bm8sawr4kfw7"; + sha256 = "sha256-iodhF/puv9L/4bNoKpqYyALA9HGJ9X09tLmXdCBoMuE="; }; postAutoreconf = '' 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 ttfautohint nix build failed. lib/taversion.c: In function 'TTF_autohint_version': ./lib/ttfautohint.h:762:27: error: 'UNKNOWN' undeclared (first use in this function) 762 | #define TTFAUTOHINT_MAJOR UNKNOWN | ^~~~~~~ lib/taversion.c:25:12: note: in expansion of macro 'TTFAUTOHINT_MAJOR' 25 | *major = TTFAUTOHINT_MAJOR; | ^~~~~~~~~~~~~~~~~ ./lib/ttfautohint.h:762:27: note: each undeclared identifier is reported only once for each function it appears in 762 | #define TTFAUTOHINT_MAJOR UNKNOWN | ^~~~~~~ lib/taversion.c:25:12: note: in expansion of macro 'TTFAUTOHINT_MAJOR' 25 | *major = TTFAUTOHINT_MAJOR; | ^~~~~~~~~~~~~~~~~ lib/taversion.c:26:29: error: expected expression before ';' token 26 | *minor = TTFAUTOHINT_MINOR; | ^ CC gnulib/src/glthread/lock.lo CC gnulib/src/glthread/threadlib.lo CCLD lib/libsds.la make[1]: *** [Makefile:2643: lib/libttfautohint_la-taversion.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... frontend/maingui.cpp: In member function 'void Main_GUI::run()': frontend/maingui.cpp:1299:10: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 5 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 1299 | strncpy(info_data.default_script, | ^ frontend/maingui.cpp:1302:10: warning: 'char* __builtin_strncpy(char*, const char*, long unsigned int)' specified bound 5 equals destination size []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-truncation-Wstringop-truncation]8;;] 1302 | strncpy(info_data.fallback_script, | ^ make[1]: Leaving directory '/build/ttfautohint-1.8.4' make: *** [Makefile:1868: all] Error 2