xedit.c:560:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] fmt_buf, info->column_number); ^~~~~~~ xedit.c:564:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] fmt_buf, info->insert_position); ^~~~~~~ xedit.c:568:6: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] fmt_buf, info->last_position); ^~~~~~~ CC lisp_lsp-hash.o In file included from /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33:0, from /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/stdlib.h:25, from hash.c:27: /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ CC lisp/lisp_lsp-lsp.o CC lisp/re/lisp_re_tests-tests.o In file included from /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33:0, from /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:28, from lisp/lsp.c:32: /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/bits/libc-header-start.h:33:0, from /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/stdio.h:28, from lisp/re/tests.c:36: /home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot/usr/include/features.h:180:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^~~~~~~ CC lisp/liblisp_a-bytecode.o CC lisp/liblisp_a-core.o CC lisp/liblisp_a-debugger.o CC lisp/liblisp_a-format.o In file included from lisp/bytecode.c:340:0: ./lisp/compile.c: In function 'ComCall': ./lisp/compile.c:1637:6: warning: declaration of 'count' shadows a previous local [-Wshadow] int count, constantp; ^~~~~ ./lisp/compile.c:1398:12: note: shadowed declaration is here int i, count, base; ^~~~~ lisp/bytecode.c: In function 'MakeBytecodeObject': lisp/bytecode.c:1242:34: warning: declaration of 'cons' shadows a global declaration [-Wshadow] LispObj **constants, *code, *cons, *prev; ^~~~ lisp/bytecode.c:335:17: note: shadowed declaration is here static LispObj *cons, *cons1, *cons2, *cons3, *cons4, *cons5, *cons6, *cons7; ^~~~ CC lisp/liblisp_a-hash.o lisp/format.c: In function 'format_case_conversion': lisp/format.c:1082:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] str = ptr = LispGetSstring(SSTREAMP(string), &length); ^ lisp/core.c: In function 'Lisp_XeditVectorStore': lisp/core.c:6950:7: warning: declaration of 'offset' shadows a previous local [-Wshadow] long offset = FIXNUM_VALUE(CAR(values)); ^~~~~~ lisp/core.c:6929:33: note: shadowed declaration is here long rank, count, sequence, offset, accum; ^~~~~~ lisp/hash.c: In function 'LispHash': lisp/hash.c:189:21: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *okey, *hash_table, *value; ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_Clrhash': lisp/hash.c:383:14: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *hash_table = ARGUMENT(0); ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_HashTableCount': lisp/hash.c:426:14: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *hash_table = ARGUMENT(0); ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_HashTableRehashSize': lisp/hash.c:439:14: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *hash_table = ARGUMENT(0); ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_HashTableRehashThreshold': lisp/hash.c:452:14: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *hash_table = ARGUMENT(0); ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_HashTableSize': lisp/hash.c:465:14: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *hash_table = ARGUMENT(0); ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_HashTableTest': lisp/hash.c:478:14: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *hash_table = ARGUMENT(0); ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_Maphash': lisp/hash.c:494:25: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispObj *function, *hash_table; ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ lisp/hash.c: In function 'Lisp_MakeHashTable': lisp/hash.c:520:20: warning: declaration of 'hash_table' shadows a global declaration [-Wshadow] LispHashTable *hash_table; ^~~~~~~~~~ In file included from ./lisp/internal.h:42:0, from ./lisp/private.h:49, from ./lisp/hash.h:35, from lisp/hash.c:32: ./util.h:36:28: note: shadowed declaration is here typedef struct _hash_table hash_table; ^~~~~~~~~~ CC lisp/liblisp_a-helper.o lisp/core.c: In function 'Lisp_Quit': lisp/core.c:4318:1: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn] Lisp_Quit(LispBuiltin *builtin) ^~~~~~~~~ CC lisp/liblisp_a-io.o CC lisp/liblisp_a-lisp.o lisp/lisp.c: In function 'LispGetPageSize': lisp/lisp.c:615:16: warning: declaration of 'pagesize' shadows a global declaration [-Wshadow] static int pagesize = -1; ^~~~~~~~ lisp/lisp.c:171:5: note: shadowed declaration is here int pagesize, gcpro; ^~~~~~~~ lisp/lisp.c: In function 'LispAddBuiltinFunction': lisp/lisp.c:2165:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] string.string = builtin->declaration; ^ In file included from ./lisp/private.h:49:0, from ./lisp/bytecode.h:32, from lisp/lisp.c:52: lisp/lisp.c: In function 'LispBegin': lisp/lisp.c:5372:13: warning: passing argument 1 of 'LispExecute' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] EXECUTE("(require \"lisp\")"); ^ ./lisp/internal.h:68:38: note: in definition of macro 'EXECUTE' #define EXECUTE(string) LispExecute(string) ^~~~~~ lisp/lisp.c:5084:1: note: expected 'char *' but argument is of type 'const char *' LispExecute(char *str) ^~~~~~~~~~~ CC lisp/liblisp_a-math.o In file included from ./lisp/math.h:35:0, from lisp/math.c:32: lisp/math.c: In function 'Lisp_Isqrt': lisp/math.c:904:22: warning: cast from function call of type 'double' to non-matching type 'long int' [-Wbad-function-cast] result = FIXNUM((long)floor(sqrt(FIXNUM_VALUE(natural)))); ^ ./lisp/internal.h:182:25: note: in definition of macro 'FIXNUM' ((LispObj*)(((long)(value) << BIT_COUNT) | FIXNUM_MASK)) ^~~~~ lisp/math.c:907:23: warning: cast from function call of type 'double' to non-matching type 'long int' [-Wbad-function-cast] result = INTEGER((long)floor(sqrt(INT_VALUE(natural)))); ^ ./lisp/internal.h:222:41: note: in definition of macro 'INTEGER' #define INTEGER(integer) LispNewInteger(integer) ^~~~~~~ lisp/lisp.c: In function 'LispDestroy': lisp/lisp.c:648:1: warning: function might be candidate for attribute 'noreturn' [-Wsuggest-attribute=noreturn] LispDestroy(const char *fmt, ...) ^~~~~~~~~~~ CC lisp/liblisp_a-package.o CC lisp/liblisp_a-pathname.o CC lisp/liblisp_a-read.o lisp/read.c: In function 'LispReadError': lisp/read.c:609:5: warning: function 'LispReadError' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] vsnprintf(string, sizeof(string), fmt, ap); ^~~~~~~~~ lisp/read.c: In function 'LispReadArray': lisp/read.c:1918:11: warning: declaration of 'array' shadows a previous local [-Wshadow] LispObj *array; ^~~~~ lisp/read.c:1901:49: note: shadowed declaration is here LispObj *arguments, *initial, *dim, *cons, *array, *data; ^~~~~ CC lisp/liblisp_a-regex.o CC lisp/liblisp_a-require.o CC lisp/liblisp_a-stream.o CC lisp/liblisp_a-string.o lisp/stream.c: In function 'Lisp_MakePipe': lisp/stream.c:716:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] argv[0] = "sh"; ^ lisp/stream.c:717:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] argv[1] = "-c"; ^ CC lisp/liblisp_a-struct.o CC lisp/liblisp_a-time.o CC lisp/liblisp_a-write.o lisp/write.c: In function 'parse_double': lisp/write.c:678:19: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] sprintf(stk, fmt, value); ^~~ lisp/write.c:689:15: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] sprintf(stk, fmt, value); ^~~ CC lisp/liblisp_a-xedit.o CC lisp/re/libre_a-re.o lisp/write.c: In function 'LispDoFormatExponentialFloat': lisp/write.c:2117:39: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] length = sprintf(buffer + offset, stk, ^~~ lisp/re/re.c: In function 'rec_build_stl': lisp/re/re.c:2084:19: warning: comparison between 'rec_stl_t {aka enum }' and 'enum _rec_pat_t' [-Wenum-compare] code = stl->type == Rep_StringList ? ^~ In file included from ./lisp/private.h:49:0, from lisp/xedit.h:36, from lisp/xedit.c:37: lisp/xedit.c: In function 'LispXeditInitialize': lisp/xedit.c:330:13: warning: passing argument 1 of 'LispExecute' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] EXECUTE("(require \"xedit\")"); ^ ./lisp/internal.h:68:38: note: in definition of macro 'EXECUTE' #define EXECUTE(string) LispExecute(string) ^~~~~~ In file included from ./lisp/internal.h:37:0, from ./lisp/private.h:49, from lisp/xedit.h:36, from lisp/xedit.c:37: ./lisp/lisp.h:37:7: note: expected 'char *' but argument is of type 'const char *' void *LispExecute(char*); ^~~~~~~~~~~ lisp/xedit.c: In function 'XeditLispSetEditMode': lisp/xedit.c:522:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XawNtextProperties, &property_list); ^~~~~~~~ lisp/xedit.c: In function 'Xedit_AutoFill': lisp/xedit.c:839:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNautoFill, value == NIL ? False : True); ^~~~~~~~ lisp/xedit.c:843:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNautoFill, &state); ^~~~~~~~ lisp/xedit.c: In function 'Xedit_HorizontalScrollbar': lisp/xedit.c:1145:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNscrollHorizontal, scroll); ^~~~~~~~ lisp/xedit.c:1149:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNscrollHorizontal, &scroll); ^~~~~~~~ lisp/xedit.c: In function 'Xedit_LeftColumn': lisp/xedit.c:1239:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNleftColumn, left); ^~~~~~~~ lisp/xedit.c:1243:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNleftColumn, &left); ^~~~~~~~ lisp/xedit.c: In function 'Xedit_PropertyList': lisp/xedit.c:1308:6: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XawNtextProperties, property_list); ^~~~~~~~ lisp/xedit.c:1316:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XawNtextProperties, &property_list); ^~~~~~~~ CC lisp/re/libre_a-rec.o lisp/xedit.c: In function 'Xedit_RightColumn': lisp/xedit.c:1427:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNrightColumn, right); ^~~~~~~~ lisp/xedit.c:1431:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNrightColumn, &right); ^~~~~~~~ lisp/xedit.c: In function 'Xedit_VerticalScrollbar': lisp/xedit.c:1562:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNscrollVertical, scroll); ^~~~~~~~ lisp/xedit.c:1566:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNscrollVertical, &scroll); ^~~~~~~~ lisp/xedit.c: In function 'Xedit_WrapMode': lisp/xedit.c:1596:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNwrap, (XawTextWrapMode)i); ^~~~~~~~ lisp/xedit.c:1600:2: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] XtSetArg(arg[0], XtNwrap, &wrap); ^~~~~~~~ lisp/re/rec.c: In function 'irec_comp': lisp/re/rec.c:214:16: warning: declaration of 'alt' shadows a previous local [-Wshadow] rec_alt *alt = calloc(1, sizeof(rec_alt)); ^~~ lisp/re/rec.c:92:14: note: shadowed declaration is here rec_alt *alt; ^~~ lisp/re/rec.c: In function 'irec_add_repetition': lisp/re/rec.c:844:11: warning: declaration of 'grp' shadows a previous local [-Wshadow] rec_grp *grp = inf->pgrp; ^~~ lisp/re/rec.c:836:14: note: shadowed declaration is here rec_grp *grp; ^~~ lisp/re/rec.c:846:56: warning: comparison between 'rec_rep_t {aka enum _rec_rep_t}' and 'enum ' [-Wenum-compare] if (rept == Rer_AnyTimes || rept == Rer_Maybe || rept == Re_AtLeast) { ^~ CC lisp/re/libre_a-reo.o lisp/re/reo.c: In function 'orec_str_list': lisp/re/reo.c:657:25: warning: declaration of 'str' shadows a parameter [-Wshadow] unsigned char ci, cj, *str; ^~~ lisp/re/reo.c:576:48: note: shadowed declaration is here orec_str_list(orec_inf *inf, rec_alt *alt, int str, int count) ^~~ CC lisp/mp/libmp_a-mp.o CC lisp/mp/libmp_a-mpi.o CC lisp/mp/libmp_a-mpr.o AR liblisp.a AR libre.a CCLD lisp/re/tests AR libmp.a CCLD xedit CCLD lisp/lsp >>> xapp_xedit 1.2.2 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/xapp_xedit-1.2.2/ Making install in man make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 xedit.1 '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/app-defaults' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/X11/xedit/lisp' /usr/bin/install -c xedit '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' /usr/bin/install -c -m 644 app-defaults/Xedit-color app-defaults/Xedit '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/app-defaults' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/X11/xedit/lisp/progmodes' /usr/bin/install -c -m 644 ./lisp/modules/progmodes/auto.lsp ./lisp/modules/progmodes/c.lsp ./lisp/modules/progmodes/html.lsp ./lisp/modules/progmodes/imake.lsp ./lisp/modules/progmodes/lisp.lsp ./lisp/modules/progmodes/make.lsp ./lisp/modules/progmodes/man.lsp ./lisp/modules/progmodes/patch.lsp ./lisp/modules/progmodes/perl.lsp ./lisp/modules/progmodes/python.lsp ./lisp/modules/progmodes/rpm.lsp ./lisp/modules/progmodes/sgml.lsp ./lisp/modules/progmodes/sh.lsp ./lisp/modules/progmodes/xconf.lsp ./lisp/modules/progmodes/xlog.lsp ./lisp/modules/progmodes/xrdb.lsp '/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/X11/xedit/lisp/progmodes' /usr/bin/install -c -m 644 ./lisp/modules/lisp.lsp ./lisp/modules/xedit.lsp ./lisp/modules/syntax.lsp ./lisp/modules/indent.lsp '/home/buildroot/autobuild/run/instance-3/output/target/usr/lib/X11/xedit/lisp' >>> xapp_xfd 1.1.3 Downloading --2019-03-16 15:12:15-- http://xorg.freedesktop.org/releases/individual/app/xfd-1.1.3.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 2610:10:20:722:a800:ff:feda:470f, 131.252.210.176 Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|2610:10:20:722:a800:ff:feda:470f|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/app/xfd-1.1.3.tar.bz2 [following] --2019-03-16 15:12:16-- https://www.x.org/releases/individual/app/xfd-1.1.3.tar.bz2 Resolving www.x.org (www.x.org)... 2610:10:20:722:a800:ff:feda:470f, 131.252.210.176 Connecting to www.x.org (www.x.org)|2610:10:20:722:a800:ff:feda:470f|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 141312 (138K) [application/x-bzip2] Saving to: '/home/buildroot/autobuild/run/instance-3/output/build/.xfd-1.1.3.tar.bz2.j8Y07Y/output' 0K .......... .......... .......... .......... .......... 36% 160K 1s 50K .......... .......... .......... .......... .......... 72% 326K 0s 100K .......... .......... .......... ........ 100% 150M=0.5s 2019-03-16 15:12:17 (296 KB/s) - '/home/buildroot/autobuild/run/instance-3/output/build/.xfd-1.1.3.tar.bz2.j8Y07Y/output' saved [141312/141312] xfd-1.1.3.tar.bz2: OK (md5: f9c9f2b101a96d4b50c2a4ab9b5ab5b1) xfd-1.1.3.tar.bz2: OK (sha1: ca6dbe2027b205992a52c6bb717a43508f12a8c4) xfd-1.1.3.tar.bz2: OK (sha256: 192f938ba5830e84cc807d8ead2ad9655b43eaed6500c830f3e083aad10ed958) xfd-1.1.3.tar.bz2: OK (sha512: 68e2d4ce5e24215353b6f3231191d69639c4dd90a703e03ccf152bbfe4012da071c387ba289f918fb0336a3be9ee49dc05cbec7273fa85f5e476ead7e10795f0) >>> xapp_xfd 1.1.3 Extracting bzcat /home/buildroot/autobuild/run/instance-3/dl/xapp_xfd/xfd-1.1.3.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/output/build/xapp_xfd-1.1.3 -xf - >>> xapp_xfd 1.1.3 Patching >>> xapp_xfd 1.1.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-3/output/build/xapp_xfd-1.1.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> xapp_xfd 1.1.3 Patching libtool >>> xapp_xfd 1.1.3 Configuring (cd /home/buildroot/autobuild/run/instance-3/output/build/xapp_xfd-1.1.3/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output/host/aarch64-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=aarch64-buildroot-linux-gnu --host=aarch64-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared --with-appdefaultdir=/usr/share/X11/app-defaults ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for aarch64-buildroot-linux-gnu-strip... /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for aarch64-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc... none checking for /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc option to accept ISO C99... none needed checking how to run the C preprocessor... /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-pc-linux-gnu checking host system type... aarch64-buildroot-linux-gnu checking for a sed that does not truncate output... /bin/sed checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=unknown-warning-option... no checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=unused-command-line-argument... no checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wall... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wpointer-arith... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wmissing-declarations... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wformat=2... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wstrict-prototypes... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wmissing-prototypes... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wnested-externs... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wbad-function-cast... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wold-style-definition... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wdeclaration-after-statement... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wunused... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wuninitialized... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wshadow... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wmissing-noreturn... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wmissing-format-attribute... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wredundant-decls... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Wlogical-op... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=implicit... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=nonnull... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=init-self... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=main... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=missing-braces... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=sequence-point... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=return-type... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=trigraphs... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=array-bounds... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=write-strings... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=address... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=int-to-pointer-cast... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=pointer-to-int-cast... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -pedantic... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror... yes checking if /home/buildroot/autobuild/run/instance-3/output/host/bin/aarch64-linux-gnu-gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for library containing gettext... none required checking where to install localized messages... ${datarootdir}/locale checking for XFD... no configure: error: Package requirements (xaw7 fontconfig xft xrender xmu xproto >= 7.0.17 xkbfile) were not met: Package 'xkbfile', required by 'virtual:world', not found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables XFD_CFLAGS and XFD_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. make[1]: *** [/home/buildroot/autobuild/run/instance-3/output/build/xapp_xfd-1.1.3/.stamp_configured] Error 1 make: *** [_all] Error 2 make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'