sh ./tty.sh tty.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE putenv.c AWK=gawk CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE" srcdir=. sh ./comm.sh /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE term.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE kmapdef.c ./comm.c:43:0: warning: "bcopy" redefined #define bcopy :-( /* or include screen.h here */ In file included from ./comm.c:39:0: ./os.h:143:0: note: this is the location of the previous definition # define bcopy(s,d,len) memmove(d,s,len) /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE comm.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE screen.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE ansi.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE fileio.c comm.c:43:0: warning: "bcopy" redefined #define bcopy :-( /* or include screen.h here */ In file included from comm.c:39:0: os.h:143:0: note: this is the location of the previous definition # define bcopy(s,d,len) memmove(d,s,len) /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE mark.c fileio.c: In function 'WriteFile': fileio.c:427:13: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result [-Wunused-result] ftruncate(fd, 0); ^~~~~~~~~~~~~~~~ fileio.c: In function 'printpipe': fileio.c:714:7: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(pi[0]); ^~~~~~~~~~ screen.c: In function 'main': screen.c:1120:9: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] (void) chown(SockPath, real_uid, real_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:983:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(real_gid); \ ^~~~~~~~~~~~~~~~ screen.c:1180:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:984:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(real_uid); \ ^~~~~~~~~~~~~~~~ screen.c:1180:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:983:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(real_gid); \ ^~~~~~~~~~~~~~~~ screen.c:1199:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:984:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(real_uid); \ ^~~~~~~~~~~~~~~~ screen.c:1199:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:983:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(real_gid); \ ^~~~~~~~~~~~~~~~ screen.c:1226:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:984:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(real_uid); \ ^~~~~~~~~~~~~~~~ screen.c:1226:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:983:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(real_gid); \ ^~~~~~~~~~~~~~~~ screen.c:1260:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:984:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(real_uid); \ ^~~~~~~~~~~~~~~~ screen.c:1260:5: note: in expansion of macro 'SET_GUID' SET_GUID(); ^~~~~~~~ screen.c:1308:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:1309:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "w", stdout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:1314:3: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/null", "w", stderr); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'serv_select_fn': screen.c:3135:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(W_UWP(fore) ? fore->w_pwin->p_ptyfd : fore->w_ptyfd, &ibuf, 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'CoreDump': screen.c:1652:3: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(getgid()); ^~~~~~~~~~~~~~~~ screen.c:1653:3: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^~~~~~~~~~~~~~~~ screen.c:1667:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(disp->d_userfd, buf, strlen(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'eexit': screen.c:1845:5: warning: ignoring return value of 'setgid', declared with attribute warn_unused_result [-Wunused-result] setgid(real_gid); ^~~~~~~~~~~~~~~~ screen.c:1846:5: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(real_uid); ^~~~~~~~~~~~~~~~ screen.c: In function 'Msg': screen.c:2111:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(queryflag, buf, strlen(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'Panic': screen.c:2149:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(D_userfd, buf, strlen(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ screen.c:2150:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(D_userfd, "\n", 1); ^~~~~~~~~~~~~~~~~~~~~~~~ screen.c: In function 'QueryMsg': screen.c:2180:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(queryflag, buf, strlen(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE misc.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE resize.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE socket.c socket.c: In function 'SendErrorMsg': socket.c:757:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] (void) write(s, (char *) &m, sizeof m); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket.c: In function 'CreateTempDisplay': socket.c:961:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(i, "Attaching from inside of screen?\n", 33); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket.c:972:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(i, "Access to session denied.\n", 26); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ socket.c:996:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(i, "Could not make display.\n", 24); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE search.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE tty.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE window.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE utmp.c window.c: In function 'ForkWindow': window.c:1297:4: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(slave); ^~~~~~~~~~ window.c:1348:3: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(newfd); ^~~~~~~~~~ window.c:1352:8: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(win->w_ptyfd); ^~~~~~~~~~~~~~~~~ window.c: In function 'CloseDevice': window.c:983:7: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] (void)chown(wp->w_tty, 0, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ window.c: In function 'FreePseudowin': window.c:1704:3: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] (void)chown(pwin->p_tty, 0, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE loadav.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE help.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE termcap.c loadav.c: In function 'GetLoadav': loadav.c:89:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(buf, sizeof(buf), fp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE input.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE attacher.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE pty.c pty.c: In function 'OpenPTY': pty.c:334:7: warning: implicit declaration of function 'openpty'; did you mean 'openat'? [-Wimplicit-function-declaration] if (openpty(&f, &s, TtyName, NULL, NULL) != 0) ^~~~~~~ openat /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE process.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE display.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE acls.c display.c: In function 'DisplaySleep1000': display.c:3185:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(D_userfd, &buf, 1); ^~~~~~~~~~~~~~~~~~~~~~~ display.c: In function 'RunBlanker': display.c:4018:4: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(slave); ^~~~~~~~~~ display.c:4043:7: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(0); ^~~~~~ display.c:4044:7: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(0); ^~~~~~ process.c: In function 'pow_detach_fn': process.c:6277:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(D_userfd, "\007", 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE braille.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE braille_tsi.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE logfile.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE layer.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE list_generic.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE list_display.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE list_window.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE sched.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE teln.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE nethack.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE encoding.c In file included from screen.h:150:0, from encoding.c:27: encoding.c: In function 'AddUtf8': display.h:322:18: warning: overflow in implicit constant conversion [-Woverflow] *D_obufp++ = (c); \ ^ encoding.c:682:4: note: in expansion of macro 'AddChar' AddChar((c & 0x3000000) >> 12 ^ 0xf8); ^~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE canvas.c encoding.c: In function 'ToUtf8': encoding.c:727:13: warning: overflow in implicit constant conversion [-Woverflow] *p++ = (c & 0x3000000) >> 12 ^ 0xf8; ^ /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE layout.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DETCSCREENRC='"/usr/etc/screenrc"' -DSCREENENCODINGS='"/usr/share/screen/utf8encodings"' -DHAVE_CONFIG_H -DGIT_REV=\"\" \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE viewport.c /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-gcc -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o termcap.o input.o attacher.o pty.o process.o display.o comm.o kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o list_generic.o list_display.o list_window.o sched.o teln.o nethack.o encoding.o canvas.o layout.o viewport.o -lcurses -lutil -lcrypt make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0' >>> screen 4.8.0 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target SCREEN=screen install_bin -C /home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0/ make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0' ./etc/mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/target/usr/bin /home/buildroot/autobuild/instance-0/output-1/target/usr/share/screen/utf8encodings mkdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share/screen mkdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share/screen/utf8encodings cd doc ; /usr/bin/make installdirs make[2]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0/doc' ./../etc/mkinstalldirs /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man1 /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info make[2]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0/doc' /usr/bin/install -c screen /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/screen chown root /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/screen chown: changing ownership of '/home/buildroot/autobuild/instance-0/output-1/target/usr/bin/screen': Operation not permitted Makefile:86: recipe for target 'install_bin' failed make[1]: [install_bin] Error 1 (ignored) chmod 4755 /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/screen cp ./utf8encodings/?? /home/buildroot/autobuild/instance-0/output-1/target/usr/share/screen/utf8encodings make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0' /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0/etc/screenrc /home/buildroot/autobuild/instance-0/output-1/target/etc/screenrc >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi grep -qsE '^/usr/bin/screen$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/usr/bin/screen" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/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-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-0/output-1/target/bin/sh if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/instance-0/output-1/target/usr/share/locale /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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-0/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output-1/host/bin/nios2-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-05756-gff28afdcc3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target cat /home/buildroot/autobuild/instance-0/output-1/build/armadillo-9.900.2/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/bullet-2.89/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.31.1/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/clapack-3.2.1/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/expat-2.2.9/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/file-5.38/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/fmtools-2.0.7/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/initscripts/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/kmod-27/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/libdrm-2.4.102/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/libevent-2.1.12/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/libmspack-0.10.1alpha/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/libpthread-stubs-0.4/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/libscrypt-1.21/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/libsocketcan-0.0.11/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/libzlib-1.2.11/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/mesa3d-20.1.3/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/mtools-4.0.24/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/ncurses-6.1/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/noip-2.1.9/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/omniorb-4.2.4/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/open2300-12/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/screen-4.8.0/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/skeleton-init-common/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/skeleton-init-sysv/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/skeleton/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/toolchain-external-codesourcery-niosII-2018.05-5/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/toolchain-external/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/toolchain/.files-list.txt /home/buildroot/autobuild/instance-0/output-1/build/zlib/.files-list.txt > /home/buildroot/autobuild/instance-0/output-1/build/packages-file-list.txt cat /home/buildroot/autobuild/instance-0/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-bison-3.6.4/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-cmake-3.15.5/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-expat-2.2.9/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-file-5.38/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-gettext/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-go-1.13.14/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-libffi-3.3/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-lzip-1.21/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-mender-artifact-3.4.0/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-meson-0.55.0/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-ncurses-6.1/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-ninja-1.10.0/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-omniorb-4.2.4/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-python-2.7.18/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-python3-3.8.3/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-python3-mako-1.1.2/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-python3-setuptools-44.0.0/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-skeleton/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-xz-5.2.5/.files-list-host.txt /home/buildroot/autobuild/instance-0/output-1/build/host-zlib/.files-list-host.txt > /home/buildroot/autobuild/instance-0/output-1/build/packages-file-list-host.txt cat /home/buildroot/autobuild/instance-0/output-1/build/armadillo-9.900.2/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/bullet-2.89/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/clapack-3.2.1/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/expat-2.2.9/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/file-5.38/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/kmod-27/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/libdrm-2.4.102/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/libevent-2.1.12/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/libmspack-0.10.1alpha/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/libpthread-stubs-0.4/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/libscrypt-1.21/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/libsocketcan-0.0.11/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/mesa3d-20.1.3/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/nanomsg-1.1.5/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/ncurses-6.1/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/omniorb-4.2.4/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/skeleton-init-common/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/toolchain-external-codesourcery-niosII-2018.05-5/.files-list-staging.txt /home/buildroot/autobuild/instance-0/output-1/build/toolchain/.files-list-staging.txt > /home/buildroot/autobuild/instance-0/output-1/build/packages-file-list-staging.txt touch /home/buildroot/autobuild/instance-0/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-0/output-1/host/nios2-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2020.08-git-05756-gff28afdcc3 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 sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (md5: be42ab83da2e8db7b73dc890c2549570) sourceryg++-2018.05-5-nios2-linux-gnu.src.tar.bz2: OK (sha256: d73a6364106dd62352711f932d3be8e97fdaaa548995678b5d38d9f21e22437a) >>> toolchain-external-codesourcery-niosII 2018.05-5 Collecting legal info >>> toolchain Collecting legal info >>> armadillo 9.900.2 Collecting legal info LICENSE.txt: OK (sha256: 3ddf9be5c28fe27dad143a5dc76eea25222ad1dd68934a047064e56ed2fa40c5) >>> clapack 3.2.1 Collecting legal info F2CLIBS/libf2c/Notice: OK (sha256: 44561c447e91203ddc747beeca5cc2794d95ee982c17c578670e4f0408bc3904) COPYING: OK (sha256: 23014869214a231525b38c39fdb5f82364fa24154ac80fdcab2a79671460fd09) >>> host-cmake 3.15.5 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bullet 2.89 Collecting legal info LICENSE.txt: OK (sha256: 885cd516a8420acb7c3e0b1a7119913b686495001ae564e3229740460e8cff59) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> kmod 27 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> file 5.38 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 58b5932aca6c10f2194290a3b26088ec9ba07ef6b52cc9bb2dd638cc634db6f1) >>> 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-file 5.38 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 58b5932aca6c10f2194290a3b26088ec9ba07ef6b52cc9bb2dd638cc634db6f1) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> initscripts Collecting legal info >>> libdrm 2.4.102 Collecting legal info >>> host-meson 0.55.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.3 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libscrypt 1.21 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsocketcan 0.0.11 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-mender-artifact 3.4.0 Collecting legal info LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) LIC_FILES_CHKSUM.sha256: OK (sha256: 08b0209abb7e87bb1d21aca8a40693b7d29406d1edffd443f17c59d5d68f6467) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/gopkg.in/yaml.v2/LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 16f848582e4b276a7392cd34496b7a33d6f65c0e190c163ff3a056a7c61219ce) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: dad2b0b2cc2dbdbf95ad5d800ef7588956e74dc2479014829d42be295125c25d) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 7709cc030f078b17809884f92f33a2016944e1180312dc3f1371b02313d313ed) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) >>> host-go 1.13.14 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> mesa3d 20.1.3 Collecting legal info docs/license.html: OK (sha256: 1ddae7da415352a5b5360ff3a9d7ecf23ba81408f62eeecce0011f32e3ef9da6) >>> host-bison 3.6.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-python3-mako 1.1.2 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> mtools 4.0.24 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.21 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> omniorb 4.2.4 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> host-omniorb 4.2.4 Collecting legal info COPYING: OK (sha256: 126647a6ee062fe46f8f3766965dc62e031c0a31238a347e4bc07aab2ac1e2a7) COPYING.LIB: OK (sha256: eaf5b13ffd5355da7c0b83074e4b798152ff7086c95c4f3045122a06e2673eb9) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> open2300 12 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> screen 4.8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-niosII-2018.05-5: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII_LICENSE_FILES not defined) WARNING: libdrm-2.4.102: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'