CXX src/src_libzmq_la-socks_connecter.lo CXX src/src_libzmq_la-stream.lo CXX src/src_libzmq_la-stream_engine.lo CXX src/src_libzmq_la-sub.lo CXX src/src_libzmq_la-tcp.lo CXX src/src_libzmq_la-tcp_address.lo CXX src/src_libzmq_la-tcp_connecter.lo CXX src/src_libzmq_la-tcp_listener.lo CXX src/src_libzmq_la-thread.lo CXX src/src_libzmq_la-timers.lo CXX src/src_libzmq_la-tipc_address.lo CXX src/src_libzmq_la-tipc_connecter.lo CXX src/src_libzmq_la-tipc_listener.lo CXX src/src_libzmq_la-trie.lo CXX src/src_libzmq_la-udp_address.lo CXX src/src_libzmq_la-udp_engine.lo CXX src/src_libzmq_la-v1_decoder.lo CXX src/src_libzmq_la-v2_decoder.lo CXX src/src_libzmq_la-v1_encoder.lo In file included from /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/algorithm:62:0, from src/timers.cpp:34: /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_algo.h: In function '_IIter std::find_if(_IIter, _IIter, _Predicate) [with _IIter = std::_Rb_tree_iterator >; _Predicate = zmq::timers_t::match_by_id]': /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_algo.h:3923:5: note: parameter passing for argument of type 'std::_Rb_tree_iterator >' changed in GCC 7.1 find_if(_InputIterator __first, _InputIterator __last, ^~~~~~~ /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_algo.h:3923:5: note: parameter passing for argument of type 'std::_Rb_tree_iterator >' changed in GCC 7.1 src/timers.cpp: In member function 'int zmq::timers_t::cancel(int)': src/timers.cpp:82:25: note: parameter passing for argument of type 'std::_Rb_tree_iterator >' changed in GCC 7.1 == std::find_if (_timers.begin (), _timers.end (), ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ match_by_id (timer_id_))) { ~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/map:60:0, from src/timers.hpp:34, from src/timers.cpp:31: /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator) [with _Key = long long unsigned int; _Val = std::pair; _KeyOfValue = std::_Select1st >; _Compare = std::less; _Alloc = std::allocator >]': /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h:1120:7: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::iterator {aka std::_Rb_tree_iterator >}' changed in GCC 7.1 erase(iterator __position) ^~~~~ src/timers.cpp: In member function 'int zmq::timers_t::set_interval(int, size_t)': src/timers.cpp:103:67: note: parameter passing for argument of type 'const iterator {aka const std::_Rb_tree_iterator >}' changed in GCC 7.1 std::find_if (_timers.begin (), end, match_by_id (timer_id_)); ^ In file included from /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/map:62:0, from src/timers.hpp:34, from src/timers.cpp:31: /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_multimap.h:703:37: note: parameter passing for argument of type 'std::multimap::iterator {aka std::_Rb_tree_iterator >}' changed in GCC 7.1 { return _M_t.erase(__position); } ^ src/timers.cpp: In member function 'int zmq::timers_t::reset(int)': src/timers.cpp:122:67: note: parameter passing for argument of type 'const iterator {aka const std::_Rb_tree_iterator >}' changed in GCC 7.1 std::find_if (_timers.begin (), end, match_by_id (timer_id_)); ^ In file included from /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/map:62:0, from src/timers.hpp:34, from src/timers.cpp:31: /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_multimap.h:703:37: note: parameter passing for argument of type 'std::multimap::iterator {aka std::_Rb_tree_iterator >}' changed in GCC 7.1 { return _M_t.erase(__position); } ^ In file included from /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/map:60:0, from src/timers.hpp:34, from src/timers.cpp:31: /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h: In member function 'void std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_erase_aux(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator) [with _Key = long long unsigned int; _Val = std::pair; _KeyOfValue = std::_Select1st >; _Compare = std::less; _Alloc = std::allocator >]': /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h:2484:5: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator {aka std::_Rb_tree_const_iterator >}' changed in GCC 7.1 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h:2484:5: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator {aka std::_Rb_tree_const_iterator >}' changed in GCC 7.1 /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h: In member function 'int zmq::timers_t::execute()': /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h:1153:14: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator {aka std::_Rb_tree_const_iterator >}' changed in GCC 7.1 _M_erase_aux(__first, __last); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h: In member function 'long int zmq::timers_t::timeout()': /home/buildroot/build/instance-0/output/host/opt/ext-toolchain/arm-linux-gnueabihf/include/c++/7.3.1/bits/stl_tree.h:1153:14: note: parameter passing for argument of type 'std::_Rb_tree, std::_Select1st >, std::less, std::allocator > >::const_iterator {aka std::_Rb_tree_const_iterator >}' changed in GCC 7.1 _M_erase_aux(__first, __last); ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ CXX src/src_libzmq_la-v2_encoder.lo CXX src/src_libzmq_la-vmci.lo CXX src/src_libzmq_la-vmci_address.lo CXX src/src_libzmq_la-vmci_connecter.lo CXX src/src_libzmq_la-vmci_listener.lo CXX src/src_libzmq_la-xpub.lo CXX src/src_libzmq_la-xsub.lo CXX src/src_libzmq_la-zmq.lo CXX src/src_libzmq_la-zmq_utils.lo CXX src/src_libzmq_la-decoder_allocators.lo CXX src/src_libzmq_la-socket_poller.lo CXX src/src_libzmq_la-zap_client.lo CC src/src_libzmq_la-tweetnacl.lo CXX tools/curve_keygen.o CXX perf/local_lat.o CXX perf/remote_lat.o CXX perf/local_thr.o CXX perf/remote_thr.o CXX perf/inproc_lat.o CXX perf/inproc_thr.o AR external/unity/libunity.a CXXLD src/libzmq.la CXXLD tools/curve_keygen CXXLD perf/remote_lat CXXLD perf/local_lat CXXLD perf/local_thr CXXLD perf/inproc_lat CXXLD perf/remote_thr CXXLD perf/inproc_thr make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' >>> zeromq 4.3.1 Installing to staging directory PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot install -C /home/buildroot/build/instance-0/output/build/zeromq-4.3.1/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' Making install in doc make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' /bin/mkdir -p '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include' /bin/mkdir -p '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include' /usr/bin/install -c -m 644 src/libzmq.pc '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzmq.so.5.2.1 /home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libzmq.so.5.2.1 libtool: install: (cd /home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && { ln -s -f libzmq.so.5.2.1 libzmq.so.5 || { rm -f libzmq.so.5 && ln -s libzmq.so.5.2.1 libzmq.so.5; }; }) libtool: install: (cd /home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib && { ln -s -f libzmq.so.5.2.1 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.5.2.1 libzmq.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libzmq.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/curve_keygen make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' >>> zeromq 4.3.1 Fixing libtool files >>> zeromq 4.3.1 Installing to target PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-0/output/target install -C /home/buildroot/build/instance-0/output/build/zeromq-4.3.1/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' Making install in doc make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1/doc' make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' make[3]: Entering directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/include' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/home/buildroot/build/instance-0/output/target/usr/lib' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/home/buildroot/build/instance-0/output/target/usr/include' /usr/bin/install -c -m 644 src/libzmq.pc '/home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzmq.so.5.2.1 /home/buildroot/build/instance-0/output/target/usr/lib/libzmq.so.5.2.1 libtool: install: (cd /home/buildroot/build/instance-0/output/target/usr/lib && { ln -s -f libzmq.so.5.2.1 libzmq.so.5 || { rm -f libzmq.so.5 && ln -s libzmq.so.5.2.1 libzmq.so.5; }; }) libtool: install: (cd /home/buildroot/build/instance-0/output/target/usr/lib && { ln -s -f libzmq.so.5.2.1 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.5.2.1 libzmq.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /home/buildroot/build/instance-0/output/target/usr/lib/libzmq.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/home/buildroot/build/instance-0/output/target/usr/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /home/buildroot/build/instance-0/output/target/usr/bin/curve_keygen make[3]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/zeromq-4.3.1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/build/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libnice.la" is touched by more than one package: [u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libkcapi.la" is touched by more than one package: [u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgslcblas.la" is touched by more than one package: [u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libsofia-sip-ua-glib.la" is touched by more than one package: [u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libsofia-sip-ua.la" is touched by more than one package: [u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libevtlog.la" is touched by more than one package: [u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgsl.la" is touched by more than one package: [u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libopenssl', u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'libopenssl', u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libusb.la" is touched by more than one package: [u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libfa.la" is touched by more than one package: [u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libnfc.la" is touched by more than one package: [u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'apr-util', u'libxml2', u'pcre', u'apache', u'attr', u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] Warning: staging file "./usr/lib/libaugeas.la" is touched by more than one package: [u'augeas', u'cxxtest', u'eventlog', u'gmp', u'libtasn1', u'nettle', u'gnutls', u'gsl', u'jansson', u'libffi', u'libglib2', u'libmicrohttpd', u'libnice', u'libsrtp', u'sofia-sip', u'json-c', u'libev', u'libusb', u'libusb-compat', u'libnfc', u'libgpg-error', u'libgcrypt', u'libkcapi', u'libpjsip', u'libubox', u'libupnp18', u'libvpx', u'mobile-broadband-provider-info', u'ubus', u'x265', u'zeromq'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmount.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libglib-2.0.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libjansson.la" is touched by more than one package: [u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libnice.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libusb.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgthread-2.0.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgnutlsxx.la" is touched by more than one package: [u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libev.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libaugeas.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libapr-1.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libattr.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libblkid.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgpg-error.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgsl.la" is touched by more than one package: [u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libmicrohttpd.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libsmartcols.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libnfc.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libjson-c.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libaprutil-1.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libkcapi.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libsofia-sip-ua.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libfa.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgio-2.0.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libxml2.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libevtlog.la" is touched by more than one package: [u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libffi.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgcrypt.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libusb-1.0.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libtasn1.la" is touched by more than one package: [u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libsofia-sip-ua-glib.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgnutls.la" is touched by more than one package: [u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libexpat.la" is touched by more than one package: [u'host-libzlib', u'host-bison', u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgslcblas.la" is touched by more than one package: [u'host-gengetopt', u'host-cmake', u'host-patchelf'] Warning: host file "./arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libgobject-2.0.la" is touched by more than one package: [u'host-cmake', u'host-patchelf'] rm -f /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/build/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/build/instance-0/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/build/instance-0/output/host/bin/arm-linux-gnueabihf-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a8%g" -e "s%@TARGET_ENDIAN@%"little"%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/buildroot/build/instance-0/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/build/instance-0/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in /home/buildroot/build/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-0/output/host/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/build/instance-0/output/host/bin/arm-linux-gnueabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/build/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-0/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/buildroot/build/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-rc1"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-rc1\"" \ ) > /home/buildroot/build/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-0/output/target/usr make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2019.02-rc1 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 >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-linaro-arm 2018.05 Collecting legal info >>> toolchain Collecting legal info >>> apache 2.4.38 Collecting legal info LICENSE: OK (sha256: c49c0819a726b70142621715dae3159c47b0349c2bc9db079070f28dadac0229) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> attr 2.4.48 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> augeas 1.11.0 Collecting legal info COPYING: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> 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-cbootimage v1.7 Collecting legal info ERROR: No hash found for COPYING >>> cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-cxxtest 4.4 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> eventlog 0.2.12 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gnutls 3.6.6 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> nettle 3.4.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gsl 2.3 Collecting legal info ERROR: No hash found for COPYING >>> htop 2.2.0 Collecting legal info COPYING: OK (sha256: 70466e76443cb5b68144d9fcedca9584e7bfdb6c50859daa5a0290ea27c58aad) >>> iperf3 3.6 Collecting legal info LICENSE: OK (sha256: 52c42914d7d79fe5e95d0d1b821556d9f06bf756ac910fe085a46d238a33e594) >>> jansson 2.12 Collecting legal info LICENSE: OK (sha256: f0a0c95c64e9f49ec4cbfac8e7fee06823c85ee8ba4af5d57aaabb372347adc2) >>> janus-gateway v0.5.0 Collecting legal info COPYING: OK (sha256: 0a884af515b4593503f6f0c9b424db3945bd77eaa2644d25f45eb93a412b3c19) >>> host-gengetopt 2.22.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libmicrohttpd 0.9.60 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libnice 0.1.14 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsrtp v2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> sofia-sip 1.12.11 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHTS >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.7.1 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info ERROR: No hash found for COPYING >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.33 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libkcapi 1.1.4 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libpjsip 2.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libubox 723730214732862de7e892bae2f7a7889e66bf1b Collecting legal info >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libupnp18 1.8.4 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libvpx v1.7.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> logsurfer 1.8 Collecting legal info >>> mobile-broadband-provider-info 20190116 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pptp-linux 1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> ubus 34c6e818e431cc53478a0f7c7c1eca07d194d692 Collecting legal info ERROR: No hash found for ubusd_acl.h >>> vpnc b1243d29e0c00312ead038b04a2cf5e2fa31d740 Collecting legal info ERROR: No hash found for COPYING >>> x265 2.8 Collecting legal info COPYING: OK (sha256: d8afb1bcc7a2cfc603683b168d6987ef0a48e59e0da3693bf55c5d33b67e2b49) >>> zeromq 4.3.1 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-linaro-arm-2018.05: cannot save license (TOOLCHAIN_EXTERNAL_LINARO_ARM_LICENSE_FILES not defined) WARNING: libubox-723730214732862de7e892bae2f7a7889e66bf1b: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'