^~~~~~~~ p_map.c:941:12: note: called from here dist = FixedDiv(FixedMul(dist, (mo->gear < OVERDRIVE) ? ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ y << -(mo->gear - OVERDRIVE) : ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ y >> +(mo->gear - OVERDRIVE)), x); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: p_map.c: In function 'PTR_AimTraverse': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1417:15: note: called from here slope = FixedDiv (openbottom - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1424:15: note: called from here slope = FixedDiv (opentop - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1453:19: note: called from here thingtopslope = FixedDiv (th->z+th->height - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1458:22: note: called from here thingbottomslope = FixedDiv (th->z - shootz, dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o z_zone.o z_zone.c In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: r_main.c: In function 'R_ExecuteSetViewSize': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:257:17: note: called from here focallength = FixedDiv(centerxfrac, finetangent[FINEANGLES/4+FIELDOFVIEW/2]); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:417:19: note: called from here yslope[i] = FixedDiv(projectiony, dy); ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:423:22: note: called from here distscale[i] = FixedDiv(FRACUNIT,cosadj); ^~~~~~~~~~~~~~~~~~~~~~~~~ z_zone.c: In function 'Z_Malloc': z_zone.c:440:11: warning: cast increases required alignment of target type [-Wcast-align] block = (memblock_t *)((char *) block + HEADER_SIZE); ^ z_zone.c: In function 'Z_Free': z_zone.c:459:23: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) p - HEADER_SIZE); ^ z_zone.c: In function 'Z_ChangeTag': z_zone.c:562:23: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) ptr - HEADER_SIZE); ^ z_zone.c: In function 'Z_Realloc': z_zone.c:646:27: warning: cast increases required alignment of target type [-Wcast-align] memblock_t *block = (memblock_t *)((char *) ptr - HEADER_SIZE); ^ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_main.c:43: r_main.c: In function 'R_Init': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_main.c:324:23: note: called from here int scale = FixedDiv ((320/2*FRACUNIT), (j+1)<= aimslope)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1519:23: note: called from here frac = in->frac - FixedDiv (4*FRACUNIT,attackrange); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1563:19: note: called from here thingtopslope = FixedDiv (th->z+th->height - shootz , dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1568:22: note: called from here thingbottomslope = FixedDiv (th->z - shootz, dist); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_map.c:35: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_map.c:1576:21: note: called from here frac = in->frac - FixedDiv (10*FRACUNIT,attackrange); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_maputl.o p_maputl.c /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_plane.o r_plane.c In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_plane.c:53: r_plane.c: In function 'R_ClearPlanes': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_plane.c:214:16: note: called from here baseyscale = FixedDiv (viewcos,projection); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from r_plane.c:53: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ r_plane.c:213:16: note: called from here basexscale = FixedDiv (viewsin,projection); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: p_maputl.c: In function 'P_InterceptVector2': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:147:5: note: called from here FixedDiv(FixedMul((v1->x - v2->x)>>8, v1->dy) + ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FixedMul((v2->y - v1->y)>>8, v1->dx), den) : 0; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: p_maputl.c: In function 'P_PathTraverse': m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:608:15: note: called from here ystep = FixedDiv (y2-y1,D_abs(x2-x1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:615:17: note: called from here ystep = FixedDiv (y2-y1,D_abs(x2-x1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:630:15: note: called from here xstep = FixedDiv (x2-x1,D_abs(y2-y1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from p_pspr.h:40, from d_player.h:44, from doomstat.h:43, from p_maputl.c:37: m_fixed.h:201:33: warning: inlining failed in call to 'FixedDiv': call is unlikely and code size would grow [-Winline] inline static CONSTFUNC fixed_t FixedDiv(fixed_t a, fixed_t b) ^~~~~~~~ p_maputl.c:637:17: note: called from here xstep = FixedDiv (x2-x1,D_abs(y2-y1)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o md5.o md5.c md5.c: In function 'MD5Final': md5.c:134:30: warning: argument to 'sizeof' in 'memset' call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ ^ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o p_checksum.o p_checksum.c /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_patch.o r_patch.c /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_fps.o r_fps.c r_patch.c: In function 'createPatch': r_patch.c:245:20: warning: cast increases required alignment of target type [-Wcast-align] patch->columns = (rcolumn_t*)((unsigned char*)patch->pixels + pixelDataSize); ^ r_patch.c:246:18: warning: cast increases required alignment of target type [-Wcast-align] patch->posts = (rpost_t*)((unsigned char*)patch->columns + columnsDataSize); ^ r_patch.c: In function 'createTextureCompositePatch': r_patch.c:470:30: warning: cast increases required alignment of target type [-Wcast-align] composite_patch->columns = (rcolumn_t*)((unsigned char*)composite_patch->pixels + pixelDataSize); ^ r_patch.c:471:28: warning: cast increases required alignment of target type [-Wcast-align] composite_patch->posts = (rpost_t*)((unsigned char*)composite_patch->columns + columnsDataSize); ^ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o r_filter.o r_filter.c r_filter.c:35:52: warning: missing braces around initializer [-Wmissing-braces] byte filter_ditherMatrix[DITHER_DIM][DITHER_DIM] = { ^ 0*DMR, 14*DMR, 3*DMR, 13*DMR, 11*DMR, 5*DMR, 8*DMR, 6*DMR, { } { } 12*DMR, 2*DMR, 15*DMR, 1*DMR, 7*DMR, 9*DMR, 4*DMR, 10*DMR { } { }; } r_filter.c: In function 'R_FilterInit': r_filter.c:79:3: warning: multi-line comment [-Wcomment] // /4 \ ^ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_client.o d_client.c d_client.c: In function 'D_InitNetGame': d_client.c:148:17: warning: pointer targets in initialization of 'char *' from 'byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] char *p = sinfo->wadnames; ^~~~~ d_client.c: In function 'CheckQueuedPackets': d_client.c:420:14: warning: cast increases required alignment of target type [-Wcast-align] int *p = (int*)(queuedpacket[i]+1); ^ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o w_mmap.o w_mmap.c /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o d_server.o d_server.c d_server.c: In function 'n_players_in_state': d_server.c:234:22: warning: comparison of integer expressions of different signedness: 'enum ' and 'int' [-Wsign-compare] if (playerstate[i] == ps) j++; ^~ d_server.c: In function 'main': d_server.c:492:10: warning: cast increases required alignment of target type [-Wcast-align] n = *(short*)(packet+1); ^ d_server.c:522:32: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(sinfo->wadnames + extrabytes, wadname[i]); ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ In file included from d_server.c:44: /home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/string.h:121:14: note: expected 'char * restrict' but argument is of type 'byte *' {aka 'unsigned char *'} extern char *strcpy (char *__restrict __dest, const char *__restrict __src) ^~~~~~ d_server.c:573:57: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose>2) printf("%d requests resend from %d\n", from, ptic(packet)); ~^ ~~~~~~~~~~~~ %ld d_server.c:591:38: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] if (verbose) printf("%d quits at %d (%d left)\n", from, ptic(packet),curplayers); ~^ ~~~~~~~~~~~~ %ld d_server.c:578:7: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ d_server.c:596:5: note: here case PKT_EXTRA: ^~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom-game-server d_server.o POSIX/libposixdoom.a SDL/i_network.o -lSDL_net -L/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wno-unused -Wno-switch -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -fomit-frame-pointer -I../src -I/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o prboom mmus2mid.o am_map.o g_game.o p_mobj.o r_demo.o r_segs.o hu_lib.o lprintf.o p_plats.o r_sky.o d_deh.o hu_stuff.o m_argv.o p_pspr.o m_bbox.o p_saveg.o r_things.o d_items.o m_cheat.o p_setup.o s_sound.o d_main.o p_sight.o sounds.o m_menu.o p_spec.o info.o st_lib.o m_misc.o p_switch.o p_telept.o st_stuff.o m_random.o p_tick.o tables.o p_user.o p_ceilng.o v_video.o doomdef.o p_doors.o p_enemy.o r_bsp.o version.o doomstat.o p_floor.o r_data.o w_wad.o p_genlin.o dstrings.o p_inter.o wi_stuff.o r_draw.o f_finale.o p_lights.o z_bmalloc.o p_map.o r_main.o f_wipe.o z_zone.o p_maputl.o r_plane.o md5.o p_checksum.o r_patch.o r_fps.o r_filter.o d_client.o w_mmap.o SDL/libsdldoom.a -lSDL_net -L/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib -lSDL -lpthread -lSDL_mixer -lm make[4]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/src' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/src' Making all in ICONS make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/ICONS' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/ICONS' Making all in VisualC8 make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/VisualC8' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/VisualC8' Making all in VisualC6 make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/VisualC6' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/VisualC6' make[3]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0' make[3]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0' make[2]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0' make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0' >>> prboom 2.5.0 Installing to target /usr/bin/install -D /home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/src/prboom /home/buildroot/autobuild/instance-1/output-1/target/usr/games/prboom /usr/bin/install -D /home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/src/prboom-game-server /home/buildroot/autobuild/instance-1/output-1/target/usr/games/prboom-game-server /usr/bin/install -D /home/buildroot/autobuild/instance-1/output-1/build/prboom-2.5.0/data/prboom.wad /home/buildroot/autobuild/instance-1/output-1/target/usr/share/games/doom/prboom.wad ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d.tar.gz: OK (sha256: da8a66968f4bf99366ab2b63baf358d937a6b1a5636ef6179c3aa7c852cbd1b2) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Extracting gzip -d -c /home/buildroot/autobuild/instance-1/buildroot/instance-1/dl/ti-uim/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-1/output-1/build/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d -xf - >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Patching >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Configuring >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Building /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-1/output-1/build/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-ar" AS="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-as" LD="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-ld" NM="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-nm" CC="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc" GCC="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gcc" CPP="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-cpp" CXX="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-g++" FC="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gfortran" F77="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-ranlib" READELF="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-readelf" STRIP="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-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/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-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/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make[1]: Entering directory '/home/buildroot/autobuild/instance-1/output-1/build/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d' CC uim.o CC uim make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d' >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Installing to target /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-1/output-1/build/ti-uim-a0236bc252e6484835ce266ae4a50b361f6a902d/uim /home/buildroot/autobuild/instance-1/output-1/target/usr/sbin/uim >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-1/output-1/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-1/output-1/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-1/output-1/build/packages-file-list-host.txt /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-%g" -e "s%@TARGET_ARCH@%nds32le%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-1/output-1/target/bin/sh rm -f /home/buildroot/autobuild/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-1/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-1/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05.1-00164-g7db3f33a98"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05.1"; \ echo "PRETTY_NAME=\"Buildroot 2019.05.1\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2019.05.1-00164-g7db3f33a98 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> busybox 1.30.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> cantarell 0.0.25 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dialog 1.3-20170509 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-fwup v1.2.5 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-libsodium 1.0.17 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> initscripts Collecting legal info >>> liberation 2.00.1 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libopenssl 1.1.1c Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libpagekite v0.91.171102 Collecting legal info doc/COPYING.md: OK (sha256: ba443b9c9d4273d06aae3e147e9ad1ec199cc9c23455f486a039536d47f57eed) doc/LICENSE-2.0.txt: OK (sha256: 4a271d0bb6bb6e0bac880efddb46da73e6df3dcf0d9ca08a945a232f8ab882ef) doc/AGPLv3.txt: OK (sha256: 8e0f770cabe772d67d36469f6bf413afd2dcfa6ac37acfc65f770cf3a134106d) >>> openssl Collecting legal info >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> nvme v1.7 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info ERROR: No hash found for COPYING >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> sdl_mixer 1.2.12 Collecting legal info ERROR: No hash found for COPYING >>> sdl_net 1.2.8 Collecting legal info ERROR: No hash found for COPYING >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info ERROR: No hash found for uim.h WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'