210 | default: | ^~~~~~~ scan.c: In function 'alloc_transponder': 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: | ^~~~~~~ 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); | ^~~~~~~~~~~~ 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: | ^~~~~~~ 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); | ^~~~~~~~~~~~~~~ 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: | ^~~~~~~ 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: | ^~~~~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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: | ^~~~ 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: | ^~~~ 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); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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-7/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-7/output-1/build/w_scan-20170107' make[1]: Leaving directory '/tmp/instance-7/output-1/build/w_scan-20170107' >>> w_scan 20170107 Installing to target PATH="/tmp/instance-7/output-1/host/bin:/tmp/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j96 DESTDIR=/tmp/instance-7/output-1/target install -C /tmp/instance-7/output-1/build/w_scan-20170107/ make[1]: Entering directory '/tmp/instance-7/output-1/build/w_scan-20170107' make[2]: Entering directory '/tmp/instance-7/output-1/build/w_scan-20170107' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-7/output-1/target/usr/share/man/man1' /usr/bin/install -c w_scan '/tmp/instance-7/output-1/target/usr/bin' /usr/bin/install -c -m 644 doc/w_scan.1 '/tmp/instance-7/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/tmp/instance-7/output-1/build/w_scan-20170107' make[1]: Leaving directory '/tmp/instance-7/output-1/build/w_scan-20170107' wsapi-fcgi-1.7-1.src.rock: OK (sha256: 14b77861638a5e863fd10d60ad460a961dc108ea5b915f71461a18d5e6be8e4e) >>> wsapi-fcgi 1.7-1 Extracting mkdir -p /tmp/instance-7/output-1/build/wsapi-fcgi-1.7-1/luarocks-extract cd /tmp/instance-7/output-1/build/wsapi-fcgi-1.7-1/luarocks-extract && /tmp/instance-7/output-1/host/bin/luarocks unpack --force /tmp/instance-7/dl/wsapi-fcgi/wsapi-fcgi-1.7-1.src.rock Done. You may now enter directory wsapi-fcgi-1.7-1/wsapi and type 'luarocks make' to build. mv /tmp/instance-7/output-1/build/wsapi-fcgi-1.7-1/luarocks-extract/*/* /tmp/instance-7/output-1/build/wsapi-fcgi-1.7-1 >>> wsapi-fcgi 1.7-1 Patching >>> wsapi-fcgi 1.7-1 Configuring >>> wsapi-fcgi 1.7-1 Building >>> wsapi-fcgi 1.7-1 Installing to target cd /tmp/instance-7/output-1/build/wsapi-fcgi-1.7-1/wsapi && LUAROCKS_CONFIG=/tmp/instance-7/output-1/host/etc/luarocks/config.lua /tmp/instance-7/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/tmp/instance-7/output-1/target/usr" DEPS_DIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr" LUA_INCDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include" LUA_LIBDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib" CC=/tmp/instance-7/output-1/host/bin/arm-linux-gcc LD=/tmp/instance-7/output-1/host/bin/arm-linux-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DLUA_COMPAT_5_2" LIBFLAG="-shared " wsapi-fcgi-1.7-1.rockspec /tmp/instance-7/output-1/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DLUA_COMPAT_5_2 -I/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include -c src/fastcgi/lfcgi.c -o src/fastcgi/lfcgi.o -I/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include /tmp/instance-7/output-1/host/bin/arm-linux-gcc -shared -o lfcgi.so src/fastcgi/lfcgi.o -L/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib -lfcgi wsapi-fcgi 1.7-1 is now installed in /tmp/instance-7/output-1/target/usr (license: MIT/X11) Missing dependencies for copas 2.0.2-1: coxpcall >= 1.14 (not installed) Missing dependencies for sailor 0.5-4: lua >= 5.1, < 5.3 (not installed) lbase64 >= 20120807 (not installed) xavante >= 2.3 (not installed) wsapi-xavante >= 1.6.1 (not installed) busted >= 2.0.rc9 (not installed) Missing dependencies for wsapi-fcgi 1.7-1: wsapi >= 1.6.1 (not installed) >>> wsapi-xavante 1.7-1 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-7/output-1/build/.wsapi-xavante-1.7-1.src.rock.q013ok/output' 'http://rocks.moonscript.org/wsapi-xavante-1.7-1.src.rock' --2021-07-31 02:26:29-- http://rocks.moonscript.org/wsapi-xavante-1.7-1.src.rock Resolving rocks.moonscript.org (rocks.moonscript.org)... 45.33.61.132 Connecting to rocks.moonscript.org (rocks.moonscript.org)|45.33.61.132|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 129749 (127K) [application/x-rock] Saving to: '/tmp/instance-7/output-1/build/.wsapi-xavante-1.7-1.src.rock.q013ok/output' 0K .......... .......... .......... .......... .......... 39% 168K 0s 50K .......... .......... .......... .......... .......... 78% 337K 0s 100K .......... .......... ...... 100% 469K=0.5s 2021-07-31 02:26:30 (252 KB/s) - '/tmp/instance-7/output-1/build/.wsapi-xavante-1.7-1.src.rock.q013ok/output' saved [129749/129749] wsapi-xavante-1.7-1.src.rock: OK (sha256: 01211bb80dab92f87cece6e31854d73ae4a2ce06af7c48423a54313d72adf9fb) >>> wsapi-xavante 1.7-1 Extracting mkdir -p /tmp/instance-7/output-1/build/wsapi-xavante-1.7-1/luarocks-extract cd /tmp/instance-7/output-1/build/wsapi-xavante-1.7-1/luarocks-extract && /tmp/instance-7/output-1/host/bin/luarocks unpack --force /tmp/instance-7/dl/wsapi-xavante/wsapi-xavante-1.7-1.src.rock Done. You may now enter directory wsapi-xavante-1.7-1/wsapi and type 'luarocks make' to build. mv /tmp/instance-7/output-1/build/wsapi-xavante-1.7-1/luarocks-extract/*/* /tmp/instance-7/output-1/build/wsapi-xavante-1.7-1 >>> wsapi-xavante 1.7-1 Patching >>> wsapi-xavante 1.7-1 Configuring >>> wsapi-xavante 1.7-1 Building >>> wsapi-xavante 1.7-1 Installing to target cd /tmp/instance-7/output-1/build/wsapi-xavante-1.7-1/wsapi && LUAROCKS_CONFIG=/tmp/instance-7/output-1/host/etc/luarocks/config.lua /tmp/instance-7/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/tmp/instance-7/output-1/target/usr" DEPS_DIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr" LUA_INCDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include" LUA_LIBDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib" CC=/tmp/instance-7/output-1/host/bin/arm-linux-gcc LD=/tmp/instance-7/output-1/host/bin/arm-linux-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DLUA_COMPAT_5_2" LIBFLAG="-shared " wsapi-xavante-1.7-1.rockspec wsapi-xavante 1.7-1 is now installed in /tmp/instance-7/output-1/target/usr (license: MIT/X11) Missing dependencies for copas 2.0.2-1: coxpcall >= 1.14 (not installed) Missing dependencies for sailor 0.5-4: lua >= 5.1, < 5.3 (not installed) lbase64 >= 20120807 (not installed) xavante >= 2.3 (not installed) busted >= 2.0.rc9 (not installed) Missing dependencies for wsapi-fcgi 1.7-1: wsapi >= 1.6.1 (not installed) Missing dependencies for wsapi-xavante 1.7-1: wsapi >= 1.6.1 (not installed) xavante >= 2.3.0 (not installed) wsapi-1.7-1.src.rock: OK (sha256: 1a0829dffd6bdbf99f5c4278d504cda5ede9344d5089bdcf5216c9eb2999ae22) >>> wsapi 1.7-1 Extracting mkdir -p /tmp/instance-7/output-1/build/wsapi-1.7-1/luarocks-extract cd /tmp/instance-7/output-1/build/wsapi-1.7-1/luarocks-extract && /tmp/instance-7/output-1/host/bin/luarocks unpack --force /tmp/instance-7/dl/wsapi/wsapi-1.7-1.src.rock Done. You may now enter directory wsapi-1.7-1/wsapi and type 'luarocks make' to build. mv /tmp/instance-7/output-1/build/wsapi-1.7-1/luarocks-extract/*/* /tmp/instance-7/output-1/build/wsapi-1.7-1 >>> wsapi 1.7-1 Patching >>> wsapi 1.7-1 Configuring >>> wsapi 1.7-1 Building >>> wsapi 1.7-1 Installing to target cd /tmp/instance-7/output-1/build/wsapi-1.7-1/wsapi && LUAROCKS_CONFIG=/tmp/instance-7/output-1/host/etc/luarocks/config.lua /tmp/instance-7/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/tmp/instance-7/output-1/target/usr" DEPS_DIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr" LUA_INCDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include" LUA_LIBDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib" CC=/tmp/instance-7/output-1/host/bin/arm-linux-gcc LD=/tmp/instance-7/output-1/host/bin/arm-linux-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DLUA_COMPAT_5_2" LIBFLAG="-shared " wsapi-1.7-1.rockspec wsapi 1.7-1 is now installed in /tmp/instance-7/output-1/target/usr (license: MIT/X11) Missing dependencies for copas 2.0.2-1: coxpcall >= 1.14 (not installed) Missing dependencies for sailor 0.5-4: lua >= 5.1, < 5.3 (not installed) lbase64 >= 20120807 (not installed) xavante >= 2.3 (not installed) busted >= 2.0.rc9 (not installed) Missing dependencies for wsapi 1.7-1: coxpcall >= 1.14 (not installed) Missing dependencies for wsapi-xavante 1.7-1: xavante >= 2.3.0 (not installed) >>> xavante 2.4.0-1 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/tmp/instance-7/output-1/build/.xavante-2.4.0-1.src.rock.1fk4CR/output' 'http://rocks.moonscript.org/xavante-2.4.0-1.src.rock' --2021-07-31 02:26:32-- http://rocks.moonscript.org/xavante-2.4.0-1.src.rock Resolving rocks.moonscript.org (rocks.moonscript.org)... 45.33.61.132 Connecting to rocks.moonscript.org (rocks.moonscript.org)|45.33.61.132|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 41574 (41K) [application/x-rock] Saving to: '/tmp/instance-7/output-1/build/.xavante-2.4.0-1.src.rock.1fk4CR/output' 0K .......... .......... .......... .......... 100% 271K=0.1s 2021-07-31 02:26:32 (271 KB/s) - '/tmp/instance-7/output-1/build/.xavante-2.4.0-1.src.rock.1fk4CR/output' saved [41574/41574] xavante-2.4.0-1.src.rock: OK (sha256: 67c738f981e7d65d18c717f3acac59a37f95d5139c00fb0de5d3167262025273) >>> xavante 2.4.0-1 Extracting mkdir -p /tmp/instance-7/output-1/build/xavante-2.4.0-1/luarocks-extract cd /tmp/instance-7/output-1/build/xavante-2.4.0-1/luarocks-extract && /tmp/instance-7/output-1/host/bin/luarocks unpack --force /tmp/instance-7/dl/xavante/xavante-2.4.0-1.src.rock Done. You may now enter directory xavante-2.4.0-1/xavante-2.4.0 and type 'luarocks make' to build. mv /tmp/instance-7/output-1/build/xavante-2.4.0-1/luarocks-extract/*/* /tmp/instance-7/output-1/build/xavante-2.4.0-1 >>> xavante 2.4.0-1 Patching >>> xavante 2.4.0-1 Configuring >>> xavante 2.4.0-1 Building >>> xavante 2.4.0-1 Installing to target cd /tmp/instance-7/output-1/build/xavante-2.4.0-1/xavante-2.4.0 && LUAROCKS_CONFIG=/tmp/instance-7/output-1/host/etc/luarocks/config.lua /tmp/instance-7/output-1/host/bin/luarocks make --keep --deps-mode none --tree "/tmp/instance-7/output-1/target/usr" DEPS_DIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr" LUA_INCDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include" LUA_LIBDIR="/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib" CC=/tmp/instance-7/output-1/host/bin/arm-linux-gcc LD=/tmp/instance-7/output-1/host/bin/arm-linux-gcc CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -fPIC -DLUA_COMPAT_5_2" LIBFLAG="-shared " xavante-2.4.0-1.rockspec xavante 2.4.0-1 is now installed in /tmp/instance-7/output-1/target/usr (license: MIT/X11) Missing dependencies for copas 2.0.2-1: coxpcall >= 1.14 (not installed) Missing dependencies for sailor 0.5-4: lua >= 5.1, < 5.3 (not installed) lbase64 >= 20120807 (not installed) busted >= 2.0.rc9 (not installed) Missing dependencies for wsapi 1.7-1: coxpcall >= 1.14 (not installed) zd1211-firmware-1.5.tar.bz2: OK (sha256: f11d3810d7f72833997f634584a586dcced71a353f965abf81062ec431d02b12) >>> zd1211-firmware 1.5 Extracting bzcat /tmp/instance-7/dl/zd1211-firmware/zd1211-firmware-1.5.tar.bz2 | tar --strip-components=1 -C /tmp/instance-7/output-1/build/zd1211-firmware-1.5 -xf - >>> zd1211-firmware 1.5 Patching >>> zd1211-firmware 1.5 Configuring >>> zd1211-firmware 1.5 Building >>> zd1211-firmware 1.5 Installing to target /usr/bin/install -d -m 0755 /tmp/instance-7/output-1/target/lib/firmware/zd1211/ cp -dpf /tmp/instance-7/output-1/build/zd1211-firmware-1.5/zd1211*{ub,uphr,ur} /tmp/instance-7/output-1/target/lib/firmware/zd1211 >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-7/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-7/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-7/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-7/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-7/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-7/output-1/host/etc/meson/cross-compilation.conf rm -rf /tmp/instance-7/output-1/target/usr/share/lua/5.3/doc rm -rf /tmp/instance-7/output-1/target/usr/lib/luarocks mkdir -p /tmp/instance-7/output-1/target/etc echo "buildroot" > /tmp/instance-7/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-7/output-1/target/etc/hosts mkdir -p /tmp/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-7/output-1/target/etc/shadow rm -f /tmp/instance-7/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-7/output-1/build/locales.nopurge for dir in /tmp/instance-7/output-1/target/usr/share/locale /tmp/instance-7/output-1/target/usr/share/X11/locale /tmp/instance-7/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-7/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-7/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-7/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-7/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-7/output-1/target/usr/include /tmp/instance-7/output-1/target/usr/share/aclocal \ /tmp/instance-7/output-1/target/usr/lib/pkgconfig /tmp/instance-7/output-1/target/usr/share/pkgconfig \ /tmp/instance-7/output-1/target/usr/lib/cmake /tmp/instance-7/output-1/target/usr/share/cmake \ /tmp/instance-7/output-1/target/usr/doc find /tmp/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-7/output-1/target/lib/ /tmp/instance-7/output-1/target/usr/lib/ /tmp/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-7/output-1/target/usr/share/gdb rm -rf /tmp/instance-7/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-7/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-7/output-1/target/usr/share/zsh rm -rf /tmp/instance-7/output-1/target/usr/man /tmp/instance-7/output-1/target/usr/share/man rm -rf /tmp/instance-7/output-1/target/usr/info /tmp/instance-7/output-1/target/usr/share/info rm -rf /tmp/instance-7/output-1/target/usr/doc /tmp/instance-7/output-1/target/usr/share/doc rm -rf /tmp/instance-7/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-7/output-1/target/lib/debug /tmp/instance-7/output-1/target/usr/lib/debug find /tmp/instance-7/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-7/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-7/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-7/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-915-g92f9eb53ba"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-git\"" \ ) > /tmp/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-7/output-1/per-package /tmp/instance-7/buildroot/support/scripts/fix-rpath target touch /tmp/instance-7/output-1/target/usr ln -snf /tmp/instance-7/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot /tmp/instance-7/output-1/staging make: Leaving directory '/tmp/instance-7/buildroot' make: Entering directory '/tmp/instance-7/buildroot' >>> Buildroot 2021.05-915-g92f9eb53ba Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> atop 2.6.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cgilua 6.0.2-0 Collecting legal info cgilua/doc/us/license.html: OK (sha256: b82f9b13f9b1a1387f53203a625612914630b520377731b0aab7ce93ad2b18c4) >>> host-luarocks 3.7.0 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> luainterpreter Collecting legal info >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> copas 2.0.2-1 Collecting legal info copas-2_0_2/LICENSE: OK (sha256: 3f59cccf38e9397f6fb34dcff983a24d336df982edb5b0cde549d0c32c28c9c0) >>> cvs 1.12.13 Collecting legal info COPYING: OK (sha256: 569c5b876327d899cf444b2277fe910128a38ca71d90755fe4125dd44f8ece02) COPYING.LIB: OK (sha256: da0e282103fb508894e78db519aab255e36971ce0bc87de585e3b05014b83b1e) lib/glob-libc.h: OK (sha256: ee9a2fbdb626c0ac57fd8e569f357eb2e6d6c80cc6f41efa8bd126d5ea589d72) >>> efibootmgr 17 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> efivar 37 Collecting legal info COPYING: OK (sha256: 91df770634adc2755e78cae33a0d01e702ce2f69046408ae93d0d934ff29691b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jasper 2.0.28 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lbase64 20120820 Collecting legal info README: OK (sha256: a2b4f2d25b56c40801ce4f403541cbc301313048acfaa59c9509024bec57b662) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcap 2.51 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.51 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libmodplug 0.8.9.0 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> 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) >>> lsof 4.93.2 Collecting legal info dialects/linux/dproto.h: OK (sha256: 32a728188b19bf86917659d904ab29d0a294b4506e1c98b8b7f1c70ab4975fe1) >>> lua-datafile 0.6-1 Collecting legal info datafile/LICENSE: OK (sha256: 0443ddabab14f69d4c5e2641860343784a0ccbe5ae7a3743f20de9a13991da66) >>> lua-messagepack 0.5.2-1 Collecting legal info lua-MessagePack-0.5.2/COPYRIGHT: OK (sha256: 709fd93a7dd6f8e941e7f0cb9e3eeba1f4de375302f1b19e14bb51aff23c5970) >>> lua-sailor 0.5-4 Collecting legal info sailor/LICENSE: OK (sha256: 3a19bc44e1a653b39bcb1b91cc8058ac6b1cd1caf7e6cef93517fd559b189065) >>> lua-sdl2 2.0.5-6.0 Collecting legal info LICENSE: OK (sha256: 4f56a5b6943a8ff9611a39e7d4d88dba9ad314dcdf56c62a1425798a6e624494) >>> sdl2 2.0.14 Collecting legal info COPYING.txt: OK (sha256: ae4df3759a726538607b84c00ab8f8a5567d9f38ad5397486eb9b5c5f626caef) >>> lua-std-debug 1.0.1-1 Collecting legal info _debug-1.0.1/LICENSE.md: OK (sha256: 034abdbbe9a13899c813509776d1e04af81bc58c2982b704c8b3663549504a31) >>> lua-std-normalize 2.0.3-1 Collecting legal info normalize-2.0.3/LICENSE.md: OK (sha256: 9c9094f0cea86c2c62b893e59a78d5eaed69df0d7da24e122ef9753baeef0f04) >>> lua-valua 0.3-1 Collecting legal info valua/LICENSE: OK (sha256: 3444c2e739c88e41e327c6cd15e4a50fea8988570642bad6e6a43d50a7f7961f) >>> luafilesystem 1.8.0-1 Collecting legal info luafilesystem/LICENSE: OK (sha256: beb2c9eed6466d572c3888028a77421206053a3c023429cbd69e5015badba842) >>> luasocket 3.0rc1-1 Collecting legal info luasocket-3.0-rc1/LICENSE: OK (sha256: 8e8c6314d9e78fe452ee355167f2c40cfbee8207e14dcb5ddd4a2655cb5c6aad) >>> minizip 3.0.2 Collecting legal info LICENSE: OK (sha256: 675181c03fc1302a1c8554c00f7be9bb420c5dbc9dcc2013433cec144413de03) >>> openssl Collecting legal info >>> host-mkpasswd Collecting legal info >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open62541 v1.2.2 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openlayers 6.5.0 Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> rings 1.3.0-1 Collecting legal info rings-v_1_3_0/doc/us/license.html: OK (sha256: f582a0c43737391070827ef273df0145b594b095ad2f49595701368b729e024f) >>> rpi-wifi-firmware 4c47758bed7cd547dff3618a1739dcf64b5a52a7 Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> shellinabox 2.20 Collecting legal info COPYING: OK (sha256: 04ef60ab9b83cde6f0862ea18474454477efb34c52ebce1f8d8260a398a39362) GPL-2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> speex 1.2.0 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> squid 4.15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> stress-ng 0.12.02 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> wsapi-fcgi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi-xavante 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> wsapi 1.7-1 Collecting legal info wsapi/doc/us/license.html: OK (sha256: 6aa14e3febf7a9e810ce672b015f5a5514241ce5d1c3a6a48f921f089d270159) wsapi/doc/us/license.md: OK (sha256: c7bf3061d00a96d10cb9dbc3a737d0af22594e2ef8f788842d7ab92eeaa864f2) >>> xavante 2.4.0-1 Collecting legal info xavante-2.4.0/doc/us/license.html: OK (sha256: 57b2c50f08bf500c969fe13500f217adb36582e4d8e75c9e2ed04191cb4a045c) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: openlayers-6.5.0: cannot save license (OPENLAYERS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-7/output-1/legal-info make: Leaving directory '/tmp/instance-7/buildroot'