| ~~^ | | | long int | %lld reverse.c:328:20: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'offset_t' {aka 'long long int'} [-Wformat=] 328 | fprintf(tempfile,"Trying to add reverse data [%d] " OFFSET_T_FORMAT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 332 | reverse_data->index[idx],reverse_data->start_file[idx], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | offset_t {aka long long int} compat.h:124:31: note: format string is defined here 124 | #define OFFSET_T_FORMAT "%ld" | ~~^ | | | long int | %lld reverse.c:338:24: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'offset_t' {aka 'long long int'} [-Wformat=] 338 | fprintf(tempfile," %3d: %4d at " OFFSET_T_FORMAT "/%d for %d\n", | ^~~~~~~~~~~~~~~~~ 339 | ii,reverse_data->index[ii], 340 | reverse_data->start_file[ii], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | offset_t {aka long long int} compat.h:124:31: note: format string is defined here 124 | #define OFFSET_T_FORMAT "%ld" | ~~^ | | | long int | %lld reverse.c:344:24: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'offset_t' {aka 'long long int'} [-Wformat=] 344 | fprintf(tempfile," %3d: seqh at " OFFSET_T_FORMAT "/%d for %d\n", | ^~~~~~~~~~~~~~~~~~ 345 | ii, 346 | reverse_data->start_file[ii], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | offset_t {aka long long int} compat.h:124:31: note: format string is defined here 124 | #define OFFSET_T_FORMAT "%ld" | ~~^ | | | long int | %lld /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c ts.c -o obj/ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC ts.c:2074:54: warning: argument 2 of type 'byte[]' {aka 'unsigned char[]'} with mismatched bound [-Warray-parameter=] 2074 | byte data[], | ~~~~~~~~~~~~~~~^~~~~~ In file included from ts.c:41: ts_fns.h:579:54: note: previously declared as 'byte[184]' {aka 'unsigned char[184]'} 579 | byte payload[MAX_TS_PAYLOAD_SIZE], | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tsplay_innards.c -o obj/tsplay_innards.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC tsplay_innards.c: In function 'play_buffered_TS_packets': tsplay_innards.c:448:11: warning: 'read_buffered_TS_packet' accessing 752 bytes in a region of size 4 [-Wstringop-overflow=] 448 | err = read_buffered_TS_packet(tsreader,&count,&data,&pid,&pcr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 449 | max,loop,start_posn,start_count,quiet); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsplay_innards.c:448:11: note: referencing argument 3 of type 'byte *[188]' {aka 'unsigned char *[188]'} In file included from tsplay_innards.c:48: ts_fns.h:479:12: note: in a call to function 'read_buffered_TS_packet' 479 | extern int read_buffered_TS_packet(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~~~~ tsplay_innards.c: In function 'play_TS_packets': tsplay_innards.c:553:11: warning: 'read_TS_packet' accessing 752 bytes in a region of size 4 [-Wstringop-overflow=] 553 | err = read_TS_packet(tsreader,&count,&data,&pid,&got_pcr,&pcr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 554 | max,loop,start_posn,start_count,quiet); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsplay_innards.c:553:11: note: referencing argument 3 of type 'byte *[188]' {aka 'unsigned char *[188]'} tsplay_innards.c:82:12: note: in a call to function 'read_TS_packet' 82 | static int read_TS_packet(TS_reader_p tsreader, | ^~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tswrite.c -o obj/tswrite.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c pcap.c -o obj/pcap.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c ethernet.c -o obj/ethernet.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c ipv4.c -o obj/ipv4.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC rm -f lib/libtstools.a ar rc lib/libtstools.a obj/accessunit.o obj/avs.o obj/ac3.o obj/adts.o obj/bitdata.o obj/es.o obj/filter.o obj/fmtx.o obj/h222.o obj/h262.o obj/audio.o obj/l2audio.o obj/misc.o obj/nalunit.o obj/ps.o obj/pes.o obj/pidint.o obj/printing.o obj/reverse.o obj/ts.o obj/tsplay_innards.o obj/tswrite.o obj/pcap.o obj/ethernet.o obj/ipv4.o ar: warning: obj/accessunit.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/accessunit.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/avs.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/avs.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/ac3.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/ac3.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/adts.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/adts.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/bitdata.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/bitdata.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/es.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/es.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/filter.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/filter.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/fmtx.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/fmtx.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/h222.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/h222.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/h262.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/h262.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/audio.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/audio.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/l2audio.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/l2audio.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/misc.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/misc.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/nalunit.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/nalunit.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/ps.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/ps.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/pes.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/pes.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/pidint.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/pidint.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/printing.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/printing.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/reverse.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/reverse.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/ts.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/ts.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/tsplay_innards.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/tsplay_innards.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/tswrite.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/tswrite.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/pcap.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/pcap.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/ethernet.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/ethernet.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 ar: warning: obj/ipv4.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010002 ar: warning: obj/ipv4.o: unsupported GNU_PROPERTY_TYPE (5) type: 0xc0010001 /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/esfilter.o -o bin/esfilter -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c ts2es.c -o obj/ts2es.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/ts2es.o -o bin/ts2es -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c es2ts.c -o obj/es2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/es2ts.o -o bin/es2ts -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c esdots.c -o obj/esdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/esdots.o -o bin/esdots -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c esmerge.c -o obj/esmerge.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/esmerge.o -o bin/esmerge -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c esreport.c -o obj/esreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/esreport.o -o bin/esreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c esreverse.c -o obj/esreverse.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/esreverse.o -o bin/esreverse -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c ps2ts.c -o obj/ps2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/ps2ts.o -o bin/ps2ts -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c psreport.c -o obj/psreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/psreport.o -o bin/psreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c psdots.c -o obj/psdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/psdots.o -o bin/psdots -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c stream_type.c -o obj/stream_type.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/stream_type.o -o bin/stream_type -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tsdvbsub.c -o obj/tsdvbsub.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/tsdvbsub.o -o bin/tsdvbsub -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tsinfo.c -o obj/tsinfo.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/tsinfo.o -o bin/tsinfo -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tsreport.c -o obj/tsreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC In file included from tsreport.c:42: tsreport.c: In function 'report_buffering_stats': compat.h:124:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'offset_t' {aka 'long long int'} [-Wformat=] 124 | #define OFFSET_T_FORMAT "%ld" | ^~~~~ tsreport.c:410:24: note: in expansion of macro 'OFFSET_T_FORMAT' 410 | fprintf(file,OFFSET_T_FORMAT ",read," LLU_FORMAT ",,,,\n", | ^~~~~~~~~~~~~~~ compat.h:124:31: note: format string is defined here 124 | #define OFFSET_T_FORMAT "%ld" | ~~^ | | | long int | %lld compat.h:124:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'offset_t' {aka 'long long int'} [-Wformat=] 124 | #define OFFSET_T_FORMAT "%ld" | ^~~~~ tsreport.c:695:22: note: in expansion of macro 'OFFSET_T_FORMAT' 695 | fprintf(file,OFFSET_T_FORMAT ",%s," LLU_FORMAT ",%d,%s,", | ^~~~~~~~~~~~~~~ compat.h:124:31: note: format string is defined here 124 | #define OFFSET_T_FORMAT "%ld" | ~~^ | | | long int | %lld tsreport.c:350:13: warning: 'read_first_TS_packet_from_buffer' accessing 752 bytes in a region of size 4 [-Wstringop-overflow=] 350 | err = read_first_TS_packet_from_buffer(tsreader,pcr_pid,start_count, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 351 | &packet,&pid,&acc_pcr,&count); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsreport.c:350:13: note: referencing argument 4 of type 'byte *[188]' {aka 'unsigned char *[188]'} In file included from tsreport.c:43: ts_fns.h:425:12: note: in a call to function 'read_first_TS_packet_from_buffer' 425 | extern int read_first_TS_packet_from_buffer(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsreport.c:357:13: warning: 'read_next_TS_packet_from_buffer' accessing 752 bytes in a region of size 4 [-Wstringop-overflow=] 357 | err = read_next_TS_packet_from_buffer(tsreader,&packet,&pid,&acc_pcr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tsreport.c:357:13: note: referencing argument 2 of type 'byte *[188]' {aka 'unsigned char *[188]'} ts_fns.h:446:12: note: in a call to function 'read_next_TS_packet_from_buffer' 446 | extern int read_next_TS_packet_from_buffer(TS_reader_p tsreader, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/tsreport.o -o bin/tsreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tsplay.c -o obj/tsplay.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC tsplay.c: In function 'main': tsplay.c:354:10: warning: variable 'use_network' set but not used [-Wunused-but-set-variable] 354 | int use_network = FALSE; | ^~~~~~~~~~~ /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/tsplay.o -o bin/tsplay -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tsserve.c -o obj/tsserve.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/tsserve.o -o bin/tsserve -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c ts_packet_insert.c -o obj/ts_packet_insert.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/ts_packet_insert.o -o bin/ts_packet_insert -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c m2ts2ts.c -o obj/m2ts2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/m2ts2ts.o -o bin/m2ts2ts -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c pcapreport.c -o obj/pcapreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/pcapreport.o -o bin/pcapreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c tsfilter.c -o obj/tsfilter.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC tsfilter.c: In function 'main': tsfilter.c:65:9: warning: variable 'verbose' set but not used [-Wunused-but-set-variable] 65 | int verbose = FALSE; | ^~~~~~~ /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/tsfilter.o -o bin/tsfilter -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -c rtp2264.c -o obj/rtp2264.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc obj/rtp2264.o -o bin/rtp2264 -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc -shared -o lib/libtstools.so obj/accessunit.o obj/avs.o obj/ac3.o obj/adts.o obj/bitdata.o obj/es.o obj/filter.o obj/fmtx.o obj/h222.o obj/h262.o obj/audio.o obj/l2audio.o obj/misc.o obj/nalunit.o obj/ps.o obj/pes.o obj/pidint.o obj/printing.o obj/reverse.o obj/ts.o obj/tsplay_innards.o obj/tswrite.o obj/pcap.o obj/ethernet.o obj/ipv4.o -lc make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-2/output-1/host/bin:/home/buildroot/autobuild/run/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" AR="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc-ar" AS="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-as" LD="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-ld" NM="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc-nm" CC="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-g++" FC="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc-ranlib" READELF="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-2/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-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 -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " LDFLAGS="" FCFLAGS=" -O2 -g0" FFLAGS=" -O2 -g0" PKG_CONFIG="/home/buildroot/autobuild/run/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-2/output-1/host/i686-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-2/output-1/host/bin:/home/buildroot/autobuild/run/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-2/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2 DESTDIR=/home/buildroot/autobuild/run/instance-2/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/run/instance-2/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-2/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/run/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@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', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-strip%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%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@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-2/output-1/host/i686-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-strip%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-2/output-1/host/i686-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-2/output-1/host/etc/meson/cross-compilation.conf rm -f /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-2/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-2/output-1/host/i686-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/usr/bin/nu$' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shells || echo "/usr/bin/nu" >> /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shells mkdir -p /home/buildroot/autobuild/run/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-2/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-2/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-2/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-2/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/run/instance-2/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/locale /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/include /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/run/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/run/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-2/output-1/target/lib/ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/run/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/man /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/info /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/run/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/run/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-2/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02-992-gd506e232e7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-git\"" \ ) > /home/buildroot/autobuild/run/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/run/instance-2/output-1/per-package \ /home/buildroot/autobuild/run/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-2/output-1/target/usr ln -snf /home/buildroot/autobuild/run/instance-2/output-1/host/i686-buildroot-linux-musl/sysroot /home/buildroot/autobuild/run/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-2/buildroot' >>> Buildroot 2024.02-992-gd506e232e7 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> musl-compat-headers Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2024.02-1 Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-amlogic-boot-fip e96b6a694380ff07d5a9e4be644ffe254bd18512 Collecting legal info LICENSE: OK (sha256: 4255537f71b1cd0d487de0fa2b8eddf1eb96ed96d119507336dde8b3782b86e6) >>> avro-c 1.11.3 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> daq3 3.0.9 Collecting legal info COPYING: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) LICENSE: OK (sha256: 64601289158eddad72cb4de72652f9e64dc886942c910b38ddee93ba13b0db26) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> gettext-gnu 0.22.4 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> gettext Collecting legal info >>> glibmm 2.76.0 Collecting legal info COPYING: OK (sha256: 3ea7fa7c5d9a3a113e950eca9cfb85107f096270d8e4dd99daa9d8abdebc60e7) COPYING.tools: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 1.3.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-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.22.4 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> libsigc 3.4.0 Collecting legal info COPYING: OK (sha256: 97628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979b) >>> haproxy 2.6.15 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> openssl Collecting legal info >>> libopenssl 3.3.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> iperf3 3.16 Collecting legal info LICENSE: OK (sha256: 35aa7c4618b9884d6faa9b43a4e70291b35ea9f89329d5d33becd852e85221b0) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libdrm 2.4.120 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libidn2 2.3.7 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libunistring 1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libopenh264 2.4.0 Collecting legal info LICENSE: OK (sha256: dd5c1c9668512530fa5a96e4c29ac4033d70a7eeb0eed7a42fddb6dd794ebdbb) >>> host-nasm 2.16.02 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libpsl 0.21.5 Collecting legal info COPYING: OK (sha256: 322392e6001b2b3b0fca705dc9f11f26e12441188ecde50eb1d22909980b2925) src/LICENSE.chromium: OK (sha256: 1d7f52747a9169751cdf2641a8299c0098e9ecdf9429296ffd55bdb14c9ed5b3) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoup 2.74.3 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.47 Collecting legal info README: OK (sha256: 3bedfe79fbad08a2b50e1b2b6123e40c68b58b1988d53763b63b6fd295bb0f90) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libva 2.21.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> live555 2021.05.03 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> msgpack 3.3.0 Collecting legal info COPYING: OK (sha256: 664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22) LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> nushell 0.85.0 Collecting legal info LICENSE: OK (sha256: 2dc1f03f729c21902d869b4d8f8dc528fc730f4c6ad83fc128672bda0ad69196) >>> host-rustc Collecting legal info >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phidgetwebservice 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1) >>> pkcs11-helper 1.30.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> proxychains-ng 4.16 Collecting legal info COPYING: OK (sha256: 86728623caeff60e9bcc37e03b432fd191de927eed48a72a3bb4ac4e53fe20df) >>> pulseaudio 17.0 Collecting legal info LICENSE: OK (sha256: a1064b9838b6b4feee61eaeb0925da4b4834c984b77716558860c4294ed6c015) GPL: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-python-greenlet 3.0.3 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> quickjs 2024-01-13 Collecting legal info LICENSE: OK (sha256: f41baf09eef895d468d18c23055d74f711e4b8b2641cef279b5d71285c07bfe8) >>> tinyssh 20240101 Collecting legal info LICENCE: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2024.02-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-2/buildroot'