checking for git... /usr/bin/git checking pkg-config is at least version 0.9.0... yes checking whether compiler predefines _FORTIFY_SOURCE... no checking for getopt_long in -lgnugetopt... no checking for lstat... yes checking for getopt_long... yes checking for getpassphrase... no checking for clock_gettime... yes checking for tcsetattr... yes checking for library containing dlopen... none required checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... no checking whether getaddrinfo() supports AI_ADDRCONFIG... yes checking for openssl... yes checking whether openssl is usable... yes checking whether zlib is usable... yes checking for Qt5Network >= 5.4... no checking for GNU make... /usr/bin/make configure: creating ./config.status config.status: creating Makefile config.status: creating znc-buildmod config.status: creating man/Makefile config.status: creating znc.pc config.status: creating znc-uninstalled.pc config.status: creating modules/Makefile config.status: creating include/znc/zncconfig.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --disable-nls, --disable-static, --enable-shared ZNC 1.7.1 configured prefix: /usr debug: no ipv6: yes openssl: yes dns: threads perl: no python: no swig: not needed cyrus: no tcl: no charset: no zlib: yes run from src: no Now you can run "make" to compile ZNC >>> znc 1.7.1 Building PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 -C /home/naourr/work/instance-1/output/build/znc-1.7.1/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/znc-1.7.1' make[2]: Entering directory '/home/naourr/work/instance-1/output/build/znc-1.7.1/man' Packing man page znc.1.gz... Packing man page znc-buildmod.1.gz... make[2]: Entering directory '/home/naourr/work/instance-1/output/build/znc-1.7.1/modules' make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/znc-1.7.1/man' Building core object main... Building core object ZNCString... Building core object Csocket... Building module admindebug... Building module adminlog... Building core object znc... Building core object IRCNetwork... Building core object User... src/IRCNetwork.cpp: In member function 'virtual void CIRCNetworkPingTimer::RunJob()': src/IRCNetwork.cpp:53:57: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] pIRCSock->GetTimeSinceLastDataTransaction() >= uFrequency) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ src/IRCNetwork.cpp:59:60: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pClient->GetTimeSinceLastDataTransaction() >= uFrequency) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ src/User.cpp: In member function 'virtual void CUserTimer::RunJob()': src/User.cpp:48:64: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (pUserClient->GetTimeSinceLastDataTransaction() >= ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ m_pUser->GetPingFrequency()) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/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, ^~~~~~~~~~~~~~~~~ In file included from ./include/znc/Client.h:24:0, from ./include/znc/znc.h:21, from ./include/znc/IRCNetwork.h:24, from src/User.cpp:20: src/User.cpp: In member function 'bool CUser::DeleteNetwork(const 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:550:9: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnDeleteNetwork(*pNetwork), this, nullptr, &bCancel); ^~~~~~~~~~~~~~ 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); ^~~~~~~~~~~~~~ Building module alias... Building core object IRCSock... Building core object Client... Building module autoattach... Building core object Chan... Building module autocycle... Building core object Nick... Building module autoop... Building module autoreply... Building core object Server... Building module autovoice... Building core object Modules... Building module awaynick... Building module awaystore... Building core object MD5... Building core object Buffer... Building core object Utils... Building module block_motd... Building core object FileUtils... Building module blockuser... Building module bouncedcc... Building module buffextras... Building core object HTTPSock... Building core object Template... Building module cert... Building core object ClientCommand... Building module certauth... Building core object Socket... Building module chansaver... Building module clearbufferonmsg... Building core object SHA256... Building module clientnotify... Building core object WebModules... Building module controlpanel... Building module crypt... Building core object Listener... Building core object Config... Building module ctcpflood... Building core object ZNCDebug... Building core object Threads... Building module dcc... Building module disconkick... Building core object version... Building module fail2ban... Building core object Query... Building core object SSLVerifyHost... Building core object Message... Building module flooddetach... Building module identfile... Building module imapauth... Building core object Translation... Building module keepnick... Building module kickrejoin... Building module lastseen... Building module listsockets... Linking znc... 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... 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 q... Building module raw... Building module route_replies... 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 certauth... Linking module chansaver... 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 kickrejoin... Linking module keepnick... Linking module lastseen... Linking module listsockets... Linking module log... Linking module missingmotd... 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 schat... Linking module send_raw... Linking module shell... Linking module simple_away... Linking module stickychan... Linking module stripcontrols... Linking module watch... Linking module webadmin... make[2]: Leaving directory '/home/naourr/work/instance-1/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/naourr/work/instance-1/output/build/znc-1.7.1' >>> znc 1.7.1 Installing to target PATH="/home/naourr/work/instance-1/output/host/bin:/home/naourr/work/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output/target install -C /home/naourr/work/instance-1/output/build/znc-1.7.1/ make[1]: Entering directory '/home/naourr/work/instance-1/output/build/znc-1.7.1' test -d /home/naourr/work/instance-1/output/target/usr/bin || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/bin test -d /home/naourr/work/instance-1/output/target/usr/include/znc || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/include/znc test -d /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig test -d /home/naourr/work/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/lib/znc test -d /home/naourr/work/instance-1/output/target/usr/share/znc || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/share/znc cp -R ./webskins /home/naourr/work/instance-1/output/target/usr/share/znc find /home/naourr/work/instance-1/output/target/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \; find /home/naourr/work/instance-1/output/target/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \; /usr/bin/install -c znc /home/naourr/work/instance-1/output/target/usr/bin /usr/bin/install -c znc-buildmod /home/naourr/work/instance-1/output/target/usr/bin /usr/bin/install -c -m 644 ./include/znc/*.h /home/naourr/work/instance-1/output/target/usr/include/znc /usr/bin/install -c -m 644 include/znc/*.h /home/naourr/work/instance-1/output/target/usr/include/znc /usr/bin/install -c -m 644 znc.pc /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig make[2]: Entering directory '/home/naourr/work/instance-1/output/build/znc-1.7.1/modules' rm -rf /home/naourr/work/instance-1/output/target/usr/share/znc/modules test -d /home/naourr/work/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/lib/znc test -d /home/naourr/work/instance-1/output/target/usr/share/znc/modules || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/share/znc/modules rm -rf /home/naourr/work/instance-1/output/target/usr/lib/znc/*.so cp -R ./data/* /home/naourr/work/instance-1/output/target/usr/share/znc/modules find /home/naourr/work/instance-1/output/target/usr/share/znc/modules -type d -exec chmod 0755 '{}' \; find /home/naourr/work/instance-1/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/naourr/work/instance-1/output/target/usr/lib/znc make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/znc-1.7.1/modules' if test -n ""; then \ test -d /home/naourr/work/instance-1/output/target || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target || exit 1 ; \ /usr/bin/install -c /home/naourr/work/instance-1/output/target || exit 1 ; \ /usr/bin/install -c libznc.dll.a /home/naourr/work/instance-1/output/target/usr/lib || exit 1 ; \ fi make[2]: Entering directory '/home/naourr/work/instance-1/output/build/znc-1.7.1/man' test -d /home/naourr/work/instance-1/output/target/usr/share/man/man1 || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target/usr/share/man/man1 /usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /home/naourr/work/instance-1/output/target/usr/share/man/man1 make[2]: Leaving directory '/home/naourr/work/instance-1/output/build/znc-1.7.1/man' #test -d /home/naourr/work/instance-1/output/target || /usr/bin/install -c -d /home/naourr/work/instance-1/output/target #/usr/bin/install -c -m 644 ./znc.service /home/naourr/work/instance-1/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/naourr/work/instance-1/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/naourr/work/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/naourr/work/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libv4l/v4l2convert.la" is touched by more than one package: [u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libv4l1.la" is touched by more than one package: [u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libvorbisidec.la" is touched by more than one package: [u'tremor', u'zbar'] Warning: staging file "./usr/lib/libv4l2.la" is touched by more than one package: [u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libSDL2_test.la" is touched by more than one package: [u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libSDL2main.la" is touched by more than one package: [u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libv4l2rds.la" is touched by more than one package: [u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libv4l/v4l1compat.la" is touched by more than one package: [u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libSDL2.la" is touched by more than one package: [u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libv4l/plugins/libv4l-mplane.la" is touched by more than one package: [u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libzlib', u'libopenssl', u'libcurl', u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'libjpeg', u'libzlib', u'libopenssl', u'libcurl', u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libv4lconvert.la" is touched by more than one package: [u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'libjpeg', u'libzlib', u'libopenssl', u'libcurl', u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libffi', u'libogg', u'libpcap', u'libv4l', u'sdl2', u'tinyxml2', u'tremor', u'zbar'] ./support/scripts/check-uniq-files -t host /home/naourr/work/instance-1/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'] mkdir -p /home/naourr/work/instance-1/output/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output/target/etc/shadow rm -f /home/naourr/work/instance-1/output/target/bin/sh rm -f /home/naourr/work/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output/build/locales.nopurge; done for dir in /home/naourr/work/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output/target/usr/include /home/naourr/work/instance-1/output/target/usr/share/aclocal \ /home/naourr/work/instance-1/output/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output/target/usr/lib/cmake /home/naourr/work/instance-1/output/target/usr/share/cmake find /home/naourr/work/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output/target/lib/ /home/naourr/work/instance-1/output/target/usr/lib/ /home/naourr/work/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-1/output/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output/target/usr/man /home/naourr/work/instance-1/output/target/usr/share/man rm -rf /home/naourr/work/instance-1/output/target/usr/info /home/naourr/work/instance-1/output/target/usr/share/info rm -rf /home/naourr/work/instance-1/output/target/usr/doc /home/naourr/work/instance-1/output/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/naourr/work/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/naourr/work/instance-1/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/naourr/work/instance-1/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-1/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-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-00478-ga729325e12"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/naourr/work/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output/target/usr make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2019.02-git-00478-ga729325e12 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 >>> argp-standalone 1.3 Collecting legal info >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-intltool 0.51.0 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-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-dfu-util 0.9 Collecting legal info ERROR: No hash found for COPYING >>> host-libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dnsmasq 2.79 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-faketime v0.9.6 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> libcurl 7.62.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libv4l 1.16.2 Collecting legal info COPYING: OK (sha256: 391e4da1c54a422a78d83be7bf84b2dfb8bacdd8ad256fa4374e128655584a8a) COPYING.libv4l: OK (sha256: 5a7f623a50e384aaf6d2ced068339ddf93d0a50d3a0ecbe86f125b07804ecc78) lib/libv4l1/libv4l1-kernelcode-license.txt: OK (sha256: 37d0f2c8dc3f267d864cb39d54f82c5092a599beb29cb5caa96d50d27e069a44) >>> micropython v1.9.4 Collecting legal info ERROR: No hash found for LICENSE >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl2 2.0.9 Collecting legal info COPYING.txt: OK (sha256: 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154) >>> spawn-fcgi 1.6.4 Collecting legal info ERROR: No hash found for COPYING >>> stress 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> tinyxml2 6.2.0 Collecting legal info readme.md: OK (sha256: 8b2ab0b6ffb86798a2512f45fcf50a3b04b3516782d2e3fb30ebf55dc18c7cce) >>> transmission 2.94 Collecting legal info COPYING: OK (sha256: 20801783bf59e27d03ed6aab625b32a34e221ae95bf801db87827c8023398495) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> xl2tp v1.3.12 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zbar 854a5d97059e395807091ac4d80c53f7968abb8f Collecting legal info ERROR: No hash found for LICENSE >>> 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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'