makeshell.c:934:5: note: here default: ^~~~~~~ In file included from libopts.c:34:0: numeric.c: In function 'optionNumericVal': numeric.c:139:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 't': val *= 1000; ~~~~^~~~~~~ numeric.c:140:9: note: here case 'g': val *= 1000; ^~~~ numeric.c:140:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'g': val *= 1000; ~~~~^~~~~~~ numeric.c:141:9: note: here case 'm': val *= 1000; ^~~~ numeric.c:141:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'm': val *= 1000; ~~~~^~~~~~~ numeric.c:142:9: note: here case 'k': val *= 1000; break; ^~~~ numeric.c:144:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'T': val *= 1024; ~~~~^~~~~~~ numeric.c:145:9: note: here case 'G': val *= 1024; ^~~~ numeric.c:145:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'G': val *= 1024; ~~~~^~~~~~~ numeric.c:146:9: note: here case 'M': val *= 1024; ^~~~ numeric.c:146:24: warning: this statement may fall through [-Wimplicit-fallthrough=] case 'M': val *= 1024; ~~~~^~~~~~~ numeric.c:147:9: note: here case 'K': val *= 1024; break; ^~~~ In file included from libopts.c:33:0: nested.c: In function 'optionLoadNested': nested.c:593:24: warning: 'v_len' may be used uninitialized in this function [-Wmaybe-uninitialized] tOptionValue * new_val = add_string( ^~~~~~~ nested.c:554:29: note: 'v_len' was declared here size_t nm_len, v_len; ^~~~~ CCLD libopts.la libtool: warning: '-version-info/-version-number' is ignored for convenience libraries make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' Making all in src make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' /usr/bin/make all-recursive make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' Making all in common make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' /usr/bin/make all-am make[5]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' CC cidr.o CC err.o CC list.o CC cache.o CC services.o CC get.o CC fakepcap.o get.c: In function 'get_l2protocol': get.c:102:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((pktdata[3] & 0x80) == 0x80) { ^ get.c:109:5: note: here case DLT_EN10MB: ^~~~ get.c: In function 'get_l2len': get.c:175:16: warning: this statement may fall through [-Wimplicit-fallthrough=] l2_len = 24; ~~~~~~~^~~~ get.c:177:5: note: here case DLT_EN10MB: ^~~~ CC fakepcapnav.o CC fakepoll.o CC xX.o CC utils.o CC timer.o CC git_version.o CC sendpacket.o CC dlt_names.o CC mac.o CC interface.o CC flows.o flows.c: In function 'flow_decode': flows.c:230:12: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((pktdata[3] & 0x80) == 0x80) { ^ flows.c:238:5: note: here case DLT_EN10MB: ^~~~ CC txring.o CC tcpdump.o AR libcommon.a make[5]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' Making all in tcpedit make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' /usr/bin/make all-am make[5]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' CC tcpedit.o CC parse_args.o CC edit_packet.o CC portmap.o CC dlt.o CC checksum.o CC incremental_checksum.o CC tcpedit_api.o CC fuzzing.o CC rewrite_sequence.o CC plugins/dlt_plugins.o CC plugins/ethernet.o CC plugins/dlt_utils.o CC plugins/dlt_en10mb/en10mb.o CC plugins/dlt_en10mb/en10mb_api.o CC plugins/dlt_hdlc/hdlc.o CC plugins/dlt_hdlc/hdlc_api.o CC plugins/dlt_user/user.o CC plugins/dlt_user/user_api.o CC plugins/dlt_raw/raw.o CC plugins/dlt_null/null.o CC plugins/dlt_loop/loop.o CC plugins/dlt_linuxsll/linuxsll.o CC plugins/dlt_ieee80211/ieee80211.o CC plugins/dlt_ieee80211/ieee80211_hdr.o CC plugins/dlt_radiotap/radiotap.o CC plugins/dlt_jnpr_ether/jnpr_ether.o CC plugins/dlt_pppserial/pppserial.o AR libtcpedit.a make[5]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' CC tcpreplay-tcpreplay_opts.o CC tcpreplay-send_packets.o CC tcpreplay-signal_handler.o CC tcpreplay-tcpreplay.o CC tcpreplay-tcpreplay_api.o CC tcpreplay-sleep.o CC tcpreplay-replay.o CC tcpprep-tcpprep_opts.o CC tcpprep-tcpprep.o CC tcpprep-tree.o CC tcpprep-tcpprep_api.o tcpprep.c: In function 'process_raw_packets': tcpprep.c:542:60: warning: 'l2len' may be used uninitialized in this function [-Wmaybe-uninitialized] check_dst_port(ip_hdr, ip6_hdr, (pkthdr.caplen - l2len))); ~~~~~~~~~~~~~~~^~~~~~~~ CC tcprewrite-tcprewrite_opts.o CC tcprewrite-tcprewrite.o CC tcpreplay_edit-tcpreplay_edit_opts.o CC tcpreplay_edit-send_packets.o CC tcpreplay_edit-signal_handler.o CC tcpreplay_edit-tcpreplay.o CC tcpreplay_edit-tcpreplay_api.o CC tcpreplay_edit-sleep.o CC tcpreplay_edit-replay.o CC tcpcapinfo-tcpcapinfo_opts.o CC tcpcapinfo-tcpcapinfo.o CC tcpbridge-tcpbridge_opts.o CC tcpbridge-tcpbridge.o CC tcpbridge-bridge.o CC tcpliveplay-tcpliveplay_opts.o CC tcpliveplay-tcpliveplay.o CCLD tcpreplay CCLD tcpprep CCLD tcprewrite CCLD tcpreplay-edit CCLD tcpcapinfo CCLD tcpbridge CCLD tcpliveplay make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' >>> tcpreplay 4.3.1 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/target install -C /home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' Making install in scripts make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/scripts' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/scripts' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/scripts' Making install in lib make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/lib' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/lib' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/lib' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/lib' Making install in libopts make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' /usr/bin/make install-am make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/libopts' Making install in src make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' /usr/bin/make install-recursive make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' Making install in common make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' /usr/bin/make install-am make[5]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' make[6]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' make[5]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/common' Making install in tcpedit make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' /usr/bin/make install-am make[5]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' make[6]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' make[5]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src/tcpedit' make[4]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[5]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output/target/usr/share/man/man1' /bin/sh ../libtool --mode=install /usr/bin/install -c tcpreplay tcpprep tcprewrite tcpreplay-edit tcpcapinfo tcpbridge tcpliveplay '/home/naourr/work/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 tcpreplay.1 tcpprep.1 tcprewrite.1 tcpreplay-edit.1 tcpcapinfo.1 tcpbridge.1 tcpliveplay.1 '/home/naourr/work/instance-1/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c tcpreplay /home/naourr/work/instance-1/output/target/usr/bin/tcpreplay libtool: install: /usr/bin/install -c tcpprep /home/naourr/work/instance-1/output/target/usr/bin/tcpprep libtool: install: /usr/bin/install -c tcprewrite /home/naourr/work/instance-1/output/target/usr/bin/tcprewrite libtool: install: /usr/bin/install -c tcpreplay-edit /home/naourr/work/instance-1/output/target/usr/bin/tcpreplay-edit libtool: install: /usr/bin/install -c tcpcapinfo /home/naourr/work/instance-1/output/target/usr/bin/tcpcapinfo libtool: install: /usr/bin/install -c tcpbridge /home/naourr/work/instance-1/output/target/usr/bin/tcpbridge libtool: install: /usr/bin/install -c tcpliveplay /home/naourr/work/instance-1/output/target/usr/bin/tcpliveplay make[5]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[4]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1/src' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' make[3]: Entering directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/tcpreplay-4.3.1' xxhash-v0.6.5.tar.gz: OK (sha256: 19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95) >>> xxhash v0.6.5 Extracting gzip -d -c /home/naourr/work/instance-1/dl/xxhash/xxhash-v0.6.5.tar.gz | /home/naourr/work/instance-1/output/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output/build/xxhash-v0.6.5 -xf - >>> xxhash v0.6.5 Patching >>> xxhash v0.6.5 Configuring >>> xxhash v0.6.5 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-ar" AS="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-as" LD="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-ld" NM="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-nm" CC="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-gcc" GCC="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-gcc" CPP="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-cpp" CXX="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-g++" FC="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-gfortran" F77="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-gfortran" RANLIB="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-ranlib" READELF="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-readelf" STRIP="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-strip" OBJCOPY="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-objcopy" OBJDUMP="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output/host/bin/powerpc-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output/host/bin/powerpc-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 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/xxhash-v0.6.5 xxhsum make[1]: Entering directory '/home/naourr/work/instance-1/output/build/xxhash-v0.6.5' /home/naourr/work/instance-1/output/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 xxhash.c xxhsum.c -o xxhsum make[1]: Leaving directory '/home/naourr/work/instance-1/output/build/xxhash-v0.6.5' >>> xxhash v0.6.5 Installing to target /usr/bin/install -m 0755 -D /home/naourr/work/instance-1/output/build/xxhash-v0.6.5/xxhsum /home/naourr/work/instance-1/output/target/usr/bin/xxhsum >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-bison', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext'] Warning: host file "./bin/easy_install" is touched by more than one package: [u'host-python3-setuptools', u'host-python-setuptools'] Warning: host file "./bin/2to3" is touched by more than one package: [u'host-python', u'host-python3'] /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-1/output/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/naourr/work/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/naourr/work/instance-1/output/host/bin/powerpc-linux-%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%603e%g" -e "s%@TARGET_ENDIAN@%"big"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/naourr/work/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /home/naourr/work/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-1/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/naourr/work/instance-1/output/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/naourr/work/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00332-gf4f7dd9557"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2019.05-git-00332-gf4f7dd9557 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> bmon 4.0 Collecting legal info ERROR: No hash found for LICENSE.BSD ERROR: No hash found for LICENSE.MIT >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> mtd 2.0.2 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> comix-cursors 0.8.2 Collecting legal info >>> cramfs 1a1e65f2a049 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> dt v18.32 Collecting legal info ERROR: No hash found for LICENSE >>> ebtables 2.0.10-4 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-genpart 1.0.2 Collecting legal info >>> initscripts Collecting legal info >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> jimtcl 0.75 Collecting legal info ERROR: No hash found for LICENSE >>> libcoap v4.1.2 Collecting legal info COPYING: OK (sha256: 28b61fbf3c5477611d7f6ead97d15348934496d27dca815b34d45e622730e72e) LICENSE.GPL: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) LICENSE.BSD: OK (sha256: 9d5aeec17bdf82369bbe6e89efb07b7b35abefa044ea1d25cb2feeb70df1c208) >>> libdrm 2.4.97 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libkcapi 1.1.4 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.16 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.49.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3 3.7.2 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python3-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libnetfilter_queue 1.0.3 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libraw 0.19.2 Collecting legal info LICENSE.LGPL: OK (sha256: eea173a556abac0370461e57e12aab266894ea6be3874c2be05fd87871f75449) LICENSE.CDDL: OK (sha256: 0e3098d2d54a12434715f6679ea408d57da5e8d613c385c58ecc6fe5d30cc81f) README.md: OK (sha256: eee0055723d3483ef3ee7920e2178177b14a334c2a622be4101bcfb05d21407e) >>> libsha1 0.3 Collecting legal info ERROR: No hash found for COPYING >>> libva-utils 2.4.0 Collecting legal info COPYING: OK (sha256: c6220c9f87832c27abcb8a32eafdd2823e13ce146b3ea63d5deae2a76798ef50) >>> libva 2.4.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> wayland 1.16.0 Collecting legal info ERROR: No hash found for COPYING >>> host-wayland 1.16.0 Collecting legal info ERROR: No hash found for COPYING >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lm-sensors V3-5-0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpd-mpc 0.31 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> openjpeg 51f097e6d5754ddae93e716276fe8176b44ec548 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> openssl Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-xlrd 1.0.0 Collecting legal info ERROR: No hash found for xlrd/licences.py >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> smack 1.3.1 Collecting legal info ERROR: No hash found for COPYING >>> sqlcipher v4.0.1 Collecting legal info LICENSE: OK (sha256: 3eee3c7964a9becc94d747bd36703d31fc86eb994680b06a61bfd4f2661eaac8) >>> host-tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tcpdump 4.9.2 Collecting legal info LICENSE: OK (sha256: 9b03d5d13e66d6de02a4bb2d0dd1cb9f41808d045962cdcc42350d5291b141a1) >>> tcpreplay 4.3.1 Collecting legal info docs/LICENSE: OK (sha256: 5971b0c544622f4b210a9cc56436a970685d3b0666e373c09e3cf9304db15d05) >>> xxhash v0.6.5 Collecting legal info LICENSE: OK (sha256: 86ec6953794503942b70fcd4f35b565d44f63f703b7037ce44dad965c4aaae91) xxhsum.c: OK (sha256: 8e449f232e2cd984e1d286711653960b4a9a555d90b4dc05fe4f0d7a1838fe1b) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: comix-cursors-0.8.2: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: libdrm-2.4.97: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'