"%s/%s", rtOpts->lockDirectory, DEFAULT_LOCKFILE_NAME); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2526:7: warning: '/ptpd2_' directive output may be truncated writing 7 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] "%s/"PTPD_PROGNAME"_%s_%s.lock", ^~~~~ dep/daemonconfig.c:2526:10: note: format string is defined here "%s/"PTPD_PROGNAME"_%s_%s.lock", ^~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2525:6: note: 'snprintf' output 20 or more bytes (assuming 4120) into a destination of size 4096 snprintf(rtOpts->lockFile, PATH_MAX, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "%s/"PTPD_PROGNAME"_%s_%s.lock", ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rtOpts->lockDirectory, ~~~~~~~~~~~~~~~~~~~~~~ (rtOpts->clockQuality.clockClass<128 && !rtOpts->slaveOnly) ? "master" : DEFAULT_CLOCKDRIVER, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rtOpts->ifaceName); ~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1211:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:interface",rtOpts->primaryIfaceName,rtOpts->primaryIfaceName, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1214:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:backup_interface",rtOpts->backupIfaceName,rtOpts->backupIfaceName, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 8192 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1667:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:unicast_destinations",rtOpts->unicastDestinations,rtOpts->unicastDestinations, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 8192 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1673:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:unicast_domains",rtOpts->unicastDomains,rtOpts->unicastDomains, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 8192 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1680:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:unicast_local_preference",rtOpts->unicastLocalPreference,rtOpts->unicastLocalPreference, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1696:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:unicast_peer_destination",rtOpts->unicastPeerDestination,rtOpts->unicastPeerDestination, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1990:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:timing_acl_permit",rtOpts->timingAclPermitText, rtOpts->timingAclPermitText, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:1997:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:timing_acl_deny",rtOpts->timingAclDenyText, rtOpts->timingAclDenyText, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2004:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:management_acl_permit",rtOpts->managementAclPermitText, rtOpts->managementAclPermitText, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2011:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ptpengine:management_acl_deny",rtOpts->managementAclDenyText, rtOpts->managementAclDenyText, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2077:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("clock:drift_file",rtOpts->driftFile,rtOpts->driftFile, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2091:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("clock:leap_seconds_file",rtOpts->leapFile,rtOpts->leapFile, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2228:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("global:lock_file",rtOpts->lockFile,rtOpts->lockFile, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2235:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("global:lock_directory",rtOpts->lockDirectory,rtOpts->lockDirectory, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2245:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("global:quality_file",rtOpts->recordLog.logPath,rtOpts->recordLog.logPath, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2262:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("global:status_file",rtOpts->statusLog.logPath,rtOpts->statusLog.logPath, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2289:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("global:log_file",rtOpts->eventLog.logPath, rtOpts->eventLog.logPath, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2317:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("global:statistics_file",rtOpts->statisticsLog.logPath,rtOpts->statisticsLog.logPath, ^~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:361:28: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] if (variable!=tmpstring) strncpy(variable,tmpstring,sizeof(variable) / sizeof(char));\ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/daemonconfig.c:2432:2: note: in expansion of macro 'CONFIG_MAP_CHARARRAY' CONFIG_MAP_CHARARRAY("ntpengine:key",rtOpts->ntpOptions.key, rtOpts->ntpOptions.key, ^~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/statistics.o dep/statistics.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/outlierfilter.o dep/outlierfilter.c dep/statistics.c: In function 'createIntMovingStatFilter': dep/statistics.c:496:2: warning: 'strncpy' specified bound 10 equals destination size [-Wstringop-truncation] 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] strncpy(container->identifier, id, 10); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/eventtimer_posix.o dep/eventtimer_posix.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/ipv4_acl.o dep/ipv4_acl.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/msg.o dep/msg.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/net.o dep/net.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/eventtimer.o dep/eventtimer.c dep/net.c:1912:15: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] const const RunTimeOpts *rtOpts, Integer32 destinationAddress) ^~~~~ dep/net.c: In function 'netInit': dep/net.c:998:3: warning: 'memcpy' offset 8 is out of the bounds [0, 4] of object 'addr' with type 'uint32_t' {aka 'unsigned int'} [-Warray-bounds] memcpy(netPath->interfaceID + 4, &addr + 2, 2); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dep/net.c:996:12: note: 'addr' declared here uint32_t addr = ((struct sockaddr_in*)&(netPath->interfaceInfo.afAddress))->sin_addr.s_addr; ^~~~ In function 'getHwAddress.constprop', inlined from 'getInterfaceInfo' at dep/net.c:428:11: dep/net.c:362:5: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] strncpy(ifr.ifr_name, ifaceName, IFACE_NAME_LENGTH); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/iniparser/dictionary.o dep/iniparser/dictionary.c dep/iniparser/dictionary.c: In function 'xstrdup': dep/iniparser/dictionary.c:68:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] strncpy(t,s,strlen(s)); ^~~~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/iniparser/iniparser.o dep/iniparser/iniparser.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/ntpengine/ntp_isc_md5.o dep/ntpengine/ntp_isc_md5.c dep/iniparser/iniparser.c: In function 'iniparser_load': dep/iniparser/iniparser.c:708:43: warning: '%s' directive output may be truncated writing up to 1 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] snprintf(tmp, ASCIILINESZ, "%s%s%s", section, strlen(section)==0?"":":", key); ^~ dep/iniparser/iniparser.c:708:13: note: 'snprintf' output between 1 and 2050 bytes into a destination of size 1024 snprintf(tmp, ASCIILINESZ, "%s%s%s", section, strlen(section)==0?"":":", key); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -DHAVE_CONFIG_H -I. -I.. -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/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 -O2 -c -o dep/ntpengine/ntpdcontrol.o dep/ntpengine/ntpdcontrol.c dep/daemonconfig.c: In function 'loadCommandLineKeys': dep/daemonconfig.c:2625:4: warning: 'strncpy' specified bound 4096 equals destination size [-Wstringop-truncation] 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] strncpy(rtOpts->configFile, optarg, PATH_MAX); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=link /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -L/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -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 libtool: link: /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -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/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lpcap -lrt -lm make[3]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' >>> ptpd2 2.3.1 Installing to target PATH="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target install -C /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1/ make[1]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' /usr/bin/make install-recursive make[2]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' Making install in src make[3]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1/src' make[4]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1/src' /bin/mkdir -p '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/sbin' /bin/mkdir -p '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/man/man8' /bin/mkdir -p '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/man/man5' /bin/bash ../libtool --mode=install /usr/bin/install -c ptpd2 '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/sbin' /usr/bin/install -c -m 644 ptpd2.conf.5 '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 ptpd2.8 '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/man/man8' libtool: install: /usr/bin/install -c ptpd2 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/sbin/ptpd2 make[4]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1/src' make[3]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[4]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/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 '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/ptpd' make[4]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[3]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[2]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' make[1]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/ptpd2-2.3.1' /usr/bin/install -m 755 -D package/ptpd2/S65ptpd2 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/init.d/S65ptpd2 >>> zip 3.0 Downloading --2019-10-27 18:51:12-- http://rclinux-git.rockwellcollins.com/dl/zip/zip30.tgz Resolving proxy.rockwellcollins.com (proxy.rockwellcollins.com)... 10.16.4.25 Connecting to proxy.rockwellcollins.com (proxy.rockwellcollins.com)|10.16.4.25|:9091... connected. Proxy request sent, awaiting response... 200 OK Length: 1118845 (1.1M) [text/plain] Saving to: '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/.zip30.tgz.EJxL6Z/output' 0K .......... .......... .......... .......... .......... 4% 1.38M 1s 50K .......... .......... .......... .......... .......... 9% 3.76M 0s 100K .......... .......... .......... .......... .......... 13% 3.95M 0s 150K .......... .......... .......... .......... .......... 18% 11.3M 0s 200K .......... .......... .......... .......... .......... 22% 11.2M 0s 250K .......... .......... .......... .......... .......... 27% 11.1M 0s 300K .......... .......... .......... .......... .......... 32% 11.2M 0s 350K .......... .......... .......... .......... .......... 36% 11.1M 0s 400K .......... .......... .......... .......... .......... 41% 11.3M 0s 450K .......... .......... .......... .......... .......... 45% 11.0M 0s 500K .......... .......... .......... .......... .......... 50% 1.87M 0s 550K .......... .......... .......... .......... .......... 54% 10.7M 0s 600K .......... .......... .......... .......... .......... 59% 18.2M 0s 650K .......... .......... .......... .......... .......... 64% 22.0M 0s 700K .......... .......... .......... .......... .......... 68% 22.4M 0s 750K .......... .......... .......... .......... .......... 73% 26.2M 0s 800K .......... .......... .......... .......... .......... 77% 14.5M 0s 850K .......... .......... .......... .......... .......... 82% 30.5M 0s 900K .......... .......... .......... .......... .......... 86% 15.5M 0s 950K .......... .......... .......... .......... .......... 91% 29.0M 0s 1000K .......... .......... .......... .......... .......... 96% 46.0K 0s 1050K .......... .......... .......... .......... .. 100% 4.37M=1.2s 2019-10-27 18:51:15 (883 KB/s) - '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/.zip30.tgz.EJxL6Z/output' saved [1118845/1118845] zip30.tgz: OK (sha256: f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369) >>> zip 3.0 Extracting gzip -d -c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/dl/zip/zip30.tgz | tar --strip-components=1 -C /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0 -xf - >>> zip 3.0 Patching Applying 0001-configure-Remove-Check-C-compiler-type-optimization-.patch using patch: patching file unix/configure Applying 0002-configure-Don-t-use-host-CPP.patch using patch: patching file unix/configure Applying 0003-Makefile-Use-CFLAGS-from-command-line.patch using patch: patching file unix/Makefile Applying 0004-configure-use-LDFLAGS-from-command-line.patch using patch: patching file unix/configure Applying 0005-unix-configure-remove-GID-UID-size-check.patch using patch: patching file unix/configure Applying 0006-unix-configure-borrow-the-LFS-test-from-autotools.patch using patch: patching file unix/configure >>> zip 3.0 Configuring >>> zip 3.0 Building PATH="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 PATH="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" AR="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ar" AS="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-as" LD="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ld" NM="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-nm" CC="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc" GCC="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc" CPP="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-cpp" CXX="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-g++" FC="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gfortran" F77="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ranlib" READELF="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-readelf" STRIP="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0 CFLAGS="-D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT" AS="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c" -f unix/Makefile generic make[1]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0' sh unix/configure "/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc" "-D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT" "" Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- Either bzlib.h or libbz2.a not found - no bzip2 Check for the C preprocessor Check if we can use asm code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check for Large File Support -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval /usr/bin/make -f unix/Makefile zips `cat flags` make[2]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0' /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H deflate.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H trees.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipcloak.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o zipfile_.o zipfile.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o fileio_.o fileio.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o util_.o util.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o unix_.o unix/unix.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crc32_.o crc32.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -DUTIL -o crypt_.o crypt.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipnote.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -c -D_FILE_OFFSET_BITS=64 -O2 -I. -DUNIX -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipsplit.c /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -o zip zip.o zipfile.o zipup.o fileio.o util.o globals.o crypt.o ttyio.o unix.o crc32.o zbz2err.o deflate.o trees.o /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -o zipcloak zipcloak.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o crypt_.o ttyio.o /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -o zipnote zipnote.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc -o zipsplit zipsplit.o zipfile_.o fileio_.o util_.o globals.o unix_.o crc32_.o make[2]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0' make[1]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0' >>> zip 3.0 Installing to target PATH="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 PATH="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin:/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" AR="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ar" AS="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-as" LD="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ld" NM="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-nm" CC="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc" GCC="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gcc" CPP="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-cpp" CXX="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-g++" FC="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gfortran" F77="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ranlib" READELF="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-readelf" STRIP="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/lib -Wl,-rpath,/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no -C /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0 -f unix/Makefile install prefix=/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr make[1]: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0' mkdir -p /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/bin cp zip zipcloak zipnote zipsplit /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/bin cd /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/bin; chmod 755 zip zipcloak zipnote zipsplit mkdir -p /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1 cp man/zip.1 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zip.1 chmod 644 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zip.1 cp man/zipcloak.1 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zipcloak.1 chmod 644 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zipcloak.1 cp man/zipnote.1 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zipnote.1 chmod 644 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zipnote.1 cp man/zipsplit.1 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zipsplit.1 chmod 644 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man/man1/zipsplit.1 make[1]: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/zip-3.0' >>> Finalizing target directory # Check files that are touched by more than one package /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc echo "buildroot" > /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/hosts mkdir -p /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc/shadow rm -f /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/bin/sh rm -f /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/include /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/aclocal \ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/pkgconfig /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/pkgconfig \ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/cmake /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/cmake find /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/lib/ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/ /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/gdb rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/bash-completion rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/zsh rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/man /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/man rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/info /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/info rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/doc /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/doc rm -rf /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share/gtk-doc rmdir /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/share 2>/dev/null || true find /accts/mlweber1/tmp/rc-buildroot-test/scripts/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 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /accts/mlweber1/tmp/rc-buildroot-test/scripts/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 /accts/mlweber1/tmp/rc-buildroot-test/scripts/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 /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-git-01366-ga8f3057da3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-git\"" \ ) > /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/target/usr make: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/buildroot' make: Entering directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/buildroot' >>> Buildroot 2019.11-git-01366-ga8f3057da3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 73fc3e7ef7e016a3874b632fd0475969d288f309 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> initscripts Collecting legal info >>> ipsec-tools 0.8.2 Collecting legal info >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 1.1.1d Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.33 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> oniguruma 6.9.3 Collecting legal info COPYING: OK (sha256: ae266a1ad1c2ef50baf14a1a2993e926cd46d09c6cc8b0b3a8498e44da2746b8) >>> paho-mqtt-c 1.3.1 Collecting legal info epl-v10: OK (sha256: 44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) >>> host-cmake 3.9.6 Collecting legal info Copyright.txt: OK (sha256: 9d8604f7afc5564ceb9705ba121f5fba2782ce18d92902f3c6ed338228372170) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ptpd2 2.3.1 Collecting legal info ERROR: No hash found for COPYRIGHT >>> zip 3.0 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) WARNING: ipsec-tools-0.8.2: cannot save license (IPSEC_TOOLS_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/output-1/legal-info make: Leaving directory '/accts/mlweber1/tmp/rc-buildroot-test/scripts/instance-0/buildroot'