146 | unsigned int framesize, framelen; | ^~~~~~~~~ l2audio.c:144:26: warning: variable 'sampling' set but not used [-Wunused-but-set-variable] 144 | unsigned int bitrate, sampling; | ^~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c misc.c -o obj/misc.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c nalunit.c -o obj/nalunit.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c ps.c -o obj/ps.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c pes.c -o obj/pes.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC pes.c: In function 'find_ESCR_in_PES': pes.c:3541:9: warning: variable 'packet_length' set but not used [-Wunused-but-set-variable] 3541 | int packet_length; | ^~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c pidint.c -o obj/pidint.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c printing.c -o obj/printing.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c reverse.c -o obj/reverse.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC reverse.c: In function 'debug_reverse_data_problem': reverse.c:328:20: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'offset_t' {aka 'long long int'} [-Wformat=] 328 | fprintf(tempfile,"Trying to add reverse data [%d] " OFFSET_T_FORMAT | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 331 | index,start_posn.infile,start_posn.inpacket,idx, | ~~~~~~~~~~~~~~~~~ | | | offset_t {aka long long int} In file included from reverse.c:56: compat.h:124:31: note: format string is defined here 124 | #define OFFSET_T_FORMAT "%ld" | ~~^ | | | 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} In file included from reverse.c:56: 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} In file included from reverse.c:56: 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} In file included from reverse.c:56: compat.h:124:31: note: format string is defined here 124 | #define OFFSET_T_FORMAT "%ld" | ~~^ | | | long int | %lld /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c tsplay_innards.c -o obj/tsplay_innards.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC In function 'play_buffered_TS_packets', inlined from 'play_TS_stream' at tsplay_innards.c:677:11: 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: In function 'play_TS_stream': tsplay_innards.c:448:11: note: referencing argument 3 of type 'byte **' {aka 'unsigned char **'} 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, | ^~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c tswrite.c -o obj/tswrite.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c pcap.c -o obj/pcap.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c ethernet.c -o obj/ethernet.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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 /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/esfilter.o -o bin/esfilter -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c ts2es.c -o obj/ts2es.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/ts2es.o -o bin/ts2es -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c es2ts.c -o obj/es2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/es2ts.o -o bin/es2ts -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c esdots.c -o obj/esdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/esdots.o -o bin/esdots -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c esmerge.c -o obj/esmerge.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/esmerge.o -o bin/esmerge -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c esreport.c -o obj/esreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/esreport.o -o bin/esreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c esreverse.c -o obj/esreverse.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/esreverse.o -o bin/esreverse -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c ps2ts.c -o obj/ps2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/ps2ts.o -o bin/ps2ts -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c psreport.c -o obj/psreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/psreport.o -o bin/psreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c psdots.c -o obj/psdots.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/psdots.o -o bin/psdots -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c stream_type.c -o obj/stream_type.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/stream_type.o -o bin/stream_type -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c tsdvbsub.c -o obj/tsdvbsub.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/tsdvbsub.o -o bin/tsdvbsub -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c tsinfo.c -o obj/tsinfo.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/tsinfo.o -o bin/tsinfo -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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 **' {aka 'unsigned char **'} 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 **' {aka 'unsigned char **'} In file included from tsreport.c:43: 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/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/tsreport.o -o bin/tsreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/tsplay.o -o bin/tsplay -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c tsserve.c -o obj/tsserve.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/tsserve.o -o bin/tsserve -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/ts_packet_insert.o -o bin/ts_packet_insert -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c m2ts2ts.c -o obj/m2ts2ts.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/m2ts2ts.o -o bin/m2ts2ts -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c pcapreport.c -o obj/pcapreport.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/pcapreport.o -o bin/pcapreport -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/tsfilter.o -o bin/tsfilter -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc -c rtp2264.c -o obj/rtp2264.o -Wall -O2 -g -D_FILE_OFFSET_BITS=64 -I. -fPIC /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc obj/rtp2264.o -o bin/rtp2264 -fPIC lib/libtstools.a -g -fPIC -lm /home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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/instance-0/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-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/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/i686-buildroot-linux-musl/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2 DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2' udev-gentoo-scripts-33.tar.bz2: OK (sha256: b206f72c93cd2e51ed59061931918a9c23c3c1f7e6caffacc9d4f8915a42c30a) >>> udev-gentoo-scripts 33 Extracting bzcat /home/buildroot/autobuild/instance-0/dl/udev-gentoo-scripts/udev-gentoo-scripts-33.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/udev-gentoo-scripts-33 -xf - >>> udev-gentoo-scripts 33 Patching >>> udev-gentoo-scripts 33 Configuring >>> udev-gentoo-scripts 33 Building >>> udev-gentoo-scripts 33 Installing to target /usr/bin/make -j1 -C /home/buildroot/autobuild/instance-0/output-1/build/udev-gentoo-scripts-33 install DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/udev-gentoo-scripts-33' install -d /home/buildroot/autobuild/instance-0/output-1/target/etc/conf.d install -m 0644 conf.d/* /home/buildroot/autobuild/instance-0/output-1/target/etc/conf.d install -d /home/buildroot/autobuild/instance-0/output-1/target/etc/init.d install -m 0755 init.d/* /home/buildroot/autobuild/instance-0/output-1/target/etc/init.d make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/udev-gentoo-scripts-33' /usr/bin/install -d -m 755 /home/buildroot/autobuild/instance-0/output-1/target/etc/runlevels/sysinit ln -s -f /etc/init.d/udev-settle /etc/init.d/udev-trigger /home/buildroot/autobuild/instance-0/output-1/target/etc/runlevels/sysinit >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/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/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%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/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/i686-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/i686-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%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/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/i686-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf rm -f /home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-0/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-0/output-1/host/i686-buildroot-linux-musl/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -f -r /home/buildroot/autobuild/instance-0/output-1/target/usr/share/openrc mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/instance-0/output-1/target/bin/sh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-8219-g0b71948c32b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc3\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-0/output-1/host/i686-buildroot-linux-musl/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2021.05-8219-g0b71948c32b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.9 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-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> host-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bluez5_utils-headers 5.65 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> bluez5_utils 5.65 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> 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-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) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.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.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 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-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> udev Collecting legal info >>> eudev 3.2.11 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libressl 3.6.1 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> containerd 1.6.8 Collecting legal info LICENSE: OK (sha256: 4bbe3b885e8cd1907ab4cf9a41e862e74e24b5422297a4f2fe524e6a30ada2b4) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> hidapi 0.11.0 Collecting legal info LICENSE.txt: OK (sha256: 7d3b087c34f35d4d538e3bcddd1ff8f66e92f9ef336881999482800ddf840913) LICENSE-gpl3.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-bsd.txt: OK (sha256: 30eb1bef29b46f8ba7ab8b416035dbd93cb034a45481dd97815b944284582cd2) LICENSE-orig.txt: OK (sha256: fb5436aa63d1b71a8dfbf74ecaf1a5b4e1ec4df7f80074d11fec99284f69ca5f) >>> libgudev 237 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> latencytop 0.5 Collecting legal info latencytop.c: OK (sha256: 34d1db30ab21eaedb2c191b2787632a960090a0c63da9f5b481d84b23b98c438) >>> libatasmart 0.19 Collecting legal info LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.2.3 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> mtr 0.95 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nftables 1.0.5 Collecting legal info COPYING: OK (sha256: c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> tor 0.4.7.10 Collecting legal info LICENSE: OK (sha256: 47b54ed17e8fdcab3c44729a1789a09b208f9a63a845a7e50def9df729eebad0) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> udev-gentoo-scripts 33 Collecting legal info init.d/udev-settle: OK (sha256: 329f95829088b95650b9012ae688f09baa1637985425a7964d33683363f48702) 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) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'