--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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/ make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' Making all in doc make[2]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/doc' make[2]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/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-zyre_peer.lo CC src/src_libzyre_la-zre_msg.lo CC src/src_libzyre_la-zyre_node.lo CC src/src_libzyre_la-zyre_group.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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/../arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzmq.la' seems to be moved libtool: warning: '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/../arm-buildroot-linux-gnueabi/sysroot/usr/lib/libuuid.la' seems to be moved CCLD src/zpinger CCLD src/perf_local CCLD src/perf_remote CCLD src/ztester_beacon CCLD src/ztester_gossip CCLD src/zyre_selftest make[2]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' >>> zyre v2.0.0 Installing to staging directory PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot install -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/ make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for `install-exec-am'. make[3]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/doc' make[2]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/doc' make[2]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' make[3]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/zproject/zyre' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 src/libzyre.pc '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/share/zproject/zyre' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/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/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/bin/zpinger make[3]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' make[2]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' >>> zyre v2.0.0 Fixing libtool files >>> zyre v2.0.0 Installing to target PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" /usr/bin/make -j6 DESTDIR=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target install -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/ make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' Making install in doc make[2]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/doc' make[3]: Nothing to be done for `install-exec-am'. make[3]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/doc' make[2]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0/doc' make[2]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' make[3]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zproject/zyre' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/include' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/pkgconfig' /bin/bash ./libtool --mode=install /usr/bin/install -c src/libzyre.la '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib' /usr/bin/install -c -m 644 include/zyre.h include/zyre_event.h include/zyre_library.h '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/include' /usr/bin/install -c -m 644 api/zyre.api api/zyre_event.api '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zproject/zyre' /usr/bin/install -c -m 644 src/libzyre.pc '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c src/.libs/libzyre.so.2.0.0 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/libzyre.so.2.0.0 libtool: install: (cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/libzyre.la libtool: warning: remember to run 'libtool --finish /usr/lib' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c src/zpinger '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/bin' libtool: install: /usr/bin/install -c src/zpinger /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/bin/zpinger make[3]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' make[2]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zyre-v2.0.0' make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/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/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/bin/lsscsi" is touched by more than one package: [u'busybox', u'lsscsi'] Warning: target file "./etc/fstab" is touched by more than one package: [u'skeleton-init-sysv', u'libselinux'] Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'tinc'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libSDL2_test.la" is touched by more than one package: [u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'toolchain-external-codesourcery-arm', u'gmp'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'cups', u'zeromq', u'czmq', u'libpcap', u'dmalloc', u'freetype', u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libSDL2.la" is touched by more than one package: [u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libselinux', u'libzlib', u'util-linux', u'cups', u'zeromq', u'czmq', u'libpcap', u'dmalloc', u'freetype', u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'libpcap', u'dmalloc', u'freetype', u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/liborc-test-0.4.la" is touched by more than one package: [u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libcgroup.la" is touched by more than one package: [u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libselinux', u'libzlib', u'util-linux', u'cups', u'zeromq', u'czmq', u'libpcap', u'dmalloc', u'freetype', u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libselinux', u'libzlib', u'util-linux', u'cups', u'zeromq', u'czmq', u'libpcap', u'dmalloc', u'freetype', u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libSDL2main.la" is touched by more than one package: [u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/liborc-0.4.la" is touched by more than one package: [u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'libpcap', u'dmalloc', u'freetype', u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libSDL_ttf.la" is touched by more than one package: [u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libSDL.la" is touched by more than one package: [u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libmp3lame.la" is touched by more than one package: [u'lame', u'libogg', u'libvorbis', u'libopenssl', u'rpi-userland', u'ffmpeg', u'flac', u'gmp', u'libjpeg', u'libcgroup', u'libevent', u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libSDLmain.la" is touched by more than one package: [u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libid3tag', u'lzo', u'sqlite', u'orc', u'physfs', u'pugixml', u'sdl', u'sdl2', u'sdl_ttf', u'thrift', u'zyre'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/packages-file-list-host.txt Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_pthreads.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libid3tag.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libjpeg.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libfreetype.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libcgroup.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libvorbis.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libczmq.la" is touched by more than one package: [u'host-e2fsprogs', u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-json-c', u'host-e2fsprogs', u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/liborc-0.4.la" is touched by more than one package: [u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_core.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libvorbisenc.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libsqlite3.la" is touched by more than one package: [u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpcreposix.la" is touched by more than one package: [u'host-json-c', u'host-e2fsprogs', u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libFLAC.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] 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 "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_openssl.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libevent_extra.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libogg.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/liborc-test-0.4.la" is touched by more than one package: [u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libexif.la" is touched by more than one package: [u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libvorbisfile.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libmp3lame.la" is touched by more than one package: [u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/share/info/dir" is touched by more than one package: [u'host-m4', u'host-gutenprint'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpcrecpp.la" is touched by more than one package: [u'host-json-c', u'host-e2fsprogs', u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libpcre.la" is touched by more than one package: [u'host-json-c', u'host-e2fsprogs', u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] Warning: host file "./sbin/fsck" is touched by more than one package: [u'host-util-linux', u'host-e2fsprogs'] Warning: host file "./arm-buildroot-linux-gnueabi/sysroot/usr/lib/libzmq.la" is touched by more than one package: [u'host-e2fsprogs', u'host-gutenprint', u'host-xorgproto', u'host-orc', u'host-patchelf', u'host-pwgen', u'host-boost'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/ash" >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/hush" >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arm-none-linux-gnueabi-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%arm920t%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 `%g" -e "s%@HOST_DIR@%/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/hosts mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shadow rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/bin/sh rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge; done for dir in /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/include /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/aclocal \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/pkgconfig /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/pkgconfig \ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/cmake /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/cmake find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gdb rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/zsh rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/man /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/info /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/info rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/doc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc rm -rf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/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 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arm-none-linux-gnueabi-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/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 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/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 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.05-git-00184-ga5bc6ee"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.05-git\"" \ ) > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr make: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' make: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/buildroot' >>> Buildroot 2019.05-git-00184-ga5bc6ee Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info arm-2014.05-29-arm-none-linux-gnueabi.src.tar.bz2: OK (sha256: e16a5b1e41d7ff1e74161f9405182001bc8d1360d89564e73911032e6966cc0d) >>> toolchain-external-codesourcery-arm 2014.05-29 Collecting legal info >>> toolchain Collecting legal info >>> aumix 2.9.1 Collecting legal info ERROR: No hash found for COPYING >>> 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-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.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> boost 1.69.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> iproute2 4.20.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libselinux 2.8 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-cryptsetup 2.0.6 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.13.1 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.02.180 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cups 2.2.7 Collecting legal info LICENSE.txt: OK (sha256: 6e0e0ffbde118aae709f7ef65590de9071e8b2cd322f84fd645c6b64f3cc452c) >>> czmq 4.2.0 Collecting legal info ERROR: No hash found for LICENSE >>> zeromq 4.3.1 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> dhcpdump 1.8 Collecting legal info ERROR: No hash found for LICENSE >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dmalloc 5.5.2 Collecting legal info ERROR: No hash found for dmalloc.h.1 >>> host-e2fsprogs 1.44.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> exfat-utils 1.3.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-f2fs-tools v1.11.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> ffmpeg 3.4.5 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> rpi-userland e5803f2c986cbf8c919c60278b3231dcdf4271a6 Collecting legal info ERROR: No hash found for LICENCE >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> gutenprint 5.2.11 Collecting legal info ERROR: No hash found for COPYING >>> host-gutenprint 5.2.11 Collecting legal info ERROR: No hash found for COPYING >>> initscripts Collecting legal info >>> iptraf-ng 1.1.4 Collecting legal info ERROR: No hash found for LICENSE >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> libcgroup 0.41 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> lsscsi 0.30 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> minidlna 1.2.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENCE.miniupnpd >>> host-xutil_makedepend 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xorgproto 2018.4 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-panoramixproto: OK (sha256: 27d8cbdcde7a0bd062ce49cdf8c672201452a64e3e6823f09b1beffe2c4b8eff) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da4a28570230228b9bd80a701c5d8752f8609394de2e0d46d26d978bd07610db) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> sqlite 3250300 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> openswan 2.6.51.1 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> orc 0.4.27 Collecting legal info ERROR: No hash found for COPYING >>> host-orc 0.4.27 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) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pugixml 1.9 Collecting legal info readme.txt: OK (sha256: 5f2318fdea73711b4761fd395462a51dc7d4626088ebaa41732b598821ac935a) >>> host-pwgen 2.07 Collecting legal info ERROR: No hash found for debian/copyright >>> host-python-lxml 4.3.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools 40.6.3 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> sdl 1.2.15 Collecting legal info ERROR: No hash found for COPYING >>> sdl2 2.0.9 Collecting legal info COPYING.txt: OK (sha256: 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154) >>> sdl_ttf 2.0.11 Collecting legal info ERROR: No hash found for COPYING >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> thrift 0.12.0 Collecting legal info LICENSE: OK (sha256: 23df881cec3192d1f4474633c14eb2ec30a45b84f8daeb82b9de5d2bd3ac8218) >>> host-thrift 0.12.0 Collecting legal info LICENSE: OK (sha256: 23df881cec3192d1f4474633c14eb2ec30a45b84f8daeb82b9de5d2bd3ac8218) >>> host-boost 1.69.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> tinc 1.0.35 Collecting legal info COPYING: OK (sha256: 3a112fd37b47d624e89b130d0e158bb8d14ec5bc9ecf5f18b448d2c07626e43d) COPYING.README: OK (sha256: 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b) >>> 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-arm-2014.05-29: cannot save license (TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/legal-info make: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/buildroot'