^ 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 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, ^ 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, ^ 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/stub/tpm_lite_stub.o CC firmware/lib/tpm_lite/tlcl.o CC firmware/stub/utility_stub.o CC firmware/stub/vboot_api_stub_init.o CC firmware/stub/vboot_api_stub_region.o CC firmware/lib/cgptlib/cgptlib.o CC firmware/lib/cgptlib/cgptlib_internal.o CC firmware/lib/cgptlib/crc32.o CC firmware/lib/gpt_misc.o CC firmware/lib/utility_string.o CC firmware/lib/vboot_api_kernel.o CC firmware/lib/vboot_audio.o CC firmware/lib/vboot_display.o CC firmware/lib/vboot_kernel.o CC firmware/lib/region-kernel.o CC firmware/stub/vboot_api_stub.o CC firmware/stub/vboot_api_stub_disk.o CC firmware/stub/vboot_api_stub_stream.o CC host/lib21/host_fw_preamble.o CC host/lib21/host_key.o CC host/lib21/host_keyblock.o CC host/lib21/host_misc.o CC host/lib21/host_signature.o CC firmware/2lib/2api.o CC firmware/2lib/2common.o CC firmware/2lib/2crc8.o CC firmware/2lib/2misc.o CC firmware/2lib/2nvstorage.o CC firmware/2lib/2rsa.o CC firmware/2lib/2secdata.o CC firmware/2lib/2secdatak.o CC firmware/2lib/2sha1.o CC firmware/2lib/2sha256.o CC firmware/2lib/2sha512.o CC firmware/2lib/2sha_utility.o CC firmware/2lib/2tpm_bootmode.o CC firmware/2lib/2stub.o CC firmware/lib21/api.o CC firmware/lib21/common.o CC firmware/lib21/misc.o CC firmware/lib21/packed_key.o CC cgpt/cgpt_find.o CC cgpt/cgpt.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 CC cgpt/cgpt_wrapper.o AR libvboot_util.a 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/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' w_scan-20170107.tar.bz2: OK (sha256: 38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe) >>> w_scan 20170107 Extracting bzcat /home/buildroot/build/instance-0/dl/w_scan/w_scan-20170107.tar.bz2 | tar --strip-components=1 -C /home/buildroot/build/instance-0/output/build/w_scan-20170107 -xf - >>> w_scan 20170107 Patching Applying 0001-musl.patch using patch: patching file descriptors.h patching file version.h >>> w_scan 20170107 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/build/instance-0/output/build/w_scan-20170107 -name $file); do cp support/gnuconfig/$file $i; done; done >>> w_scan 20170107 Patching libtool >>> w_scan 20170107 Configuring (cd /home/buildroot/build/instance-0/output/build/w_scan-20170107/ && rm -rf config.cache && PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" AR="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-ar" AS="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-as" LD="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-ld" NM="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-nm" CC="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc" GCC="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc" CPP="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-cpp" CXX="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-g++" FC="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-gfortran" F77="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-gfortran" RANLIB="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-ranlib" READELF="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-readelf" STRIP="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip" OBJCOPY="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-objcopy" OBJDUMP="/home/buildroot/build/instance-0/output/host/bin/m68k-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/build/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/build/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/build/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/build/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/build/instance-0/output/host/bin/m68k-linux-as" DEFAULT_LINKER="/home/buildroot/build/instance-0/output/host/bin/m68k-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/build/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/build/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=no ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=yes CONFIG_SITE=/dev/null ./configure --target=m68k-buildroot-linux-uclibc --host=m68k-buildroot-linux-uclibc --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for m68k-buildroot-linux-uclibc-strip... /home/buildroot/build/instance-0/output/host/bin/m68k-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for m68k-buildroot-linux-uclibc-gcc... /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc accepts -g... yes checking for /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc... none checking for gawk... (cached) gawk checking how to run the C preprocessor... /home/buildroot/build/instance-0/output/host/bin/m68k-linux-cpp checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for inline... inline checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for error_at_line... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for memset... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for linux/dvb/frontend.h presence... yes checking for linux/dvb/frontend.h usability (FE_CAN_2G_MODULATION)... yes checking for linux/dvb/frontend.h usability (DVB-T2, DVB API >= v5.3)... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> w_scan 20170107 Building PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 -C /home/buildroot/build/instance-0/output/build/w_scan-20170107/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' /usr/bin/make all-am make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c atsc_psip_section.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c countries.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c descriptors.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c diseqc.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c dump-dvbscan.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c dump-vdr.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c dump-xine.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c dump-mplayer.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c dump-vlc-m3u.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c dvbscan.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c lnb.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c parse-dvbscan.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c satellites.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c scan.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c section.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c tools.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c emulate.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c dump-xml.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c iconv_codes.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c char-coding.c /home/buildroot/build/instance-0/output/host/bin/m68k-linux-gcc -Wall -Wextra -Wno-comment -Wswitch-default -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -lrt -o w_scan atsc_psip_section.o countries.o descriptors.o diseqc.o dump-dvbscan.o dump-vdr.o dump-xine.o dump-mplayer.o dump-vlc-m3u.o dvbscan.o lnb.o parse-dvbscan.o satellites.o scan.o section.o tools.o emulate.o dump-xml.o iconv_codes.o char-coding.o make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' >>> w_scan 20170107 Installing to target PATH="/home/buildroot/build/instance-0/output/host/bin:/home/buildroot/build/instance-0/output/host/sbin:/sbin:/usr/sbin:/bin:/usr/bin" /usr/bin/make -j8 DESTDIR=/home/buildroot/build/instance-0/output/target install -C /home/buildroot/build/instance-0/output/build/w_scan-20170107/ make[1]: Entering directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' make[2]: Entering directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/build/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c w_scan '/home/buildroot/build/instance-0/output/target/usr/bin' /usr/bin/install -c -m 644 doc/w_scan.1 '/home/buildroot/build/instance-0/output/target/usr/share/man/man1' make[2]: Leaving directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' make[1]: Leaving directory '/home/buildroot/build/instance-0/output/build/w_scan-20170107' >>> 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/libcap-ng.la" is touched by more than one package: [u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libvips-cpp.la" is touched by more than one package: [u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libfcgi++.la" is touched by more than one package: [u'libfcgi', u'libzlib', u'file', u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnl-route-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstriff-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstfft-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libcheck.la" is touched by more than one package: [u'check', u'cjson', u'expat', u'dbus', u'dmalloc', u'dtc', u'libusb', u'librtlsdr', u'libfcgi', u'libzlib', u'file', u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libSDL2.la" is touched by more than one package: [u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgpgmepp.la" is touched by more than one package: [u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstrtsp-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstsdp-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgsttag-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libmagic.la" is touched by more than one package: [u'file', u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstdataprotocol-0.10.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libopus.la" is touched by more than one package: [u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnfnetlink.la" is touched by more than one package: [u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libedit.la" is touched by more than one package: [u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstnetbuffer-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libusb-1.0.la" is touched by more than one package: [u'libusb', u'librtlsdr', u'libfcgi', u'libzlib', u'file', u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libSDL2main.la" is touched by more than one package: [u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libserialport.la" is touched by more than one package: [u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstpbutils-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstaudio-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstcdda-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/gstreamer-0.10/libgstcoreelements.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstnet-0.10.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstapp-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libdvbsi++.la" is touched by more than one package: [u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstbase-0.10.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstreamer-0.10.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libSDL2_image.la" is touched by more than one package: [u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libvips.la" is touched by more than one package: [u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libsmartcols.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/gstreamer-0.10/libgstgio.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libassuan.la" is touched by more than one package: [u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'dbus', u'dmalloc', u'dtc', u'libusb', u'librtlsdr', u'libfcgi', u'libzlib', u'file', u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstcontroller-0.10.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libfcgi.la" is touched by more than one package: [u'libfcgi', u'libzlib', u'file', u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgpgme.la" is touched by more than one package: [u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libdbus-1.la" is touched by more than one package: [u'dbus', u'dmalloc', u'dtc', u'libusb', u'librtlsdr', u'libfcgi', u'libzlib', u'file', u'flac', u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstrtp-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libsoup-2.4.la" is touched by more than one package: [u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libfreetype.la" is touched by more than one package: [u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnl-genl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnl-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libSDL2_test.la" is touched by more than one package: [u'sdl2', u'sdl2_image', u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnl-xfrm-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstcheck-0.10.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libjson-c.la" is touched by more than one package: [u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnl-idiag-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/gstreamer-0.10/libgstcoreindexers.la" is touched by more than one package: [u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libSDL2_mixer.la" is touched by more than one package: [u'sdl2_mixer', u'freetype', u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libvipsCC.la" is touched by more than one package: [u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnl-nf-3.la" is touched by more than one package: [u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libnetfilter_conntrack.la" is touched by more than one package: [u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libSDL2_ttf.la" is touched by more than one package: [u'sdl2_ttf', u'pcre', u'gpsd', u'libffi', u'libcap-ng', u'util-linux', u'libglib2', u'libxml2', u'gstreamer', u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstvideo-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] Warning: staging file "./usr/lib/libgstinterfaces-0.10.la" is touched by more than one package: [u'gst-plugins-base', u'libedit', u'sqlite', u'libsoup', u'hiredis', u'jimtcl', u'jsmn', u'json-c', u'libgpg-error', u'libassuan', u'libdvbsi', u'libglob', u'libgpgme', u'libmnl', u'libnfnetlink', u'libnetfilter_conntrack', u'libnl', u'libpcap', u'libserialport', u'libubox', u'libupnp', u'libvips', u'lm-sensors', u'lvm2', u'opus', u'pugixml', u'qhull', u'rabbitmq-c', u'ubus'] ./support/scripts/check-uniq-files -t host /home/buildroot/build/instance-0/output/build/packages-file-list-host.txt Warning: host file "./lib/python2.7/site-packages/easy-install.pth" is touched by more than one package: [u'host-python-setuptools', u'host-python-lxml'] rm -f /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/build/instance-0/output/host/bin/glib-compile-schemas /home/buildroot/build/instance-0/output/host/m68k-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/build/instance-0/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. 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 /home/buildroot/build/instance-0/output/target/usr/share/locale; 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-git-01093-gbbc4319"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.05-git\"" \ ) > /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 make: Leaving directory '/home/buildroot/build/instance-0/buildroot' make: Entering directory '/home/buildroot/build/instance-0/buildroot' >>> Buildroot 2018.05-git-01093-gbbc4319 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 >>> aumix 2.9.1 Collecting legal info ERROR: No hash found for COPYING >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> 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 >>> bwm-ng f54b3fad2c80bfe63f920c9b5e7c1d80389c57ef Collecting legal info ERROR: No hash found for COPYING >>> check 0.11.0 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-checkpolicy 2.7 Collecting legal info ERROR: No hash found for COPYING >>> 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-libselinux 2.7 Collecting legal info ERROR: No hash found for LICENSE >>> host-libsepol 2.7 Collecting legal info ERROR: No hash found for COPYING >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-swig 3.0.12 Collecting legal info ERROR: No hash found for LICENSE ERROR: No hash found for LICENSE-GPL ERROR: No hash found for LICENSE-UNIVERSITIES >>> cjson v1.7.6 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> dbus 1.12.6 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> dmalloc 5.5.2 Collecting legal info ERROR: No hash found for dmalloc.h.1 >>> host-dosfstools 4.1 Collecting legal info ERROR: No hash found for COPYING >>> dtc 1.4.4 Collecting legal info ERROR: No hash found for README.license ERROR: No hash found for GPL >>> dump1090 bff92c4ad772a0a8d433f788d39dae97e00e4dbe Collecting legal info anet.h: OK (sha256: 29046ef7ee0b7b127bcc64faf135035820906dea2b379b2efcfc119131a39f7a) >>> librtlsdr v0.5.3 Collecting legal info ERROR: No hash found for COPYING >>> libusb 1.0.21 Collecting legal info ERROR: No hash found for COPYING >>> fbv 1.0b Collecting legal info ERROR: No hash found for COPYING >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info ERROR: No hash found for COPYING >>> libfcgi 2.4.0 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> host-file 5.32 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for src/mygetopt.h ERROR: No hash found for src/vasprintf.c >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> flac 1.3.2 Collecting legal info ERROR: No hash found for COPYING.Xiph ERROR: No hash found for COPYING.GPL ERROR: No hash found for COPYING.LGPL >>> flare-engine v1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl2 2.0.8 Collecting legal info ERROR: COPYING.txt has wrong sha256 hash: ERROR: expected: bbd2edb1789c33de29bb9f8d1dbe2774584a9ce8c4e3162944b7a3a447f5e85d ERROR: got : 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154 ERROR: Incomplete download, or man-in-the-middle (MITM) attack package/sdl2/sdl2.mk:142: recipe for target 'sdl2-legal-info' failed make: *** [sdl2-legal-info] Error 1 make: Leaving directory '/home/buildroot/build/instance-0/buildroot'