checking for getopt_long... yes checking for getpassphrase... no 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... yes checking whether getaddrinfo() supports AI_ADDRCONFIG... yes checking whether zlib is usable... yes 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.6.5 configured prefix: /usr debug: no ipv6: yes openssl: no (explicitly disabled) 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.6.5 Building PATH="/home/test/autobuild/run/instance-1/output/host/bin:/home/test/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/test/autobuild/run/instance-1/output/build/znc-1.6.5/ make[1]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5' make[2]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/man' Packing man page znc.1.gz... Packing man page znc-buildmod.1.gz... Building core object main... make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/man' Building core object ZNCString... Building core object Csocket... make[2]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/modules' Building module adminlog... Building core object znc... Building module alias... Building core object IRCNetwork... Building module autoattach... In file included from ./include/znc/Client.h:23: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:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != NULL) { \ ^ src/IRCNetwork.cpp:929:3: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnTimerAutoJoin(*pChan), m_pUser, this, NULL, &bFailed); ^~~~~~~~~~~~~~~~~ ./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != NULL) { \ ^ src/IRCNetwork.cpp:918:2: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnJoining(*pChan), m_pUser, this, NULL, &bReturn); ^~~~~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'void CIRCNetwork::ClientConnected(CClient*)': ./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != NULL) { \ ^ src/IRCNetwork.cpp:669:3: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnPrivBufferPlayLine2(*pClient, sLine, BufLine.GetTime()), m_pUser, this, NULL, &bContinue); ^~~~~~~~~~~~~~~~~ src/IRCNetwork.cpp: In member function 'bool CIRCNetwork::Connect()': ./include/znc/main.h:110:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macNETWORK != NULL) { \ ^ src/IRCNetwork.cpp:1234:2: note: in expansion of macro 'NETWORKMODULECALL' NETWORKMODULECALL(OnIRCConnecting(pIRCSock), m_pUser, this, NULL, &bAbort); ^~~~~~~~~~~~~~~~~ Building module autocycle... Building module autoop... Building module autoreply... Building core object User... Building module autovoice... Building module awaynick... In file included from ./include/znc/Client.h:23: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:86:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macUSER != nullptr) { \ ^ ./include/znc/main.h:126:2: note: in expansion of macro '_USERMODULECALL' _USERMODULECALL(macFUNC, macUSER, NULL, macCLIENT, macEXITER) ^~~~~~~~~~~~~~~ src/User.cpp:496:3: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnDeleteNetwork(*pNetwork), this, NULL, &bCancel); ^~~~~~~~~~~~~~ src/User.cpp: In member function 'CIRCNetwork* CUser::AddNetwork(const CString&, CString&)': ./include/znc/main.h:86:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (macUSER != nullptr) { \ ^ ./include/znc/main.h:126:2: note: in expansion of macro '_USERMODULECALL' _USERMODULECALL(macFUNC, macUSER, NULL, macCLIENT, macEXITER) ^~~~~~~~~~~~~~~ src/User.cpp:462:2: note: in expansion of macro 'USERMODULECALL' USERMODULECALL(OnAddNetwork(*pNetwork, sErrorRet), this, NULL, &bCancel); ^~~~~~~~~~~~~~ Building core object IRCSock... Building core object Client... Building module block_motd... Building module blockuser... Building core object Chan... Building module bouncedcc... Building core object Nick... Building module buffextras... Building core object Server... Building core object Modules... Building core object MD5... Building core object Buffer... Building module chansaver... Building module clearbufferonmsg... Building core object Utils... Building module clientnotify... Building module controlpanel... Building module ctcpflood... Building core object FileUtils... Building module dcc... Building core object HTTPSock... Building core object Template... Building module disconkick... Building module fail2ban... Building core object ClientCommand... Building module flooddetach... Building module identfile... Building module imapauth... 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... Building module sample... Building core object Socket... Building module sasl... Building module send_raw... Building module shell... Building core object SHA256... Building core object WebModules... Building module simple_away... Building module stickychan... Building module watch... Building module webadmin... Linking module adminlog... Linking module alias... Linking module autoattach... Linking module autocycle... Linking module autoop... Linking module autoreply... Building core object Listener... Building core object Config... Linking module autovoice... Linking module awaynick... Linking module block_motd... Linking module blockuser... Building core object ZNCDebug... Linking module bouncedcc... Linking module buffextras... Linking module chansaver... Linking module clearbufferonmsg... Linking module clientnotify... Linking module controlpanel... Linking module ctcpflood... Building core object Threads... 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 log... Linking module missingmotd... Linking module modules_online... Linking module nickserv... Linking module notes... Linking module notify_connect... Linking module partyline... Linking module perform... Building core object version... Building core object Query... Linking module q... Linking module raw... Linking module route_replies... Building core object SSLVerifyHost... Linking module sample... Linking module sasl... Linking module send_raw... Linking module shell... Linking module simple_away... Linking module stickychan... Linking module watch... Linking znc... Linking module webadmin... make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/modules' ZNC was successfully compiled. Use '/usr/bin/make install' to install ZNC to '/usr'. make[1]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5' >>> znc 1.6.5 Installing to target PATH="/home/test/autobuild/run/instance-1/output/host/bin:/home/test/autobuild/run/instance-1/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/test/autobuild/run/instance-1/output/target install -C /home/test/autobuild/run/instance-1/output/build/znc-1.6.5/ make[1]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5' test -d /home/test/autobuild/run/instance-1/output/target/usr/bin || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/bin test -d /home/test/autobuild/run/instance-1/output/target/usr/include/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/include/znc test -d /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig test -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc test -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc cp -R ./webskins /home/test/autobuild/run/instance-1/output/target/usr/share/znc find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/webskins -type d -exec chmod 0755 '{}' \; find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/webskins -type f -exec chmod 0644 '{}' \; /usr/bin/install -c znc /home/test/autobuild/run/instance-1/output/target/usr/bin /usr/bin/install -c znc-buildmod /home/test/autobuild/run/instance-1/output/target/usr/bin /usr/bin/install -c -m 644 ./include/znc/*.h /home/test/autobuild/run/instance-1/output/target/usr/include/znc /usr/bin/install -c -m 644 include/znc/zncconfig.h /home/test/autobuild/run/instance-1/output/target/usr/include/znc /usr/bin/install -c -m 644 znc.pc /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig make[2]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/modules' rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules test -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/lib/znc test -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules rm -rf /home/test/autobuild/run/instance-1/output/target/usr/lib/znc/*.so cp -R ./data/* /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules -type d -exec chmod 0755 '{}' \; find /home/test/autobuild/run/instance-1/output/target/usr/share/znc/modules -type f -exec chmod 0644 '{}' \; /usr/bin/install -c adminlog.so alias.so autoattach.so autocycle.so autoop.so autoreply.so autovoice.so awaynick.so block_motd.so blockuser.so bouncedcc.so buffextras.so chansaver.so clearbufferonmsg.so clientnotify.so controlpanel.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 sasl.so send_raw.so shell.so simple_away.so stickychan.so watch.so webadmin.so /home/test/autobuild/run/instance-1/output/target/usr/lib/znc make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/modules' if test -n ""; then \ test -d /home/test/autobuild/run/instance-1/output/target || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target || exit 1 ; \ /usr/bin/install -c /home/test/autobuild/run/instance-1/output/target || exit 1 ; \ fi make[2]: Entering directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/man' test -d /home/test/autobuild/run/instance-1/output/target/usr/share/man/man1 || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target/usr/share/man/man1 /usr/bin/install -c -m 644 znc.1.gz znc-buildmod.1.gz /home/test/autobuild/run/instance-1/output/target/usr/share/man/man1 make[2]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5/man' #test -d /home/test/autobuild/run/instance-1/output/target || /usr/bin/install -c -d /home/test/autobuild/run/instance-1/output/target #/usr/bin/install -c -m 644 ./znc.service /home/test/autobuild/run/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: http://znc.in make[1]: Leaving directory `/home/test/autobuild/run/instance-1/output/build/znc-1.6.5' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/test/autobuild/run/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'enscript', u'ocrad'] ./support/scripts/check-uniq-files -t staging /home/test/autobuild/run/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libevdev.la" is touched by more than one package: [u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'apr-util', u'aubio', u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/omxloaders/libomxdynamicloader.la" is touched by more than one package: [u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libatomic_ops_gpl.la" is touched by more than one package: [u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libatomic_ops.la" is touched by more than one package: [u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'apr-util', u'aubio', u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'apr', u'expat', u'apr-util', u'aubio', u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libgraphite2.la" is touched by more than one package: [u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/bellagio/libomxaudio_effects.la" is touched by more than one package: [u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/bellagio/libomxvideosched.la" is touched by more than one package: [u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libidn', u'ocrad'] Warning: staging file "./usr/lib/libcord.la" is touched by more than one package: [u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libshout.la" is touched by more than one package: [u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'apr-util', u'aubio', u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libidn.la" is touched by more than one package: [u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'aubio', u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libatomic_ops', u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/bellagio/libomxclocksrc.la" is touched by more than one package: [u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libomxil-bellagio.la" is touched by more than one package: [u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libgc.la" is touched by more than one package: [u'bdwgc', u'bellagio', u'bzip2', u'libcap', u'e2fsprogs', u'graphite2', u'libev', u'libevdev', u'libidn', u'libogg', u'libvorbis', u'libshout', u'ocrad', u'physfs'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libshout', u'ocrad', u'physfs'] ./support/scripts/check-uniq-files -t host /home/test/autobuild/run/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-bison', u'host-gettext'] Warning: host file "./share/man/man8/fsck.8" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] mkdir -p /home/test/autobuild/run/instance-1/output/target/etc echo "buildroot" > /home/test/autobuild/run/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/test/autobuild/run/instance-1/output/target/etc/hosts mkdir -p /home/test/autobuild/run/instance-1/output/target/etc echo "Welcome to Buildroot" > /home/test/autobuild/run/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/test/autobuild/run/instance-1/output/target/etc/shadow rm -f /home/test/autobuild/run/instance-1/output/target/bin/sh rm -f /home/test/autobuild/run/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/test/autobuild/run/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/test/autobuild/run/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/test/autobuild/run/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/test/autobuild/run/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/test/autobuild/run/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/test/autobuild/run/instance-1/output/target/usr/include /home/test/autobuild/run/instance-1/output/target/usr/share/aclocal \ /home/test/autobuild/run/instance-1/output/target/usr/lib/pkgconfig /home/test/autobuild/run/instance-1/output/target/usr/share/pkgconfig \ /home/test/autobuild/run/instance-1/output/target/usr/lib/cmake /home/test/autobuild/run/instance-1/output/target/usr/share/cmake find /home/test/autobuild/run/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/test/autobuild/run/instance-1/output/target/lib/ /home/test/autobuild/run/instance-1/output/target/usr/lib/ /home/test/autobuild/run/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: `/home/test/autobuild/run/instance-1/output/target/usr/libexec/': No such file or directory rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/gdb rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/bash-completion rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/zsh rm -rf /home/test/autobuild/run/instance-1/output/target/usr/man /home/test/autobuild/run/instance-1/output/target/usr/share/man rm -rf /home/test/autobuild/run/instance-1/output/target/usr/info /home/test/autobuild/run/instance-1/output/target/usr/share/info rm -rf /home/test/autobuild/run/instance-1/output/target/usr/doc /home/test/autobuild/run/instance-1/output/target/usr/share/doc rm -rf /home/test/autobuild/run/instance-1/output/target/usr/share/gtk-doc rmdir /home/test/autobuild/run/instance-1/output/target/usr/share 2>/dev/null || true find /home/test/autobuild/run/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/test/autobuild/run/instance-1/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/test/autobuild/run/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/test/autobuild/run/instance-1/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/test/autobuild/run/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/test/autobuild/run/instance-1/output/host/bin/mipsel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/test/autobuild/run/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/test/autobuild/run/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/test/autobuild/run/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00908-g1e2a8d4"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /home/test/autobuild/run/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/test/autobuild/run/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /home/test/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target make: Leaving directory `/home/test/autobuild/run/instance-1/buildroot' make: Entering directory `/home/test/autobuild/run/instance-1/buildroot' >>> Buildroot 2018.05-git-00908-g1e2a8d4 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 >>> 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 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 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> aubio 0.4.5 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> batctl 2017.0 Collecting legal info >>> libnl 3.4.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> bdwgc 7.6.2 Collecting legal info README.QUICK: OK (sha256: 9944acfcee6cca308d974933977c1608804f5ad4345aac7cb8608137104e3742) >>> libatomic_ops v7.4.10 Collecting legal info doc/LICENSING.txt: OK (sha256: f0e630c0ca489767033da5a0c869fb4231db522c5ff479ce55a853a923a00f69) COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bellagio 0.9.3 Collecting legal info ERROR: No hash found for COPYING >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cdrkit 1.1.11 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> 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) >>> darkhttpd 1.12 Collecting legal info >>> dropbear 2017.75 Collecting legal info ERROR: No hash found for LICENSE >>> e2fsprogs 1.44.1 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2fsprogs 1.44.1 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.32 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) >>> e2tools 3158ef18a903ca4a98b8fa220c9fc5c133d8bdf6 Collecting legal info ERROR: No hash found for COPYING >>> enscript 1.6.6 Collecting legal info ERROR: No hash found for COPYING >>> graphite2 1.3.10 Collecting legal info ERROR: No hash found for LICENSE >>> libev 4.24 Collecting legal info ERROR: No hash found for LICENSE >>> libevdev 1.5.9 Collecting legal info COPYING: OK (sha256: f063d1279b31e73007e1c54493391818b4cb5f9162d590120397e0347b932137) >>> libidn 1.33 Collecting legal info ERROR: No hash found for COPYINGv2 ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.LESSERv3 >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libplayer 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> lrzsz 0.12.20 Collecting legal info ERROR: No hash found for COPYING >>> ocrad 0.26 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> physfs 3.0.1 Collecting legal info LICENSE.txt: OK (sha256: 7ce475991f6cc09958ef0d57312522eba78e36d984307c95f9a3965adf7e4e2b) >>> rt-tests 1.0 Collecting legal info ERROR: No hash found for COPYING >>> tcping 1.3.5 Collecting legal info ERROR: No hash found for LICENSE >>> znc 1.6.5 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: batctl-2017.0: cannot save license (BATCTL_LICENSE_FILES not defined) WARNING: darkhttpd-1.12: cannot save license (DARKHTTPD_LICENSE_FILES not defined) Legal info produced in /home/test/autobuild/run/instance-1/output/legal-info make: Leaving directory `/home/test/autobuild/run/instance-1/buildroot'