'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR='"/usr/share/zoneinfo"' -c -o zic.o zic.c cc -DTZDIR='"/usr/share/zoneinfo"' -o zic zic.o >>> host-zic 2018e Installing to host directory /usr/bin/install -D -m 755 /home/buildroot/autobuild/run/instance-3/output/build/host-zic-2018e/zic /home/buildroot/autobuild/run/instance-3/output/host/sbin/zic /usr/bin/install -D -m 644 /home/buildroot/autobuild/run/instance-3/output/build/host-zic-2018e/tzfile.h /home/buildroot/autobuild/run/instance-3/output/host/include/tzfile.h PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-3/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-3/output/build O=/home/buildroot/autobuild/run/instance-3/output flock /home/buildroot/autobuild/run/instance-3/dl/tzdata/ support/download/dl-wrapper -c '2018e' -d '/home/buildroot/autobuild/run/instance-3/dl/tzdata' -D '/home/buildroot/autobuild/run/instance-3/dl' -f 'tzdata2018e.tar.gz' -H 'package/tzdata//tzdata.hash' -n 'tzdata-2018e' -N 'tzdata' -o '/home/buildroot/autobuild/run/instance-3/dl/tzdata/tzdata2018e.tar.gz' -u http+http://www.iana.org/time-zones/repository/releases -u http\|urlencode+http://sources.buildroot.net/tzdata -u http\|urlencode+http://sources.buildroot.net -- tzdata2018e.tar.gz: OK (sha512: d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae) >>> host-tzdata 2018e Extracting gzip -d -c /home/buildroot/autobuild/run/instance-3/dl/tzdata/tzdata2018e.tar.gz | tar --strip-components=0 -C /home/buildroot/autobuild/run/instance-3/output/build/host-tzdata-2018e -xf - >>> host-tzdata 2018e Patching >>> host-tzdata 2018e Configuring >>> host-tzdata 2018e Building (cd /home/buildroot/autobuild/run/instance-3/output/build/host-tzdata-2018e; for zone in africa antarctica asia australasia europe northamerica southamerica pacificnew etcetera backward systemv factory; do /home/buildroot/autobuild/run/instance-3/output/host/sbin/zic -d _output/posix -y yearistype.sh $zone || exit 1; /home/buildroot/autobuild/run/instance-3/output/host/sbin/zic -d _output/right -L leapseconds -y yearistype.sh $zone || exit 1; done; ) warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent warning: -y is obsolescent >>> host-tzdata 2018e Installing to host directory /usr/bin/install -d -m 0755 /home/buildroot/autobuild/run/instance-3/output/host/share/zoneinfo cp -a /home/buildroot/autobuild/run/instance-3/output/build/host-tzdata-2018e/_output/* /home/buildroot/autobuild/run/instance-3/output/build/host-tzdata-2018e/*.tab /home/buildroot/autobuild/run/instance-3/output/host/share/zoneinfo PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-3/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-3/output/build O=/home/buildroot/autobuild/run/instance-3/output flock /home/buildroot/autobuild/run/instance-3/dl/tzdata/ support/download/dl-wrapper -c '2018e' -d '/home/buildroot/autobuild/run/instance-3/dl/tzdata' -D '/home/buildroot/autobuild/run/instance-3/dl' -f 'tzdata2018e.tar.gz' -H 'package/tzdata//tzdata.hash' -n 'tzdata-2018e' -N 'tzdata' -o '/home/buildroot/autobuild/run/instance-3/dl/tzdata/tzdata2018e.tar.gz' -u http+http://www.iana.org/time-zones/repository/releases -u http\|urlencode+http://sources.buildroot.net/tzdata -u http\|urlencode+http://sources.buildroot.net -- tzdata2018e.tar.gz: OK (sha512: d059fcd381b2f6ecdafcd68fdd2a00451d1bf9b1affeb164ae7cabca2e022d499e77f0706ec3f3091b8e84c2211aa66da6c90937108771f1bf070cfebc105cae) >>> tzdata 2018e Extracting >>> tzdata 2018e Patching >>> tzdata 2018e Configuring >>> tzdata 2018e Building >>> tzdata 2018e Installing to target /usr/bin/install -d -m 0755 /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zoneinfo cp -a /home/buildroot/autobuild/run/instance-3/output/host/share/zoneinfo/* /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zoneinfo cd /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zoneinfo; for zone in posix/*; do ln -sfn "${zone}" "${zone##*/}"; done if [ ! -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zoneinfo/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/Etc/UTC /home/buildroot/autobuild/run/instance-3/output/target/etc/localtime echo "Etc/UTC" >/home/buildroot/autobuild/run/instance-3/output/target/etc/timezone PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" BR2_DL_DIR=/home/buildroot/autobuild/run/instance-3/dl BUILD_DIR=/home/buildroot/autobuild/run/instance-3/output/build O=/home/buildroot/autobuild/run/instance-3/output flock /home/buildroot/autobuild/run/instance-3/dl/w_scan/ support/download/dl-wrapper -c '20170107' -d '/home/buildroot/autobuild/run/instance-3/dl/w_scan' -D '/home/buildroot/autobuild/run/instance-3/dl' -f 'w_scan-20170107.tar.bz2' -H 'package/w_scan//w_scan.hash' -n 'w_scan-20170107' -N 'w_scan' -o '/home/buildroot/autobuild/run/instance-3/dl/w_scan/w_scan-20170107.tar.bz2' -u http+http://wirbel.htpc-forum.de/w_scan -u http\|urlencode+http://sources.buildroot.net/w_scan -u http\|urlencode+http://sources.buildroot.net -- w_scan-20170107.tar.bz2: OK (sha256: 38e0f38a7bf06cff6d6ea01652ad4ee60da2cb0e937360468f936da785b46ffe) >>> w_scan 20170107 Extracting bzcat /home/buildroot/autobuild/run/instance-3/dl/w_scan/w_scan-20170107.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-3/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/autobuild/run/instance-3/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/autobuild/run/instance-3/output/build/w_scan-20170107/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" AR="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-ar" AS="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-as" LD="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-ld" NM="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-nm" CC="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-gcc" GCC="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-gcc" CPP="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-cpp" CXX="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-g++" FC="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-gfortran" F77="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-ranlib" READELF="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-readelf" STRIP="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/run/instance-3/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-3/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-3/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-3/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/run/instance-3/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-3/output/host/x86_64-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=x86_64-buildroot-linux-gnu --host=x86_64-buildroot-linux-gnu --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 x86_64-buildroot-linux-gnu-strip... /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking for x86_64-buildroot-linux-gnu-gcc... /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-gcc... none checking for gawk... (cached) mawk checking how to run the C preprocessor... /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-3/output/build/w_scan-20170107/ /usr/bin/make all-am /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-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 >>> w_scan 20170107 Installing to target PATH="/home/buildroot/autobuild/run/instance-3/output/host/bin:/home/buildroot/autobuild/run/instance-3/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-3/output/target install -C /home/buildroot/autobuild/run/instance-3/output/build/w_scan-20170107/ /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1' /usr/bin/install -c w_scan '/home/buildroot/autobuild/run/instance-3/output/target/usr/bin' /usr/bin/install -c -m 644 doc/w_scan.1 '/home/buildroot/autobuild/run/instance-3/output/target/usr/share/man/man1' >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libevent_extra.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libnpth.la" is touched by more than one package: [u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libgio-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libev.la" is touched by more than one package: [u'libev', u'dmalloc', u'xz', u'libzlib', u'elfutils', u'libpcap', u'faifa', u'libogg', u'libvorbis', u'libopenssl', u'ffmpeg', u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libuv.la" is touched by more than one package: [u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libevent_core.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libogg.la" is touched by more than one package: [u'libogg', u'libvorbis', u'libopenssl', u'ffmpeg', u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libpcreposix.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libgobject-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libffi.la" is touched by more than one package: [u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libthreadutil.la" is touched by more than one package: [u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libgthread-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libevent_pthreads.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libpcrecpp.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libvorbisenc.la" is touched by more than one package: [u'libvorbis', u'libopenssl', u'ffmpeg', u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libmount.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libvorbisfile.la" is touched by more than one package: [u'libvorbis', u'libopenssl', u'ffmpeg', u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libpcre.la" is touched by more than one package: [u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libxkbcommon.la" is touched by more than one package: [u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libFLAC.la" is touched by more than one package: [u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libevent.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libglib-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libvorbis.la" is touched by more than one package: [u'libvorbis', u'libopenssl', u'ffmpeg', u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libgmodule-2.0.la" is touched by more than one package: [u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libevent_openssl.la" is touched by more than one package: [u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libmnl.la" is touched by more than one package: [u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libarchive.la" is touched by more than one package: [u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libixml.la" is touched by more than one package: [u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/liblo.la" is touched by more than one package: [u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libexif.la" is touched by more than one package: [u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libuuid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libjpeg.la" is touched by more than one package: [u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libxml2.la" is touched by more than one package: [u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libgupnp-dlna-2.0.la" is touched by more than one package: [u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libconfig.la" is touched by more than one package: [u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libnetfilter_cttimeout.la" is touched by more than one package: [u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libturbojpeg.la" is touched by more than one package: [u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libupnp.la" is touched by more than one package: [u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libasound.la" is touched by more than one package: [u'alsa-lib', u'libev', u'dmalloc', u'xz', u'libzlib', u'elfutils', u'libpcap', u'faifa', u'libogg', u'libvorbis', u'libopenssl', u'ffmpeg', u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libblkid.la" is touched by more than one package: [u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libid3tag.la" is touched by more than one package: [u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/liblzma.la" is touched by more than one package: [u'xz', u'libzlib', u'elfutils', u'libpcap', u'faifa', u'libogg', u'libvorbis', u'libopenssl', u'ffmpeg', u'flac', u'flite', u'libffi', u'pcre', u'ncurses', u'util-linux', u'libglib2', u'libxml2', u'gupnp-dlna', u'icu', u'jpeg-turbo', u'libarchive', u'libcap', u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] Warning: staging file "./usr/lib/libconfig++.la" is touched by more than one package: [u'libconfig', u'libevent', u'libexif', u'libid3tag', u'liblo', u'libmnl', u'libmpdclient', u'libnetfilter_cttimeout', u'libnpth', u'libupnp', u'libuv', u'libxkbcommon', u'lm-sensors', u'sqlite', u'nanomsg', u'pciutils', u'tslib'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-3/output/build/packages-file-list-host.txt rm -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-3/output/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-3/output/host/x86_64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-3/output/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/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/run/instance-3/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-3/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-3/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-3/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-3/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge; done for dir in /home/buildroot/autobuild/run/instance-3/output/target/usr/share/locale; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-3/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-3/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/include /home/buildroot/autobuild/run/instance-3/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-3/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-3/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-3/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-3/output/target/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-3/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/man /home/buildroot/autobuild/run/instance-3/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/info /home/buildroot/autobuild/run/instance-3/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/doc /home/buildroot/autobuild/run/instance-3/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-3/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-3/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/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/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-3/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-3/output/host/bin/x86_64-ctng_locales-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/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/run/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/run/instance-3/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.08-git-00312-g5439d82"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.08-git\"" \ ) > /home/buildroot/autobuild/run/instance-3/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-3/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-3/output/target/usr make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot' make: Entering directory `/home/buildroot/autobuild/run/instance-3/buildroot' >>> Buildroot 2018.08-git-00312-g5439d82 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 >>> host-aespipe 2.4d Collecting legal info >>> alsa-lib 1.1.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.69 Collecting legal info ERROR: No hash found for COPYINGv3 ERROR: No hash found for COPYING.EXCEPTION >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> armbian-firmware 455d6b6701178dafe7fd0168eb4a4ef78a8d24a3 Collecting legal info >>> atest 895b0183a89c15f5e2305a6795bb1667753cd3f0 Collecting legal info ERROR: No hash found for COPYING >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> libev 4.24 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> bc 1.06.95 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> dmalloc 5.5.2 Collecting legal info ERROR: No hash found for dmalloc.h.1 >>> elfutils 0.171 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> xz 5.2.3 Collecting legal info ERROR: No hash found for COPYING.GPLv2 ERROR: No hash found for COPYING.GPLv3 ERROR: No hash found for COPYING.LGPLv2.1 >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> faifa v0.1 Collecting legal info ERROR: No hash found for COPYING >>> libpcap 1.8.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.0.4 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ffmpeg 3.4.2 Collecting legal info LICENSE.md: OK (sha256: 73d99bc83313fff665b426d6672b4e0479102bc402fe22314ac9ce94a38aa5ff) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> host-nasm 2.13.03 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> libvorbis 1.3.6 Collecting legal info COPYING: OK (sha256: 29e9914e6173b7061b7d48c25e6159fc1438326738bc047cc7248abc01b271f6) >>> libogg 1.3.3 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> openssl Collecting legal info >>> libopenssl 1.0.2o Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> 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 >>> flite 1.4 Collecting legal info flite-1.4-release/COPYING: OK (sha256: 4cbeaee8c9a8f23f251f0ce56e9212d244d9ea6b0dbe48601623d920054249a1) >>> gupnp-dlna 0.10.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.56.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> host-pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> host-util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libffi 3.2.1 Collecting legal info LICENSE: OK (sha256: 0f4d7a0bfb83c37465d42dc305f124189196cc0cc2cc8d6f8461103682aebbc5) >>> pcre 8.41 Collecting legal info LICENCE: OK (sha256: 9ac4dfc82b2645ff77b56b759f95f28aa15ab15a03670fa6d4313a6b351e60f0) >>> util-linux 2.32 Collecting legal info README.licensing: OK (sha256: 1e4b65802b0df8115395c697029d03339f983d451a473a08643309c684410d9a) Documentation/licenses/COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.UCB: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) Documentation/licenses/COPYING.BSD-3: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) >>> 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 >>> libxml2 2.9.7 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> haserl 0.9.35 Collecting legal info ERROR: No hash found for COPYING >>> icu 60.2 Collecting legal info LICENSE: OK (sha256: 24c771ce37201a3ab604852e47d10d21595d0493269dd6c8a5e567e998e18c00) >>> host-icu 60.2 Collecting legal info LICENSE: OK (sha256: 24c771ce37201a3ab604852e47d10d21595d0493269dd6c8a5e567e998e18c00) >>> irssi 1.0.7 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> jpeg-turbo 1.5.2 Collecting legal info LICENSE.md: OK (sha256: 5c08657eda60b7946a913ee22ac73603335a468a6aa95204506a1586a8d677ee) README.ijg: OK (sha256: 53a3e3c299e08856964f4c5986e242c3695837b73c64625092f70c774e8af5d2) >>> jpeg Collecting legal info >>> libarchive 3.3.2 Collecting legal info COPYING: OK (sha256: ae6f35cc1979beb316e4d6431fc34c6fc59f0dd126b425c8552bb41c86e4825d) >>> libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.0.4 Collecting legal info ERROR: No hash found for COPYING >>> host-libcap 2.25 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> libconfig v1.7.2 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libevent 2.1.8-stable Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libexif 0.6.21 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> liblo 0.29 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.14 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.46.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja v1.8.2 Collecting legal info ERROR: No hash found for COPYING >>> host-python 2.7.15 Collecting legal info LICENSE: OK (sha256: b9a6d9320b8f2693e8d41e496ce56caadacaddcca9be2a64a61749278f425cf2) >>> host-expat 2.2.5 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-python-setuptools v38.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-python3 3.6.3 Collecting legal info ERROR: No hash found for LICENSE >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpth 1.5 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libupnp 1.6.25 Collecting legal info LICENSE: OK (sha256: 0375955c8a79d6e8fa0792d45d00fc4e7710d7ac95bcbd27f9225a83f5c946fd) >>> libuv v1.20.3 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libxkbcommon 0.7.1 Collecting legal info ERROR: No hash found for LICENSE >>> lldpd 0.9.4 Collecting legal info ERROR: No hash found for README.md >>> lm-sensors 3.4.0 Collecting legal info ERROR: No hash found for COPYING.LGPL ERROR: No hash found for COPYING >>> memtool 2016.10.0 Collecting legal info ERROR: No hash found for COPYING >>> minidlna 1.2.1 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for LICENCE.miniupnpd >>> host-xutil_makedepend 1.0.5 Collecting legal info ERROR: No hash found for COPYING >>> host-xproto_xproto 7.0.31 Collecting legal info ERROR: No hash found for COPYING >>> sqlite 3240000 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> nanomsg 1.0.0 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> ncftp 3.2.6 Collecting legal info ERROR: No hash found for doc/LICENSE.txt >>> netplug 1.2.9.2 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pciutils 3.5.5 Collecting legal info ERROR: No hash found for COPYING >>> pixz 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> proxychains-ng 4.11 Collecting legal info ERROR: No hash found for COPYING >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> ruby 2.4.2 Collecting legal info LEGAL: OK (sha256: 5cda9584acd5e1096276a375085b7e659fa67a072fd69ec2c3931e54f7f563bb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> host-ruby 2.4.2 Collecting legal info LEGAL: OK (sha256: 5cda9584acd5e1096276a375085b7e659fa67a072fd69ec2c3931e54f7f563bb) COPYING: OK (sha256: f5eb1b2956d5f7a67b2e5722a3749bc2fe86f9c580f2e3f5a08519cf073b5864) BSDL: OK (sha256: a5e3042dacb53eebda91f3b1caefbfec8307711df8c4ed1ed20e4e97c43307a4) >>> squid 3.5.27 Collecting legal info COPYING: OK (sha256: 58f5d05257af1fb964fde20e134d660fac9afa86b6fd8c70d63ead63068378fa) >>> tslib 1.16 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> tzdata 2018e Collecting legal info >>> host-tzdata 2018e Collecting legal info >>> host-zic 2018e Collecting legal info >>> w_scan 20170107 Collecting legal info ERROR: No hash found for COPYING WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: aespipe-2.4d: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: armbian-firmware-455d6b6701178dafe7fd0168eb4a4ef78a8d24a3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (TZDATA_LICENSE_FILES not defined) WARNING: tzdata-2018e: cannot save license (HOST_TZDATA_LICENSE_FILES not defined) WARNING: zic-2018e: cannot save license (HOST_ZIC_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-3/output/legal-info make: Leaving directory `/home/buildroot/autobuild/run/instance-3/buildroot'