/home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/vector.tcc:105:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 _M_realloc_insert(end(), std::forward<_Args>(__args)...); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In lambda function: /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:1151:80: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 json_array msg { json_value(msg_type::wamp_msg_hello), json_value(realm) }; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In lambda function: /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:1099:83: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 json_array msg { json_value(msg_type::wamp_msg_hello), json_value(cc.realm) }; ^ In file included from /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/vector:63:0, from /home/naourr/work/instance-0/output/build/wampcc-v1.6/include/wampcc/json.h:15, from /home/naourr/work/instance-0/output/build/wampcc-v1.6/include/wampcc/types.h:11, from /home/naourr/work/instance-0/output/build/wampcc-v1.6/include/wampcc/wamp_session.h:11, from /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:8: /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_uninitialized.h: In static member function 'static _ForwardIterator std::__uninitialized_copy<_TrivialValueTypes>::__uninit_copy(_InputIterator, _InputIterator, _ForwardIterator) [with _InputIterator = __gnu_cxx::__normal_iterator >; _ForwardIterator = wampcc::json_value*; bool _TrivialValueTypes = false]': /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 __uninit_copy(_InputIterator __first, _InputIterator __last, ^~~~~~~~~~~~~ /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_uninitialized.h:76:9: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_uninitialized.h: In member function 'std::vector<_Tp, _Alloc>& std::vector<_Tp, _Alloc>::operator=(const std::vector<_Tp, _Alloc>&) [with _Tp = wampcc::json_value; _Alloc = std::allocator]': /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_uninitialized.h:134:41: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 __uninit_copy(__first, __last, __result); ^ /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_uninitialized.h: In copy constructor 'std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = wampcc::json_value; _Alloc = std::allocator]': /home/naourr/work/instance-0/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_uninitialized.h:134:41: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 __uninit_copy(__first, __last, __result); ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'void wampcc::wamp_session::handle_HELLO(wampcc::json_array&)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:905:21: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 std::move(extra)}; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'wampcc::t_request_id wampcc::wamp_session::provide(const string&, wampcc::json_object, wampcc::on_registered_fn, wampcc::on_invocation_fn, void*)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:1211:9: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 uri }; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'wampcc::t_request_id wampcc::wamp_session::subscribe(const string&, wampcc::json_object, wampcc::on_subscribed_fn, wampcc::on_event_fn, void*)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:1344:75: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 json_array msg {msg_type::wamp_msg_subscribe, 0, std::move(options), uri}; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'wampcc::t_request_id wampcc::wamp_session::unsubscribe(wampcc::t_subscription_id, wampcc::on_unsubscribed_fn, void*)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:1370:69: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 json_array msg {msg_type::wamp_msg_unsubscribe, 0, subscription_id}; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'wampcc::t_request_id wampcc::wamp_session::call(const string&, wampcc::json_object, wampcc::wamp_args, wampcc::on_result_fn, void*)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:1591:102: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 json_array msg {msg_type::wamp_msg_call, 0, std::move(options), uri, args.args_list, args.args_dict}; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'wampcc::t_request_id wampcc::wamp_session::publish(const string&, wampcc::json_object, wampcc::wamp_args, wampcc::on_published_fn, void*)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:1944:49: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 args.args_list, args.args_dict}; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'wampcc::t_request_id wampcc::wamp_session::invocation(wampcc::t_registration_id, const json_object&, wampcc::wamp_args, wampcc::on_yield_fn, void*)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:2038:37: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 args.args_list, args.args_dict}; ^ /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc: In member function 'wampcc::t_request_id wampcc::wamp_session::unprovide(wampcc::t_registration_id, wampcc::on_unregistered_fn, void*)': /home/naourr/work/instance-0/output/build/wampcc-v1.6/libs/wampcc/wamp_session.cc:2730:68: note: parameter passing for argument of type 'std::initializer_list' changed in GCC 7.1 json_array msg {msg_type::wamp_msg_unregister, 0, registration_id}; ^ [100%] Linking CXX static library libwampcc.a make[3]: Leaving directory '/home/naourr/work/instance-0/output/build/wampcc-v1.6' [100%] Built target wampcc_static make[2]: Leaving directory '/home/naourr/work/instance-0/output/build/wampcc-v1.6' make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/wampcc-v1.6' >>> wampcc v1.6 Installing to staging directory PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot install/fast -C /home/naourr/work/instance-0/output/build/wampcc-v1.6/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/wampcc-v1.6' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/wampcc.pc -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/pkgconfig/wampcc_json.pc -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc_json.a -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc_json.so.6.0.0 -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc_json.so.6 -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc_json.so -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/json.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/json_internals.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc.a -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc.so.6.0.0 -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc.so.6 -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc.so -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/lib/libwampcc.so.6.0.0" to "" -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/version.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/types.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/kernel.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/wamp_session.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/wamp_router.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/protocol.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/rawsocket_protocol.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/websocket_protocol.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/tcp_socket.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/socket_address.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/data_model.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/error.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/helper.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/wampcc.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/include/wampcc/ssl_socket.h -- Installing: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/admin -- Set runtime path of "/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/admin" to "" make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/wampcc-v1.6' >>> wampcc v1.6 Fixing libtool files >>> wampcc v1.6 Installing to target PATH="/home/naourr/work/instance-0/output/host/bin:/home/naourr/work/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-0/output/target install/fast -C /home/naourr/work/instance-0/output/build/wampcc-v1.6/ make[1]: Entering directory '/home/naourr/work/instance-0/output/build/wampcc-v1.6' Install the project... -- Install configuration: "Release" -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig/wampcc.pc -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig/wampcc_json.pc -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc_json.a -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc_json.so.6.0.0 -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc_json.so.6 -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc_json.so -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/json.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/json_internals.h -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc.a -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc.so.6.0.0 -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc.so.6 -- Installing: /home/naourr/work/instance-0/output/target/usr/lib/libwampcc.so -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/lib/libwampcc.so.6.0.0" to "" -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/version.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/types.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/kernel.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/wamp_session.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/wamp_router.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/protocol.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/rawsocket_protocol.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/websocket_protocol.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/tcp_socket.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/socket_address.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/data_model.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/error.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/helper.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/wampcc.h -- Installing: /home/naourr/work/instance-0/output/target/usr/include/wampcc/ssl_socket.h -- Installing: /home/naourr/work/instance-0/output/target/usr/bin/admin -- Set runtime path of "/home/naourr/work/instance-0/output/target/usr/bin/admin" to "" make[1]: Leaving directory '/home/naourr/work/instance-0/output/build/wampcc-v1.6' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/naourr/work/instance-0/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'check', u'readline'] ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'audit', u'check', u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'check', u'readline'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libplist++.la" is touched by more than one package: [u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libspatialindex_c.la" is touched by more than one package: [u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libauparse.la" is touched by more than one package: [u'audit', u'check', u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libspatialindex.la" is touched by more than one package: [u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libaudit.la" is touched by more than one package: [u'audit', u'check', u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libbluetooth.la" is touched by more than one package: [u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libpoppler-cpp.la" is touched by more than one package: [u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libkms.la" is touched by more than one package: [u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libva.la" is touched by more than one package: [u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libva-drm.la" is touched by more than one package: [u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libjq.la" is touched by more than one package: [u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libupnpp.la" is touched by more than one package: [u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libwebsock.la" is touched by more than one package: [u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libplist.la" is touched by more than one package: [u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libtwolame.la" is touched by more than one package: [u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libsbc.la" is touched by more than one package: [u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libsepol', u'pcre', u'libselinux', u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libffi', u'ncurses', u'readline', u'libzlib', u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libpoppler.la" is touched by more than one package: [u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libraw1394.la" is touched by more than one package: [u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'bluez_utils', u'bzip2', u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libdbus-glib-1.la" is touched by more than one package: [u'dbus-glib', u'libtommath', u'libtomcrypt', u'libcap', u'libsodium', u'libuecc', u'libopenssl', u'freetype', u'fontconfig', u'libxml2', u'jansson', u'jq', u'jsoncpp', u'libcurl', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libmicrohttpd.la" is touched by more than one package: [u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libevent', u'libmicrohttpd', u'libmpdclient', u'libplist', u'libraw1394', u'ustr', u'libsemanage', u'libsndfile', u'libspatialindex', u'libupnp', u'libupnpp', u'libuv', u'libva', u'libwebsock', u'lua', u'openobex', u'poppler', u'sbc', u'twolame', u'wampcc'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] rm -f /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/naourr/work/instance-0/output/host/bin/glib-compile-schemas /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabihf/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/naourr/work/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -rf /home/naourr/work/instance-0/output/target/usr/share/lua/5.3/doc rm -rf /home/naourr/work/instance-0/output/target/usr/lib/luarocks mkdir -p /home/naourr/work/instance-0/output/target/etc echo "buildroot" > /home/naourr/work/instance-0/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-0/output/target/etc/hosts mkdir -p /home/naourr/work/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-0/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-0/output/target/etc/shadow rm -f /home/naourr/work/instance-0/output/target/bin/sh rm -f /home/naourr/work/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-0/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-0/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-0/output/target/usr/include /home/naourr/work/instance-0/output/target/usr/share/aclocal \ /home/naourr/work/instance-0/output/target/usr/lib/pkgconfig /home/naourr/work/instance-0/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-0/output/target/usr/lib/cmake /home/naourr/work/instance-0/output/target/usr/share/cmake find /home/naourr/work/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-0/output/target/lib/ /home/naourr/work/instance-0/output/target/usr/lib/ /home/naourr/work/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/naourr/work/instance-0/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-0/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-0/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-0/output/target/usr/man /home/naourr/work/instance-0/output/target/usr/share/man rm -rf /home/naourr/work/instance-0/output/target/usr/info /home/naourr/work/instance-0/output/target/usr/share/info rm -rf /home/naourr/work/instance-0/output/target/usr/doc /home/naourr/work/instance-0/output/target/usr/share/doc rm -rf /home/naourr/work/instance-0/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-0/output/target/usr/share 2>/dev/null || true find /home/naourr/work/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/naourr/work/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-0/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/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/naourr/work/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/naourr/work/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-rc1-00021-gebffca8ba4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-rc1\"" \ ) > /home/naourr/work/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-0/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-0/output/target/usr make: Leaving directory '/home/naourr/work/instance-0/buildroot' make: Entering directory '/home/naourr/work/instance-0/buildroot' >>> Buildroot 2018.11-rc1-00021-gebffca8ba4 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info ERROR: No hash found for COPYING >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> audit 2.8.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcap-ng 0.7.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bluez_utils 4.101 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 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.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> readline 7.0 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> ca-certificates 20180409 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> dbus-glib 0.110 Collecting legal info ERROR: No hash found for COPYING >>> host-dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-dbus-glib 0.110 Collecting legal info ERROR: No hash found for COPYING >>> dropbear 2018.76 Collecting legal info ERROR: No hash found for LICENSE >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> fastd 18 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> fetchmail 6.3.26 Collecting legal info ERROR: No hash found for COPYING >>> fontconfig 2.12.4 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gconf 3.2.6 Collecting legal info COPYING: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> jq 1.5 Collecting legal info ERROR: No hash found for COPYING >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> libdrm 2.4.96 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libmicrohttpd 0.9.59 Collecting legal info COPYING: OK (sha256: 70e12e2a60151b9ed1a4c94a5ffeb99cd086fa94542b5a92fec581506e8d3121) >>> libmpdclient 2.16 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.47.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python-setuptools 40.5.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.7.1 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> libplist 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libsemanage 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libspatialindex 1.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libupnpp 0.16.1 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> libuv v1.23.2 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libva 2.3.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info ERROR: No hash found for COPYING.lesser >>> lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> luaposix 34.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> host-lua 5.3.5 Collecting legal info ERROR: No hash found for doc/readme.html >>> luainterpreter Collecting legal info >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> policycoreutils 2.8 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> poppler 0.59.0 Collecting legal info ERROR: No hash found for COPYING >>> read-edid 3.0.2 Collecting legal info ERROR: No hash found for LICENSE >>> ruby 2.4.5 Collecting legal info LEGAL: OK (sha256: 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> host-ruby 2.4.5 Collecting legal info LEGAL: OK (sha256: 609292a6d848ab223073944fc2d844449391a5ba2055a8b5baf1726bc13b39cb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> sbc 1.3 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> twolame 0.3.13 Collecting legal info ERROR: No hash found for COPYING >>> upmpdcli 1.2.16 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ussp-push 0.11 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> wampcc v1.6 Collecting legal info LICENSE: OK (sha256: bd185b1ec8a292d42b42346757ff6e198073e13c1e080e9ea548d34dd42d30d8) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libdrm-2.4.96: cannot save license (LIBDRM_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-0/output/legal-info make: Leaving directory '/home/naourr/work/instance-0/buildroot'