tzdump.c:671:27: note: directive argument in the range [-306783377, 306783379] 671 | (void)sprintf(startdate, "M%d.%d.%d", | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from tzdump.c:41: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 36 bytes into a destination of size 16 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tzdump.c:688:30: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 3 and 13 [-Wformat-overflow=] 688 | (void)sprintf(enddate, "M%d.%d.%d", | ^~ tzdump.c:688:25: note: directive argument in the range [-306783377, 306783379] 688 | (void)sprintf(enddate, "M%d.%d.%d", | ^~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from tzdump.c:41: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 36 bytes into a destination of size 16 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:495, from tzdump.c:44: In function 'strncat', inlined from 'dumptzdata' at tzdump.c:385:8: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:136:10: warning: '__builtin___strncat_chk' specified bound 1024 equals destination size [-Wstringop-overflow=] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Installing to host directory /usr/bin/install -m 0755 -D /tmp/instance-0/output-1/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35/tzdump /tmp/instance-0/output-1/host/sbin/tzdump >>> tz Extracting >>> tz Patching >>> tz Configuring >>> tz Building (cd /tmp/instance-0/output-1/host/share/zoneinfo/posix/; for i in $(find . -type f); do mkdir -p /tmp/instance-0/output-1/build/tz/output/$(dirname $i); /tmp/instance-0/output-1/host/sbin/tzdump -p . -q ${i#./} | sed '1d' > /tmp/instance-0/output-1/build/tz/output/$i; done ) >>> tz Installing to target /usr/bin/install -D -m 0644 /tmp/instance-0/output-1/host/share/zoneinfo/zone.tab /tmp/instance-0/output-1/target/usr/share/zoneinfo/zone.tab /usr/bin/install -D -m 0644 /tmp/instance-0/output-1/host/share/zoneinfo/iso3166.tab /tmp/instance-0/output-1/target/usr/share/zoneinfo/iso3166.tab mkdir -p /tmp/instance-0/output-1/target/usr/share/zoneinfo/uclibc cp -a /tmp/instance-0/output-1/build/tz/output/* /tmp/instance-0/output-1/target/usr/share/zoneinfo/uclibc if [ ! -f /tmp/instance-0/output-1/target/usr/share/zoneinfo/uclibc/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/uclibc/Etc/UTC /tmp/instance-0/output-1/target/etc/TZ w_scan-20170107.tar.bz2: OK (sha256: 38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe) >>> w_scan 20170107 Extracting bzcat /tmp/instance-0/dl/w_scan/w_scan-20170107.tar.bz2 | tar --strip-components=1 -C /tmp/instance-0/output-1/build/w_scan-20170107 -xf - >>> w_scan 20170107 Patching Applying 0001-musl.patch using patch: patching file descriptors.h patching file version.h Applying 0002-si_types-h-fix-build-with-gcc-10.patch using patch: patching file si_types.h >>> w_scan 20170107 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-0/output-1/build/w_scan-20170107 -name $file); do cp support/gnuconfig/$file $i; done; done >>> w_scan 20170107 Patching libtool >>> w_scan 20170107 Configuring (cd /tmp/instance-0/output-1/build/w_scan-20170107/ && rm -rf config.cache && PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-0/output-1/host/bin/arm-linux-as" LD="/tmp/instance-0/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-0/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-0/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-0/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-0/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-0/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-0/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-0/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-0/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-0/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-0/output-1/host/bin/arm-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/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-0/output-1/host/bin/arm-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl 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=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-uclibcgnueabihf --host=arm-buildroot-linux-uclibcgnueabihf --build=x86_64-pc-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 --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-uclibcgnueabihf-strip... /tmp/instance-0/output-1/host/bin/arm-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for arm-buildroot-linux-uclibcgnueabihf-gcc... /tmp/instance-0/output-1/host/bin/arm-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-0/output-1/host/bin/arm-linux-gcc accepts -g... yes checking for /tmp/instance-0/output-1/host/bin/arm-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /tmp/instance-0/output-1/host/bin/arm-linux-gcc... none checking for gawk... (cached) gawk checking how to run the C preprocessor... /tmp/instance-0/output-1/host/bin/arm-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for inline... inline checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for memset... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for linux/dvb/frontend.h presence... yes checking for linux/dvb/frontend.h usability (FE_CAN_2G_MODULATION)... yes checking for linux/dvb/frontend.h usability (DVB-T2, DVB API >= v5.3)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> w_scan 20170107 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /tmp/instance-0/output-1/build/w_scan-20170107/ make[1]: Entering directory '/tmp/instance-0/output-1/build/w_scan-20170107' /usr/bin/make all-am make[2]: Entering directory '/tmp/instance-0/output-1/build/w_scan-20170107' /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c atsc_psip_section.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c countries.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c descriptors.c descriptors.c: In function 'parse_service_descriptor': descriptors.c:193:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 193 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:210:9: note: here 210 | default: | ^~~~~~~ descriptors.c:237:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 237 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:254:9: note: here 254 | default: | ^~~~~~~ descriptors.c:310:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 310 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:327:9: note: here 327 | default: | ^~~~~~~ descriptors.c:354:15: warning: this statement may fall through [-Wimplicit-fallthrough=] 354 | if (isUtf8 && (i+1 < len)) { | ^ descriptors.c:371:9: note: here 371 | default: | ^~~~~~~ /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c diseqc.c diseqc.c: In function 'rotate_rotor': diseqc.c:346:50: warning: using integer absolute value function 'abs' when argument is of floating point type 'float' [-Wabsolute-value] 346 | rotation_angle = abs(rotor_angle(to_satlist_index) - rotor_angle(from_satlist_index)); | ^~~ diseqc.c: In function 'setup_scr': diseqc.c:602:27: warning: taking the absolute value of unsigned type 'uint32_t' {aka 'unsigned int'} has no effect [-Wabsolute-value] 602 | uint16_t fIF = ROUND(abs(t->frequency - fLO)/1000.0); // 950..2150MHz | ^~~ diseqc.c:500:26: note: in definition of macro 'ROUND' 500 | #define ROUND(x) ( 0.5 + x ) | ^ /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c dump-dvbscan.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c dump-vdr.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c dump-xine.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c dump-mplayer.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c dump-vlc-m3u.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c dvbscan.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c lnb.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -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: | ^~~~ /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c satellites.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -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 'is_auto_params': scan.c:259:12: warning: this statement may fall through [-Wimplicit-fallthrough=] 259 | if (t->rolloff == 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: | ^~~~ /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c section.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -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: 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: | ^~~~~~~ emulate.c: In function 'has_lock': 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: | ^~~~ /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c dump-xml.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c iconv_codes.c /tmp/instance-0/output-1/host/bin/arm-linux-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 -Os -g0 -c char-coding.c /tmp/instance-0/output-1/host/bin/arm-linux-gcc -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -lrt -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 make[2]: Leaving directory '/tmp/instance-0/output-1/build/w_scan-20170107' make[1]: Leaving directory '/tmp/instance-0/output-1/build/w_scan-20170107' >>> w_scan 20170107 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/w_scan-20170107/ make[1]: Entering directory '/tmp/instance-0/output-1/build/w_scan-20170107' make[2]: Entering directory '/tmp/instance-0/output-1/build/w_scan-20170107' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /usr/bin/install -c w_scan '/tmp/instance-0/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/w_scan.1 '/tmp/instance-0/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/tmp/instance-0/output-1/build/w_scan-20170107' make[1]: Leaving directory '/tmp/instance-0/output-1/build/w_scan-20170107' wireguard-tools-1.0.20210223.tar.xz: OK (sha256: 1f72da217044622d79e0bab57779e136a3df795e3761a3fc1dc0941a9055877c) >>> wireguard-tools 1.0.20210223 Extracting xzcat /tmp/instance-0/dl/wireguard-tools/wireguard-tools-1.0.20210223.tar.xz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/wireguard-tools-1.0.20210223 -xf - >>> wireguard-tools 1.0.20210223 Patching >>> wireguard-tools 1.0.20210223 Configuring >>> wireguard-tools 1.0.20210223 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-0/output-1/host/bin/arm-linux-as" LD="/tmp/instance-0/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-0/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-0/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-0/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-0/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-0/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-0/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-0/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-0/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-0/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-0/output-1/host/bin/arm-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/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-0/output-1/host/bin/arm-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /tmp/instance-0/output-1/build/wireguard-tools-1.0.20210223/src make[1]: Entering directory '/tmp/instance-0/output-1/build/wireguard-tools-1.0.20210223/src' CC wg.o CC config.o CC curve25519.o CC encoding.o CC genkey.o CC ipc.o CC pubkey.o CC set.o CC setconf.o CC show.o CC showconf.o CC terminal.o LD wg make[1]: Leaving directory '/tmp/instance-0/output-1/build/wireguard-tools-1.0.20210223/src' >>> wireguard-tools 1.0.20210223 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/arm-linux-ar" AS="/tmp/instance-0/output-1/host/bin/arm-linux-as" LD="/tmp/instance-0/output-1/host/bin/arm-linux-ld" NM="/tmp/instance-0/output-1/host/bin/arm-linux-nm" CC="/tmp/instance-0/output-1/host/bin/arm-linux-gcc" GCC="/tmp/instance-0/output-1/host/bin/arm-linux-gcc" CPP="/tmp/instance-0/output-1/host/bin/arm-linux-cpp" CXX="/tmp/instance-0/output-1/host/bin/arm-linux-g++" FC="/tmp/instance-0/output-1/host/bin/arm-linux-gfortran" F77="/tmp/instance-0/output-1/host/bin/arm-linux-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/arm-linux-ranlib" READELF="/tmp/instance-0/output-1/host/bin/arm-linux-readelf" STRIP="/tmp/instance-0/output-1/host/bin/arm-linux-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/tmp/instance-0/output-1/host/bin/arm-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/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/tmp/instance-0/output-1/host/bin/arm-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 -Os -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 " LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j1 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /tmp/instance-0/output-1/build/wireguard-tools-1.0.20210223/src install DESTDIR=/tmp/instance-0/output-1/target make[1]: Entering directory '/tmp/instance-0/output-1/build/wireguard-tools-1.0.20210223/src' 'wg' -> '/tmp/instance-0/output-1/target/usr/bin/wg' 'man/wg.8' -> '/tmp/instance-0/output-1/target/usr/share/man/man8/wg.8' make[1]: Leaving directory '/tmp/instance-0/output-1/build/wireguard-tools-1.0.20210223/src' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%arm1176jzf-s%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.33.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh if [ -x /tmp/instance-0/output-1/target/sbin/swapon -a -x /tmp/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-0/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/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##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-rc1-320-gd7f0a9bd93"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc2\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.08-rc1-320-gd7f0a9bd93 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info argp.h: OK (sha256: bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab) >>> bcusdk 0.0.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> busybox 1.33.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> initscripts Collecting legal info >>> libcap 2.52 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.52 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libical 1.0.1 Collecting legal info LICENSE: OK (sha256: c393726f82e6f21df5262110215f6a4382b32046d10afdcfcc49338aa7a191f2) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvncserver 0.9.13 Collecting legal info COPYING: OK (sha256: 4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libxml2 2.9.12 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> pppd 2.4.8 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: 91a5e9c173e0e001e081e15bf7850cfd782a0baa02f5921e327ae3b449beff3f) pppd/ccp.c: OK (sha256: ee1c28551c87cdcdaf80eb3922726f015201614cb560a5ed18a7a0c15f2b4aa4) pppd/plugins/passprompt.c: OK (sha256: 6fa4c3dad059f6ef15c1c5e5219d9d0d40991dd3a162098a89967a1720de059e) >>> rp-pppoe 3.14 Collecting legal info doc/LICENSE: OK (sha256: 464006ba771074f4022db14f58a29a0b447b6fdde9529cf0331be396b6279162) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> squid 4.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> strace 5.13 Collecting legal info COPYING: OK (sha256: f847d5ef26ad1151ca63bb88536b23a4cac5040c67917f3d5ee7ea1316e2b736) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> tz Collecting legal info >>> host-tzdata 2021a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2020f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> wireguard-tools 1.0.20210223 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'