checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for mode_t... yes checking for size_t... yes checking for lstat... yes checking for stat... yes checking for setmode... no checking whether O_BINARY is declared... no checking whether exsltDateXpathCtxtRegister is declared... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xmlstarlet.spec config.status: creating Makefile config.status: creating solaris/package/sol8-sparc/pkginfo config.status: creating solaris/package/sol9-sparc/pkginfo config.status: creating config.h config.status: executing depfiles 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, --disable-static, --enable-shared >>> xmlstarlet 1.6.1 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:/usr/bin:/bin" /usr/bin/make -j3 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1/ make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' /usr/bin/make all-am make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' GEN src/usage.c GEN src/c14n-usage.c GEN src/edit-usage.c GEN src/elem-usage.c GEN src/escape-usage.c GEN src/depyx-usage.c GEN src/format-usage.c GEN src/ls-usage.c GEN src/pyx-usage.c GEN src/select-usage.c GEN src/trans-usage.c GEN src/unescape-usage.c GEN src/validate-usage.c CC src/trans.o CC src/xml.o CC src/xml_C14N.o CC src/xml_depyx.o CC src/xml_edit.o CC src/xml_elem.o CC src/xml_escape.o src/xml_elem.c: In function 'elMain': src/xml_elem.c:271:27: warning: passing argument 2 of 'xmlHashScan' from incompatible pointer type [-Wincompatible-pointer-types] xmlHashScan(uniq, hash_key_put, &lines); ^~~~~~~~~~~~ In file included from src/xml_elem.c:32:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/hash.h:212:4: note: expected 'xmlHashScanner {aka void (*)(void *, void *, const unsigned char *)}' but argument is of type 'void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}' xmlHashScan (xmlHashTablePtr table, ^~~~~~~~~~~ src/xml_edit.c: In function 'edInsert': src/xml_edit.c:371:9: warning: 'node' may be used uninitialized in this function [-Wmaybe-uninitialized] xmlXPathNodeSetAdd(previous_insertion, node); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC src/xml_format.o CC src/xml_ls.o CC src/xml_pyx.o src/xml_ls.c: In function 'xml_print_dir': src/xml_ls.c:165:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] strftime(atime, sizeof atime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_atime)); ^ In file included from src/xml_ls.c:38:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/time.h:232:19: note: expected 'const time_t * {aka const long int *}' but argument is of type 'int *' extern struct tm *gmtime (const time_t *__timer) __THROW; ^~~~~~ src/xml_ls.c:166:62: warning: passing argument 1 of 'gmtime' from incompatible pointer type [-Wincompatible-pointer-types] strftime(mtime, sizeof mtime, "%Y%m%dT%H%M%SZ", gmtime(&stats.st_mtime)); ^ In file included from src/xml_ls.c:38:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/time.h:232:19: note: expected 'const time_t * {aka const long int *}' but argument is of type 'int *' extern struct tm *gmtime (const time_t *__timer) __THROW; ^~~~~~ CC src/xml_select.o CC src/xml_trans.o In file included from /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/tree.h:18:0, from src/xml_select.c:38: src/xml_select.c: In function 'selPrepareXslt': /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlstring.h:35:18: warning: pointer targets in passing argument 3 of 'xmlStrPrintf' differ in signedness [-Wpointer-sign] #define BAD_CAST (xmlChar *) ^ src/xml_select.c:552:55: note: in expansion of macro 'BAD_CAST' xmlStrPrintf(num_buf, sizeof num_buf, BAD_CAST "t%d", t); ^~~~~~~~ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/include/libxml2/libxml/xmlstring.h:98:17: note: expected 'const char *' but argument is of type 'xmlChar * {aka unsigned char *}' xmlStrPrintf (xmlChar *buf, ^~~~~~~~~~~~ CC src/xml_validate.o CC src/usage.o CC src/c14n-usage.o CC src/depyx-usage.o CC src/edit-usage.o CC src/elem-usage.o CC src/escape-usage.o CC src/format-usage.o CC src/pyx-usage.o CC src/ls-usage.o CC src/select-usage.o CC src/trans-usage.o CC src/unescape-usage.o CC src/validate-usage.o CCLD xml make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' >>> xmlstarlet 1.6.1 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:/usr/bin:/bin" /usr/bin/make -j3 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/xmlstarlet-1.6.1/ make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man/man1' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc/xmlstarlet' /usr/bin/install -c -m 644 doc/xmlstarlet.1 '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/man/man1' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/bin' /usr/bin/install -c -m 644 doc/xmlstarlet-ug.html doc/html.css doc/xmlstarlet.txt '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/doc/xmlstarlet' /usr/bin/install -c xml '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/bin' make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xmlstarlet-1.6.1' util-macros-1.19.2.tar.bz2: OK (md5: 58edef899364f78fbde9479ded20211e) util-macros-1.19.2.tar.bz2: OK (sha1: e8b3a6f2bfde22440fca0974da53da18821a4ee6) util-macros-1.19.2.tar.bz2: OK (sha256: d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712) util-macros-1.19.2.tar.bz2: OK (sha512: 3f51504b27f0478c136126f15110cf3cdbba218c4d74a8e974cca1381c6e8364609bd0c444f2fb19aa86a7f4e848dfce4f4da940463b224036f75a60b3d88619) >>> xutil_util-macros 1.19.2 Extracting bzcat /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/dl/xutil_util-macros/util-macros-1.19.2.tar.bz2 | tar --strip-components=1 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2 -xf - >>> xutil_util-macros 1.19.2 Patching >>> xutil_util-macros 1.19.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> xutil_util-macros 1.19.2 Patching libtool >>> xutil_util-macros 1.19.2 Configuring (cd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2/ && rm -rf config.cache && 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:/usr/bin:/bin" AR="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-ar" AS="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-as" LD="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-ld" NM="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-nm" CC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-gcc" GCC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-gcc" CPP="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-cpp" CXX="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-g++" FC="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-gfortran" F77="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-gfortran" RANLIB="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-ranlib" READELF="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-readelf" STRIP="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-strip" OBJCOPY="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-objcopy" OBJDUMP="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-as" DEFAULT_LINKER="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -matomic -Os " LDFLAGS="" FCFLAGS="-matomic -Os " FFLAGS="-matomic -Os " PKG_CONFIG="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/pkg-config" STAGING_DIR="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arc-buildroot-linux-uclibc --host=arc-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arc-buildroot-linux-uclibc-strip... /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> xutil_util-macros 1.19.2 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:/usr/bin:/bin" /usr/bin/make -j3 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2/ make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' >>> xutil_util-macros 1.19.2 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:/usr/bin:/bin" /usr/bin/make -j3 DESTDIR=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot install -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2/ make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' make[2]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/aclocal' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' /bin/mkdir -p '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/util-macros' /usr/bin/install -c -m 644 xorg-macros.pc '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/pkgconfig' /usr/bin/install -c -m 644 xorg-macros.m4 '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 INSTALL '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/util-macros' /usr/bin/make install-data-hook make[3]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/aclocal/xorgversion.m4 make[3]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' make[2]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/xutil_util-macros-1.19.2' >>> xutil_util-macros 1.19.2 Fixing libtool files >>> 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/share/info/dir" is touched by more than one package: [u'gmp', u'gawk'] ./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/libmhash.la" is touched by more than one package: [u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libconfuse.la" is touched by more than one package: [u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libspatialindex_c.la" is touched by more than one package: [u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsndfile.la" is touched by more than one package: [u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libopencore-amrnb.la" is touched by more than one package: [u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libxslt.la" is touched by more than one package: [u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: [u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libfilemq.la" is touched by more than one package: [u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'alsa-utils', u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libbson-1.0.la" is touched by more than one package: [u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnice.la" is touched by more than one package: [u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libopencore-amrwb.la" is touched by more than one package: [u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libmcrypt.la" is touched by more than one package: [u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libspatialindex.la" is touched by more than one package: [u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libczmq.la" is touched by more than one package: [u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libtwolame.la" is touched by more than one package: [u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libavahi-glib.la" is touched by more than one package: [u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libnftnl.la" is touched by more than one package: [u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libtiff.la" is touched by more than one package: [u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsodium.la" is touched by more than one package: [u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libexslt.la" is touched by more than one package: [u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'bullet', u'libsodium', u'zeromq', u'czmq', u'libpcap', u'libopenssl', u'filemq', u'libxml2', u'gmp', u'nettle', u'libarchive', u'libconfuse', u'libtasn1', u'gnutls', u'gsettings-desktop-schemas', u'libbson', u'libhdhomerun', u'libhttpparser', u'liblinear', u'libmcrypt', u'libmhash', u'libmnl', u'libmodplug', u'libnetfilter_acct', u'libnftnl', u'libnice', u'libosip2', u'libsndfile', u'libspatialindex', u'libxslt', u'lockdev', u'opencore-amr', u'slang', u'speexdsp', u'tiff', u'twolame', u'x264', u'xutil_util-macros'] ./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 "./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-bison', u'host-gawk'] rm -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/glib-compile-schemas /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/arc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/glib-2.0/schemas Warning: Schema ?org.gnome.system.locale? has path ?/system/locale/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy? has path ?/system/proxy/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.http? has path ?/system/proxy/http/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.https? has path ?/system/proxy/https/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.ftp? has path ?/system/proxy/ftp/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. Warning: Schema ?org.gnome.system.proxy.socks? has path ?/system/proxy/socks/?. Paths starting with ?/apps/?, ?/desktop/? or ?/system/? are deprecated. 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/arc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/arc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 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.02-git-00721-g31ff32824a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-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.02-git-00721-g31ff32824a 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 >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.7 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> 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) >>> alsa-utils 1.1.7 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi v3.3-rc0 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> 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) >>> boa 0.94.14rc21 Collecting legal info ERROR: No hash found for COPYING >>> bullet 2.86.1 Collecting legal info ERROR: No hash found for LICENSE.txt >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> can-utils v2018.02.0 Collecting legal info Makefile: OK (sha256: c258939ebb09c3857f5fc7704a449e5077cc881090c87b38f9a81332b96fa075) >>> host-checksec cdefe53eb72e6e8f23308417d2fc6b68cba9dbac Collecting legal info LICENSE.txt: OK (sha256: c5e2a8e188040fc34eb9362084778a2e25f8d1f888e47a2be09efa7cecd9c70d) >>> czmq 4.1.1 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) >>> libsodium 1.0.16 Collecting legal info LICENSE: OK (sha256: 6faf327c97dca6da69acefc6d3969d7bffb70a24f0707874870fdcfd6b0acf58) >>> dhcpcd 7.0.3 Collecting legal info LICENSE: OK (sha256: b120a64b92cfb2453b61df4457a3c0eb163ef9c1c397822826756a31581f3947) >>> dhcpdump 1.8 Collecting legal info ERROR: No hash found for LICENSE >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-dos2unix 7.4.0 Collecting legal info COPYING.txt: OK (sha256: 49224e841621b52a72aa38d8ac895a396cd3fa1395190bdfc9252378001eb3c0) >>> filemq 8940f34e0f1c8f25c1c693ed8db069f58fbc5ad0 Collecting legal info ERROR: No hash found for LICENSE >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> fio fio-3.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> fwup v1.2.5 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libarchive 3.3.3 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> nettle 3.4 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> libconfuse 3.2.2 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gadgetfs-test Collecting legal info >>> gawk 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genpart 1.0.2 Collecting legal info >>> git 2.16.5 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> gnutls 3.5.19 Collecting legal info doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtasn1 4.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> gsettings-desktop-schemas 3.22.0 Collecting legal info ERROR: No hash found for COPYING >>> jo 1.1 Collecting legal info ERROR: No hash found for COPYING >>> libbson 1.9.4 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libhdhomerun 20180817 Collecting legal info LICENSE: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> libhttpparser v2.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> liblinear 2.20 Collecting legal info COPYRIGHT: OK (sha256: 2ad9363447d0afeca34d53619163cffd502ec172bdb44d8d112c7acb99ae2558) >>> libmcrypt 2.5.8 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodplug 0.8.8.5 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnftnl 1.1.2 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnice 0.1.14 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libsndfile 1.0.28 Collecting legal info ERROR: No hash found for COPYING >>> libspatialindex 1.8.5 Collecting legal info ERROR: No hash found for COPYING >>> libxslt 1.1.32 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> lockdev 1.0.3 Collecting legal info ERROR: No hash found for LICENSE >>> mdadm 4.0 Collecting legal info ERROR: No hash found for COPYING >>> monkey 1.6.9 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> nmap 7.70 Collecting legal info COPYING: OK (sha256: e013006fbdb7a7923e456e72272b115a5d722a3c6a372f27b5e8fcd282104651) >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.4 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.1a Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ramspeed 2.6.0 Collecting legal info ERROR: No hash found for LICENCE >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info ERROR: No hash found for LICENSE >>> speexdsp 20ed3452074664ad07e380e51321b148acebdf20 Collecting legal info COPYING: OK (sha256: 671bb5d8fd3c6b05a2e831d90f978ac27965c92bd8ea6d16b3df76e3440c0e9f) >>> tiff 4.0.8 Collecting legal info ERROR: No hash found for COPYRIGHT >>> twolame 0.3.13 Collecting legal info ERROR: No hash found for COPYING >>> vsftpd 3.0.3 Collecting legal info ERROR: No hash found for COPYING >>> x264 20181002-2245 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xmlstarlet 1.6.1 Collecting legal info ERROR: No hash found for COPYING >>> xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: gadgetfs-test: cannot save license (GADGETFS_TEST_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_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'