^~~~~~~~~~~~~~ In file included from ./include/znc/Client.h:24:0, from ./include/znc/znc.h:21, from ./include/znc/IRCNetwork.h:24, from src/IRCNetwork.cpp:17: src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::JoinChan(CChan*)': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:993:9: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnTimerAutoJoin(*pChan), m_pUser, this, nullptr, ^~~~~~~~~~~~~~~~~ ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:981:5: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnJoining(*pChan), m_pUser, this, nullptr, &bReturn); ^~~~~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'void CIRCNetwork::ClientConnected(CClient*)': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:716:9: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnPrivBufferPlayMessage(Message), m_pUser, this, ^~~~~~~~~~~~~~~~~ src/User.cpp: In member function 'CIRCNetwork* CUser::AddNetwork(const CString&, CString&)': ./include/znc/main.h:85:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macUSER != nullptr) { \ ^ ./include/znc/main.h:126:5: note: in expansion of macro '_USERMODULECALL' _USERMODULECALL(macFUNC, macUSER, nullptr, macCLIENT, macEXITER) ^~~~~~~~~~~~~~~ src/User.cpp:518:5: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnAddNetwork(*pNetwork, sErrorRet), this, nullptr, &bCancel); ^~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::Connect()': ./include/znc/main.h:110:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != nullptr) { \ ^ src/IRCNetwork.cpp:1296:5: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnIRCConnecting(pIRCSock), m_pUser, this, nullptr, ^~~~~~~~~~~~~~~~~ Building core object Client... Building core object Chan... Building core object Nick... Building core object Server... Building core object Modules... Building core object MD5... Building module alias... Building core object Buffer... Building core object Utils... Building core object FileUtils... Building core object HTTPSock... Building core object Template... Building core object ClientCommand... Building core object Socket... Building core object SHA256... Building core object WebModules... Building core object Listener... Building module autoattach... Building core object Config... Building core object ZNCDebug... In file included from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/vector:69:0, from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/random.h:34, from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/random:49, from src/Socket.cpp:17: /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const double&}; _Tp = double; _Alloc = std::allocator]': /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/vector.tcc:394:7: note: parameter passing for argument of type 'std::vector::iterator {aka __gnu_cxx::__normal_iterator >}' changed in GCC 7.1 vector<_Tp, _Alloc>:: ^~~~~~~~~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/vector:64:0, from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/random.h:34, from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/random:49, from src/Socket.cpp:17: /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_vector.h: In member function 'void std::discrete_distribution<_IntType>::param_type::_M_initialize() [with _IntType = int]': /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_vector.h:948:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 _M_realloc_insert(end(), __x); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_vector.h:948:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator >' changed in GCC 7.1 _M_realloc_insert(end(), __x); ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ Building core object Threads... Building core object version... Building core object Query... In file included from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/map:60:0, from ./include/znc/ZNCString.h:21, from ./include/znc/Template.h:21, from ./include/znc/WebModules.h:21, from src/WebModules.cpp:17: /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.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) [with _Key = CString; _Val = std::pair > >; _KeyOfValue = std::_Select1st > > >; _Compare = std::less; _Alloc = std::allocator > > >]': /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h:2470:5: note: parameter passing for argument of type 'std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::const_iterator {aka std::_Rb_tree_const_iterator > > >}' changed in GCC 7.1 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h: In member function 'void CWebSessionMap::FinishUserSessions(const CUser&)': /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h:1125:14: note: parameter passing for argument of type 'std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::const_iterator {aka std::_Rb_tree_const_iterator > > >}' changed in GCC 7.1 _M_erase_aux(__position); ~~~~~~~~~~~~^~~~~~~~~~~~ Building core object SSLVerifyHost... /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h: In member function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::erase(const _Key&) [with _Key = CString; _Val = std::pair > >; _KeyOfValue = std::_Select1st > > >; _Compare = std::less; _Alloc = std::allocator > > >]': /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h:2491:16: note: parameter passing for argument of type 'std::_Rb_tree_const_iterator > > >' changed in GCC 7.1 _M_erase_aux(__first++); ~~~~~~~~~~~~^~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h: In function 'std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::iterator std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_emplace_hint_unique(std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::const_iterator, _Args&& ...) [with _Args = {const std::piecewise_construct_t&, std::tuple, std::tuple<>}; _Key = CString; _Val = std::pair > >; _KeyOfValue = std::_Select1st > > >; _Compare = std::less; _Alloc = std::allocator > > >]': /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h:2395:7: note: parameter passing for argument of type 'std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::const_iterator {aka std::_Rb_tree_const_iterator > > >}' changed in GCC 7.1 _Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>:: ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h: In member function 'std::shared_ptr CWebSock::GetSession()': /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h:1125:14: note: parameter passing for argument of type 'std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::const_iterator {aka std::_Rb_tree_const_iterator > > >}' changed in GCC 7.1 _M_erase_aux(__position); ~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/map:61:0, from ./include/znc/ZNCString.h:21, from ./include/znc/Template.h:21, from ./include/znc/WebModules.h:21, from src/WebModules.cpp:17: /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_map.h:493:4: 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 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, ^~~ In file included from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/map:60:0, from ./include/znc/ZNCString.h:21, from ./include/znc/Template.h:21, from ./include/znc/WebModules.h:21, from src/WebModules.cpp:17: /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_tree.h:1125:14: note: parameter passing for argument of type 'std::_Rb_tree > >, std::_Select1st > > >, std::less, std::allocator > > > >::const_iterator {aka std::_Rb_tree_const_iterator > > >}' changed in GCC 7.1 _M_erase_aux(__position); ~~~~~~~~~~~~^~~~~~~~~~~~ In file included from /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/map:61:0, from ./include/znc/ZNCString.h:21, from ./include/znc/Template.h:21, from ./include/znc/WebModules.h:21, from src/WebModules.cpp:17: /home/buildroot/autobuild/run/instance-3/output/host/opt/ext-toolchain/arm-buildroot-linux-gnueabihf/include/c++/7.3.0/bits/stl_map.h:493:4: 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 __i = _M_t._M_emplace_hint_unique(__i, std::piecewise_construct, ^~~ Building core object Message... Building module autocycle... Building core object Translation... Building module autoop... Building module autoreply... Building module autovoice... Building module awaynick... Building module awaystore... Building module block_motd... Building module blockuser... Building module bouncedcc... Building module buffextras... Building module cert... Building module certauth... Building module chansaver... Building module clearbufferonmsg... Building module clientnotify... Building module controlpanel... Building module crypt... Building module ctcpflood... Building module dcc... Building module disconkick... Building module fail2ban... Building module flooddetach... Building module identfile... Building module imapauth... Linking znc... Building module keepnick... Building module kickrejoin... Building module lastseen... Building module listsockets... Building module log... Building module missingmotd... Building module modules_online... Building module nickserv... Building module notes... Building module notify_connect... Building module partyline... Building module perform... Building module q... Building module raw... Building module route_replies... partyline.cpp: In member function 'virtual CModule::EModRet CPartylineMod::OnNumericMessage(CNumericMessage&)': partyline.cpp:209:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < Msg.GetParams().size(); ++i) { ~~^~~~~~~~~~~~~~~~~~~~~~~~ Building module sample... Building module samplewebapi... Building module sasl... Building module savebuff... Building module schat... Building module send_raw... Building module shell... Building module simple_away... Building module stickychan... Building module stripcontrols... Building module watch... Building module webadmin... Linking module admindebug... Linking module adminlog... Linking module alias... Linking module autoattach... Linking module autocycle... Linking module autoop... Linking module autoreply... Linking module autovoice... Linking module awaynick... Linking module awaystore... Linking module block_motd... Linking module blockuser... Linking module bouncedcc... Linking module buffextras... Linking module cert... Linking module chansaver... Linking module certauth... Linking module clearbufferonmsg... Linking module clientnotify... Linking module controlpanel... Linking module crypt... Linking module ctcpflood... Linking module dcc... Linking module disconkick... Linking module fail2ban... Linking module flooddetach... Linking module identfile... Linking module imapauth... Linking module keepnick... Linking module kickrejoin... Linking module lastseen... Linking module listsockets... Linking module missingmotd... Linking module log... Linking module modules_online... Linking module nickserv... Linking module notes... Linking module notify_connect... Linking module partyline... Linking module perform... Linking module q... Linking module raw... Linking module route_replies... Linking module sample... Linking module samplewebapi... Linking module sasl... Linking module savebuff... Linking module send_raw... Linking module schat... Linking module shell... Linking module simple_away... Linking module stickychan... Linking module stripcontrols... Linking module watch... Linking module webadmin... make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1/modules' ZNC was successfully compiled. Use '/usr/bin/make install' to install ZNC to '/usr'. make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1' >>> znc 1.7.1 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1' test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/bin || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/bin test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc cp -R ./webskins /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \; find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \; /usr/bin/install -c znc /home/buildroot/autobuild/run/instance-3/output/target/usr/bin /usr/bin/install -c znc-buildmod /home/buildroot/autobuild/run/instance-3/output/target/usr/bin /usr/bin/install -c -m 644 ./include/znc/*.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc /usr/bin/install -c -m 644 include/znc/*.h /home/buildroot/autobuild/run/instance-3/output/target/usr/include/znc /usr/bin/install -c -m 644 znc.pc /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1/modules' rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc/*.so cp -R ./data/* /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules -type d -exec chmod 0755 '{}' \; find /home/buildroot/autobuild/run/instance-3/output/target/usr/share/znc/modules -type f -exec chmod 0644 '{}' \; /usr/bin/install -c admindebug.so adminlog.so alias.so autoattach.so autocycle.so autoop.so autoreply.so autovoice.so awaynick.so awaystore.so block_motd.so blockuser.so bouncedcc.so buffextras.so cert.so certauth.so chansaver.so clearbufferonmsg.so clientnotify.so controlpanel.so crypt.so ctcpflood.so dcc.so disconkick.so fail2ban.so flooddetach.so identfile.so imapauth.so keepnick.so kickrejoin.so lastseen.so listsockets.so log.so missingmotd.so modules_online.so nickserv.so notes.so notify_connect.so partyline.so perform.so q.so raw.so route_replies.so sample.so samplewebapi.so sasl.so savebuff.so schat.so send_raw.so shell.so simple_away.so stickychan.so stripcontrols.so watch.so webadmin.so /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/znc make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1/modules' if test -n ""; then \ test -d /home/buildroot/autobuild/run/instance-3/output/target || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target || exit 1 ; \ /usr/bin/install -c /home/buildroot/autobuild/run/instance-3/output/target || exit 1 ; \ /usr/bin/install -c libznc.dll.a /home/buildroot/autobuild/run/instance-3/output/target/usr/lib || exit 1 ; \ fi make[2]: Entering directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1/man' test -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1 || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1 /usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1 make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1/man' #test -d /home/buildroot/autobuild/run/instance-3/output/target || /usr/bin/install -c -d /home/buildroot/autobuild/run/instance-3/output/target #/usr/bin/install -c -m 644 ./znc.service /home/buildroot/autobuild/run/instance-3/output/target ****************************************************************** ZNC was successfully installed. You can use '/usr/bin/znc --makeconf' to generate a config file. If you need help with using ZNC, please visit our wiki at: https://znc.in make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output/build/znc-1.7.1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'apr-util', u'assimp', u'libpthsem', u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libcryptsetup.la" is touched by more than one package: [u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'assimp', u'libpthsem', u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libyaml.la" is touched by more than one package: [u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libeibclient.la" is touched by more than one package: [u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/liblog4cxx.la" is touched by more than one package: [u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libproj.la" is touched by more than one package: [u'proj', u'wayland'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'libopenssl', u'apr-util', u'assimp', u'libpthsem', u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: [u'libpthsem', u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'assimp', u'libpthsem', u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libopenssl', u'apr-util', u'assimp', u'libpthsem', u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'libopenssl', u'apr-util', u'assimp', u'libpthsem', u'bcusdk', u'json-c', u'libaio', u'lvm2', u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libluksmeta.la" is touched by more than one package: [u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] Warning: staging file "./usr/lib/libpopt.la" is touched by more than one package: [u'popt', u'cryptsetup', u'libffi', u'libupnp18', u'libxml2', u'libyaml', u'lm-sensors', u'log4cxx', u'luksmeta', u'proj', u'wayland'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison', u'host-libffi'] mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-3/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-00793-gf3a483a81b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2018.11-git-00793-gf3a483a81b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.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-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> assimp v3.2 Collecting legal info ERROR: No hash found for LICENSE >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> bcusdk 0.0.5 Collecting legal info ERROR: No hash found for COPYING >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> cryptsetup 2.0.4 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lvm2 2.02.180 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> fbset 2.1 Collecting legal info >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libupnp18 1.8.3 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libyaml 0.2.1 Collecting legal info LICENSE: OK (sha256: bfcb6a7dfbfd30e0ccc8bb34ab712bd1568586ad8c5b078ccae443b04e79749e) >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> log4cxx 0.10.0 Collecting legal info ERROR: No hash found for LICENSE >>> luksmeta 8 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> nmon 16g Collecting legal info lmon16g.c: OK (md5: 246ccfc74d5af55d992601fc4d3d4a72) lmon16g.c: OK (sha1: 926217a98f78dd398d4d5690d7b10b8b2b620168) lmon16g.c: OK (sha256: da82dd693b503b062854dfe7dbb5d36b347872ab44a4aa05b97e9d577747f688) >>> odroid-scripts cfd289b1d69136b8bfd725d90cd648da4654f2bd Collecting legal info >>> olsr 0.9.6.1 Collecting legal info ERROR: No hash found for license.txt ERROR: No hash found for lib/pud/nmealib/LICENSE >>> openvpn 2.4.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proj 5.0.1 Collecting legal info COPYING: OK (sha256: 2dcac4af6990093ef48b896bfb81452d46a31b08d46cce34b27e83f93b2e37f6) >>> tzdata 2018e Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> wayland 1.15.0 Collecting legal info ERROR: No hash found for COPYING >>> host-wayland 1.15.0 Collecting legal info ERROR: No hash found for COPYING >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> znc 1.7.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: fbset-2.1: cannot save license (FBSET_LICENSE_FILES not defined) WARNING: odroid-scripts-cfd289b1d69136b8bfd725d90cd648da4654f2bd: cannot save license (ODROID_SCRIPTS_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot'