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 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 futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, len); ^ futility/cmd_show.c:125:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/cmd_show.c:8:0: /accts/mlweber1/instance-2/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 host/lib/host_common.o futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type [enabled by default] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, ^ futility/vb1_helper.c:768:3: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key.rsa_private_key); ^ In file included from futility/vb1_helper.c:12:0: /accts/mlweber1/instance-2/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 host/lib/host_key.o CC host/lib/host_keyblock.o CC host/lib/host_misc.o futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:122:27: warning: assignment from incompatible pointer type [enabled by default] privkey->rsa_private_key = rsa_key; ^ CC host/lib/util_misc.o CC host/lib/host_signature.o CC host/lib/signature_digest.o CC firmware/lib/cryptolib/padding.o CC firmware/lib/cryptolib/rsa.o 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/stub/vboot_api_stub_sf.o CC firmware/lib/tpm_bootmode.o host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:38:2: warning: passing argument 1 of 'vb_keyb_from_rsa' from incompatible pointer type [enabled by default] 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, ^ CC firmware/lib/crc8.o CC firmware/lib/utility.o host/lib/host_key.c: In function 'PrivateKeyReadPem': host/lib/host_key.c:54:24: warning: assignment from incompatible pointer type [enabled by default] key->rsa_private_key = rsa_key; ^ host/lib/host_key.c: In function 'PrivateKeyFree': host/lib/host_key.c:66:5: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [enabled by default] RSA_free(key->rsa_private_key); ^ host/lib/host_signature.c:147:28: warning: passing argument 4 of 'RSA_private_encrypt' from incompatible pointer type [enabled by default] RSA_PKCS1_PADDING); /* Padding to use */ ^ In file included from /accts/mlweber1/instance-2/output/host/include/openssl/x509.h:96:0, from /accts/mlweber1/instance-2/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /accts/mlweber1/instance-2/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); ^ In file included from host/lib/host_signature.c:10:0: /accts/mlweber1/instance-2/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, ^ host/lib/host_key.c:77:3: warning: passing argument 1 of 'i2d_RSAPrivateKey' from incompatible pointer type [enabled by default] buflen = i2d_RSAPrivateKey(key->rsa_private_key, &outbuf); ^ In file included from /accts/mlweber1/instance-2/output/host/include/openssl/objects.h:965:0, from /accts/mlweber1/instance-2/output/host/include/openssl/evp.h:94, from /accts/mlweber1/instance-2/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /accts/mlweber1/instance-2/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/instance-2/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 [enabled by default] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ 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 LDcgpt cgpt/cgpt LD futility/futility LD cgpt/cgpt_wrapper make[1]: Leaving directory `/accts/mlweber1/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/accts/mlweber1/instance-2/output/host/bin:/accts/mlweber1/instance-2/output/host/sbin:/usr/bin:/bin" PKG_CONFIG="/accts/mlweber1/instance-2/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/instance-2/output/host/lib/pkgconfig:/accts/mlweber1/instance-2/output/host/share/pkgconfig" /usr/bin/make -j32 -C /accts/mlweber1/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/accts/mlweber1/instance-2/output/host futil_install cgpt_install devkeys_install 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 'world', not found make[1]: Entering directory `/accts/mlweber1/instance-2/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory `/accts/mlweber1/instance-2/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/instance-2/output/build/packages-file-list.txt Warning: target file "./usr/include/jni.h" is touched by more than one package: [u'classpath', u'jamvm'] Warning: target file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'classpath', u'ed', u'mpfr', u'mpc'] ./support/scripts/check-uniq-files -t staging /accts/mlweber1/instance-2/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'cracklib', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libmng.la" is touched by more than one package: [u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'lzo', u'btrfs-progs', u'gmp', u'cracklib', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'e2fsprogs', u'lzo', u'btrfs-progs', u'gmp', u'cracklib', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libfastjson.la" is touched by more than one package: [u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libmediastreamer_base.la" is touched by more than one package: [u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/liblpc2xml.la" is touched by more than one package: [u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libraw1394.la" is touched by more than one package: [u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libosip2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libilbc.la" is touched by more than one package: [u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libprotobuf-c.la" is touched by more than one package: [u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libxml2lpc.la" is touched by more than one package: [u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libdvbpsi.la" is touched by more than one package: [u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libmpfr.la" is touched by more than one package: [u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libspeexdsp.la" is touched by more than one package: [u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libosipparser2.la" is touched by more than one package: [u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libmpc.la" is touched by more than one package: [u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/liburiparser.la" is touched by more than one package: [u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libcdaudio.la" is touched by more than one package: [u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libatf-c.la" is touched by more than one package: [u'atf', u'libzlib', u'util-linux', u'e2fsprogs', u'lzo', u'btrfs-progs', u'gmp', u'cracklib', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/liblinphone.la" is touched by more than one package: [u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libmediastreamer_voip.la" is touched by more than one package: [u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/liblutok.la" is touched by more than one package: [u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libatf-c++.la" is touched by more than one package: [u'atf', u'libzlib', u'util-linux', u'e2fsprogs', u'lzo', u'btrfs-progs', u'gmp', u'cracklib', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/share/info/dir" is touched by more than one package: [u'gmp', u'mpfr', u'mpc'] Warning: staging file "./usr/lib/libeXosip2.la" is touched by more than one package: [u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libspeex.la" is touched by more than one package: [u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'libpng', u'freetype', u'libxml2', u'skalibs', u'execline', u'libjpeg', u'lua', u'lutok', u'sqlite', u'libcdaudio', u'libopenssl', u'libcurl', u'libdvbpsi', u'libosip2', u'libeXosip2', u'libevent', u'libfastjson', u'libilbc', u'libmng', u'libogg', u'libraw1394', u'libtommath', u'libtomcrypt', u'liburiparser', u'speex', u'linphone', u'mbedtls', u'mpfr', u'mpc', u'protobuf-c', u's6', u's6-rc', u'tpm2-tss'] ./support/scripts/check-uniq-files -t host /accts/mlweber1/instance-2/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'] rm -rf /accts/mlweber1/instance-2/output/target/usr/share/lua/5.3/doc rm -rf /accts/mlweber1/instance-2/output/target/usr/lib/luarocks mkdir -p /accts/mlweber1/instance-2/output/target/etc echo "buildroot" > /accts/mlweber1/instance-2/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /accts/mlweber1/instance-2/output/target/etc/hosts mkdir -p /accts/mlweber1/instance-2/output/target/etc echo "Welcome to Buildroot" > /accts/mlweber1/instance-2/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /accts/mlweber1/instance-2/output/target/etc/shadow rm -f /accts/mlweber1/instance-2/output/target/bin/sh rm -f /accts/mlweber1/instance-2/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /accts/mlweber1/instance-2/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /accts/mlweber1/instance-2/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /accts/mlweber1/instance-2/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /accts/mlweber1/instance-2/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /accts/mlweber1/instance-2/output/target/usr/include /accts/mlweber1/instance-2/output/target/usr/share/aclocal \ /accts/mlweber1/instance-2/output/target/usr/lib/pkgconfig /accts/mlweber1/instance-2/output/target/usr/share/pkgconfig \ /accts/mlweber1/instance-2/output/target/usr/lib/cmake /accts/mlweber1/instance-2/output/target/usr/share/cmake find /accts/mlweber1/instance-2/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /accts/mlweber1/instance-2/output/target/lib/ /accts/mlweber1/instance-2/output/target/usr/lib/ /accts/mlweber1/instance-2/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gdb rm -rf /accts/mlweber1/instance-2/output/target/usr/share/bash-completion rm -rf /accts/mlweber1/instance-2/output/target/usr/share/zsh rm -rf /accts/mlweber1/instance-2/output/target/usr/man /accts/mlweber1/instance-2/output/target/usr/share/man rm -rf /accts/mlweber1/instance-2/output/target/usr/info /accts/mlweber1/instance-2/output/target/usr/share/info rm -rf /accts/mlweber1/instance-2/output/target/usr/doc /accts/mlweber1/instance-2/output/target/usr/share/doc rm -rf /accts/mlweber1/instance-2/output/target/usr/share/gtk-doc rmdir /accts/mlweber1/instance-2/output/target/usr/share 2>/dev/null || true find /accts/mlweber1/instance-2/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-2/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/instance-2/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/instance-2/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/instance-2/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/instance-2/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-2/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-2/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-rc1-00002-g72703d0"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-rc1\"" \ ) > /accts/mlweber1/instance-2/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/instance-2/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/instance-2/buildroot/support/scripts/fix-rpath target touch /accts/mlweber1/instance-2/output/target/usr make: Leaving directory `/accts/mlweber1/instance-2/buildroot' make: Entering directory `/accts/mlweber1/instance-2/buildroot' >>> Buildroot 2018.05-rc1-00002-g72703d0 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 >>> atf 0.21 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> btrfs-progs 4.16 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) libbtrfsutil/COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> e2fsprogs 1.44.1 Collecting legal info NOTICE: OK (sha256: 680f852df303874fe9c722283a7da571ae9a0477768df8af1e363298e2adc51e) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> lzo 2.10 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> classpath 0.99 Collecting legal info ERROR: No hash found for COPYING >>> gmp 6.1.2 Collecting legal info ERROR: No hash found for COPYING.LESSERv3 ERROR: No hash found for COPYINGv2 >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> darkhttpd 1.12 Collecting legal info >>> dejavu 2.37 Collecting legal info ERROR: No hash found for LICENSE >>> dvdauthor 0.7.2 Collecting legal info ERROR: No hash found for COPYING >>> freetype 2.9 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> ed 1.14.2 Collecting legal info ERROR: No hash found for 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) >>> jamvm 2.0.0 Collecting legal info ERROR: No hash found for COPYING >>> jpeg Collecting legal info >>> libjpeg 9c Collecting legal info README: OK (sha256: 31f366acfb6259456d9046eb7f16875e387f8bf029d37ac4c4397bf63f22fd6b) >>> kyua 0.11 Collecting legal info ERROR: No hash found for COPYING >>> lutok 0.4 Collecting legal info ERROR: No hash found for COPYING >>> lua 5.3.4 Collecting legal info ERROR: No hash found for doc/readme.html >>> sqlite 3220000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.59.0 Collecting legal info COPYING: OK (sha256: 5f3849ec38ddb927e79f514bf948890c41b8d1407286a49609b8fb1585931095) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> libdvbpsi 1.3.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libeXosip2 3.6.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 3.6.0 Collecting legal info ERROR: No hash found for COPYING >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfastjson v0.99.8 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libmng 2.0.3 Collecting legal info LICENSE: OK (sha256: ba280734838eb3f22a85b92a7e62de357d4d4c325029dce723b0cb125c417c35) >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libraw1394 2.1.1 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libtomcrypt 1.18.1 Collecting legal info ERROR: No hash found for LICENSE >>> libtommath 1.0.1 Collecting legal info ERROR: No hash found for LICENSE >>> liburiparser 0.8.5 Collecting legal info COPYING: OK (sha256: ee90029e62d11f48faa59360d15c3ad8e7c094c74cc25b055716d92340da561f) >>> linphone 3.6.1 Collecting legal info ERROR: No hash found for COPYING >>> host-gettext 0.19.8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) ERROR: No hash found for gettext-runtime/intl/COPYING.LIB >>> host-libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> speex 1.2rc1 Collecting legal info ERROR: No hash found for COPYING >>> host-lttng-babeltrace 1.5.2 Collecting legal info ERROR: No hash found for mit-license.txt ERROR: No hash found for gpl-2.0.txt ERROR: No hash found for LICENSE >>> host-elfutils 0.169 Collecting legal info ERROR: No hash found for COPYING-GPLV2 ERROR: No hash found for COPYING-LGPLV3 >>> host-bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> host-xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-popt 1.16 Collecting legal info ERROR: No hash found for COPYING >>> mbedtls 2.7.2 Collecting legal info apache-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> memstat 1.0 Collecting legal info ERROR: No hash found for debian/copyright >>> mpc 1.0.3 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> openvpn 2.4.6 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf-c v1.3.0 Collecting legal info ERROR: No hash found for LICENSE >>> host-protobuf 3.4.1 Collecting legal info ERROR: No hash found for LICENSE >>> s6-rc 0.4.0.1 Collecting legal info COPYING: OK (sha256: 1377d3b18a31de11e8bb06f0f46888a23bc16cbc57285035793bf7e7943bbcb3) >>> s6 2.7.1.1 Collecting legal info COPYING: OK (sha256: 3eadcf980c40da0f257b8292d805ff41e5e5a908c1942315d9a627732e1aa012) >>> host-sam-ba 2.16 Collecting legal info ERROR: No hash found for doc/license.txt ERROR: No hash found for tcl_lib/boards.tcl ERROR: No hash found for applets/sam4c/libraries/libchip_sam4c/include/sam4c/sam4c32e-1.h >>> tpm2-tss 1.4.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> transmission 2.93 Collecting legal info COPYING: OK (sha256: 20801783bf59e27d03ed6aab625b32a34e221ae95bf801db87827c8023398495) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2o 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: darkhttpd-1.12: cannot save license (DARKHTTPD_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /accts/mlweber1/instance-2/output/legal-info make: Leaving directory `/accts/mlweber1/instance-2/buildroot'