../plc/plc.c:306:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 306 | read(f, &plc.cookie, sizeof plc.cookie); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ plclog.c: In function 'PrintRawWatchdogReport': plclog.c:217:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 217 | write (STDOUT_FILENO, indicate->RDATA + indicate->RDATAOFFSET, LE16TOH (indicate->RDATALENGTH) - indicate->RDATAOFFSET); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o plclog plclog.o Devices.o EthernetHeader.o Failure.o MMECode.o QualcommHeader.o ReadMME.o SendMME.o UnwantedMessage.o b64dump.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o ../ether/sendpacket.o ../nvm/strfbits.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c plcmdio16.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o plcmdio16 plcmdio16.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c plcmdio32.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ -DAR7x00 /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o plcmdio32 plcmdio32.o Devices.o Display.o EthernetHeader.o MMECode.o QualcommHeader.o UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../pib/hexview.o ../ether/openchannel.o ../ether/putoptv.o ../ether/readpacket.o regview32.o ../ether/sendpacket.o ../ether/synonym.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/plc' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c config2cfg.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ config2cfg.c: In function 'main': config2cfg.c:181:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 181 | write (fd, &config_ram, sizeof (config_ram)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ config2cfg.c:182:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 182 | write (fd, &checksum, sizeof (checksum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o config2cfg config2cfg.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/todigit.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c sdram.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ sdram.c: In function 'main': sdram.c:155:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 155 | write (fd, sdram16mb, sizeof (sdram16mb)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdram.c:156:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 156 | write (fd, &checksum, sizeof (checksum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdram.c:163:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 163 | write (fd, sdram64mb, sizeof (sdram64mb)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sdram.c:164:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 164 | write (fd, &checksum, sizeof (checksum)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o sdram sdram.o ../nvm/checksum32.o make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c int6kuart.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ int6kuart.c: In function 'main': int6kuart.c:1346:25: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result] 1346 | chown (optarg, getuid (), getgid ()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c: In function 'at_readpib': int6kuart.c:434:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 434 | write (STDOUT_FILENO, ".", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:442:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 442 | write (STDOUT_FILENO, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c: In function 'at_writenvm': int6kuart.c:232:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 232 | write (STDOUT_FILENO, ".", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:240:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 240 | write (STDOUT_FILENO, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c: In function 'at_writepib': int6kuart.c:328:25: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 328 | write (STDOUT_FILENO, ".", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:336:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 336 | write (STDOUT_FILENO, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c: In function 'atm': int6kuart.c:1066:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1066 | write (STDOUT_FILENO, command.buffer, command.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ int6kuart.c:1067:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1067 | write (STDOUT_FILENO, "\n", sizeof (char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c openport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c closeport.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c serial.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ serial.c: In function 'sendcommand': serial.c:127:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 127 | write (STDERR_FILENO, command.buffer, command.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serial.c:128:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 128 | write (STDERR_FILENO, "\n", sizeof (char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serial.c: In function 'readcommand': serial.c:198:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 198 | write (STDERR_FILENO, command.buffer, command.length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ serial.c:199:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 199 | write (STDERR_FILENO, "\n", sizeof (char)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o int6kuart int6kuart.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hexdecode.o openport.o closeport.o serial.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c int6kbaud.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o int6kbaud int6kbaud.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/basespec.o ../ether/todigit.o ../ether/error.o ../nvm/checksum32.o ../ether/hexencode.o ../ether/hexdump.o ../ether/hexstring.o ../ether/hexdecode.o ../ether/synonym.o openport.o closeport.o serial.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ttysig.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ ttysig.c: In function 'main': ttysig.c:293:46: warning: 'rts_value' may be used uninitialized in this function [-Wmaybe-uninitialized] 293 | if (_anyset (flags, TTYSIG_SET_RTS)) set_status (fd, TIOCM_RTS, rts_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ttysig.c:292:46: warning: 'dtr_value' may be used uninitialized in this function [-Wmaybe-uninitialized] 292 | if (_anyset (flags, TTYSIG_SET_DTR)) set_status (fd, TIOCM_DTR, dtr_value); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o ttysig ttysig.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ptsctl.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o ptsctl ptsctl.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/synonym.o ../ether/todigit.o ../ether/error.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c weeder.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o weeder weeder.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/uintspec.o ../ether/synonym.o ../ether/todigit.o ../ether/error.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ttysend.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c baudrate.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o ttysend ttysend.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o baudrate.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ttyrecv.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o ttyrecv ttyrecv.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o ../ether/uintspec.o ../ether/todigit.o baudrate.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ttycat.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o ttycat ttycat.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/efreopen.o ../ether/error.o baudrate.o ../ether/uintspec.o ../ether/todigit.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c int6kdetect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o int6kdetect int6kdetect.o ../ether/getoptv.o ../ether/putoptv.o ../ether/version.o ../ether/error.o baudrate.o make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c evse.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ../mme/HomePlugHeader1.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ../tools/config.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c evse_cm_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c evse_cm_mnbc_sound.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c evse_cm_slac_match.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c evse_cm_slac_param.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c evse_cm_start_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c evse_cm_set_key.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ../mme/readmessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c ../mme/sendmessage.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c slac_session.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c slac_debug.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o evse evse.o ../plc/Devices.o ../plc/EthernetHeader.o ../plc/QualcommHeader.o HomePlugHeader1.o ../plc/UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o config.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o evse_cm_atten_char.o evse_cm_mnbc_sound.o evse_cm_slac_match.o evse_cm_slac_param.o evse_cm_start_atten_char.o evse_cm_set_key.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../key/hexout.o ../ether/hexstring.o ../ether/openchannel.o ../ether/putoptv.o readmessage.o ../ether/readpacket.o sendmessage.o ../ether/sendpacket.o slac_session.o ../nvm/strfbits.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o slac_debug.o /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c pev.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c pev_cm_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c pev_cm_mnbc_sound.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c pev_cm_slac_match.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c pev_cm_slac_param.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c pev_cm_start_atten_char.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c pev_cm_set_key.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -c slac_connect.c -Wall -Wextra -Wno-unused-parameter -DMAKEFILE -D__GETOPT_H__ -D_GETOPT_DEFINED_ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -D_FORTIFY_SOURCE=1 -D__UCLIBC__ /tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc -o pev pev.o ../plc/Devices.o ../plc/EthernetHeader.o ../plc/QualcommHeader.o HomePlugHeader1.o ../plc/UnwantedMessage.o ../ether/channel.o ../ether/closechannel.o config.o ../ether/decdecode.o ../ether/decstring.o ../ether/error.o ../ether/getoptv.o ../ether/hexdecode.o ../ether/hexdump.o ../ether/hexencode.o ../ether/hexstring.o ../pib/memincr.o ../ether/openchannel.o pev_cm_atten_char.o pev_cm_mnbc_sound.o pev_cm_slac_match.o pev_cm_slac_param.o pev_cm_start_atten_char.o pev_cm_set_key.o ../ether/putoptv.o readmessage.o ../ether/readpacket.o sendmessage.o ../ether/sendpacket.o slac_connect.o slac_session.o ../nvm/strfbits.o ../ether/todigit.o ../ether/uintspec.o ../ether/version.o slac_debug.o make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[1]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779' >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Installing to target PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 ROOTFS=/tmp/instance-10/output-1/target BIN="/tmp/instance-10/output-1/target/usr/bin" -C /tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779 install make[1]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ether' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 4555 efbu efeu efru efsu edru edsu nics /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ether' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/key' install -m 0555 hpavkey hpavkeys rkey mac2pw mac2pwd /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/key' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mdio' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 0555 mdioblock mdioblock2 mdiodump mdiogen /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mdio' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mme' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 0555 hpav mme /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/mme' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nvm' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 0555 chknvm chknvm2 nvmsplit nvmmerge /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nvm' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nodes' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/nodes' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/pib' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 0555 chkpib chkpib2 setpib getpib modpib pib2xml pibcomp pibdump pibruin xml2pib psin psout pskey psgraph psnotch pibrump /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/pib' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/plc' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 4555 int6k int6kboot int6keth int6kf int6khost int64host int6kid int6klist int6klog int6kmdio int6kmdio2 int6kmod int6kstat int6ktest int6krate int6krule int6ktone int6kwait CMEncrypt sada coqos_add coqos_info coqos_man coqos_mod coqos_rel mdustats ampboot amphost ampID amplist amprate amprule ampstat amptest amptool amptone ampwait plcboot plchost plcID plclist plcrate plcrule plcstat plctest plctool plctone plcwait plchostd plchostd2 plcget plcset plcotst plcfwd plcdevs plclog plcmdio16 plcmdio32 /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/plc' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 0555 config2cfg sdram /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/ram' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 0555 int6kuart int6kbaud ttysig ptsctl weeder ttysend ttyrecv ttycat int6kdetect /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/serial' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin install -m 4555 evse pev /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/slac' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' install -m 0755 -d /tmp/instance-10/output-1/target/usr/bin make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/tools' make[2]: Entering directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[2]: Nothing to be done for 'install'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779/VisualStudioNET' make[1]: Leaving directory '/tmp/instance-10/output-1/build/open-plc-utils-32408520fcebe785983a68e39ec83830a3005779' patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /tmp/instance-10/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /tmp/instance-10/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-10/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /tmp/instance-10/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-10/output-1/host/lib/pkgconfig:/tmp/instance-10/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-10/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-10/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-10/output-1/host/include" LDFLAGS="-L/tmp/instance-10/output-1/host/lib -Wl,-rpath,/tmp/instance-10/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-10/output-1/host/include" LDFLAGS="-L/tmp/instance-10/output-1/host/lib -Wl,-rpath,/tmp/instance-10/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-10/output-1/host" --sysconfdir="/tmp/instance-10/output-1/host/etc" --localstatedir="/tmp/instance-10/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /usr/bin/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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none checking dependency style of /usr/bin/gcc... none checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-10/output-1/host/lib/pkgconfig:/tmp/instance-10/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-10/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/tmp/instance-10/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-10/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-10/output-1/host/include -L/tmp/instance-10/output-1/host/lib -Wl,-rpath,/tmp/instance-10/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-10/output-1/host/lib/pkgconfig:/tmp/instance-10/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-10/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-10/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README.md '/tmp/instance-10/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-10/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-10/output-1/host/or1k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-10/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-10/output-1/host/bin/or1k-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-10/output-1/host/or1k-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-10/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-10/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-10/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-10/output-1/target/etc/shells; fi rm -f /tmp/instance-10/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-10/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-10/output-1/host/bin/glib-compile-schemas /tmp/instance-10/output-1/host/or1k-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-10/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-10/output-1/target/etc echo "buildroot" > /tmp/instance-10/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-10/output-1/target/etc/hosts mkdir -p /tmp/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-10/output-1/target/etc/shells if [ -x /tmp/instance-10/output-1/target/sbin/swapon -a -x /tmp/instance-10/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-10/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-10/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~sole::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-10/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-10/output-1/target/etc/inittab rm -rf /tmp/instance-10/output-1/target/usr/include /tmp/instance-10/output-1/target/usr/share/aclocal \ /tmp/instance-10/output-1/target/usr/lib/pkgconfig /tmp/instance-10/output-1/target/usr/share/pkgconfig \ /tmp/instance-10/output-1/target/usr/lib/cmake /tmp/instance-10/output-1/target/usr/share/cmake \ /tmp/instance-10/output-1/target/usr/lib/rpm /tmp/instance-10/output-1/target/usr/doc find /tmp/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-10/output-1/target/lib/ /tmp/instance-10/output-1/target/usr/lib/ /tmp/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-10/output-1/target/usr/share/gdb rm -rf /tmp/instance-10/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-10/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-10/output-1/target/usr/share/zsh rm -rf /tmp/instance-10/output-1/target/usr/man /tmp/instance-10/output-1/target/usr/share/man rm -rf /tmp/instance-10/output-1/target/usr/info /tmp/instance-10/output-1/target/usr/share/info rm -rf /tmp/instance-10/output-1/target/usr/doc /tmp/instance-10/output-1/target/usr/share/doc rm -rf /tmp/instance-10/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-10/output-1/target/lib/debug /tmp/instance-10/output-1/target/usr/lib/debug find /tmp/instance-10/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 /tmp/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-10/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 /tmp/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-530-g0a3a7169d6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-10/output-1/per-package /tmp/instance-10/buildroot/support/scripts/fix-rpath target touch /tmp/instance-10/output-1/target/usr ln -snf /tmp/instance-10/output-1/host/or1k-buildroot-linux-gnu/sysroot /tmp/instance-10/output-1/staging make: Leaving directory '/tmp/instance-10/buildroot' make: Entering directory '/tmp/instance-10/buildroot' >>> Buildroot 2022.11-530-g0a3a7169d6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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) >>> linux-headers 6.0.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> diffutils 3.8 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> wget 1.21.3 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> initscripts Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-10/output-1/legal-info make: Leaving directory '/tmp/instance-10/buildroot'