RSA_free(key->rsa_private_key); ^~~ In file included from /home/buildroot/autobuild/instance-3/output/host/include/openssl/x509.h:25:0, from /home/buildroot/autobuild/instance-3/output/host/include/openssl/pem.h:17, from host/lib/host_key.c:10: /home/buildroot/autobuild/instance-3/output/host/include/openssl/rsa.h:262: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 /home/buildroot/autobuild/instance-3/output/host/include/openssl/objects.h:15:0, from /home/buildroot/autobuild/instance-3/output/host/include/openssl/evp.h:28, from /home/buildroot/autobuild/instance-3/output/host/include/openssl/pem.h:16, from host/lib/host_key.c:10: /home/buildroot/autobuild/instance-3/output/host/include/openssl/asn1.h:237: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); \ ^ /home/buildroot/autobuild/instance-3/output/host/include/openssl/rsa.h:280: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, ^ CC host/lib/host_signature.o CC host/lib/signature_digest.o host/lib/util_misc.c: In function 'PrintPrivKeySha1Sum': host/lib/util_misc.c:39: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:19: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/cryptolib/padding.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: /home/buildroot/autobuild/instance-3/output/host/include/openssl/rsa.h:256: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/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/lib/tpm_bootmode.o CC firmware/stub/vboot_api_stub_sf.o CC firmware/lib/crc8.o CC firmware/lib/utility.o CC firmware/lib/vboot_api_init.o CC firmware/lib/vboot_common_init.o CC firmware/lib/vboot_nvstorage.o CC firmware/lib/vboot_nvstorage_rollback.o CC firmware/lib/region-init.o CC firmware/lib/rollback_index.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/tpm_lite_stub.o CC firmware/stub/utility_stub.o 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_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 RM libvboot_util.a AR libvboot_util.a CC cgpt/cgpt_wrapper.o CC gen/futility_cmds.o RM libvboot_util21.a AR libvboot_util21.a LD futility/futility LDcgpt cgpt/cgpt LD cgpt/cgpt_wrapper make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Installing to host directory PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PKG_CONFIG="/home/buildroot/autobuild/instance-3/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/autobuild/instance-3/output/host/lib/pkgconfig:/home/buildroot/autobuild/instance-3/output/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-3/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 DESTDIR=/home/buildroot/autobuild/instance-3/output/host futil_install cgpt_install devkeys_install make[1]: Entering directory '/home/buildroot/autobuild/instance-3/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 'virtual:world', not found Package yaml-0.1 was not found in the pkg-config search path. Perhaps you should add the directory containing `yaml-0.1.pc' to the PKG_CONFIG_PATH environment variable Package 'yaml-0.1', required by 'virtual:world', not found INSTALL futility INSTALL CGPT INSTALL DEVKEYS make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/host-vboot-utils-bbdd62f9b030db7ad8eef789aaf58a7ff9a25656' WireGuard-0.0.20190123.tar.xz: OK (sha256: edd13c7631af169e3838621b1a1bff3ef73cf7bc778eec2bd55f7c1089ffdf9b) >>> wireguard 0.0.20190123 Extracting xzcat /home/buildroot/autobuild/instance-3/dl/wireguard/WireGuard-0.0.20190123.tar.xz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123 -xf - >>> wireguard 0.0.20190123 Patching >>> wireguard 0.0.20190123 Configuring >>> wireguard 0.0.20190123 Building PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ar" AS="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-as" LD="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ld" NM="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-nm" CC="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gcc" GCC="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gcc" CPP="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-cpp" CXX="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-g++" FC="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gfortran" F77="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ranlib" READELF="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-readelf" STRIP="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-strip" OBJCOPY="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools' CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/wg.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/config.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/show.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/mnlg.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/terminal.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/ipc.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/encoding.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/curve25519.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/setconf.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/genkey.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/showconf.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/pubkey.o CC /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/set.o LD /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools/wg make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools' >>> wireguard 0.0.20190123 Installing to target PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" PATH="/home/buildroot/autobuild/instance-3/output/host/bin:/home/buildroot/autobuild/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ar" AS="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-as" LD="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ld" NM="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-nm" CC="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gcc" GCC="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gcc" CPP="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-cpp" CXX="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-g++" FC="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gfortran" F77="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ranlib" READELF="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-readelf" STRIP="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-strip" OBJCOPY="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output/host/powerpc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 WITH_SYSTEMDUNITS=no WITH_BASHCOMPLETION=no WITH_WGQUICK=no -C /home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools install DESTDIR=/home/buildroot/autobuild/instance-3/output/target make[1]: Entering directory '/home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools' 'wg' -> '/home/buildroot/autobuild/instance-3/output/target/usr/bin/wg' 'man/wg.8' -> '/home/buildroot/autobuild/instance-3/output/target/usr/share/man/man8/wg.8' make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output/build/wireguard-0.0.20190123/src/tools' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/dovecot/lib05_pop3_migration_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgpiod.la" is touched by more than one package: [u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib05_mail_crypt_acl_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_charset_alias_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_push_notification_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib05_snarf_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib32" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/dovecot/lib20_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_listescape_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib02_lazy_expunge_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib21_fts_squat_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_mailbox_alias_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdovecot-login.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdovecot-fts.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib10_mail_filter_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/auth/libauthdb_imap.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdovecot-compression.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/libfs_crypt.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_autocreate_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgpiodcxx.la" is touched by more than one package: [u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libmpfr.la" is touched by more than one package: [u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_virtual_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_notify_status_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib11_trash_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/doveadm/libdoveadm_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib95_imap_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/old-stats/libold_stats_mail.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libiptc.la" is touched by more than one package: [u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdovecot-dsync.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/libfs_mail_crypt.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_quota_clone_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/doveadm/lib20_doveadm_fts_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_replication_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./etc/resolv.conf" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/libdovecot-sql.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdcrypt_openssl.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib30_imap_zlib_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libzmq.la" is touched by more than one package: [u'zeromq', u'cppzmq', u'libopenssl', u'libcurl', u'curlpp', u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib11_imap_quota_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/libssl_iostream_openssl.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libgmp.la" is touched by more than one package: [u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libcurl.la" is touched by more than one package: [u'libcurl', u'curlpp', u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'cjson', u'zeromq', u'cppzmq', u'libopenssl', u'libcurl', u'curlpp', u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/auth/lib20_auth_var_expand_crypt.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/libfs_compress.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_fts_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdovecot-storage.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib02_imap_acl_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdovecot.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_mail_log_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib10_mail_crypt_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/old-stats/libstats_auth.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./etc/mtab" is touched by more than one package: [u'skeleton-init-common', u'toolchain-external-custom'] Warning: staging file "./usr/lib/dovecot/lib01_acl_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libMagickCore-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib15_notify_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib99_welcome_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libdovecot-lda.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libip4tc.la" is touched by more than one package: [u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib20_expire_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libxtables.la" is touched by more than one package: [u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libMagickWand-7.Q16HDRI.la" is touched by more than one package: [u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib90_old_stats_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib10_quota_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/dovecot/lib10_last_login_plugin.la" is touched by more than one package: [u'dovecot', u'gmp', u'imagemagick', u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] Warning: staging file "./usr/lib/libip6tc.la" is touched by more than one package: [u'iptables', u'libgit2', u'libgpiod', u'libmnl', u'mpfr', u'rabbitmq-c'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/instance-3/output/build/packages-file-list-host.txt Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libgmp.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib95_imap_old_stats_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/doveadm/lib10_doveadm_expire_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/doveadm/libdoveadm_mail_crypt_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmpfr.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_fts_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/old-stats/libold_stats_mail.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_notify_status_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib05_snarf_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib30_imap_zlib_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_quota_clone_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib05_mail_crypt_acl_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libuuid.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libgpiodcxx.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib21_fts_squat_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib10_mail_filter_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot-login.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot-lda.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_var_expand_crypt.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdcrypt_openssl.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot-sql.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/doveadm/lib20_doveadm_fts_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_virtual_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib11_imap_quota_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib01_acl_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib11_trash_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_push_notification_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_autocreate_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib10_mail_crypt_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/doveadm/lib10_doveadm_quota_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libip6tc.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/old-stats/libstats_auth.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib15_notify_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/auth/lib20_auth_var_expand_crypt.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib02_imap_acl_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libiptc.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot-fts.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libxtables.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_replication_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/doveadm/lib10_doveadm_acl_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libzmq.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot-storage.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_mailbox_alias_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_charset_alias_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_listescape_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/libfs_mail_crypt.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib99_welcome_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libip4tc.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib90_old_stats_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot-compression.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libcurl.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/libfs_crypt.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib10_quota_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libmnl.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/libfs_compress.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib05_pop3_migration_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/libssl_iostream_openssl.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_zlib_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/auth/libauthdb_imap.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libMagickWand-7.Q16HDRI.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_mail_log_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libdovecot-dsync.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libgpiod.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib20_expire_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib02_lazy_expunge_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/libMagickCore-7.Q16HDRI.la" is touched by more than one package: [u'host-bison', u'host-libzlib'] Warning: host file "./powerpc-buildroot-linux-uclibc/sysroot/usr/lib/dovecot/lib10_last_login_plugin.la" is touched by more than one package: [u'host-gauche', u'host-bison', u'host-libzlib'] /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-3/output/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-3/output/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/buildroot/autobuild/instance-3/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%603e%g" -e "s%@TARGET_ENDIAN@%"big"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output/host%g" package/meson//cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output/host/etc/meson/cross-compilation.conf mkdir -p /home/buildroot/autobuild/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/instance-3/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/include /home/buildroot/autobuild/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output/target/lib/ /home/buildroot/autobuild/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/man /home/buildroot/autobuild/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/info /home/buildroot/autobuild/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/doc /home/buildroot/autobuild/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-3/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/autobuild/instance-3/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-3/output/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/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/autobuild/instance-3/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/autobuild/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.02-git-01158-ge9029aa188"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.02-git\"" \ ) > /home/buildroot/autobuild/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output/target/usr make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2019.02-git-01158-ge9029aa188 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> brotli 1.0.7 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> host-pkgconf 1.5.3 Collecting legal info ERROR: No hash found for COPYING >>> busybox 1.29.3 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> host-ncurses 6.1 Collecting legal info ERROR: No hash found for README >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> cjson v1.7.10 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cppzmq v4.3.0 Collecting legal info LICENSE: OK (sha256: 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748) >>> zeromq 4.3.1 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> curlpp 0.8.1 Collecting legal info doc/LICENSE: OK (sha256: 8b9e3afd4d06ad3c169e788e5187a3e9f4f35671e9a7322f7e74bea9643b5b5a) >>> libcurl 7.64.0 Collecting legal info COPYING: OK (sha256: 8c8824f50e73a021f5dde1fccbf69685939247399a33a32abab1fa448c9ddabb) >>> openssl Collecting legal info >>> libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> dovecot 2.3.4.1 Collecting legal info COPYING: OK (sha256: a363b132e494f662d98c820d1481297e6ae72f194c2c91b6c39e1518b86240a8) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> gauche 0.9.5 Collecting legal info ERROR: No hash found for COPYING >>> host-gauche 0.9.5 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 >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> imagemagick 7.0.7-39 Collecting legal info LICENSE: OK (sha256: 2318cc05bbd2c25c1b2d13af1aadccc45b9cf6f94757421ae59a3c8ea9064f1c) >>> initscripts Collecting legal info >>> iptables 1.8.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libgit2 v0.27.4 Collecting legal info COPYING: OK (sha256: d9a8038088df84fde493fa33a0f1e537252eeb9642122aa4b862690197152813) >>> libgpiod 1.2 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libplayer 2.0.1 Collecting legal info ERROR: No hash found for COPYING >>> mpfr 3.1.6 Collecting legal info ERROR: No hash found for COPYING.LESSER >>> olsr 0.9.6.1 Collecting legal info ERROR: No hash found for license.txt ERROR: No hash found for lib/pud/nmealib/LICENSE >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) ERROR: No hash found for libltdl/COPYING.LIB >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rabbitmq-c v0.9.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> rt-tests 1.0 Collecting legal info ERROR: No hash found for COPYING >>> sl 5.02 Collecting legal info ERROR: No hash found for LICENSE >>> trinity 1.8 Collecting legal info COPYING: OK (sha256: 35e3fc68c89fd7b8f72fd910b521cb3292f859e9181f3c26bd0df84d144bc1d4) >>> host-util-linux 2.33 Collecting legal info README.licensing: OK (sha256: 4335620e8f478ee4dc4d26540448d39469091ef1d8e3fbbbb8bf753206ceac74) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info ERROR: No hash found for LICENSE >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1a Collecting legal info LICENSE: OK (sha256: 350c7817af2ef980d3f3922bc5e0bb6a9d9f6cc21e784a699bcd2a31c74a84b1) >>> wireguard 0.0.20190123 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'