If this directory is not in a standard system path for dynamic/shared libraries, then you will have problems linking and executing applications that use OpenSSL libraries UNLESS: * you link with static (archive) libraries. If you are truly paranoid about security, you should use static libraries. * you use the GNU libtool code during linking (http://www.gnu.org/software/libtool/libtool.html) * you use pkg-config during linking (this requires that PKG_CONFIG_PATH includes the path to the OpenSSL shared library directory), and make use of -R or -rpath. (http://www.freedesktop.org/software/pkgconfig/) * you specify the system-wide link path via a command such 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 /home/buildroot/build/instance-0/output/host//lib/pkgconfig chmod 644 /home/buildroot/build/instance-0/output/host//lib/pkgconfig/libcrypto.pc cp libssl.pc /home/buildroot/build/instance-0/output/host//lib/pkgconfig chmod 644 /home/buildroot/build/instance-0/output/host//lib/pkgconfig/libssl.pc cp openssl.pc /home/buildroot/build/instance-0/output/host//lib/pkgconfig chmod 644 /home/buildroot/build/instance-0/output/host//lib/pkgconfig/openssl.pc make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-libopenssl-1.0.2o' >>> host-openssl Extracting >>> host-openssl Patching >>> host-openssl Configuring >>> host-openssl Building >>> host-openssl Installing to host directory PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" BR2_DL_DIR=/home/buildroot/build/instance-0/dl BUILD_DIR=/home/buildroot/build/instance-0/output/build O=/home/buildroot/build/instance-0/output flock /home/buildroot/build/instance-0/dl/vboot-utils/ support/download/dl-wrapper -c 'bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' -d '/home/buildroot/build/instance-0/dl/vboot-utils' -D '/home/buildroot/build/instance-0/dl' -f 'vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz' -H 'package/vboot-utils//vboot-utils.hash' -n 'vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' -N 'vboot-utils' -o '/home/buildroot/build/instance-0/dl/vboot-utils/vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz' -u git+https://chromium.googlesource.com/chromiumos/platform/vboot_reference -u http\|urlencode+http://sources.buildroot.net/vboot-utils -u http\|urlencode+http://sources.buildroot.net -- vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz: OK (sha256: d95b64b1f1de4a3ffa5c2e446d7c8e92aa197aee10de24206b2ea2deb5a8b947) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Extracting gzip -d -c /home/buildroot/build/instance-0/dl/vboot-utils/vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz | tar --strip-components=1 -C /home/buildroot/build/instance-0/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="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" PKG_CONFIG="/home/buildroot/build/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/build/instance-0/output/host/lib/pkgconfig:/home/buildroot/build/instance-0/output/host/share/pkgconfig" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 CC="/usr/bin/gcc" CFLAGS="-O2 -I/home/buildroot/build/instance-0/output/host/include -D_LARGEFILE64_SOURCE -D_GNU_SOURCE" LDFLAGS="-L/home/buildroot/build/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/build/instance-0/output/host/lib" ARCH=arm futil cgpt make[1]: Entering directory '/home/buildroot/build/instance-0/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_gbb_utility.o CC futility/cmd_dump_fmap.o CC futility/misc.o CC futility/ryu_root_header.o CC futility/cmd_create.o CC futility/cmd_dump_kernel_config.o CC futility/cmd_load_fmap.o CC futility/cmd_pcr.o CC futility/cmd_show.o futility/cmd_show.c: In function 'ft_show_privkey': futility/cmd_show.c:115:22: warning: assignment from incompatible pointer type 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 RSA_free(key.rsa_private_key); ^ In file included from futility/cmd_show.c:8:0: /home/buildroot/build/instance-0/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 futility/cmd_vbutil_firmware.o CC futility/cmd_sign.o CC futility/cmd_vbutil_kernel.o CC futility/cmd_vbutil_key.o futility/cmd_create.c: In function 'vb1_make_keypair': futility/cmd_create.c:122:27: warning: assignment from incompatible pointer type privkey->rsa_private_key = rsa_key; ^ 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: /home/buildroot/build/instance-0/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 host/arch/arm/lib/crossystem_arch.o CC futility/dump_kernel_config_lib.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 CC host/lib/host_signature.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 /home/buildroot/build/instance-0/output/host/include/openssl/x509.h:96:0, from /home/buildroot/build/instance-0/output/host/include/openssl/pem.h:70, from host/lib/host_key.c:10: /home/buildroot/build/instance-0/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 /home/buildroot/build/instance-0/output/host/include/openssl/objects.h:965:0, from /home/buildroot/build/instance-0/output/host/include/openssl/evp.h:94, from /home/buildroot/build/instance-0/output/host/include/openssl/pem.h:69, from host/lib/host_key.c:10: /home/buildroot/build/instance-0/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); \ ^ /home/buildroot/build/instance-0/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/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 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 */ ^ In file included from host/lib/host_signature.c:10:0: /home/buildroot/build/instance-0/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/sha256.o CC firmware/lib/cryptolib/sha_utility.o CC firmware/lib/cryptolib/sha512.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/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/crc8.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_common_init.o CC firmware/lib/region-init.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/lib/rollback_index.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_signature.o CC host/lib21/host_misc.o CC firmware/2lib/2api.o CC firmware/2lib/2crc8.o CC firmware/2lib/2common.o CC firmware/2lib/2misc.o CC firmware/2lib/2rsa.o CC firmware/2lib/2nvstorage.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/cmd_add.o CC cgpt/cgpt_nor.o CC cgpt/cgpt_legacy.o CC cgpt/cmd_boot.o CC cgpt/cmd_create.o CC cgpt/cmd_find.o CC cgpt/cmd_legacy.o CC cgpt/cmd_repair.o CC cgpt/cmd_prioritize.o RM libvboot_util.a AR libvboot_util.a CC cgpt/cmd_show.o CC cgpt/cgpt_wrapper.o RM libvboot_util21.a AR libvboot_util21.a CC gen/futility_cmds.o LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" PKG_CONFIG="/home/buildroot/build/instance-0/output/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/buildroot/build/instance-0/output/host/lib/pkgconfig:/home/buildroot/build/instance-0/output/host/share/pkgconfig" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/build/instance-0/output/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/buildroot/build/instance-0/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 CGPT INSTALL DEVKEYS make[1]: Leaving directory '/home/buildroot/build/instance-0/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 /home/buildroot/build/instance-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/build/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libipset.la" is touched by more than one package: [u'ipset', u'jansson', u'libzlib', u'libopenssl', u'jose', u'libaio', u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'libmnl', u'ipset', u'jansson', u'libzlib', u'libopenssl', u'jose', u'libaio', u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/ao/plugins-4/liboss.la" is touched by more than one package: [u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'ipset', u'jansson', u'libzlib', u'libopenssl', u'jose', u'libaio', u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libtirpc.la" is touched by more than one package: [u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libslirp.la" is touched by more than one package: [u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libprotobuf-c.la" is touched by more than one package: [u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libmpfr.la" is touched by more than one package: [u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libjose.la" is touched by more than one package: [u'jose', u'libaio', u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libmhash.la" is touched by more than one package: [u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libsofia-sip-ua.la" is touched by more than one package: [u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libcares.la" is touched by more than one package: [u'c-ares', u'gmp', u'libmnl', u'ipset', u'jansson', u'libzlib', u'libopenssl', u'jose', u'libaio', u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libao.la" is touched by more than one package: [u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] Warning: staging file "./usr/lib/libjansson.la" is touched by more than one package: [u'jansson', u'libzlib', u'libopenssl', u'jose', u'libaio', u'libao', u'libb64', u'libgpg-error', u'libmhash', u'libmpdclient', u'libpthread-stubs', u'libtirpc', u'lzo', u'mpfr', u'pps-tools', u'protobuf-c', u'slirp', u'sofia-sip', u'tslib'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "buildroot" > /home/buildroot/build/instance-0/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/build/instance-0/output/target/etc/hosts mkdir -p /home/buildroot/build/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/build/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/build/instance-0/output/target/etc/shadow rm -f /home/buildroot/build/instance-0/output/target/bin/sh rm -f /home/buildroot/build/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/build/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/build/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/build/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/build/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/build/instance-0/output/target/usr/include /home/buildroot/build/instance-0/output/target/usr/share/aclocal \ /home/buildroot/build/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/build/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/build/instance-0/output/target/usr/lib/cmake /home/buildroot/build/instance-0/output/target/usr/share/cmake find /home/buildroot/build/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/build/instance-0/output/target/lib/ /home/buildroot/build/instance-0/output/target/usr/lib/ /home/buildroot/build/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/build/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/build/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/build/instance-0/output/target/usr/man /home/buildroot/build/instance-0/output/target/usr/share/man rm -rf /home/buildroot/build/instance-0/output/target/usr/info /home/buildroot/build/instance-0/output/target/usr/share/info rm -rf /home/buildroot/build/instance-0/output/target/usr/doc /home/buildroot/build/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/build/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/build/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/build/instance-0/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/build/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/build/instance-0/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/build/instance-0/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 /home/buildroot/build/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.05-00042-g9c3b2ad"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05"; \ echo "PRETTY_NAME=\"Buildroot 2018.05\"" \ ) > /home/buildroot/build/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/build/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/build/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/build/instance-0/output/target/usr make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2018.05-00042-g9c3b2ad 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 >>> argp-standalone 1.3 Collecting legal info >>> c-ares 1.14.0 Collecting legal info ERROR: No hash found for ares_mkquery.c >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-cramfs 1a1e65f2a049 Collecting legal info ERROR: No hash found for COPYING >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> devmem2 1 Collecting legal info devmem2.c.license: OK (sha256: 560913d09310d446920c16bd0aca1ff21d3b6fedd527195bacfc832ce343e0ae) >>> dhrystone 2 Collecting legal info >>> dnsmasq 2.79 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> fis 2892 Collecting legal info WARNING: no hash file for fis.c >>> ghostscript-fonts 8.11 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 >>> ipset 6.36 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jansson 2.10 Collecting legal info ERROR: No hash found for LICENSE >>> jose 10 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libaio 0.3.110 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libgpg-error 1.31 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmpdclient 2.14 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.46.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.14 Collecting legal info LICENSE: OK (sha256: d2d17b17388da74dc9c6bdbf78eb7237432c3f8a0c87852df740ec99de2ec680) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> libpthread-stubs 0.4 Collecting legal info ERROR: No hash found for COPYING >>> libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> host-nfs-utils 1.3.3 Collecting legal info ERROR: No hash found for COPYING >>> host-libtirpc 1.0.2 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> lzop 1.03 Collecting legal info ERROR: No hash found for COPYING >>> memtester 4.3.0 Collecting legal info ERROR: No hash found for COPYING >>> mpd-mpc 0.30 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> open2300 12 Collecting legal info WARNING: no hash file for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 47333f24af878f67ce48022e8af16419713aa1ac Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> psplash 5b3c1cc28f5abdc2c33830150b48b278cc4f7bca Collecting legal info >>> slirp 8c2da74c1385242f20799fec8c04f8378edc6550 Collecting legal info >>> sofia-sip 1.12.11 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYRIGHTS >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> tslib 1.16 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> uclibc-ng-test c6d62cbc60504c7f6867b486248b0ef7cc2da554 Collecting legal info WARNING: no hash file for COPYING.LIB >>> 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-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: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: psplash-5b3c1cc28f5abdc2c33830150b48b278cc4f7bca: cannot save license (PSPLASH_LICENSE_FILES not defined) WARNING: slirp-8c2da74c1385242f20799fec8c04f8378edc6550: cannot save license (SLIRP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/build/instance-0/output/legal-info make: Leaving directory '/home/buildroot/build/instance-0/buildroot'