int i, field; ^~~~~ elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ unwind.c:271:10: warning: unused variable 'cie' [-Wunused-variable] CIE *cie; ^~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ testunwind.c: In function 'main': testunwind.c:24:13: warning: passing argument 1 of 'unwind' from incompatible pointer type [-Wincompatible-pointer-types] unwind (elf); ^~~ In file included from testunwind.c:2:0: unwind.h:3:6: note: expected 'const guchar * {aka const unsigned char *}' but argument is of type 'ElfParser * {aka struct ElfParser *}' void unwind (const guchar *data); ^~~~~~ testunwind.c:7:19: warning: unused variable 'data' [-Wunused-variable] const guchar *data; ^~~~ unwind.c: In function 'decode_cie': unwind.c:276:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] augmentation = (*data); ^ unwind.c:278:22: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] *data += strlen (*data) + 1; ^ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gtestutils.h:30:0, from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:82, from elfparser.h:18, from unwind.c:1: /accts/mlweber1/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/include/string.h:247:15: note: expected 'const char *' but argument is of type 'const guchar * {aka const unsigned char *}' extern size_t strlen (const char *__s) ^~~~~~ unwind.c:272:12: warning: unused variable 'field' [-Wunused-variable] int i, field; ^~~~~ unwind.c:271:10: warning: unused variable 'cie' [-Wunused-variable] CIE *cie; ^~~ testdemangle.c: In function 'main': testdemangle.c:6:5: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] printf ("%s\n", elf_demangle ("_ZN8Inkscape7FiltersL12filter2D_FIRIhLj4EEEvPT_iiPKS2_iiiiPKNS_4Util10FixedPointIjLj16EEEii")); ^~~~~~ testdemangle.c:6:5: warning: incompatible implicit declaration of built-in function 'printf' testdemangle.c:6:5: note: include '' or provide a declaration of 'printf' elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ unwind.c:304:8: warning: 'has_augmentation' is used uninitialized in this function [-Wuninitialized] if (has_augmentation) ^ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ collector.c: In function 'process_event': collector.c:655:11: warning: variable 'name' set but not used [-Wunused-but-set-variable] char *name; ^~~~ sfile.c: In function 'sfile_load': sfile.c:698:9: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from sfile.c:25: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ sfile.c:702:5: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from sfile.c:25: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new_from_data': elfparser.c:188:11: warning: variable 'section_headers' set but not used [-Wunused-but-set-variable] gsize section_headers; ^~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_new': elfparser.c:280:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ elfparser.c: In function 'elf_parser_free': elfparser.c:384:2: warning: 'g_mapped_file_free' is deprecated: Use 'g_mapped_file_unref' instead [-Wdeprecated-declarations] g_mapped_file_free (parser->file); ^~~~~~~~~~~~~~~~~~ In file included from /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib.h:59:0, from elfparser.h:18, from elfparser.c:22: /accts/mlweber1/instance-1/output/host/bin/../i686-buildroot-linux-uclibc/sysroot/usr/include/glib-2.0/glib/gmappedfile.h:54:14: note: declared here void g_mapped_file_free (GMappedFile *file); ^~~~~~~~~~~~~~~~~~ tracker.c:226:1: warning: 'time_diff' defined but not used [-Wunused-function] time_diff (const GTimeVal *first, ^~~~~~~~~ unwind.c: In function 'unwind': unwind.c:308:8: warning: 'aug_len' may be used uninitialized in this function [-Wmaybe-uninitialized] *data += aug_len; ^~ unwind.c:269:13: note: 'aug_len' was declared here guint64 aug_len; ^~~~~~~ unwind.c: In function 'unwind': unwind.c:308:8: warning: 'aug_len' may be used uninitialized in this function [-Wmaybe-uninitialized] *data += aug_len; ^~ unwind.c:269:13: note: 'aug_len' was declared here guint64 aug_len; ^~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ demangle.c:5118:38: warning: 'libiberty_demanglers' defined but not used [-Wunused-const-variable=] static const struct demangler_engine libiberty_demanglers[] = ^~~~~~~~~~~~~~~~~~~~ CCLD sysprof-cli CCLD testelf CCLD testdemangle CCLD testunwind make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/sysprof-1.2.0' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/sysprof-1.2.0' >>> sysprof 1.2.0 Installing to target PATH="/accts/mlweber1/instance-1/output/host/bin:/accts/mlweber1/instance-1/output/host/sbin:/usr/bin:/bin" /usr/bin/make -j32 DESTDIR=/accts/mlweber1/instance-1/output/target install -C /accts/mlweber1/instance-1/output/build/sysprof-1.2.0/ make[1]: Entering directory `/accts/mlweber1/instance-1/output/build/sysprof-1.2.0' make[2]: Entering directory `/accts/mlweber1/instance-1/output/build/sysprof-1.2.0' test -z "/usr/bin" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/target/usr/bin" test -z "/usr/share/pixmaps" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/target/usr/share/pixmaps" test -z "/usr/share/sysprof" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/target/usr/share/sysprof" test -z "/etc/udev/rules.d" || /bin/mkdir -p "/accts/mlweber1/instance-1/output/target/etc/udev/rules.d" /usr/bin/install -c -m 644 sysprof.glade '/accts/mlweber1/instance-1/output/target/usr/share/sysprof' /usr/bin/install -c -m 644 60-sysprof.rules '/accts/mlweber1/instance-1/output/target/etc/udev/rules.d' /usr/bin/install -c -m 644 sysprof-icon-16.png sysprof-icon-24.png sysprof-icon-32.png sysprof-icon-48.png '/accts/mlweber1/instance-1/output/target/usr/share/pixmaps' /usr/bin/install -c sysprof-cli '/accts/mlweber1/instance-1/output/target/usr/bin' make[2]: Leaving directory `/accts/mlweber1/instance-1/output/build/sysprof-1.2.0' make[1]: Leaving directory `/accts/mlweber1/instance-1/output/build/sysprof-1.2.0' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /accts/mlweber1/instance-1/output/build/packages-file-list.txt Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'gmp', u'libtool'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-1/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libshout.la" is touched by more than one package: [u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgnutls.la" is touched by more than one package: [u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgnutls-openssl.la" is touched by more than one package: [u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'libffi', u'gmp', u'libtool'] Warning: staging file "./usr/lib/libracoon.la" is touched by more than one package: [u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libsysfs.la" is touched by more than one package: [u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libipsec.la" is touched by more than one package: [u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libdaemon.la" is touched by more than one package: [u'libdaemon', u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libnice.la" is touched by more than one package: [u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libavahi-glib.la" is touched by more than one package: [u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgnutlsxx.la" is touched by more than one package: [u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libfl.la" is touched by more than one package: [u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libavahi-client.la" is touched by more than one package: [u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libfreeradius-client.la" is touched by more than one package: [u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libtasn1.la" is touched by more than one package: [u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libdns_sd.la" is touched by more than one package: [u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libshairplay.la" is touched by more than one package: [u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'libdaemon', u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libavahi-core.la" is touched by more than one package: [u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libavahi-common.la" is touched by more than one package: [u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libltdl.la" is touched by more than one package: [u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'libdaemon', u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libavahi-gobject.la" is touched by more than one package: [u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'libzlib', u'util-linux', u'libglib2', u'avahi', u'bitstream', u'llvm', u'clang', u'flex', u'gmp', u'nettle', u'freeradius-client', u'libtasn1', u'gnutls', u'libsysfs', u'pciutils', u'libopenssl', u'ipsec-tools', u'jansson', u'libnice', u'libsrtp', u'json-glib', u'libgpg-error', u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libvncclient.la" is touched by more than one package: [u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libvncserver.la" is touched by more than one package: [u'libvncserver', u'rapidxml'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libogg', u'libshairplay', u'libvorbis', u'libshout', u'libtool', u'libvncserver', u'rapidxml'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/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-libffi', u'host-bison', u'host-gengetopt'] rm -f /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.xml /accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas/*.dtd /accts/mlweber1/instance-1/output/host/bin/glib-compile-schemas /accts/mlweber1/instance-1/output/host/i686-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "buildroot" > /accts/mlweber1/instance-1/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-1/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-1/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-1/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-1/output/target/etc/shadow rm -f /accts/mlweber1/instance-1/output/target/bin/sh rm -f /accts/mlweber1/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-1/output/build/locales.nopurge; done for dir in /accts/mlweber1/instance-1/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-1/output/target/usr/include /accts/mlweber1/instance-1/output/target/usr/share/aclocal \ /accts/mlweber1/instance-1/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-1/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-1/output/target/usr/lib/cmake /accts/mlweber1/instance-1/output/target/usr/share/cmake find /accts/mlweber1/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-1/output/target/lib/ /accts/mlweber1/instance-1/output/target/usr/lib/ /accts/mlweber1/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-1/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-1/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-1/output/target/usr/man /accts/mlweber1/instance-1/output/target/usr/share/man rm -rf /accts/mlweber1/instance-1/output/target/usr/info /accts/mlweber1/instance-1/output/target/usr/share/info rm -rf /accts/mlweber1/instance-1/output/target/usr/doc /accts/mlweber1/instance-1/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-1/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-1/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/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/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-1/output/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/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/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/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-rc1-00075-gdbe8483"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-rc1\"" \ ) > /accts/mlweber1/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-1/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/instance-1/output/target/usr make: Leaving directory `/accts/mlweber1/instance-1/buildroot' make: Entering directory `/accts/mlweber1/instance-1/buildroot' >>> Buildroot 2018.08-rc1-00075-gdbe8483 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 >>> argp-standalone 1.3 Collecting legal info >>> avahi 0.7 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dbus 1.12.10 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> host-intltool 0.51.0 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libxml2 2.9.8 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxml-parser-perl 2.44 Collecting legal info ERROR: No hash found for README >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> host-util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.42 Collecting legal info LICENCE: OK (sha256: f998c0f52eb704eff28f503580cfca3f2547280aa212994f6cf2d8e317587c1c) >>> util-linux 2.32.1 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> bitstream 1.2 Collecting legal info ERROR: No hash found for COPYING >>> clang 6.0.1 Collecting legal info LICENSE.TXT: OK (sha256: de4c79665f0f5688b0ace17cba6f8e0343925bb95e0949d66d47bbd4527310d6) >>> host-clang 6.0.1 Collecting legal info LICENSE.TXT: OK (sha256: de4c79665f0f5688b0ace17cba6f8e0343925bb95e0949d66d47bbd4527310d6) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-llvm 6.0.1 Collecting legal info LICENSE.TXT: OK (sha256: abd4d8794808bacb1eb6924d49efafd9ab6eef88faaaeb5d3cfa13ee3670d672) >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> llvm 6.0.1 Collecting legal info LICENSE.TXT: OK (sha256: abd4d8794808bacb1eb6924d49efafd9ab6eef88faaaeb5d3cfa13ee3670d672) >>> host-faketime v0.9.6 Collecting legal info ERROR: No hash found for COPYING >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freeradius-client 1.1.7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> 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 >>> gesftpserver 0.2.2 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ifupdown-scripts Collecting legal info >>> iprutils 2.4.15.1 Collecting legal info ERROR: No hash found for LICENSE >>> libsysfs 2.1.0 Collecting legal info ERROR: No hash found for cmd/GPL ERROR: No hash found for lib/LGPL >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> ipsec-tools 0.8.2 Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> jansson 2.11 Collecting legal info LICENSE: OK (sha256: 3034b2319f8c053995e8c8abf11b76418a3a8836cd769e5b3f0b6b13bfa00ec4) >>> janus-gateway v0.2.6 Collecting legal info COPYING: OK (sha256: 0a884af515b4593503f6f0c9b424db3945bd77eaa2644d25f45eb93a412b3c19) >>> host-gengetopt 2.22.6 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENSE >>> libnice 0.1.14 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsrtp v1.5.4 Collecting legal info ERROR: No hash found for LICENSE >>> joe 4.4 Collecting legal info ERROR: No hash found for COPYING >>> json-glib 1.4.2 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> host-meson 0.46.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> libgcrypt 1.8.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.31 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libplayer 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> libshairplay ce80e005908f41d0e6fde1c4a21e9cb8ee54007b Collecting legal info ERROR: No hash found for LICENSE >>> libshout 2.4.1 Collecting legal info ERROR: No hash found for COPYING >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libvncserver 0.9.11 Collecting legal info ERROR: No hash found for COPYING >>> multicat 2.2 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rapidxml 1.13 Collecting legal info ERROR: No hash found for license.txt >>> rng-tools 5 Collecting legal info ERROR: No hash found for COPYING >>> sysprof 1.2.0 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: ipsec-tools-0.8.2: cannot save license (IPSEC_TOOLS_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-1/output/legal-info make: Leaving directory `/accts/mlweber1/instance-1/buildroot'