as crle(1) on Solaris systems. * you add the OpenSSL shared library directory to /etc/ld.so.conf and run ldconfig(8) on Linux systems. * you define the LD_LIBRARY_PATH, LIBPATH, SHLIB_PATH (HP), DYLD_LIBRARY_PATH (MacOS X) or PATH (Cygwin and DJGPP) environment variable and add the OpenSSL shared library directory to it. One common tool to check the dynamic dependencies of an executable or dynamic library is ldd(1) on most UNIX systems. See any operating system documentation and manpages about shared libraries for your version of UNIX. The following manpages may be helpful: ld(1), ld.so(1), ld.so.1(1) [Solaris], dld.sl(1) [HP], ldd(1), crle(1) [Solaris], pldd(1) [Solaris], ldconfig(8) [Linux], chatr(1) [HP]. cp libcrypto.pc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host//lib/pkgconfig chmod 644 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host//lib/pkgconfig/libcrypto.pc cp libssl.pc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host//lib/pkgconfig chmod 644 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host//lib/pkgconfig/libssl.pc cp openssl.pc /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host//lib/pkgconfig chmod 644 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host//lib/pkgconfig/openssl.pc make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-libopenssl-1.0.2n' >>> host-openssl Extracting >>> host-openssl Patching >>> host-openssl Configuring >>> host-openssl Building >>> host-openssl Installing to host directory vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz: OK (sha256: d95b64b1f1de4a3ffa5c2e446d7c8e92aa197aee10de24206b2ea2deb5a8b947) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Extracting gzip -d -c /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/dl/vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz | tar --strip-components=1 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 -xf - >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Patching Applying 0001-Add-missing-definition-of-MTD_CHAR_MAJOR.patch using patch: patching file cgpt/cgpt_wrapper.c Applying 0002-Add-missing-header-include-for-ssize_t.patch using patch: patching file host/lib/fmap.c Applying 0003-Avoid-RSA-type-redefinition.patch using patch: patching file host/lib/include/host_key.h Applying 0004-Disable-static-futility.patch using patch: patching file Makefile >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Configuring >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Building PATH="/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin:/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/sbin:/usr/bin:/bin" 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 -j5 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 CC="/usr/bin/gcc" CFLAGS="-O2 -I/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include -D_LARGEFILE64_SOURCE -D_GNU_SOURCE" LDFLAGS="-L/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib -Wl,-rpath,/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/lib" ARCH=arm futil cgpt make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' Using qemu for testing. 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 '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 'world', not found CC futility/futility.o CC futility/cmd_dump_fmap.o CC futility/ryu_root_header.o CC futility/cmd_gbb_utility.o CC futility/misc.o CC futility/cmd_create.o futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:122:27: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] privkey->rsa_private_key = rsa_key; ^ CC futility/cmd_dump_kernel_config.o CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o CC futility/cmd_show.o CC futility/cmd_sign.o CC futility/cmd_vbutil_firmware.o CC futility/cmd_vbutil_kernel.o futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] key.rsa_private_key = d2i_RSAPrivateKey(NULL, &start, len); ^ futility/cmd_show.c:125:12: warning: passing argument 1 of 'RSA_free' from incompatible pointer type [-Wincompatible-pointer-types] RSA_free(key.rsa_private_key); ^ In file included from futility/cmd_show.c:8:0: /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/include/openssl/rsa.h:343:6: note: expected 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ 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 futility/vb1_helper.c: In function 'ft_recognize_vb1_key': futility/vb1_helper.c:764:22: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] 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 [-Wincompatible-pointer-types] 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 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt *' void RSA_free(RSA *r); ^ 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 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 [-Wincompatible-pointer-types] 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 [-Wincompatible-pointer-types] 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 'RSA * {aka struct rsa_st *}' 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 [-Wincompatible-pointer-types] 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 RSA * {aka const struct rsa_st *}' 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 [-Wincompatible-pointer-types] key->rsa_private_key = d2i_RSAPrivateKey(0, &start, ^ 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 [-Wincompatible-pointer-types] 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 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 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 [-Wincompatible-pointer-types] key->rsa_private_key, /* Key to use */ ^ 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 'RSA * {aka struct rsa_st *}' but argument is of type 'struct rsa_rt * const' int RSA_private_encrypt(int flen, const unsigned char *from, ^ CC firmware/lib/cryptolib/sha1.o CC firmware/lib/cryptolib/sha256.o CC firmware/lib/cryptolib/sha512.o CC firmware/lib/stateful_util.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/vboot_api_firmware.o CC firmware/lib/vboot_common.o CC firmware/lib/region-fw.o CC firmware/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/vboot_firmware.o CC firmware/lib/utility.o CC firmware/lib/crc8.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 firmware/stub/tpm_lite_stub.c: In function 'VbExTpmSendReceive': firmware/stub/tpm_lite_stub.c:239:3: warning: implicit declaration of function 'assert' [-Wimplicit-function-declaration] assert( ^ CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/cgptlib.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_kernel.o CC firmware/lib/vboot_display.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/2secdatak.o CC firmware/2lib/2secdata.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha256.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_prioritize.o CC cgpt/cmd_legacy.o CC cgpt/cmd_show.o CC cgpt/cmd_repair.o RM libvboot_util.a CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o 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:/usr/bin:/bin" 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 -j5 -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 make[1]: Entering directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' 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 '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 'world', not found INSTALL futility INSTALL DEVKEYS INSTALL CGPT make[1]: Leaving directory '/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' zd1211-firmware-1.4.tar.bz2: OK (sha256: 866308f6f59f7075f075d4959dff2ede47735c751251fecd1496df1ba4d338e1) >>> zd1211-firmware 1.4 Extracting bzcat /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/dl/zd1211-firmware-1.4.tar.bz2 | tar --strip-components=1 -C /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zd1211-firmware-1.4 -xf - >>> zd1211-firmware 1.4 Patching >>> zd1211-firmware 1.4 Configuring >>> zd1211-firmware 1.4 Building >>> zd1211-firmware 1.4 Installing to target /usr/bin/install -d -m 0755 /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/firmware/zd1211/ cp -dpf /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/build/zd1211-firmware-1.4/zd1211*{ub,uphr,ur} /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/firmware/zd1211 >>> 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/libgthread-2.0.la" is touched by more than one package: ['libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: ['util-linux', 'apr', 'expat', 'apr-util', 'argp-standalone', 'libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: ['util-linux', 'apr', 'expat', 'apr-util', 'argp-standalone', 'libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libpcsclite.la" is touched by more than one package: ['pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: ['libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: ['libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libnetfilter_acct.la" is touched by more than one package: ['libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libmng.la" is touched by more than one package: ['libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: ['alsa-lib', 'libzlib', 'util-linux', 'apr', 'expat', 'apr-util', 'argp-standalone', 'libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: ['libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: ['apr', 'expat', 'apr-util', 'argp-standalone', 'libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: ['pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libilbc.la" is touched by more than one package: ['libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libpthsem.la" is touched by more than one package: ['libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: ['util-linux', 'apr', 'expat', 'apr-util', 'argp-standalone', 'libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: ['libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: ['pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libpcscspy.la" is touched by more than one package: ['pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: ['libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: ['apr-util', 'argp-standalone', 'libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: ['libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: ['pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: ['libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: ['expat', 'apr-util', 'argp-standalone', 'libusb', 'pcsc-lite', 'ccid', 'libjpeg', 'libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: ['libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libsigrok.la" is touched by more than one package: ['libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: ['libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: ['libffi', 'pcre', 'libglib2', 'libilbc', 'libmng', 'libmnl', 'libnetfilter_acct', 'libogg', 'libpthsem', 'libzip', 'libsigrok', 'libxml2', 'libsvgtiny', 'linknx'] ./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: ['host-lzip', 'host-m4', 'host-libtool', 'host-autoconf', 'host-automake', 'host-gettext', 'host-libffi'] 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/microblazeel-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. 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/microblazeel-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/host/bin/microblazeel-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-git-00316-ga81601589e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /accts/mlweber1/rclinux/rc-buildroot-test/scripts/instance-1/buildroot/support/scripts/fix-rpath target 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 2018.05-git-00316-ga81601589e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-lzip 1.20 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> toolchain-external Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.1.5 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> argp-standalone 1.3 Collecting legal info >>> ccid 1.4.27 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> pcsc-lite 1.8.22 Collecting legal info ERROR: No hash found for COPYING >>> host-genimage 9 Collecting legal info ERROR: No hash found for COPYING >>> host-libconfuse 3.2 Collecting legal info ERROR: No hash found for LICENSE >>> iostat 2.2 Collecting legal info ERROR: No hash found for LICENSE >>> jpeg Collecting legal info >>> libjpeg 9b Collecting legal info ERROR: No hash found for README >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> libglib2 2.54.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.54.2 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.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info ERROR: No hash found for gips_iLBClicense.pdf >>> libmng 2.0.3 Collecting legal info ERROR: No hash found for LICENSE >>> libmnl 1.0.4 Collecting legal info ERROR: No hash found for COPYING >>> libnetfilter_acct 1.0.3 Collecting legal info ERROR: No hash found for COPYING >>> libogg 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> libpthsem 2.0.8 Collecting legal info ERROR: No hash found for COPYING >>> libsigrok 0.5.0 Collecting legal info ERROR: No hash found for COPYING >>> libzip 1.4.0 Collecting legal info LICENSE: OK (sha256: 3c964a7eb1abeb6bd6f40035ed3a014728ff8c5437f107dcf24fbbfab16e227e) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info ERROR: No hash found for README >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info ERROR: No hash found for llvm/LICENSE.TXT >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linknx 0.0.1.33 Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sigrok-cli 0.7.0 Collecting legal info ERROR: No hash found for COPYING >>> sox 14.4.2 Collecting legal info ERROR: No hash found for LICENSE.GPL ERROR: No hash found for LICENSE.LGPL >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.0.2n Collecting legal info LICENSE: OK (sha256: 9ee37d72966bb4a841343f0606ce44d41b3eae4df4285200c5a8ddc2b935992a) >>> zd1211-firmware 1.4 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: linknx-0.0.1.33: cannot save license (LINKNX_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'