dep/daemonconfig.c:2525:6: note: 'snprintf' output 20 or more bytes (assuming 4120) into a destination of size 4096 2525 | snprintf(rtOpts->lockFile, PATH_MAX, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2526 | "%s/"PTPD_PROGNAME"_%s_%s.lock", | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2527 | rtOpts->lockDirectory, | ~~~~~~~~~~~~~~~~~~~~~~ 2528 | (rtOpts->clockQuality.clockClass<128 && !rtOpts->slaveOnly) ? "master" : DEFAULT_CLOCKDRIVER, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2529 | rtOpts->ifaceName); | ~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'loadCommandLineKeys': dep/daemonconfig.c:2625:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 2625 | strncpy(val,argv[i+1],PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c: In function 'loadCommandLineOptions': dep/daemonconfig.c:2836:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 2836 | strncpy(rtOpts->configFile, optarg, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o dep/startup.o dep/startup.c /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o dep/sys.o dep/sys.c dep/sys.c: In function 'writeStatusFile': dep/sys.c:996:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 996 | if(ptpClock->portState == PTP_MASTER) | ^~ dep/sys.c:998:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 998 | fprintf(out,"\n"); | ^~~~~~~ dep/sys.c: In function 'ether_ntohost_cache': dep/sys.c:266:2: warning: 'strncpy' output may be truncated copying 100 bytes from a string of length 999 [-Wstringop-truncation] 266 | strncpy(hostname, buf, 100); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'maintainLogSize.part.0': dep/sys.c:547:34: warning: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~ dep/sys.c:547:30: note: directive argument in the range [1, 2147483647] 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~ dep/sys.c:547:5: note: 'snprintf' output between 3 and 4107 bytes into a destination of size 4096 547 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, i); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c:559:33: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~ dep/sys.c:559:29: note: directive argument in the range [-2147483647, 2147483646] 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~ dep/sys.c:559:4: note: 'snprintf' output between 3 and 4108 bytes into a destination of size 4096 559 | snprintf(fname, PATH_MAX,"%s.%d", handler->logPath, logFileNumber); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c: In function 'checkOtherLocks': dep/sys.c:1611:39: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~ dep/sys.c:1611:2: note: 'snprintf' output 15 or more bytes (assuming 4110) into a destination of size 4096 1611 | snprintf(searchPattern, PATH_MAX,"%s/%s_*_%s.lock", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1612 | rtOpts->lockDirectory, PTPD_PROGNAME,rtOpts->ifaceName); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/sys.c:1657:43: warning: '%s' directive output may be truncated writing 5 bytes into a region of size between 0 and 4095 [-Wformat-truncation=] 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~ dep/sys.c:1657:6: note: 'snprintf' output between 26 and 4121 bytes into a destination of size 4096 1657 | snprintf(searchPattern, PATH_MAX,"%s/%s_%s_*.lock", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1658 | rtOpts->lockDirectory,PTPD_PROGNAME,DEFAULT_CLOCKDRIVER); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o display.o display.c /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o management.o management.c /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o signaling.o signaling.c signaling.c:867:63: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 867 | void cancelUnicastTransmission(UnicastGrantData* grant, const const RunTimeOpts* rtOpts, PtpClock* ptpClock) | ^~~~~ signaling.c:886:74: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] 886 | void issueSignaling(MsgSignaling *outgoing, Integer32 destination, const const RunTimeOpts *rtOpts, | ^~~~~ /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o protocol.o protocol.c /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntp_isc_md5.c /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o dep/ntpengine/ntpdcontrol.o dep/ntpengine/ntpdcontrol.c In file included from dep/ntpengine/../../ptpd.h:152, from dep/ntpengine/ntpdcontrol.c:64: dep/ntpengine/ntpdcontrol.c: In function 'NTPDCquery.constprop': dep/ntpengine/../../dep/ntpengine/ntpdcontrol.h:91:39: warning: array subscript -1 is outside array bounds of 'struct req_pkt[1]' [-Warray-bounds] 91 | #define HTONL_FP(h, n) do { (n)->l_ui = htonl((h)->l_ui); \ | ^ dep/ntpengine/ntpdcontrol.c:285:2: note: in expansion of macro 'HTONL_FP' 285 | HTONL_FP(&ts, ptstamp); | ^~~~~~~~ dep/ntpengine/ntpdcontrol.c:247:17: note: while referencing 'qpkt' 247 | struct req_pkt qpkt; | ^~~~ In file included from dep/ntpengine/../../ptpd.h:152, from dep/ntpengine/ntpdcontrol.c:64: dep/ntpengine/../../dep/ntpengine/ntpdcontrol.h:92:17: warning: array subscript -1 is outside array bounds of 'struct req_pkt[1]' [-Warray-bounds] 92 | (n)->l_uf = htonl((h)->l_uf); } while (0) | ^ dep/ntpengine/ntpdcontrol.c:285:2: note: in expansion of macro 'HTONL_FP' 285 | HTONL_FP(&ts, ptstamp); | ^~~~~~~~ dep/ntpengine/ntpdcontrol.c:247:17: note: while referencing 'qpkt' 247 | struct req_pkt qpkt; | ^~~~ /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o timingdomain.o timingdomain.c /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o ptpd.o ptpd.c /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o dep/statistics.o dep/statistics.c dep/statistics.c: In function 'createIntMovingStatFilter': dep/statistics.c:496:2: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 496 | strncpy(container->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/statistics.c: In function 'createDoubleMovingStatFilter': dep/statistics.c:655:2: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 655 | strncpy(container->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o dep/outlierfilter.o dep/outlierfilter.c dep/outlierfilter.c: In function 'outlierFilterInit': dep/outlierfilter.c:85:17: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 85 | strncpy(filter->rawStats->identifier, id, 10); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DHAVE_CONFIG_H -I. -I.. -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/include -DPTPD_PCAP -DPTPD_STATISTICS -DPTPD_PTIMERS -DPTPD_UNICAST_MAX=128 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -c -o dep/eventtimer_posix.o dep/eventtimer_posix.c /bin/bash ../libtool --tag=CC --mode=link /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -L/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/lib -lpcap -Wl,-elf2flt=-r -static -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -lrt -lm -L/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../../../bin/../m68k-buildroot-uclinux-uclibc/sysroot/usr/lib -lnl-genl-3 -lnl-3 -lpthread libtool: link: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -Wl,-elf2flt=-r -static -o ptpd2 arith.o bmc.o dep/ipv4_acl.o dep/msg.o dep/net.o dep/eventtimer.o ptp_timers.o dep/servo.o dep/iniparser/dictionary.o dep/iniparser/iniparser.o dep/daemonconfig.o dep/startup.o dep/sys.o display.o management.o signaling.o protocol.o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntpdcontrol.o timingdomain.o ptpd.o dep/statistics.o dep/outlierfilter.o dep/eventtimer_posix.o -L/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../usr/lib -lpcap -lrt -lm -L/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/../../../../bin/../m68k-buildroot-uclinux-uclibc/sysroot/usr/lib /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libnl-genl-3.a /nvmedata/autobuild/instance-18/output-1/build/libnl-3.5.0/lib/.libs/libnl-3.a /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libnl-3.a -lpthread make[3]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' >>> ptpd2 2.3.1 Installing to target PATH="/nvmedata/autobuild/instance-18/output-1/host/bin:/nvmedata/autobuild/instance-18/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-18/output-1/target install -C /nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' /usr/bin/make install-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' Making install in src make[3]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1/src' make[4]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1/src' /bin/mkdir -p '/nvmedata/autobuild/instance-18/output-1/target/usr/sbin' /bin/bash ../libtool --mode=install /usr/bin/install -c ptpd2 '/nvmedata/autobuild/instance-18/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c ptpd2 /nvmedata/autobuild/instance-18/output-1/target/usr/sbin/ptpd2 /bin/mkdir -p '/nvmedata/autobuild/instance-18/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ptpd2.conf.5 '/nvmedata/autobuild/instance-18/output-1/target/usr/share/man/man5' /bin/mkdir -p '/nvmedata/autobuild/instance-18/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 ptpd2.8 '/nvmedata/autobuild/instance-18/output-1/target/usr/share/man/man8' make[4]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1/src' make[3]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[4]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-18/output-1/target/usr/share/ptpd' /usr/bin/install -c -m 644 src/leap-seconds.list.28dec2015 src/ptpd2.conf.minimal src/ptpd2.conf.default-full doc/PTPBASE-MIB.txt '/nvmedata/autobuild/instance-18/output-1/target/usr/share/ptpd' make[4]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/ptpd2-2.3.1' /usr/bin/install -m 755 -D package/ptpd2/S65ptpd2 /nvmedata/autobuild/instance-18/output-1/target/etc/init.d/S65ptpd2 SDL_gfx-2.0.23.tar.gz: OK (md5: fcc3c4f2d1b4943409bf7e67dd65d03a) SDL_gfx-2.0.23.tar.gz: OK (sha1: aae60e7fed539f3f8a0a0bd6da3bbcf625642596) >>> sdl_gfx 2.0.23 Extracting gzip -d -c /nvmedata/autobuild/instance-18/dl/sdl_gfx/SDL_gfx-2.0.23.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23 -xf - >>> sdl_gfx 2.0.23 Patching >>> sdl_gfx 2.0.23 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23 -name $file); do cp support/gnuconfig/$file $i; done; done >>> sdl_gfx 2.0.23 Patching libtool patching file /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23/Test/ltmain.sh patching file /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23/ltmain.sh >>> sdl_gfx 2.0.23 Configuring (cd /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23/ && rm -rf config.cache && PATH="/nvmedata/autobuild/instance-18/output-1/host/bin:/nvmedata/autobuild/instance-18/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar" AS="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-as" LD="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-ld" NM="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-nm" CC="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc" GCC="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc" CPP="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-cpp" CXX="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-g++" FC="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gfortran" F77="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gfortran" RANLIB="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ranlib" READELF="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-objcopy" OBJDUMP="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-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/nvmedata/autobuild/instance-18/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-18/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/nvmedata/autobuild/instance-18/output-1/host/include" LDFLAGS_FOR_BUILD="-L/nvmedata/autobuild/instance-18/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-18/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-as" DEFAULT_LINKER="/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-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 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static" LDFLAGS=" -Wl,-elf2flt=-r -static" FCFLAGS=" -O3 -g0 -Wl,-elf2flt=-r -static" FFLAGS=" -O3 -g0 -Wl,-elf2flt=-r -static" PKG_CONFIG="/nvmedata/autobuild/instance-18/output-1/host/bin/pkg-config" STAGING_DIR="/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=m68k-buildroot-uclinux-uclibc --host=m68k-buildroot-uclinux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --disable-shared --with-sdl-prefix=/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr --disable-sdltest --enable-static --disable-mmx ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... m68k-buildroot-uclinux-uclibc checking target system type... m68k-buildroot-uclinux-uclibc checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for m68k-buildroot-uclinux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to print strings... printf checking for style of include used by make... GNU checking for m68k-buildroot-uclinux-uclibc-gcc... /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc accepts -g... yes checking for /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc option to accept ISO C89... none needed checking dependency style of /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc... /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-ld checking if the linker (/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-nm checking the name lister (/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking how to convert x86_64-pc-linux-gnu file names to m68k-buildroot-uclinux-uclibc format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-ld option to reload object files... -r checking for m68k-buildroot-uclinux-uclibc-objdump... /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-objdump checking how to recognize dependent libraries... unknown checking for m68k-buildroot-uclinux-uclibc-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for m68k-buildroot-uclinux-uclibc-ar... /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar checking for archiver @FILE support... @ checking for m68k-buildroot-uclinux-uclibc-strip... (cached) /bin/true checking for m68k-buildroot-uclinux-uclibc-ranlib... /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ranlib checking command to parse /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-nm output from /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc object... ok checking for sysroot... no checking for m68k-buildroot-uclinux-uclibc-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... no checking for objdir... .libs checking if /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc supports -fno-rtti -fno-exceptions... no checking for /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc option to produce PIC... -fPIC -DPIC checking if /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc PIC flag -fPIC -DPIC works... yes checking if /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc static flag -static works... yes checking if /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc supports -c -o file.o... yes checking if /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc supports -c -o file.o... (cached) yes checking whether the /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc linker (/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-ld) supports shared libraries... yes checking dynamic linker characteristics... no checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... no checking whether to build shared libraries... no checking whether to build static libraries... yes checking whether make sets $(MAKE)... (cached) yes checking for m68k-buildroot-uclinux-uclibc-gcc... (cached) /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc accepts -g... (cached) yes checking for /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc option to accept ISO C89... (cached) none needed checking dependency style of /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc... (cached) none checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking for an ANSI C-conforming const... yes checking for X... no checking size of long... 4 checking for sdl-config... /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/bin/sdl-config checking for SDL - version >= 1.2.0... yes configure: creating ./config.status config.status: creating Makefile config.status: creating SDL_gfx.pc config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> sdl_gfx 2.0.23 Building PATH="/nvmedata/autobuild/instance-18/output-1/host/bin:/nvmedata/autobuild/instance-18/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23/ make[1]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o SDL_gfxPrimitives.lo SDL_gfxPrimitives.c libtool: compile: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c SDL_gfxPrimitives.c -o SDL_gfxPrimitives.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o SDL_rotozoom.lo SDL_rotozoom.c libtool: compile: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c SDL_rotozoom.c -o SDL_rotozoom.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o SDL_framerate.lo SDL_framerate.c libtool: compile: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c SDL_framerate.c -o SDL_framerate.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o SDL_imageFilter.lo SDL_imageFilter.c libtool: compile: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c SDL_imageFilter.c -o SDL_imageFilter.o /bin/bash ./libtool --tag=CC --mode=compile /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c -o SDL_gfxBlitFunc.lo SDL_gfxBlitFunc.c libtool: compile: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"SDL_gfx\" -DVERSION=\"2.0.23\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DLT_OBJDIR=\".libs/\" -DX_DISPLAY_MISSING=1 -DSIZEOF_LONG=4 -DBUILD_DLL -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c SDL_gfxBlitFunc.c -o SDL_gfxBlitFunc.o /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -fno-dwarf2-cfi-asm -Wl,-elf2flt=-r -static -I/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -no-undefined -version-info 22:1:9 -Wl,-elf2flt=-r -static -o libSDL_gfx.la -rpath /usr/lib SDL_gfxPrimitives.lo SDL_rotozoom.lo SDL_framerate.lo SDL_imageFilter.lo SDL_gfxBlitFunc.lo -lm -L/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib -lSDL -lpthread -lm -lpthread libtool: link: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar cru .libs/libSDL_gfx.a SDL_gfxPrimitives.o SDL_rotozoom.o SDL_framerate.o SDL_imageFilter.o SDL_gfxBlitFunc.o libtool: link: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ranlib .libs/libSDL_gfx.a libtool: link: ( cd ".libs" && rm -f "libSDL_gfx.la" && ln -s "../libSDL_gfx.la" "libSDL_gfx.la" ) make[1]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' >>> sdl_gfx 2.0.23 Installing to staging directory PATH="/nvmedata/autobuild/instance-18/output-1/host/bin:/nvmedata/autobuild/instance-18/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot install -C /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23/ make[1]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' make[2]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' test -z "/usr/lib" || /bin/mkdir -p "/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c libSDL_gfx.la '/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libSDL_gfx.lai /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libSDL_gfx.la libtool: install: /usr/bin/install -c .libs/libSDL_gfx.a /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libSDL_gfx.a libtool: install: chmod 644 /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libSDL_gfx.a libtool: install: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/libSDL_gfx.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/SDL" || /bin/mkdir -p "/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL" /usr/bin/install -c -m 644 SDL_gfxPrimitives.h SDL_gfxPrimitives_font.h SDL_rotozoom.h SDL_framerate.h SDL_imageFilter.h SDL_gfxBlitFunc.h '/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/include/SDL' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/pkgconfig" /usr/bin/install -c -m 644 SDL_gfx.pc '/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib/pkgconfig' make[2]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' make[1]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' >>> sdl_gfx 2.0.23 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-18/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-18/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> sdl_gfx 2.0.23 Installing to target PATH="/nvmedata/autobuild/instance-18/output-1/host/bin:/nvmedata/autobuild/instance-18/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-18/output-1/target install -C /nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23/ make[1]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' make[2]: Entering directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' test -z "/usr/lib" || /bin/mkdir -p "/nvmedata/autobuild/instance-18/output-1/target/usr/lib" /bin/bash ./libtool --mode=install /usr/bin/install -c libSDL_gfx.la '/nvmedata/autobuild/instance-18/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libSDL_gfx.lai /nvmedata/autobuild/instance-18/output-1/target/usr/lib/libSDL_gfx.la libtool: install: /usr/bin/install -c .libs/libSDL_gfx.a /nvmedata/autobuild/instance-18/output-1/target/usr/lib/libSDL_gfx.a libtool: install: chmod 644 /nvmedata/autobuild/instance-18/output-1/target/usr/lib/libSDL_gfx.a libtool: install: /nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ranlib /nvmedata/autobuild/instance-18/output-1/target/usr/lib/libSDL_gfx.a libtool: install: warning: remember to run `libtool --finish /usr/lib' test -z "/usr/include/SDL" || /bin/mkdir -p "/nvmedata/autobuild/instance-18/output-1/target/usr/include/SDL" /usr/bin/install -c -m 644 SDL_gfxPrimitives.h SDL_gfxPrimitives_font.h SDL_rotozoom.h SDL_framerate.h SDL_imageFilter.h SDL_gfxBlitFunc.h '/nvmedata/autobuild/instance-18/output-1/target/usr/include/SDL' test -z "/usr/lib/pkgconfig" || /bin/mkdir -p "/nvmedata/autobuild/instance-18/output-1/target/usr/lib/pkgconfig" /usr/bin/install -c -m 644 SDL_gfx.pc '/nvmedata/autobuild/instance-18/output-1/target/usr/lib/pkgconfig' make[2]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' make[1]: Leaving directory '/nvmedata/autobuild/instance-18/output-1/build/sdl_gfx-2.0.23' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-18/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-18/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-18/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-18/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-18/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-18/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-18/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-18/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-18/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-18/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-18/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-18/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-18/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-18/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-18/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-18/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-18/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-18/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-18/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-18/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-18/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-18/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-18/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-18/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-18/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-18/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-18/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-18/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-18/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-18/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-18/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-18/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/include /nvmedata/autobuild/instance-18/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-18/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-18/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-18/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-18/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-18/output-1/target/usr/doc find /nvmedata/autobuild/instance-18/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-18/output-1/target/lib/ /nvmedata/autobuild/instance-18/output-1/target/usr/lib/ /nvmedata/autobuild/instance-18/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-18/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-18/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/man /nvmedata/autobuild/instance-18/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/info /nvmedata/autobuild/instance-18/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/doc /nvmedata/autobuild/instance-18/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-18/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-18/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-18/output-1/target/lib/debug /nvmedata/autobuild/instance-18/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-18/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /nvmedata/autobuild/instance-18/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-18/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-18/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 /nvmedata/autobuild/instance-18/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-642-g664f1fc1c7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-18/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-18/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-18/output-1/per-package /nvmedata/autobuild/instance-18/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-18/output-1/target/usr ln -snf /nvmedata/autobuild/instance-18/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot /nvmedata/autobuild/instance-18/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-18/buildroot' make: Entering directory '/nvmedata/autobuild/instance-18/buildroot' >>> Buildroot 2022.02-642-g664f1fc1c7 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-skeleton Collecting legal info >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-elf2flt 7e33f28df198c46764021ed14408bd262751e148 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.33 Collecting legal info >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> fbset 2.1 Collecting legal info fbset.c: OK (sha256: c3285709a0840899a789faefae1704e87f96f757e905a38a1931a9d4fde95ddd) >>> evtest 1.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> initscripts Collecting legal info >>> lbreakout2 2.6.5 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libaio 0.3.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdcadec 0.2.0 Collecting legal info COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> nfacct 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> sdl_gfx 2.0.23 Collecting legal info COPYING: OK (sha256: 4f5df842266c59b2d7e6ef35b53d7f37b13795d93baf3ed211f502c216f7bc89) LICENSE: OK (sha256: 5f3bc98e0bd2de83279bd62868d4bc0c2b4f811ab828b036d36a4a6d1cd5672d) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.33: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-18/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-18/buildroot'