checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking for net/if.h... yes checking for net/if_media.h... no checking for linux/wireless.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for ssize_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint32_t... yes checking for working volatile... yes checking whether byte ordering is bigendian... (cached) yes checking for presence of CMake recipes... no configure: ENABLE_PERF_LOCAL defined configure: ENABLE_PERF_REMOTE defined configure: ENABLE_ZPINGER defined configure: ENABLE_ZTESTER_BEACON defined configure: ENABLE_ZTESTER_GOSSIP defined configure: ENABLE_ZYRE_SELFTEST defined checking return type of signal handlers... void checking for perror... yes checking for gettimeofday... yes checking for memset... no checking for getifaddrs... yes configure: Building stable and legacy API + draft API checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/libzyre.pc config.status: creating src/platform.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls ########################################################################## # SUMMARY # ########################################################################## Package version............... : zyre-2.0.0 C compiler.................... : /accts/mlweber1/instance-3/output/host/bin/mips-linux-gnu-gcc C compiler flags.............. : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os C++ compiler.................. : /accts/mlweber1/instance-3/output/host/bin/mips-linux-gnu-g++ C++ compiler flags............ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os Configure date................ : 2018-05-27 15:19 Build architecture............ : mips-buildroot-linux-gnu Build docs.................... : no Build host.................... : largo Build user.................... : Draft API..................... : yes Install dir................... : /usr Install man pages............. : no Help: Use the Draft API (default = yes): --enable-drafts=(yes|no) Build the docs and install the man pages (default = yes): --with-docs=(yes|no) *requires asciidoc and xmlto ########################################################################## Configure complete! Now proceed with: - 'make' compile the project - 'make check' run the project's selftest - 'make install' install the project to /usr Further options are: - 'make callcheck' run the project's selftest with valgrind to check for performance leaks - 'make check-verbose' run the project's selftest in verbose mode - 'make code' generate code from models in src directory (requires zproject and zproto) - 'make debug' run the project's selftest under gdb - 'make memcheck' run the project's selftest with valgrind to check for memory leaks - 'make coverage' generate project's selftest coverage report expects --with-gcov option for configure >>> zyre v2.0.0 Building PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 -C /accts/mlweber1/instance-3/output/build/zyre-v2.0.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' Making all in doc make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' CC src/src_libzyre_la-zyre.lo CC src/src_libzyre_la-zyre_event.lo CC src/src_libzyre_la-zre_msg.lo CC src/src_libzyre_la-zyre_peer.lo CC src/src_libzyre_la-zyre_group.lo CC src/src_libzyre_la-zyre_node.lo CC src/src_libzyre_la-zyre_private_selftest.lo CC src/src_zpinger-zpinger.o CC src/src_perf_local-perf_local.o CC src/src_perf_remote-perf_remote.o CC src/src_ztester_beacon-ztester_beacon.o CC src/src_ztester_gossip-ztester_gossip.o CC src/src_zyre_selftest-zyre_selftest.o CCLD src/libzyre.la libtool: warning: '/accts/mlweber1/instance-3/output/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib/libzmq.la' seems to be moved libtool: warning: '/accts/mlweber1/instance-3/output/host/bin/../mips-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la' seems to be moved CCLD src/perf_local CCLD src/zpinger CCLD src/perf_remote CCLD src/ztester_beacon CCLD src/ztester_gossip CCLD src/zyre_selftest make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' >>> zyre v2.0.0 Installing to staging directory PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot install -C /accts/mlweber1/instance-3/output/build/zyre-v2.0.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for `install-exec-am'. make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' /bin/mkdir -p '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib' /bin/mkdir -p '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/include' /bin/mkdir -p '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/libzyre.pc '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/share/zproject/zyre' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/include' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; }) libtool: install: (cd /accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c src/zpinger '/accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/bin/zpinger make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' >>> zyre v2.0.0 Fixing libtool files >>> zyre v2.0.0 Installing to target PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-3/output/target install -C /accts/mlweber1/instance-3/output/build/zyre-v2.0.0/ make[1]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' SKIPPING documentation generation and formatting (BUILD_DOC was not required and/or tools are missing) make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for `install-exec-am'. make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0/doc' make[2]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' make[3]: Entering directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/lib' /bin/sh ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/accts/mlweber1/instance-3/output/target/usr/lib' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/share/zproject/zyre' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/accts/mlweber1/instance-3/output/target/usr/share/zproject/zyre' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/include' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/accts/mlweber1/instance-3/output/target/usr/include' /usr/bin/install -c -m 644 src/libzyre.pc '/accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /accts/mlweber1/instance-3/output/target/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /accts/mlweber1/instance-3/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so.2 || { rm -f libzyre.so.2 && ln -s libzyre.so.2.0.0 libzyre.so.2; }; }) libtool: install: (cd /accts/mlweber1/instance-3/output/target/usr/lib && { ln -s -f libzyre.so.2.0.0 libzyre.so || { rm -f libzyre.so && ln -s libzyre.so.2.0.0 libzyre.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libzyre.lai /accts/mlweber1/instance-3/output/target/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/accts/mlweber1/instance-3/output/target/usr/bin' /bin/sh ./libtool --mode=install /usr/bin/install -c src/zpinger '/accts/mlweber1/instance-3/output/target/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /accts/mlweber1/instance-3/output/target/usr/bin/zpinger make[3]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' make[2]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' make[1]: Leaving directory `/accts/mlweber1/instance-3/output/build/zyre-v2.0.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'skalibs', u'execline', u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libsigrok.la" is touched by more than one package: [u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libkcapi.la" is touched by more than one package: [u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libattr.la" is touched by more than one package: [u'attr', u'bitstream', u'boost', u'ncurses', u'libzlib', u'util-linux', u'zeromq', u'czmq', u'skalibs', u'execline', u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libvncclient.la" is touched by more than one package: [u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'skalibs', u'execline', u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libtspi.la" is touched by more than one package: [u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'skalibs', u'execline', u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libneon.la" is touched by more than one package: [u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libf2fs_format.la" is touched by more than one package: [u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'skalibs', u'execline', u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libf2fs.la" is touched by more than one package: [u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/liblog4c.la" is touched by more than one package: [u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libsz.la" is touched by more than one package: [u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libvncserver.la" is touched by more than one package: [u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'skalibs', u'execline', u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'zeromq', u'czmq', u'skalibs', u'execline', u'expat', u'f2fs-tools', u'libopenssl', u'libjpeg', u'snappy', u'leveldb', u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libffi', u'pcre', u'libglib2', u'libkcapi', u'liblog4c-localtime', u'libmhash', u'libmodplug', u'libmpdclient', u'libpng', u'libzip', u'libsigrok', u'libvncserver', u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'neon', u'openal', u'qdecoder', u's6', u'szip', u'tcl', u'trousers', u'ustr', u'valijson', u'zyre'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-3/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-libffi', u'host-bison'] grep -qsE '^/bin/dash$' /accts/mlweber1/instance-3/output/target/etc/shells || echo "/bin/dash" >> /accts/mlweber1/instance-3/output/target/etc/shells rm -f /accts/mlweber1/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-3/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-3/output/host/mips-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "buildroot" > /accts/mlweber1/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-3/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-3/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-3/output/target/etc/shadow rm -f /accts/mlweber1/instance-3/output/target/bin/sh rm -f /accts/mlweber1/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-3/output/build/locales.nopurge; done for dir in /accts/mlweber1/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-3/output/target/usr/include /accts/mlweber1/instance-3/output/target/usr/share/aclocal \ /accts/mlweber1/instance-3/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-3/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-3/output/target/usr/lib/cmake /accts/mlweber1/instance-3/output/target/usr/share/cmake find /accts/mlweber1/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-3/output/target/lib/ /accts/mlweber1/instance-3/output/target/usr/lib/ /accts/mlweber1/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-3/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-3/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-3/output/target/usr/man /accts/mlweber1/instance-3/output/target/usr/share/man rm -rf /accts/mlweber1/instance-3/output/target/usr/info /accts/mlweber1/instance-3/output/target/usr/share/info rm -rf /accts/mlweber1/instance-3/output/target/usr/doc /accts/mlweber1/instance-3/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-3/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-3/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/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 /accts/mlweber1/instance-3/output/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-3/output/host/bin/mips-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/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 /accts/mlweber1/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 /accts/mlweber1/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-rc2-00014-g4da86cd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-rc2\"" \ ) > /accts/mlweber1/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-3/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/instance-3/output/target/usr make: Leaving directory `/accts/mlweber1/instance-3/buildroot' make: Entering directory `/accts/mlweber1/instance-3/buildroot' >>> Buildroot 2018.05-rc2-00014-g4da86cd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info PATH="/accts/mlweber1/instance-3/output/host/bin:/accts/mlweber1/instance-3/output/host/sbin:/usr/bin:/bin" BR2_DL_DIR=/accts/mlweber1/instance-3/dl BUILD_DIR=/accts/mlweber1/instance-3/output/build O=/accts/mlweber1/instance-3/output flock /accts/mlweber1/instance-3/dl/toolchain-external-codesourcery-mips/ support/download/dl-wrapper -c '2016.05-8' -d '/accts/mlweber1/instance-3/dl/toolchain-external-codesourcery-mips' -D '/accts/mlweber1/instance-3/dl' -f 'mips-2016.05-8-mips-linux-gnu.src.tar.bz2' -H 'toolchain/toolchain-external/toolchain-external-codesourcery-mips//toolchain-external-codesourcery-mips.hash' -n 'toolchain-external-codesourcery-mips-2016.05-8' -N 'toolchain-external-codesourcery-mips' -o '/accts/mlweber1/instance-3/dl/toolchain-external-codesourcery-mips/mips-2016.05-8-mips-linux-gnu.src.tar.bz2' -u http\|urlencode+http://rclinux-git.rockwellcollins.com/dl/toolchain-external-codesourcery-mips -u http\|urlencode+http://rclinux-git.rockwellcollins.com/dl -u https://sourcery.mentor.com/public/gnu_toolchain/mips-linux-gnu -u http\|urlencode+http://sources.buildroot.net/toolchain-external-codesourcery-mips -u http\|urlencode+http://sources.buildroot.net -- mips-2016.05-8-mips-linux-gnu.src.tar.bz2: OK (sha256: 2658e55d5b71bba25d6f77e868e18b200ea5f75c8add7ed3a9266e716d9adfff) >>> toolchain-external-codesourcery-mips 2016.05-8 Collecting legal info >>> toolchain Collecting legal info >>> attr 2.4.47 Collecting legal info ERROR: No hash found for doc/COPYING ERROR: No hash found for doc/COPYING.LGPL >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> boost 1.66.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> ca-certificates 20170717 Collecting legal info ERROR: No hash found for debian/copyright >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> 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) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> czmq 4.1.1 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.2.5 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LESSER >>> 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) >>> 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) >>> daemon 0.6.4 Collecting legal info ERROR: No hash found for LICENSE >>> dash 0.5.9.1 Collecting legal info ERROR: No hash found for COPYING >>> dejavu 2.37 Collecting legal info ERROR: No hash found for LICENSE >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> f2fs-tools v1.8.0 Collecting legal info ERROR: No hash found for COPYING >>> fetchmail 6.3.26 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> fping 4.0 Collecting legal info ERROR: No hash found for COPYING >>> jhead 3.00 Collecting legal info ERROR: No hash found for readme.txt >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> leveldb v1.20 Collecting legal info ERROR: No hash found for LICENSE >>> snappy be6dc3db83c4701e3e79694dcbfd1c3da03b91dd Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> 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) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> libkcapi 1.1.0 Collecting legal info COPYING: OK (sha256: b0336f8f07a6abf8b0a59d961f53601d7c4a7c09a8137805b730a34a976039f8) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> liblog4c-localtime v1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmodplug 0.8.8.5 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libmpdclient 2.14 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.46.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libsigrok 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libzip 1.4.0 Collecting legal info LICENSE: OK (sha256: 3c964a7eb1abeb6bd6f40035ed3a014728ff8c5437f107dcf24fbbfab16e227e) >>> libvncserver 0.9.11 Collecting legal info ERROR: No hash found for COPYING >>> lsuio 0.2.0 Collecting legal info ERROR: No hash found for COPYING >>> mongrel2 1.9.2 Collecting legal info ERROR: No hash found for LICENSE >>> sqlite 3220000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> monkey 1.5.6 Collecting legal info ERROR: No hash found for LICENSE >>> mpd-mpc 0.30 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> multicat 2.2 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> ncftp 3.2.6 Collecting legal info ERROR: No hash found for doc/LICENSE.txt >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> openal 1.18.2 Collecting legal info ERROR: No hash found for COPYING >>> openntpd 6.2p3 Collecting legal info COPYING: OK (sha256: 6c1822ee950652c12bb3773849db18794f62c63452a70d018edf23e8cba71839) >>> openssh 7.7p1 Collecting legal info LICENCE: OK (sha256: 05a4c25ef464e19656c5259bd4f4da8428efab01044f3541b79fbb3ff209350f) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 139ba071c222a5b0c20075f7c2265029ddd59449 Collecting legal info ERROR: No hash found for COPYING >>> host-dtc 1.4.4 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> psplash 5b3c1cc28f5abdc2c33830150b48b278cc4f7bca Collecting legal info >>> qdecoder r12.0.5 Collecting legal info ERROR: No hash found for COPYING >>> s6-linux-init 0.4.0.0 Collecting legal info COPYING: OK (sha256: 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3) >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> s6-linux-utils 2.4.0.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> s6-portable-utils 2.2.1.1 Collecting legal info COPYING: OK (sha256: 6ee77e7199d69b707ab864ea7a838f9562717aaa41c89413bdb2cf835f95052f) >>> sigrok-cli 0.7.0 Collecting legal info ERROR: No hash found for COPYING >>> sp-oops-extract 0.0.7-1 Collecting legal info ERROR: No hash found for COPYING >>> sredird 2.2.2 Collecting legal info ERROR: No hash found for COPYING >>> sslh v1.18 Collecting legal info ERROR: No hash found for COPYING >>> szip 2.1 Collecting legal info ERROR: No hash found for COPYING >>> tcl 8.6.6 Collecting legal info license.terms: OK (sha256: c0a69a2bfd757361ec7e6143973b103c90409316b49e9c88db26ad6388e79f16) >>> tcping 1.3.5 Collecting legal info ERROR: No hash found for LICENSE >>> tn5250 0.17.4 Collecting legal info ERROR: No hash found for COPYING >>> tpm-tools 1.3.9.1 Collecting legal info LICENSE: OK (sha256: 7b47225a5b77cb7825efc6a4d7e0ac57864c790542cf92f5080ec2bf310c00e5) >>> trousers 0.3.13 Collecting legal info ERROR: No hash found for LICENSE >>> ustr 1.0.4 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE_BSD ERROR: No hash found for LICENSE_LGPL ERROR: No hash found for LICENSE_MIT >>> valijson 424b706f990a9eb96dfc19cc8e54f2cd6ce5e186 Collecting legal info ERROR: No hash found for LICENSE >>> zyre v2.0.0 Collecting legal info ERROR: No hash found for LICENSE WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-codesourcery-mips-2016.05-8: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_MIPS_LICENSE_FILES not defined) WARNING: psplash-5b3c1cc28f5abdc2c33830150b48b278cc4f7bca: cannot save license (PSPLASH_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-3/output/legal-info make: Leaving directory `/accts/mlweber1/instance-3/buildroot'