>>> 4th 3.64.1 Extracting gzip -d -c /home/thomas/autobuild/instance-2/dl/4th/4th-3.64.1-unix.tar.gz | tar --strip-components=1 -C /home/thomas/autobuild/instance-2/output-1/build/4th-3.64.1 -xf - >>> 4th 3.64.1 Patching Applying 0001-avoid-regen-during-install.patch using patch: patching file sources/Makefile Hunk #1 succeeded at 122 (offset 2 lines). >>> 4th 3.64.1 Configuring >>> 4th 3.64.1 Building PATH="/home/thomas/autobuild/instance-2/output-1/host/bin:/home/thomas/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" SHARED=1 /usr/bin/make -j4 -C /home/thomas/autobuild/instance-2/output-1/build/4th-3.64.1/sources all CROSS="/home/thomas/autobuild/instance-2/output-1/host/bin/mips-mti-linux-gnu-" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=1 -DUNIX -fsigned-char -fPIC" FOURTH=/home/thomas/autobuild/instance-2/output-1/host/bin/4th make[1]: Entering directory '/home/thomas/autobuild/instance-2/output-1/build/4th-3.64.1/sources' cp stage.h editor.h /home/thomas/autobuild/instance-2/output-1/host/bin/mips-mti-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=1 -DUNIX -fsigned-char -fPIC -c -o errs_4th.o errs_4th.c /home/thomas/autobuild/instance-2/output-1/host/bin/mips-mti-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=1 -DUNIX -fsigned-char -fPIC -c -o save_4th.o save_4th.c /home/thomas/autobuild/instance-2/output-1/host/bin/mips-mti-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=1 -DUNIX -fsigned-char -fPIC -c -o load_4th.o load_4th.c cp 4th.c stage.c /home/thomas/autobuild/instance-2/output-1/host/bin/mips-mti-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=1 -DUNIX -fsigned-char -fPIC -c -o free_4th.o free_4th.c In file included from 4th.h:29:0, from load_4th.c:151: /home/thomas/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/limits.h:123:26: error: no include path in which to search for limits.h # include_next ^ In file included from cmds_4th.h:28:0, from load_4th.c:152: /home/thomas/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/limits.h:123:26: error: no include path in which to search for limits.h # include_next ^ In file included from 4th.h:29:0, from free_4th.c:90: /home/thomas/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/limits.h:123:26: error: no include path in which to search for limits.h # include_next ^ In file included from 4th.h:29:0, from save_4th.c:123: /home/thomas/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/limits.h:123:26: error: no include path in which to search for limits.h # include_next ^ /home/thomas/autobuild/instance-2/output-1/host/bin/mips-mti-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g3 -D_FORTIFY_SOURCE=1 -DUNIX -fsigned-char -fPIC -c -o comp_4th.o comp_4th.c In file included from cmds_4th.h:28:0, from save_4th.c:124: /home/thomas/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/limits.h:123:26: error: no include path in which to search for limits.h # include_next ^ In file included from save_4th.c:124:0: save_4th.c: In function 'SaveValue': cmds_4th.h:199:17: error: 'UCHAR_MAX' undeclared (first use in this function) #define HMASK UCHAR_MAX ^ save_4th.c:215:41: note: in expansion of macro 'HMASK' SaveUnit ((int) (Value & (cell) HMASK)); ^~~~~ cmds_4th.h:199:17: note: each undeclared identifier is reported only once for each function it appears in #define HMASK UCHAR_MAX ^ save_4th.c:215:41: note: in expansion of macro 'HMASK' SaveUnit ((int) (Value & (cell) HMASK)); ^~~~~ cmds_4th.h:200:17: error: 'CHAR_BIT' undeclared (first use in this function) #define HBITS CHAR_BIT ^ save_4th.c:216:19: note: in expansion of macro 'HBITS' Value >>= HBITS; /* get the next byte */ ^~~~~ In file included from save_4th.c:123:0: save_4th.c: In function 'SaveCell': 4th.h:65:18: error: 'LONG_MIN' undeclared (first use in this function) #define CELL_MIN LONG_MIN ^ save_4th.c:239:25: note: in expansion of macro 'CELL_MIN' else if (Value == CELL_MIN) SaveUnit (HCZERO | HSNEG); ^~~~~~~~ In file included from save_4th.c:124:0: cmds_4th.h:201:17: error: 'SCHAR_MAX' undeclared (first use in this function) #define HNTINY SCHAR_MAX ^ save_4th.c:243:34: note: in expansion of macro 'HNTINY' if (Value <= (cell) HNTINY) ^~~~~~ cmds_4th.h:202:17: error: 'SHRT_MAX' undeclared (first use in this function) #define HNSMALL SHRT_MAX ^ save_4th.c:248:39: note: in expansion of macro 'HNSMALL' else if (Value <= (cell) HNSMALL) ^~~~~~~ In file included from save_4th.c:123:0: save_4th.c: In function 'SaveInfo': 4th.h:66:18: error: 'LONG_MAX' undeclared (first use in this function) #define CELL_MAX LONG_MAX ^ save_4th.c:276:13: note: in expansion of macro 'CELL_MAX' SaveCell (CELL_MAX); /* save sizes of numbers */ ^~~~~~~~ make[1]: *** [: save_4th.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: *** [: free_4th.o] Error 1 In file included from load_4th.c:152:0: load_4th.c: In function 'LoadValue': cmds_4th.h:200:17: error: 'CHAR_BIT' undeclared (first use in this function) #define HBITS CHAR_BIT ^ load_4th.c:259:26: note: in expansion of macro 'HBITS' for (n = 0; n < (Max * HBITS); n += HBITS) ^~~~~ cmds_4th.h:200:17: note: each undeclared identifier is reported only once for each function it appears in #define HBITS CHAR_BIT ^ load_4th.c:259:26: note: in expansion of macro 'HBITS' for (n = 0; n < (Max * HBITS); n += HBITS) ^~~~~ In file included from load_4th.c:151:0: load_4th.c: In function 'LoadCell': 4th.h:65:18: error: 'LONG_MIN' undeclared (first use in this function) #define CELL_MIN LONG_MIN ^ load_4th.c:283:47: note: in expansion of macro 'CELL_MIN' case (HCZERO): return ((Type & HSNEG) ? CELL_MIN : 0L); ^~~~~~~~ load_4th.c: In function 'LoadInfo': 4th.h:66:18: error: 'LONG_MAX' undeclared (first use in this function) #define CELL_MAX LONG_MAX ^ load_4th.c:308:31: note: in expansion of macro 'CELL_MAX' if (LoadCell () == CELL_MAX) ^~~~~~~~ make[1]: *** [: load_4th.o] Error 1 In file included from 4th.h:29:0, from comp_4th.c:452: /home/thomas/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/limits.h:123:26: error: no include path in which to search for limits.h # include_next ^ In file included from cmds_4th.h:28:0, from comp_4th.c:453: /home/thomas/autobuild/instance-2/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/limits.h:123:26: error: no include path in which to search for limits.h # include_next ^ comp_4th.c:1020:5: error: 'CHAR_MAX' undeclared here (not in a function) { CHAR_MAX, "", NOOP } /* terminator of wordlist */ ^~~~~~~~ In file included from comp_4th.c:452:0: 4th.h:66:18: error: 'LONG_MAX' undeclared here (not in a function) #define CELL_MAX LONG_MAX ^ comp_4th.c:1084:26: note: in expansion of macro 'CELL_MAX' { 5, "MAX-N", LITERAL, CELL_MAX }, ^~~~~~~~ 4th.h:66:18: error: initializer element is not constant #define CELL_MAX LONG_MAX ^ comp_4th.c:1084:26: note: in expansion of macro 'CELL_MAX' { 5, "MAX-N", LITERAL, CELL_MAX }, ^~~~~~~~ 4th.h:66:18: note: (near initialization for 'ConstList[32].Cval') #define CELL_MAX LONG_MAX ^ comp_4th.c:1084:26: note: in expansion of macro 'CELL_MAX' { 5, "MAX-N", LITERAL, CELL_MAX }, ^~~~~~~~ 4th.h:65:18: error: 'LONG_MIN' undeclared here (not in a function) #define CELL_MIN LONG_MIN ^ comp_4th.c:1093:28: note: in expansion of macro 'CELL_MIN' { 7, "(ERROR)", LITERAL, CELL_MIN }, ^~~~~~~~ 4th.h:65:18: error: initializer element is not constant #define CELL_MIN LONG_MIN ^ comp_4th.c:1093:28: note: in expansion of macro 'CELL_MIN' { 7, "(ERROR)", LITERAL, CELL_MIN }, ^~~~~~~~ 4th.h:65:18: note: (near initialization for 'ConstList[41].Cval') #define CELL_MIN LONG_MIN ^ comp_4th.c:1093:28: note: in expansion of macro 'CELL_MIN' { 7, "(ERROR)", LITERAL, CELL_MIN }, ^~~~~~~~ comp_4th.c:1095:29: error: 'UCHAR_MAX' undeclared here (not in a function) { 8, "MAX-CHAR", LITERAL, UCHAR_MAX }, ^~~~~~~~~ comp_4th.c:1095:29: error: initializer element is not constant comp_4th.c:1095:29: note: (near initialization for 'ConstList[43].Cval') comp_4th.c:1096:30: error: 'CHAR_BIT' undeclared here (not in a function) { 9, "CHAR-BITS", LITERAL, CHAR_BIT }, ^~~~~~~~ comp_4th.c:1096:30: error: initializer element is not constant comp_4th.c:1096:30: note: (near initialization for 'ConstList[44].Cval') comp_4th.c:1099:5: error: initializer element is not constant { CHAR_MAX, "", LITERAL, 0L } /* terminator of constant list */ ^~~~~~~~ comp_4th.c:1099:5: note: (near initialization for 'ConstList[47].Clen') comp_4th.c: In function 'DecodeOperand': comp_4th.c:1226:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return (CELL_MIN); ^ comp_4th.c: In function 'DecodeSymbol': comp_4th.c:1263:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return (CELL_MIN); ^ comp_4th.c: In function 'PairLink': comp_4th.c:1356:11: error: 'INT_MIN' undeclared (first use in this function) return (INT_MIN); ^~~~~~~ comp_4th.c:1356:11: note: each undeclared identifier is reported only once for each function it appears in comp_4th.c:1356:10: warning: return makes integer from pointer without a cast [-Wint-conversion] return (INT_MIN); ^ comp_4th.c: In function 'DoCProto': comp_4th.c:1880:49: warning: comparison between pointer and integer if ((Object->CodeSeg [link + 1].Value == CELL_MIN) && ^~ In file included from comp_4th.c:452:0: comp_4th.c: In function 'DoProto': 4th.h:65:18: warning: passing argument 2 of 'CompileWord' makes integer from pointer without a cast [-Wint-conversion] #define CELL_MIN LONG_MIN ^ comp_4th.c:1910:29: note: in expansion of macro 'CELL_MIN' CompileWord (BRANCH, CELL_MIN); ^~~~~~~~ comp_4th.c:885:15: note: expected 'cell {aka long int}' but argument is of type 'const Const4th * {aka const struct *}' static void CompileWord (unit Command, cell Argument) ^~~~~~~~~~~ In file included from comp_4th.c:452:0: comp_4th.c: In function 'DoIgnore': 4th.h:65:18: warning: passing argument 2 of 'MakeSymbol' makes integer from pointer without a cast [-Wint-conversion] #define CELL_MIN LONG_MIN ^ comp_4th.c:2058:24: note: in expansion of macro 'CELL_MIN' MakeSymbol (STRINGD, CELL_MIN); ^~~~~~~~ comp_4th.c:1273:15: note: expected 'cell {aka long int}' but argument is of type 'const Const4th * {aka const struct *}' static void MakeSymbol (unit Stoken, cell Svalue) ^~~~~~~~~~ In file included from comp_4th.c:452:0: comp_4th.c: In function 'DoDefer': 4th.h:65:18: warning: passing argument 2 of 'CompileWord' makes integer from pointer without a cast [-Wint-conversion] #define CELL_MIN LONG_MIN ^ comp_4th.c:2184:25: note: in expansion of macro 'CELL_MIN' CompileWord (LITERAL, CELL_MIN); ^~~~~~~~ comp_4th.c:885:15: note: expected 'cell {aka long int}' but argument is of type 'const Const4th * {aka const struct *}' static void CompileWord (unit Command, cell Argument) ^~~~~~~~~~~ In file included from comp_4th.c:452:0: comp_4th.c: In function 'DoFile': 4th.h:65:18: warning: passing argument 2 of 'CompileWord' makes integer from pointer without a cast [-Wint-conversion] #define CELL_MIN LONG_MIN ^ comp_4th.c:2200:25: note: in expansion of macro 'CELL_MIN' CompileWord (LITERAL, CELL_MIN); ^~~~~~~~ comp_4th.c:885:15: note: expected 'cell {aka long int}' but argument is of type 'const Const4th * {aka const struct *}' static void CompileWord (unit Command, cell Argument) ^~~~~~~~~~~ In file included from comp_4th.c:452:0: comp_4th.c: In function 'DoErrorQ': 4th.h:65:18: warning: passing argument 2 of 'CompileWord' makes integer from pointer without a cast [-Wint-conversion] #define CELL_MIN LONG_MIN ^ comp_4th.c:3115:25: note: in expansion of macro 'CELL_MIN' CompileWord (LITERAL, CELL_MIN); ^~~~~~~~ comp_4th.c:885:15: note: expected 'cell {aka long int}' but argument is of type 'const Const4th * {aka const struct *}' static void CompileWord (unit Command, cell Argument) ^~~~~~~~~~~ comp_4th.c: At top level: comp_4th.c:3738:5: error: initializer element is not constant { CHAR_MAX, 0, 0, "", "", DoDummy } ^~~~~~~~ comp_4th.c:3738:5: note: (near initialization for 'ImmedList[154].Ilen') comp_4th.c: In function 'comp_4th': comp_4th.c:4272:24: warning: comparison between pointer and integer if (Value == CELL_MIN) Object->ErrNo = M4NONAME; ^~ make[1]: *** [: comp_4th.o] Error 1 rm stage.c make[1]: Leaving directory '/home/thomas/autobuild/instance-2/output-1/build/4th-3.64.1/sources' make: *** [package/pkg-generic.mk:293: /home/thomas/autobuild/instance-2/output-1/build/4th-3.64.1/.stamp_built] Error 2 make: Leaving directory '/home/thomas/autobuild/instance-2/buildroot'