^ CC futility/cmd_vbutil_kernel.o CC futility/cmd_vbutil_key.o CC futility/cmd_vbutil_keyblock.o CC futility/file_type.o CC futility/file_type_bios.o CC futility/file_type_rwsig.o CC futility/file_type_usbpd1.o CC futility/vb1_helper.o CC futility/vb2_helper.o GEN gen/futility_cmds.c CC cgpt/cgpt_create.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:12: warning: passing argument 1 of 'RSA_free' from incompatible pointer type RSA_free(key.rsa_private_key); ^ In file included from futility/vb1_helper.c:12:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ CC cgpt/cgpt_add.o CC cgpt/cgpt_boot.o CC cgpt/cgpt_show.o CC cgpt/cgpt_repair.o CC cgpt/cgpt_prioritize.o CC cgpt/cgpt_common.o CC futility/dump_kernel_config_lib.o CC host/arch/arm/lib/crossystem_arch.o CC host/lib/crossystem.o CC host/lib/file_keys.o CC host/lib/fmap.o CC host/lib/host_common.o CC host/lib/host_key.o CC host/lib/host_keyblock.o CC host/lib/host_misc.o CC host/lib/util_misc.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:14: warning: passing argument 1 of 'RSA_free' from incompatible pointer type RSA_free(key->rsa_private_key); ^ In file included from /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/x509.h:96:0, from /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/rsa.h:343:6: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ host/lib/host_key.c: In function 'PrivateKeyWrite': host/lib/host_key.c:77:30: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^ In file included from /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/objects.h:965:0, from /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/evp.h:94, from /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/asn1.h:323:13: note: expected 'const struct RSA *' but argument is of type 'struct rsa_rt * const' int i2d_##name(const type *a, unsigned char **out); \ ^ /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/rsa.h:363:1: note: in expansion of macro 'DECLARE_ASN1_ENCODE_FUNCTIONS_const' DECLARE_ASN1_ENCODE_FUNCTIONS_const(RSA, RSAPrivateKey) ^ host/lib/host_key.c: In function 'PrivateKeyRead': host/lib/host_key.c:131:24: warning: assignment from incompatible pointer type key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ CC host/lib/host_signature.o CC host/lib/signature_digest.o CC firmware/lib/cryptolib/padding.o host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:38:23: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type if (vb_keyb_from_rsa(key->rsa_private_key, &buf, &buflen)) { ^ In file included from host/lib/util_misc.c:18:0: host/lib/include/util_misc.h:42:5: note: expected 'struct rsa_st *' but argument is of type 'struct rsa_rt *' int vb_keyb_from_rsa(struct rsa_st *rsa_private_key, ^ host/lib/host_signature.c: In function 'CalculateSignature': host/lib/host_signature.c:146:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type key->rsa_private_key, /* Key to use */ ^ CC firmware/lib/cryptolib/rsa.o In file included from host/lib/host_signature.c:10:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/rsa.h:337:5: note: expected 'struct RSA *' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^ CC firmware/lib/cryptolib/rsa_utility.o CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/stateful_util.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/vboot_firmware.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/utility_stub.o CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o CC cgpt/cgpt.o CC cgpt/cgpt_find.o CC cgpt/cgpt_legacy.o CC cgpt/cgpt_nor.o CC cgpt/cmd_add.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_prioritize.o CC cgpt/cmd_repair.o CC cgpt/cmd_show.o CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util.a AR libvboot_util.a RM libvboot_util21.a AR libvboot_util21.a LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/accts/mlweber1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" PKG_CONFIG="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib/pkgconfig:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/share/pkgconfig" /usr/bin/make -j6 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host futil_install cgpt_install devkeys_install Package liblzma was not found in the pkg-config search path. Perhaps you should add the directory containing `liblzma.pc' to the PKG_CONFIG_PATH environment variable Package 'liblzma', required by 'virtual:world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found make[1]: Entering directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> 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 ./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/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libdvdread.la" is touched by more than one package: [u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libnpth.la" is touched by more than one package: [u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libdrm.la" is touched by more than one package: [u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libmpeg2convert.la" is touched by more than one package: [u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libdb_cxx-5.3.la" is touched by more than one package: [u'berkeleydb', u'expat', u'freetype', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libfontconfig.la" is touched by more than one package: [u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libpixman-1.la" is touched by more than one package: [u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libkmod.la" is touched by more than one package: [u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libkms.la" is touched by more than one package: [u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libcairo-gobject.la" is touched by more than one package: [u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libgudev-1.0.la" is touched by more than one package: [u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libudev.la" is touched by more than one package: [u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libao.la" is touched by more than one package: [u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/ao/plugins-4/liboss.la" is touched by more than one package: [u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libmodplug.la" is touched by more than one package: [u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libdb-5.3.la" is touched by more than one package: [u'berkeleydb', u'expat', u'freetype', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'freetype', u'util-linux', u'fontconfig', u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libgbm.la" is touched by more than one package: [u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libmpeg2.la" is touched by more than one package: [u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libcairo.la" is touched by more than one package: [u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libglapi.la" is touched by more than one package: [u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libmp3lame.la" is touched by more than one package: [u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libneon.la" is touched by more than one package: [u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libSoundTouch.la" is touched by more than one package: [u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'libglib2', u'pixman', u'cairo', u'kmod', u'eudev', u'skalibs', u'execline', u'flatcc', u'flite', u'libusb', u'jsoncpp', u'lame', u'libao', u'libpthread-stubs', u'libdrm', u'libdvdcss', u'libdvdread', u'libevent', u'libgpg-error', u'libgcrypt', u'libgudev', u'libmodplug', u'libmpeg2', u'libnpth', u'libsepol', u'libsoundtouch', u'mesa3d', u'neon', u'rapidxml', u'rhash'] ./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-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-gettext', u'host-bison'] 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/mips64el-buildroot-linux-gnu/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 No schema files found: doing nothing. mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/mips64el-ctng_n32-linux-gnu-%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells || echo "/bin/mksh" >> /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/shells 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 find: `/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/libexec/': No such file or directory 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/mips64el-ctng_n32-linux-gnu-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/mips64el-ctng_n32-linux-gnu-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/mips64el-ctng_n32-linux-gnu-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-00850-g332d476"; \ 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-00850-g332d476 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> atop 2.3.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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) >>> axel 2.16.1 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bootstrap 4.1.0 Collecting legal info css/bootstrap.css: OK (sha256: 0ce7fbe215cdf921ed87d00a374404681d5d24898589a7fe60e068d09289b4ba) >>> cairo 1.15.12 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info ERROR: No hash found for COPYING >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> freetype 2.9.1 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> 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) >>> libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libglib2 2.56.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-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) >>> pixman 0.34.0 Collecting legal info ERROR: No hash found for COPYING >>> dejavu 2.37 Collecting legal info ERROR: No hash found for LICENSE >>> eudev 3.2.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> kmod 25 Collecting legal info ERROR: No hash found for libkmod/COPYING >>> execline 2.5.0.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> skalibs 2.6.4.0 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> fbdump 0.4.2 Collecting legal info ERROR: No hash found for COPYING >>> flatcc v0.5.2 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc v0.5.2 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flite 1.4 Collecting legal info flite-1.4-release/COPYING: OK (sha256: 4cbeaee8c9a8f23f251f0ce56e9212d244d9ea6b0dbe48601623d920054249a1) >>> host-genext2fs 1.4.1 Collecting legal info ERROR: No hash found for COPYING >>> gptfdisk 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> haserl 0.9.35 Collecting legal info ERROR: No hash found for COPYING >>> haveged 1.9.1 Collecting legal info ERROR: No hash found for COPYING >>> heirloom-mailx 12.5 Collecting legal info ERROR: No hash found for COPYING >>> imx-usb-loader 4aa9809099dcece9a9225776321f3b4b5b896d78 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.22 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> udev Collecting legal info >>> jsoncpp 1.8.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdrm 2.4.96 Collecting legal info >>> host-xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.0.0 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libgcrypt 1.8.4 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.33 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgudev 232 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodplug 0.8.8.5 Collecting legal info COPYING: OK (sha256: 49942e7b3b175f549e751feb08b5270ca6f6c5fb7a1be9f9517db275ec32c92e) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libsepol 2.8 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libsoundtouch 010a91a59071c7fefd316fca62c0d980ec85b4b1 Collecting legal info ERROR: No hash found for COPYING.TXT >>> lighttpd 1.4.52 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> mesa3d 18.3.1 Collecting legal info docs/license.html: OK (sha256: 630e75b4fdeb75ee2bf9e55db54dd1e3ff7353d52d9314ca8512bfd460f8e24c) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mksh R55 Collecting legal info ERROR: No hash found for mksh.1 >>> modplugtools 0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> neon 0.30.2 Collecting legal info ERROR: No hash found for src/COPYING.LIB ERROR: No hash found for test/COPYING ERROR: No hash found for README >>> netatalk 3.1.12 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHT >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pptp-linux 1.9.0 Collecting legal info ERROR: No hash found for COPYING >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rapidxml 1.13 Collecting legal info ERROR: No hash found for license.txt >>> rhash 1.3.5 Collecting legal info COPYING: OK (sha256: 8cf876d3406a2eed6c17ae804c8958bd78d3a0f63c30d6e2e789ab575e9fde40) >>> sysstat 11.6.3 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tinyhttpd 0.1.0 Collecting legal info ERROR: No hash found for README >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2q Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: libdrm-2.4.96: cannot save license (LIBDRM_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'