config.status: creating src/tcpedit/Makefile config.status: creating src/fragroute/Makefile config.status: creating src/common/Makefile config.status: creating src/defines.h config.status: creating test/Makefile config.status: creating test/config config.status: creating scripts/Makefile config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 ########################################################################## TCPREPLAY Suite Configuration Results (4.2.6) ########################################################################## libpcap: /home/naourr/work/instance-3/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr (>= 0.9.6) PF_RING libpcap no libdnet: no autogen: (unknown - man pages will not be built) Use libopts tearoff: yes 64bit counter support: yes tcpdump binary path: no fragroute support: no tcpbridge support: yes tcpliveplay support: yes Supported Packet Injection Methods (*): Linux TX_RING: no Linux PF_PACKET: yes BSD BPF: no libdnet: no pcap_inject: yes pcap_sendpacket: yes ** pcap_netmap no Linux/BSD netmap: no Tuntap device support: yes * In order of preference; see configure --help to override ** Required for tcpbridge >>> tcpreplay 4.2.6 Building PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/ make[1]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' Making all in scripts make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/scripts' Making all in lib make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/lib' Making all in libopts make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' /usr/bin/make all-am make[3]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' CC libopts_la-libopts.lo In file included from libopts.c:31:0: nested.c: In function 'optionLoadNested': nested.c:789:19: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*text == ',') text++; break; ^~ nested.c:789:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (*text == ',') text++; break; ^~~~~ 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: link: warning: `-version-info/-version-number' is ignored for convenience libraries make[3]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' Making all in src make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' /usr/bin/make all-recursive make[3]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' Making all in common make[4]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' /usr/bin/make all-am make[5]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' CC cidr.o CC err.o CC list.o CC cache.o CC services.o CC get.o CC fakepcap.o 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 CC txring.o AR libcommon.a make[5]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' make[4]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' Making all in tcpedit make[4]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/tcpedit' /usr/bin/make all-am make[5]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/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 dlt_plugins.o CC ethernet.o CC dlt_utils.o CC en10mb.o CC en10mb_api.o CC hdlc.o CC hdlc_api.o CC user.o CC user_api.o CC raw.o CC null.o CC loop.o CC linuxsll.o CC ieee80211.o CC ieee80211_hdr.o CC radiotap.o CC jnpr_ether.o CC pppserial.o AR libtcpedit.a make[5]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/tcpedit' make[4]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/tcpedit' make[4]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' CC tcpreplay-send_packets.o CC tcpreplay-tcpreplay_opts.o CC tcpreplay-signal_handler.o CC tcpreplay-tcpreplay.o CC tcpreplay-tcpreplay_api.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:538:62: 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-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 tcpliveplay.c: In function 'do_checksum_liveplay': tcpliveplay.c:1191:5: warning: 'sum' is used uninitialized in this function [-Wuninitialized] sum; ^~~ CCLD tcprewrite CCLD tcpreplay-edit CCLD tcpcapinfo CCLD tcpbridge CCLD tcpliveplay make[4]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[3]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' >>> tcpreplay 4.2.6 Installing to target PATH="/home/naourr/work/instance-3/output/host/bin:/home/naourr/work/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output/target install -C /home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/ make[1]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' Making install in scripts make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/scripts' make[3]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/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-3/output/build/tcpreplay-4.2.6/scripts' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/scripts' Making install in lib make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/lib' make[3]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/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-3/output/build/tcpreplay-4.2.6/lib' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/lib' Making install in libopts make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' /usr/bin/make install-am make[3]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' make[4]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' make[3]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/libopts' Making install in src make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' /usr/bin/make install-recursive make[3]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' Making install in common make[4]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' /usr/bin/make install-am make[5]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' make[6]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/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-3/output/build/tcpreplay-4.2.6/src/common' make[5]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' make[4]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/common' Making install in tcpedit make[4]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/tcpedit' /usr/bin/make install-am make[5]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/tcpedit' make[6]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/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-3/output/build/tcpreplay-4.2.6/src/tcpedit' make[5]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/tcpedit' make[4]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src/tcpedit' make[4]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[5]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' /usr/bin/mkdir -p '/home/naourr/work/instance-3/output/target/usr/bin' /usr/bin/mkdir -p '/home/naourr/work/instance-3/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-3/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-3/output/target/usr/share/man/man1' libtool: install: /usr/bin/install -c tcpreplay /home/naourr/work/instance-3/output/target/usr/bin/tcpreplay libtool: install: /usr/bin/install -c tcpprep /home/naourr/work/instance-3/output/target/usr/bin/tcpprep libtool: install: /usr/bin/install -c tcprewrite /home/naourr/work/instance-3/output/target/usr/bin/tcprewrite libtool: install: /usr/bin/install -c tcpreplay-edit /home/naourr/work/instance-3/output/target/usr/bin/tcpreplay-edit libtool: install: /usr/bin/install -c tcpcapinfo /home/naourr/work/instance-3/output/target/usr/bin/tcpcapinfo libtool: install: /usr/bin/install -c tcpbridge /home/naourr/work/instance-3/output/target/usr/bin/tcpbridge libtool: install: /usr/bin/install -c tcpliveplay /home/naourr/work/instance-3/output/target/usr/bin/tcpliveplay make[5]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[4]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[3]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6/src' make[2]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' make[3]: Entering directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' 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-3/output/build/tcpreplay-4.2.6' make[2]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' make[1]: Leaving directory '/home/naourr/work/instance-3/output/build/tcpreplay-4.2.6' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libffi', u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'argp-standalone', u'ncurses', u'libzlib', u'util-linux', u'libffi', u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libffi', u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: [u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libffi', u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libproj.la" is touched by more than one package: [u'proj', u'shapelib'] Warning: staging file "./usr/lib/libusbgx.la" is touched by more than one package: [u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libglibmm_generate_extra_defs-2.4.la" is touched by more than one package: [u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libsigc-2.0.la" is touched by more than one package: [u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libnetfilter_queue.la" is touched by more than one package: [u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libgiomm-2.4.la" is touched by more than one package: [u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libsigc', u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] Warning: staging file "./usr/lib/libglibmm-2.4.la" is touched by more than one package: [u'glibmm', u'libconfig', u'libdaemon', u'liblockfile', u'libmnl', u'libnfnetlink', u'libnetfilter_queue', u'libopenssl', u'libpcap', u'libpthsem', u'libusbgx', u'libwebsockets', u'linknx', u'popt', u'proj', u'shapelib'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-3/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-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison'] Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-six'] if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-3/output/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-3/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-3/output/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory rm -f /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-3/output/host/bin/glib-compile-schemas /home/naourr/work/instance-3/output/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. grep -qsE '^/usr/bin/screen$' /home/naourr/work/instance-3/output/target/etc/shells || echo "/usr/bin/screen" >> /home/naourr/work/instance-3/output/target/etc/shells mkdir -p /home/naourr/work/instance-3/output/target/etc echo "buildroot" > /home/naourr/work/instance-3/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-3/output/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output/target/etc/shadow rm -f /home/naourr/work/instance-3/output/target/bin/sh rm -f /home/naourr/work/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output/target/usr/include /home/naourr/work/instance-3/output/target/usr/share/aclocal \ /home/naourr/work/instance-3/output/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output/target/usr/lib/cmake /home/naourr/work/instance-3/output/target/usr/share/cmake find /home/naourr/work/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output/target/lib/ /home/naourr/work/instance-3/output/target/usr/lib/ /home/naourr/work/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-3/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output/target/usr/man /home/naourr/work/instance-3/output/target/usr/share/man rm -rf /home/naourr/work/instance-3/output/target/usr/info /home/naourr/work/instance-3/output/target/usr/share/info rm -rf /home/naourr/work/instance-3/output/target/usr/doc /home/naourr/work/instance-3/output/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/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-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-3/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-3/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-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00877-g81ea4a243b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/naourr/work/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-3/output/target/usr make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2018.08-git-00877-g81ea4a243b 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> argp-standalone 1.3 Collecting legal info >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.29.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> ghostscript-fonts 8.11 Collecting legal info ERROR: No hash found for COPYING >>> glibmm 2.54.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.tools >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libsigc 2.10.0 Collecting legal info ERROR: No hash found for COPYING >>> iostat 2.2 Collecting legal info ERROR: No hash found for LICENSE >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> liblockfile 1.09 Collecting legal info ERROR: No hash found for COPYRIGHT >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libusbgx libusbgx-v0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libwebsockets v2.4.2 Collecting legal info LICENSE: OK (sha256: 078fbbbeab357fc6d4f8090e95e9022fa4cb9eac1efd77b2f1387e9ccc51917a) >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> openssl Collecting legal info >>> linknx 0.0.1.33 Collecting legal info >>> ndisc6 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> openvpn 2.4.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> proj 5.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> host-python-six 1.11.0 Collecting legal info LICENSE: OK (sha256: 63478682e84e8c98f4c46308995f1f521a6886976e25421827d2a2be03581328) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> screen 4.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> shairport-sync 3.2.1 Collecting legal info ERROR: No hash found for LICENSES >>> shapelib 1.4.1 Collecting legal info web/license.html: OK (sha256: a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7) COPYING: OK (sha256: 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff) >>> sslh v1.18 Collecting legal info ERROR: No hash found for COPYING >>> tcpreplay 4.2.6 Collecting legal info ERROR: No hash found for docs/LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: linknx-0.0.1.33: cannot save license (LINKNX_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'