autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:36: installing './compile'
configure.ac:31: installing './missing'
Makefile.am: installing './depcomp'
autoreconf: Leaving directory '.'
configure: WARNING: xmlto cannot generate text format, this format skipped
configure: WARNING: fop not found - documentation targets will be skipped
src/FreeType/ftenc.c: In function ‘FTPickMapping’:
src/FreeType/ftenc.c:89:40: warning: ‘%s’ directive output may be truncated writing up to 18 bytes into a region of size between 1 and 19 [-Wformat-truncation=]
89 | snprintf(buf, sizeof(buf), "%s-%s", reg, enc);
| ^~
In file included from /usr/include/stdio.h:970,
from ./include/X11/fonts/fontmisc.h:36,
from ./include/libxfontint.h:54,
from src/FreeType/ftenc.c:26:
In function ‘snprintf’,
inlined from ‘FTPickMapping’ at src/FreeType/ftenc.c:89:9:
/usr/include/bits/stdio2.h:68:10: note: ‘__builtin___snprintf_chk’ output between 2 and 38 bytes into a destination of size 20
68 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
src/bitmap/bitscale.c: In function ‘BitmapScaleBitmaps’:
src/bitmap/bitscale.c:1514:54: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
1514 | fprintf(stderr, "Error: Couldn't allocate bitmaps (%d)\n", bytestoalloc);
| ~^ ~~~~~~~~~~~~
| | |
| int size_t {aka long unsigned int}
| %ld
libtool: warning: remember to run 'libtool --finish /usr/lib'