CXX src/src_libzmq_la-server.lo CXX src/src_libzmq_la-session_base.lo CXX src/src_libzmq_la-signaler.lo CXX src/src_libzmq_la-socket_base.lo CXX src/src_libzmq_la-socks.lo CXX src/src_libzmq_la-socks_connecter.lo CXX src/src_libzmq_la-stream.lo CXX src/src_libzmq_la-stream_connecter_base.lo CXX src/src_libzmq_la-stream_listener_base.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 In file included from /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/algorithm:62, from src/timers.cpp:34: /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_algo.h:3921:5: note: parameter passing for argument of type 'std::_Rb_tree_iterator >' changed in GCC 7.1 find_if(_InputIterator __first, _InputIterator __last, ^~~~~~~ /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_algo.h:3921: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:83:49: note: parameter passing for argument of type 'std::_Rb_tree_iterator >' changed in GCC 7.1 match_by_id (timer_id_))) { ^ In file included from /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/map:60, from src/timers.hpp:34, from src/timers.cpp:31: /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_tree.h:1136: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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/map:62, from src/timers.hpp:34, from src/timers.cpp:31: /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_multimap.h:707: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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/map:62, from src/timers.hpp:34, from src/timers.cpp:31: /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_multimap.h:707: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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/map:60, from src/timers.hpp:34, from src/timers.cpp:31: /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_tree.h:2500: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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_tree.h:2500: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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_tree.h: In member function 'int zmq::timers_t::execute()': /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_tree.h:1169:2: 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/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_tree.h: In member function 'long int zmq::timers_t::timeout()': /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/include/c++/8.3.0/bits/stl_tree.h:1169:2: 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-v1_decoder.lo CXX src/src_libzmq_la-v2_decoder.lo CXX src/src_libzmq_la-v1_encoder.lo 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 CXX perf/proxy_thr.o AR external/unity/libunity.a AR tests/libtestutil.a CXXLD src/libzmq.la CXXLD perf/local_lat CXXLD tools/curve_keygen CXXLD perf/remote_lat CXXLD perf/local_thr CXXLD perf/remote_thr CXXLD perf/inproc_lat CXXLD perf/inproc_thr CXXLD perf/proxy_thr make[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' make[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' >>> zeromq 4.3.2 Installing to staging directory PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot install -C /home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/ make[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' Making install in doc make[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' make[3]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include' /usr/bin/install -c -m 644 src/libzmq.pc '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzmq.so.5.2.2 /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libzmq.so.5.2.2 libtool: install: (cd /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so.5 || { rm -f libzmq.so.5 && ln -s libzmq.so.5.2.2 libzmq.so.5; }; }) libtool: install: (cd /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.5.2.2 libzmq.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libzmq.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin/curve_keygen make[3]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' make[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' make[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' >>> zeromq 4.3.2 Fixing libtool files for la in $(find /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-2/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zeromq 4.3.2 Installing to target PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-2/output-1/target install -C /home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/ make[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' Making install in doc make[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2/doc' make[2]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' make[3]: Entering directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/target/usr/include' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzmq.la '/home/naourr/work/instance-2/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 include/zmq.h include/zmq_utils.h '/home/naourr/work/instance-2/output-1/target/usr/include' libtool: install: /usr/bin/install -c src/.libs/libzmq.so.5.2.2 /home/naourr/work/instance-2/output-1/target/usr/lib/libzmq.so.5.2.2 /usr/bin/install -c -m 644 src/libzmq.pc '/home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig' libtool: install: (cd /home/naourr/work/instance-2/output-1/target/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so.5 || { rm -f libzmq.so.5 && ln -s libzmq.so.5.2.2 libzmq.so.5; }; }) libtool: install: (cd /home/naourr/work/instance-2/output-1/target/usr/lib && { ln -s -f libzmq.so.5.2.2 libzmq.so || { rm -f libzmq.so && ln -s libzmq.so.5.2.2 libzmq.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzmq.lai /home/naourr/work/instance-2/output-1/target/usr/lib/libzmq.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-2/output-1/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c tools/curve_keygen '/home/naourr/work/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c tools/curve_keygen /home/naourr/work/instance-2/output-1/target/usr/bin/curve_keygen make[3]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' make[2]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' make[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zeromq-4.3.2' zmqpp-4.2.0.tar.gz: OK (sha256: c1d4587df3562f73849d9e5f8c932ca7dcfc7d8bec31f62d7f35073ef81f4d29) >>> zmqpp 4.2.0 Extracting gzip -d -c /home/naourr/work/instance-2/dl/zmqpp/zmqpp-4.2.0.tar.gz | /home/naourr/work/instance-2/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0 -xf - >>> zmqpp 4.2.0 Patching Applying 0001-Allow-building-shared-or-static-library-only.patch using patch: patching file Makefile >>> zmqpp 4.2.0 Configuring >>> zmqpp 4.2.0 Building PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ar" AS="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-as" LD="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" NM="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-nm" CC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" GCC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" CPP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-cpp" CXX="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++" FC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" F77="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" RANLIB="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ranlib" READELF="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf" STRIP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-strip" OBJCOPY="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-objcopy" OBJDUMP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-2/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl CONFIG=release LDFLAGS=" -lpthread -latomic" LD="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes library -C /home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0 make[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0' mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/message.o src/zmqpp/message.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/frame.o src/zmqpp/frame.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/zmqpp.o src/zmqpp/zmqpp.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/socket.o src/zmqpp/socket.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/poller.o src/zmqpp/poller.cpp src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::send(const string&, bool)': src/zmqpp/socket.cpp:122:68: warning: 'bool zmqpp::socket::send(const string&, int)' is deprecated [-Wdeprecated-declarations] return send(str, (dont_block) ? socket::dont_wait : socket::normal); ^ In file included from src/zmqpp/socket.cpp:24: src/zmqpp/socket.hpp:292:7: note: declared here bool send(std::string const& string, int const flags); ^~~~ src/zmqpp/socket.cpp: In member function 'bool zmqpp::socket::receive(std::__cxx11::string&, bool)': src/zmqpp/socket.cpp:128:71: warning: 'bool zmqpp::socket::receive(std::__cxx11::string&, int)' is deprecated [-Wdeprecated-declarations] return receive(str, (dont_block) ? socket::dont_wait : socket::normal); ^ In file included from src/zmqpp/socket.cpp:24: src/zmqpp/socket.hpp:307:7: note: declared here bool receive(std::string& string, int const flags); ^~~~~~~ mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/z85.o src/zmqpp/z85.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/context.o src/zmqpp/context.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/reactor.o src/zmqpp/reactor.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/signal.o src/zmqpp/signal.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/loop.o src/zmqpp/loop.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/actor.o src/zmqpp/actor.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/proxy.o src/zmqpp/proxy.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/auth.o src/zmqpp/auth.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/curve.o src/zmqpp/curve.cpp In file included from src/zmqpp/curve.cpp:17: /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/zmq_utils.h:46:84: note: #pragma message: Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h. "Warning: zmq_utils.h is deprecated. All its functionality is provided by zmq.h.") ^ mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/proxy_steerable.o src/zmqpp/proxy_steerable.cpp mkdir -p build/obj/zmqpp/ /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -MMD -std=c++11 -pipe -Wall -DBUILD_ENV=release -DBUILD_DATESTAMP='"2019-11-22 06:17"' -DBUILD_LIBRARY_NAME='"zmqpp"' -DBUILD_CLIENT_NAME='"zmqpp"' -I./src -fPIC -O3 -funroll-loops -ffast-math -finline-functions -fomit-frame-pointer -DNO_DEBUG_LOG -DNO_TRACE_LOG -DNDEBUG -c -o build/obj/zmqpp/zap_request.o src/zmqpp/zap_request.cpp /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++ -lpthread -latomic -shared -rdynamic -Wl,-soname -Wl,libzmqpp.so.4 -o ./build/libzmqpp.so.4 build/obj/zmqpp/message.o build/obj/zmqpp/frame.o build/obj/zmqpp/zmqpp.o build/obj/zmqpp/socket.o build/obj/zmqpp/poller.o build/obj/zmqpp/z85.o build/obj/zmqpp/context.o build/obj/zmqpp/reactor.o build/obj/zmqpp/signal.o build/obj/zmqpp/loop.o build/obj/zmqpp/actor.o build/obj/zmqpp/proxy.o build/obj/zmqpp/auth.o build/obj/zmqpp/curve.o build/obj/zmqpp/proxy_steerable.o build/obj/zmqpp/zap_request.o -lzmq make[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Installing to staging directory /usr/bin/install -m 0755 -d /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/zmqpp PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ar" AS="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-as" LD="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" NM="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-nm" CC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" GCC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" CPP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-cpp" CXX="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++" FC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" F77="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" RANLIB="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ranlib" READELF="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf" STRIP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-strip" OBJCOPY="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-objcopy" OBJDUMP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-2/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot install -C /home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0 make[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/zmqpp mkdir -p /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib mkdir -p /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig install -m 644 ./src/zmqpp/proxy.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/message.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/context.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/reactor.hpp /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0' >>> zmqpp 4.2.0 Fixing libtool files for la in $(find /home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-2/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-2/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zmqpp 4.2.0 Installing to target /usr/bin/install -m 0755 -d /home/naourr/work/instance-2/output-1/target/usr/include/zmqpp PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 PATH="/home/naourr/work/instance-2/output-1/host/bin:/home/naourr/work/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ar" AS="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-as" LD="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" NM="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-nm" CC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" GCC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gcc" CPP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-cpp" CXX="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++" FC="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" F77="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-gfortran" RANLIB="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ranlib" READELF="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-readelf" STRIP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-strip" OBJCOPY="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-objcopy" OBJDUMP="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-2/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-2/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-2/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-2/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-as" DEFAULT_LINKER="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-2/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-2/output-1/host/arm-buildroot-linux-musleabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl LD="/home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-g++" BUILD_PATH=./build PREFIX=/usr BUILD_STATIC=no BUILD_SHARED=yes DESTDIR=/home/naourr/work/instance-2/output-1/target install -C /home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0 make[1]: Entering directory '/home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0' sed 's/^Version.*/Version: 4.2.0/g' ./src/libzmqpp.pc > ./build/libzmqpp.pc mkdir -p /home/naourr/work/instance-2/output-1/target/usr/include/zmqpp mkdir -p /home/naourr/work/instance-2/output-1/target/usr/lib mkdir -p /home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig install -m 644 ./src/zmqpp/proxy.hpp ./src/zmqpp/socket_types.hpp ./src/zmqpp/socket_mechanisms.hpp ./src/zmqpp/message.hpp ./src/zmqpp/exception.hpp ./src/zmqpp/zmqpp.hpp ./src/zmqpp/socket_options.hpp ./src/zmqpp/curve.hpp ./src/zmqpp/inet.hpp ./src/zmqpp/poller.hpp ./src/zmqpp/byte_ordering.hpp ./src/zmqpp/frame.hpp ./src/zmqpp/compatibility.hpp ./src/zmqpp/context.hpp ./src/zmqpp/signal.hpp ./src/zmqpp/loop.hpp ./src/zmqpp/actor.hpp ./src/zmqpp/zap_request.hpp ./src/zmqpp/socket.hpp ./src/zmqpp/auth.hpp ./src/zmqpp/proxy_steerable.hpp ./src/zmqpp/context_options.hpp ./src/zmqpp/z85.hpp ./src/zmqpp/reactor.hpp /home/naourr/work/instance-2/output-1/target/usr/include/zmqpp install -m 755 ./build/libzmqpp.pc /home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig/libzmqpp.pc install -m 755 ./build/libzmqpp.so.4 /home/naourr/work/instance-2/output-1/target/usr/lib/libzmqpp.so.4.2.0 ln -sf libzmqpp.so.4.2.0 /home/naourr/work/instance-2/output-1/target/usr/lib/libzmqpp.so.4 ln -sf libzmqpp.so.4.2.0 /home/naourr/work/instance-2/output-1/target/usr/lib/libzmqpp.so if [ -f ./build/zmqpp ]; then install -m 755 ./build/zmqpp /home/naourr/work/instance-2/output-1/target/usr/bin; fi use make installcheck to test the install make[1]: Leaving directory '/home/naourr/work/instance-2/output-1/build/zmqpp-4.2.0' >>> Finalizing target directory # Check files that are touched by more than one package /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-2/output-1/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-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-2/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-2/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-2/output-1/target/etc/shadow rm -f /home/naourr/work/instance-2/output-1/target/bin/sh rm -f /home/naourr/work/instance-2/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-2/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-2/output-1/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-2/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-2/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-2/output-1/target/usr/include /home/naourr/work/instance-2/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-2/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-2/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-2/output-1/target/usr/lib/cmake /home/naourr/work/instance-2/output-1/target/usr/share/cmake find /home/naourr/work/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-2/output-1/target/lib/ /home/naourr/work/instance-2/output-1/target/usr/lib/ /home/naourr/work/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-2/output-1/target/usr/man /home/naourr/work/instance-2/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-2/output-1/target/usr/info /home/naourr/work/instance-2/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-2/output-1/target/usr/doc /home/naourr/work/instance-2/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-2/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-2/output-1/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-2/output-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-2/output-1/host/bin/arm-buildroot-linux-musleabihf-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-2/output-1/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-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/naourr/work/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-rc2-04101-gdbfd6d8194"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-rc2\"" \ ) > /home/naourr/work/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-2/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-2/output-1/target/usr make: Leaving directory '/home/naourr/work/instance-2/buildroot' make: Entering directory '/home/naourr/work/instance-2/buildroot' >>> Buildroot 2019.11-rc2-04101-gdbfd6d8194 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.3.0 Collecting legal info >>> host-binutils 2.31.1 Collecting legal info ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING.LIB >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.1.24 Collecting legal info COPYRIGHT: OK (sha256: 3520d478bccbdf68d9dc0c03984efb0fa4b99868ab2599f5b5f72f3fb3b07a49) >>> host-gcc-initial 8.3.0 Collecting legal info >>> linux-headers 5.3.11 Collecting legal info ERROR: No hash found for COPYING >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> alsa-utils 1.1.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gettext Collecting legal info >>> gettext-gnu 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-gettext Collecting legal info >>> host-gettext-gnu 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.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> argp-standalone 1.3 Collecting legal info >>> audiofile 0.3.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.GPL >>> boost 1.71.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.34 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) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cifs-utils 6.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freetype 2.10.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gesftpserver 1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gnupg 1.4.23 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> gnuplot 5.0.6 Collecting legal info ERROR: No hash found for Copyright >>> host-imx-mkimage rel_imx_4.14.78_1.0.0_ga Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> libass 0.14.0 Collecting legal info COPYING: OK (sha256: f7e30699d02798351e7f839e3d3bfeb29ce65e44efa7735c225464c4fd7dfe9c) >>> libfribidi 1.0.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libeXosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libhtp 0.5.31 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libuio ca28ff0f69d89a789a47552c72db5a43d280710b Collecting legal info ERROR: No hash found for COPYING >>> libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.33 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mpd 0.21.16 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 0.52.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.9.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.0 Collecting legal info LICENSE: OK (sha256: a77d71d6be6f9032e6b6e5d2cf6da68f9eeab9036edfbc043633c8979cd5e82c) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> parted 3.2 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.16 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> raptor 2.0.15 Collecting legal info ERROR: No hash found for LICENSE.txt >>> sdl2 2.0.9 Collecting legal info COPYING.txt: OK (sha256: 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154) >>> zeromq 4.3.2 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> zmqpp 4.2.0 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-2/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-2/buildroot'