2022-12-28T19:48:04 ttfautohint 1.8.3 -> 1.8.4 https://repology.org/metapackage/ttfautohint/versions 2022-12-28T19:48:06 attrpath: ttfautohint 2022-12-28T19:48:06 Checking auto update branch... 2022-12-28T19:48:06 No auto update branch exists 2022-12-28T19:48:10 [version] 2022-12-28T19:48:12 [version] updated version and sha256 2022-12-28T19:48:12 [rustCrateVersion] 2022-12-28T19:48:12 [rustCrateVersion] No cargoSha256 found 2022-12-28T19:48:12 [golangModuleVersion] 2022-12-28T19:48:12 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-28T19:48:12 [updateScript] 2022-12-28T19:48:12 [updateScript] skipping because derivation has no updateScript 2022-12-28T19:48:12 2022-12-28T19:48:12 [quotedUrls] 2022-12-28T19:48:12 [quotedUrls] nothing found to replace 2022-12-28T19:48:12 Diff after rewrites: diff --git a/pkgs/tools/misc/ttfautohint/default.nix b/pkgs/tools/misc/ttfautohint/default.nix index 9d2036b97f7..f17ec57063c 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 = '' 2022-12-28T19:50:08 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 ttfautohint nix build failed. ./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; | ^ make[1]: *** [Makefile:2643: lib/libttfautohint_la-taversion.lo] Error 1 make[1]: *** Waiting for unfinished jobs.... In file included from /nix/store/mmmjp0xcmr0dm307jv1l34hvi95z6d8s-glibc-2.35-224-dev/include/string.h:535, from ./gnulib/src/string.h:41, from frontend/maingui.cpp:16: In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void Main_GUI::run()' at frontend/maingui.cpp:1299:10: /nix/store/mmmjp0xcmr0dm307jv1l34hvi95z6d8s-glibc-2.35-224-dev/include/bits/string_fortified.h:95:34: 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;;] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 96 |  __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'char* strncpy(char*, const char*, size_t)', inlined from 'void Main_GUI::run()' at frontend/maingui.cpp:1302:10: /nix/store/mmmjp0xcmr0dm307jv1l34hvi95z6d8s-glibc-2.35-224-dev/include/bits/string_fortified.h:95:34: 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;;] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 96 |  __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/build/ttfautohint-1.8.4' make: *** [Makefile:1868: all] Error 2