| ^ si_types.h:102:12: note: 'subtitling_lang' declared here 102 | char subtitling_lang[SUBTITLES_MAX][4]; | ^~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c dump-xine.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c dump-mplayer.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c dump-vlc-m3u.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c dvbscan.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c lnb.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c parse-dvbscan.c parse-dvbscan.c: In function 'vdr_code_from_token': parse-dvbscan.c:436:36: warning: this statement may fall through [-Wimplicit-fallthrough=] 436 | neg++; // no break, fall through | ~~~^~ parse-dvbscan.c:437:25: note: here 437 | case 'W': | ^~~~ parse-dvbscan.c: In function 'dvbscan_parse_rotor_positions': parse-dvbscan.c:553:41: warning: this statement may fall through [-Wimplicit-fallthrough=] 553 | switch (toupper(token[0])) { | ^~~~~~ parse-dvbscan.c:567:33: note: here 567 | case sat_id: | ^~~~ parse-dvbscan.c:579:41: warning: this statement may fall through [-Wimplicit-fallthrough=] 579 | switch (toupper(token[0])) { | ^~~~~~ parse-dvbscan.c:593:33: note: here 593 | case end_of_line_rotor: | ^~~~ In file included from scan.h:35, from parse-dvbscan.c:42: parse-dvbscan.c: In function 'dvbscan_parse_tuningdata': tools.h:52:10: warning: pointer 'buf' may be used after 'free' [-Wuse-after-free] 52 | fprintf(stderr, fmt); } \ | ^~~~~~~~~~~~~~~~~~~~ tools.h:59:31: note: in expansion of macro 'dprintf' 59 | #define error(msg...) dprintf(0, "\nERROR: " msg) | ^~~~~~~ parse-dvbscan.c:261:33: note: in expansion of macro 'error' 261 | error("could not parse '%s' - undefined fe_type\n", buf); | ^~~~~ parse-dvbscan.c:260:33: note: call to 'free' here 260 | free(buf); | ^~~~~~~~~ /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c satellites.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c scan.c scan.c: In function 'alloc_transponder': scan.c:204:14: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 204 | t->cells = &(t->_cells); | ^~~~~~~~~~~~ scan.c:211:17: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 211 | t->services = &(t->_services); | ^~~~~~~~~~~~~~~ scan.c: In function 'copy_transponder': scan.c:727:17: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 727 | dest->cells = &(dest->_cells); | ^~~~~~~~~~~~~~~ scan.c:746:20: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 746 | dest->services = &(dest->_services); | ^~~~~~~~~~~~~~~~~~ scan.c: In function 'parse_descriptors': scan.c:930:69: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 930 | parse_network_change_notify_descriptor(buf, &((struct transponder *) data)->network_change); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scan.c: In function 'parse_nit': scan.c:1362:20: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 1362 | tn.services = &tn._services; | ^~~~~~~~~~~~~ scan.c:1364:17: warning: taking address of packed member of 'struct transponder' may result in an unaligned pointer value [-Waddress-of-packed-member] 1364 | tn.cells = &tn._cells; | ^~~~~~~~~~ scan.c: In function 'set_frontend': scan.c:2107:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2107 | intermediate_freq = abs(t->frequency - this_lnb.high_val); | ^~~ scan.c:2109:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2109 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c:2113:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2113 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c:2115:41: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2115 | intermediate_freq = abs(t->frequency - this_lnb.high_val); | ^~~ scan.c:2120:35: warning: taking the absolute value of unsigned type 'long unsigned int' has no effect [-Wabsolute-value] 2120 | intermediate_freq = abs(t->frequency - this_lnb.low_val); | ^~~ scan.c: In function 'main': scan.c:3538:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 3538 | for (opt=0; optrolloff == ROLLOFF_AUTO) | ^ scan.c:262:6: note: here 262 | case SYS_DSS: | ^~~~ scan.c: In function 'set_frontend': scan.c:2150:55: warning: this statement may fall through [-Wimplicit-fallthrough=] 2150 | if ((t->symbolrate < fe_info.symbol_rate_min) || (t->symbolrate > fe_info.symbol_rate_max)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ scan.c:2154:6: note: here 2154 | case SCAN_TERRESTRIAL: | ^~~~ scan.c:2155:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 2155 | if (t->delsys == SYS_DVBT2) { | ^ scan.c:2162:6: note: here 2162 | case SCAN_TERRCABLE_ATSC: | ^~~~ /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c section.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c tools.c tools.c: In function 'run_time': tools.c:427:28: warning: '%.2d' directive writing between 2 and 3 bytes into a region of size between 2 and 9 [-Wformat-overflow=] 427 | sprintf(&rtbuf[0], "%.2d:%.2d.%.3d", sec / 60, sec % 60, msec); | ^~~~ tools.c:427:22: note: directive argument in the range [-59, 59] 427 | sprintf(&rtbuf[0], "%.2d:%.2d.%.3d", sec / 60, sec % 60, msec); | ^~~~~~~~~~~~~~~~ tools.c:427:3: note: 'sprintf' output between 10 and 26 bytes into a destination of size 12 427 | sprintf(&rtbuf[0], "%.2d:%.2d.%.3d", sec / 60, sec % 60, msec); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c emulate.c emulate.c: In function 'has_lock': emulate.c:274:20: warning: taking the absolute value of unsigned type 'uint32_t' {aka 'unsigned int'} has no effect [-Wabsolute-value] 274 | tp_if = abs(t->frequency - em_device.lnb_high); | ^~~ emulate.c:276:20: warning: taking the absolute value of unsigned type 'uint32_t' {aka 'unsigned int'} has no effect [-Wabsolute-value] 276 | tp_if = abs(t->frequency - em_device.lnb_low); | ^~~ emulate.c:278:13: warning: taking the absolute value of unsigned type 'uint32_t' {aka 'unsigned int'} has no effect [-Wabsolute-value] 278 | if (abs(tp_if - em_device.frequency) > 2000) { | ^~~ emulate.c:267:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 267 | if ((t->pilot != em_device.pilot) && (em_device.pilot != PILOT_AUTO)) { | ^ emulate.c:272:6: note: here 272 | case SYS_DVBS: | ^~~~ emulate.c: In function 'parse_logfile': emulate.c:977:62: warning: this statement may fall through [-Wimplicit-fallthrough=] 977 | sidata->t.type = SCAN_TERRCABLE_ATSC; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ emulate.c:978:15: note: here 978 | default: | ^~~~~~~ /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c dump-xml.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c iconv_codes.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -c char-coding.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -lrt -static -o w_scan atsc_psip_section.o countries.o descriptors.o diseqc.o dump-dvbscan.o dump-vdr.o dump-xine.o dump-mplayer.o dump-vlc-m3u.o dvbscan.o lnb.o parse-dvbscan.o satellites.o scan.o section.o tools.o emulate.o dump-xml.o iconv_codes.o char-coding.o -liconv make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/w_scan-20170107' make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/w_scan-20170107' >>> w_scan 20170107 Installing to target GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 DESTDIR=/home/autobuild/autobuild/instance-4/output-1/target install -C /home/autobuild/autobuild/instance-4/output-1/build/w_scan-20170107/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/w_scan-20170107' make[2]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/w_scan-20170107' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/target/usr/bin' /usr/bin/install -c w_scan '/home/autobuild/autobuild/instance-4/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-4/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/w_scan.1 '/home/autobuild/autobuild/instance-4/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/w_scan-20170107' make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/w_scan-20170107' wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /home/autobuild/autobuild/instance-4/dl/wipe/wipe-2.3.1.tar.bz2 | /home/autobuild/autobuild/instance-4/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-4/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-4/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /home/autobuild/autobuild/instance-4/output-1/build/wipe-2.3.1/ && rm -rf config.cache && GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/autobuild/autobuild/instance-4/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-4/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-4/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-4/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-4/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O0 -g0 -static" FFLAGS=" -O0 -g0 -static" PKG_CONFIG="/home/autobuild/autobuild/instance-4/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-4/output-1/host/microblaze-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=microblaze-buildroot-linux-uclibc --host=microblaze-buildroot-linux-uclibc --build=aarch64-unknown-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --disable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... microblaze-buildroot-linux-uclibc checking target system type... microblaze-buildroot-linux-uclibc checking build system type... aarch64-unknown-linux-gnu checking for gcc... /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc checking whether the C compiler (/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static) works... yes checking whether the C compiler (/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -static -static) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-cpp checking whether /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-4/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-4/output-1/build/wipe-2.3.1' /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc *.o -o wipe make[1]: Leaving directory '/home/autobuild/autobuild/instance-4/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-4/output-1/build/wipe-2.3.1/wipe /home/autobuild/autobuild/instance-4/output-1/target/usr/bin/wipe >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-4/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%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@%/home/autobuild/autobuild/instance-4/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-4/output-1/host/bin/microblaze-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-4/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-4/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-4/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-4/output-1/host/microblaze-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-4/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-4/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-4/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-4/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-4/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-4/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-4/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-4/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-4/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/include /home/autobuild/autobuild/instance-4/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-4/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-4/output-1/target/usr/doc find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-4/output-1/target/lib/debug /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-4/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/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/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/autobuild/autobuild/instance-4/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/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-741-ge784eb8538"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package \ /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-4/output-1/host/microblaze-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2023.11-741-ge784eb8538 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.3.0 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.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.45 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.6.13 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 >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> host-bootgen xilinx_v2023.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> c-ares 1.20.1 Collecting legal info LICENSE.md: OK (sha256: 80fff25340df53b0cf0c3cddbca9050b559b9cbed2ad71830327cfef54959aef) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> 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) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> host-genimage 17 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> git 2.43.0 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.3 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> mbedtls 2.28.7 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> pv 1.8.5 Collecting legal info docs/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> sound-theme-borealis 0.9a Collecting legal info >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) WARNING: the Buildroot source code has not been saved WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'