2018-10-27 04:06:55 (265 KB/s) - '/home/buildroot/autobuild/run/instance-0/output/build/.unionfs-2.0.tar.gz.V6RX3b/output' saved [46537] unionfs-2.0.tar.gz: OK (sha256: f24d7dd64c678cefacbebf2727b61e3127b8ecb6bb9176d7117dd31503455643) >>> unionfs 2.0 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-0/dl/unionfs/unionfs-2.0.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0 -xf - >>> unionfs 2.0 Patching Applying 0001-include-asm-ioctl.h-for-_IOC_SIZE.patch using patch: patching file src/unionfs.c >>> unionfs 2.0 Configuring (mkdir -p /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/ && cd /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/ && rm -f CMakeCache.txt && PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /home/buildroot/autobuild/run/instance-0/output/host/bin/cmake /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/ -DCMAKE_TOOLCHAIN_FILE="/home/buildroot/autobuild/run/instance-0/output/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 6.4.0 -- Check for working C compiler: /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -- Check for working C compiler: /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done CMake Warning (dev) at CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 2.4 is not supported by CMake >= 3.0. This warning is for project developers. Use -Wno-dev to suppress it. -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_SHARED_LIBS BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0 >>> unionfs 2.0 Building PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' Scanning dependencies of target unionfsctl make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' [ 5%] Building C object src/CMakeFiles/unionfsctl.dir/unionfsctl.o Scanning dependencies of target unionfs make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' [ 11%] Building C object src/CMakeFiles/unionfs.dir/opts.o [ 17%] Building C object src/CMakeFiles/unionfs.dir/debug.o [ 23%] Building C object src/CMakeFiles/unionfs.dir/unionfs.o [ 29%] Linking C executable unionfsctl [ 35%] Building C object src/CMakeFiles/unionfs.dir/findbranch.o /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c: In function 'unionfs_flush': /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c:156:38: warning: unused parameter 'path' [-Wunused-parameter] static int unionfs_flush(const char *path, struct fuse_file_info *fi) { ^~~~ /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c: In function 'unionfs_fsync': /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c:177:38: warning: unused parameter 'path' [-Wunused-parameter] static int unionfs_fsync(const char *path, int isdatasync, struct fuse_file_info *fi) { ^~~~ /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c: In function 'unionfs_read': /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c:408:37: warning: unused parameter 'path' [-Wunused-parameter] static int unionfs_read(const char *path, char *buf, size_t size, off_t offset, struct fuse_file_info *fi) { ^~~~ /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c: In function 'unionfs_release': /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/src/unionfs.c:436:40: warning: unused parameter 'path' [-Wunused-parameter] static int unionfs_release(const char *path, struct fuse_file_info *fi) { ^~~~ [ 41%] Building C object src/CMakeFiles/unionfs.dir/readdir.o make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' [ 41%] Built target unionfsctl [ 47%] Building C object src/CMakeFiles/unionfs.dir/general.o [ 52%] Building C object src/CMakeFiles/unionfs.dir/unlink.o [ 58%] Building C object src/CMakeFiles/unionfs.dir/cow.o [ 64%] Building C object src/CMakeFiles/unionfs.dir/cow_utils.o [ 70%] Building C object src/CMakeFiles/unionfs.dir/string.o [ 76%] Building C object src/CMakeFiles/unionfs.dir/rmdir.o [ 82%] Building C object src/CMakeFiles/unionfs.dir/usyslog.o [ 88%] Building C object src/CMakeFiles/unionfs.dir/hashtable.o [ 94%] Building C object src/CMakeFiles/unionfs.dir/hashtable_itr.o [100%] Linking C executable unionfs make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' [100%] Built target unionfs make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' >>> unionfs 2.0 Installing to target PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-0/output/target install/fast -C /home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' Install the project... -- Install configuration: "Release" -- Installing: /home/buildroot/autobuild/run/instance-0/output/target/usr/bin/unionfs -- Installing: /home/buildroot/autobuild/run/instance-0/output/target/usr/bin/unionfsctl -- Installing: /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man8/unionfs.8 make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/unionfs-2.0' >>> which 2.21 Downloading --2018-10-27 04:06:56-- http://ftpmirror.gnu.org/which/which-2.21.tar.gz Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 208.118.235.200 Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|208.118.235.200|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://mirror.koddos.net/gnu/which/which-2.21.tar.gz [following] --2018-10-27 04:06:56-- http://mirror.koddos.net/gnu/which/which-2.21.tar.gz Resolving mirror.koddos.net (mirror.koddos.net)... 31.220.0.151, 2001:590:3803::31:151 Connecting to mirror.koddos.net (mirror.koddos.net)|31.220.0.151|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 149305 (146K) [application/x-gzip] Saving to: '/home/buildroot/autobuild/run/instance-0/output/build/.which-2.21.tar.gz.8hxizj/output' 0K .......... .......... .......... .......... .......... 34% 3.91M 0s 50K .......... .......... .......... .......... .......... 68% 5.99M 0s 100K .......... .......... .......... .......... ..... 100% 74.8M=0.02s 2018-10-27 04:06:56 (6.70 MB/s) - '/home/buildroot/autobuild/run/instance-0/output/build/.which-2.21.tar.gz.8hxizj/output' saved [149305/149305] which-2.21.tar.gz: OK (sha256: f4a245b94124b377d8b49646bf421f9155d36aa7614b6ebf83705d3ffc76eaad) >>> which 2.21 Extracting gzip -d -c /home/buildroot/autobuild/run/instance-0/dl/which/which-2.21.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/which-2.21 -xf - >>> which 2.21 Patching >>> which 2.21 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-0/output/build/which-2.21 -name $file); do cp support/gnuconfig/$file $i; done; done >>> which 2.21 Patching libtool >>> which 2.21 Configuring (cd /home/buildroot/autobuild/run/instance-0/output/build/which-2.21/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" AR="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ar" AS="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-as" LD="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ld" NM="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-nm" CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-g++" FC="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/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 gt_cv_func_gnugettext1_libc=yes gt_cv_func_gnugettext2_libc=yes CONFIG_SITE=/dev/null ./configure --target=i586-buildroot-linux-musl --host=i586-buildroot-linux-musl --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 i586-buildroot-linux-musl-strip... /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for i586-buildroot-linux-musl-gcc... /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-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/autobuild/run/instance-0/output/host/bin/i586-linux-gcc accepts -g... yes checking for /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc option to accept ISO C89... none needed checking whether /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc... none checking how to run the C preprocessor... /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-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 for xmalloc in libiberty.a... no checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking libiberty.h usability... no checking libiberty.h presence... no checking for libiberty.h... no checking whether stat file-mode macros are broken... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for strchr... yes checking for memcpy... yes checking for getopt_long... yes checking for getcwd... yes checking for getwd... no checking for sysconf... yes checking for getgroups... yes checking for eaccess... yes checking for ar... /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ar checking for i586-buildroot-linux-musl-ranlib... /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ranlib checking for stdlib.h... (cached) yes checking for memory.h... (cached) yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for strings.h... (cached) yes checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking whether programs are able to redeclare getpw functions... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating maintMakefile config.status: creating tilde/Makefile config.status: creating config.h 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 >>> which 2.21 Building PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/which-2.21/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' Making all in tilde make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21/tilde' /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o tilde.o tilde.c /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o shell.o shell.c rm -f libtilde.a /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ar cru libtilde.a tilde.o shell.o /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ranlib libtilde.a make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21/tilde' Making all in . make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o getopt.o getopt.c /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o getopt1.o getopt1.c /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o bash.o bash.c /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o which.o which.c /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o which getopt.o getopt1.o bash.o which.o ./tilde/libtilde.a make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' >>> which 2.21 Installing to target PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-0/output/target install -C /home/buildroot/autobuild/run/instance-0/output/build/which-2.21/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' /usr/bin/make install-recursive make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' Making install in tilde make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21/tilde' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21/tilde' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21/tilde' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21/tilde' Making install in . make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/target/usr/bin' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man1' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/info' /usr/bin/install -c -m 644 which.1 '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/man/man1' /usr/bin/install -c -m 644 ./which.info '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/info' /usr/bin/install -c which '/home/buildroot/autobuild/run/instance-0/output/target/usr/bin' install-info --info-dir='/home/buildroot/autobuild/run/instance-0/output/target/usr/share/info' '/home/buildroot/autobuild/run/instance-0/output/target/usr/share/info/which.info' make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/which-2.21' >>> xutil_util-macros 1.19.2 Downloading --2018-10-27 04:06:59-- http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.2.tar.bz2 Resolving xorg.freedesktop.org (xorg.freedesktop.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to xorg.freedesktop.org (xorg.freedesktop.org)|131.252.210.176|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://www.x.org/releases/individual/util/util-macros-1.19.2.tar.bz2 [following] --2018-10-27 04:06:59-- https://www.x.org/releases/individual/util/util-macros-1.19.2.tar.bz2 Resolving www.x.org (www.x.org)... 131.252.210.176, 2610:10:20:722:a800:ff:feda:470f Connecting to www.x.org (www.x.org)|131.252.210.176|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 84139 (82K) [application/x-bzip2] Saving to: '/home/buildroot/autobuild/run/instance-0/output/build/.util-macros-1.19.2.tar.bz2.6Qvujn/output' 0K .......... .......... .......... .......... .......... 60% 149K 0s 50K .......... .......... .......... .. 100% 291M=0.3s 2018-10-27 04:07:00 (245 KB/s) - '/home/buildroot/autobuild/run/instance-0/output/build/.util-macros-1.19.2.tar.bz2.6Qvujn/output' saved [84139/84139] util-macros-1.19.2.tar.bz2: OK (md5: 58edef899364f78fbde9479ded20211e) util-macros-1.19.2.tar.bz2: OK (sha1: e8b3a6f2bfde22440fca0974da53da18821a4ee6) util-macros-1.19.2.tar.bz2: OK (sha256: d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712) util-macros-1.19.2.tar.bz2: OK (sha512: 3f51504b27f0478c136126f15110cf3cdbba218c4d74a8e974cca1381c6e8364609bd0c444f2fb19aa86a7f4e848dfce4f4da940463b224036f75a60b3d88619) >>> xutil_util-macros 1.19.2 Extracting bzcat /home/buildroot/autobuild/run/instance-0/dl/xutil_util-macros/util-macros-1.19.2.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2 -xf - >>> xutil_util-macros 1.19.2 Patching >>> xutil_util-macros 1.19.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> xutil_util-macros 1.19.2 Patching libtool >>> xutil_util-macros 1.19.2 Configuring (cd /home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2/ && rm -rf config.cache && PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" AR="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ar" AS="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-as" LD="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ld" NM="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-nm" CC="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc" GCC="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gcc" CPP="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-cpp" CXX="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-g++" FC="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gfortran" F77="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-gfortran" RANLIB="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ranlib" READELF="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-readelf" STRIP="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-strip" OBJCOPY="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-objcopy" OBJDUMP="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/run/instance-0/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/run/instance-0/output/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/run/instance-0/output/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-0/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-as" DEFAULT_LINKER="/home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/buildroot/autobuild/run/instance-0/output/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/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 gt_cv_func_gnugettext1_libc=yes gt_cv_func_gnugettext2_libc=yes CONFIG_SITE=/dev/null ./configure --target=i586-buildroot-linux-musl --host=i586-buildroot-linux-musl --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, --disable-dependency-tracking, --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 i586-buildroot-linux-musl-strip... /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-strip checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> xutil_util-macros 1.19.2 Building PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' >>> xutil_util-macros 1.19.2 Installing to staging directory PATH="/home/buildroot/autobuild/run/instance-0/output/host/bin:/home/buildroot/autobuild/run/instance-0/output/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot install -C /home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/pkgconfig' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/util-macros' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 xorg-macros.pc '/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/pkgconfig' /usr/bin/install -c -m 644 xorg-macros.m4 '/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 INSTALL '/home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/util-macros' /usr/bin/make install-data-hook make[3]: Entering directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' rm -f /home/buildroot/autobuild/run/instance-0/output/host/i586-buildroot-linux-musl/sysroot/usr/share/aclocal/xorgversion.m4 make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-0/output/build/xutil_util-macros-1.19.2' >>> xutil_util-macros 1.19.2 Fixing libtool files >>> 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-0/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-staging.txt Warning: staging file "./usr/lib/libpng16.la" is touched by more than one package: [u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/apr-util-1/apr_crypto_openssl.la" is touched by more than one package: [u'apr-util', u'argp-standalone', u'bctoolbox', u'brotli', u'bzip2', u'cracklib', u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libapr-1.la" is touched by more than one package: [u'apr', u'expat', u'libzlib', u'libopenssl', u'sqlite', u'apr-util', u'argp-standalone', u'bctoolbox', u'brotli', u'bzip2', u'cracklib', u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgpg-error.la" is touched by more than one package: [u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsoc.la" is touched by more than one package: [u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libSDL2_test.la" is touched by more than one package: [u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libSDL2main.la" is touched by more than one package: [u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libpng.la" is touched by more than one package: [u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libulockmgr.la" is touched by more than one package: [u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libfuse.la" is touched by more than one package: [u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libdvdcss.la" is touched by more than one package: [u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libaprutil-1.la" is touched by more than one package: [u'apr-util', u'argp-standalone', u'bctoolbox', u'brotli', u'bzip2', u'cracklib', u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libgcrypt.la" is touched by more than one package: [u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libortp.la" is touched by more than one package: [u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libsqlite3.la" is touched by more than one package: [u'sqlite', u'apr-util', u'argp-standalone', u'bctoolbox', u'brotli', u'bzip2', u'cracklib', u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libSDL2.la" is touched by more than one package: [u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/apr-util-1/apr_dbd_sqlite3.la" is touched by more than one package: [u'apr-util', u'argp-standalone', u'bctoolbox', u'brotli', u'bzip2', u'cracklib', u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libexpat.la" is touched by more than one package: [u'expat', u'libzlib', u'libopenssl', u'sqlite', u'apr-util', u'argp-standalone', u'bctoolbox', u'brotli', u'bzip2', u'cracklib', u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] Warning: staging file "./usr/lib/libcrack.la" is touched by more than one package: [u'cracklib', u'libdvdcss', u'libfuse', u'libgpg-error', u'libgcrypt', u'libpng', u'libsoc', u'live555', u'ortp', u'scrypt', u'sdl2', u'xutil_util-macros'] ./support/scripts/check-uniq-files -t host /home/buildroot/autobuild/run/instance-0/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-lzip', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake'] mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-0/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-0/output/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-0/output/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-0/output/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-0/output/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-0/output/target/bin/sh rm -f /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/buildroot/autobuild/run/instance-0/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-0/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/include /home/buildroot/autobuild/run/instance-0/output/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-0/output/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-0/output/target/usr/share/cmake find /home/buildroot/autobuild/run/instance-0/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-0/output/target/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/ /home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/run/instance-0/output/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/man /home/buildroot/autobuild/run/instance-0/output/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/info /home/buildroot/autobuild/run/instance-0/output/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/doc /home/buildroot/autobuild/run/instance-0/output/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-0/output/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-0/output/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/run/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/autobuild/run/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'libpthread*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug find /home/buildroot/autobuild/run/instance-0/output/target/lib/ -type f -name 'ld-*.so*' | \ xargs -r /home/buildroot/autobuild/run/instance-0/output/host/bin/i586-linux-strip --remove-section=.comment --remove-section=.note --strip-debug test -f /home/buildroot/autobuild/run/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/autobuild/run/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/autobuild/run/instance-0/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2018.11-git-01049-gcbf62fc569"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2018.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2018.11-git\"" \ ) > /home/buildroot/autobuild/run/instance-0/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-0/output/target/etc >>> Sanitizing RPATH in target tree /home/buildroot/autobuild/run/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-0/output/target/usr make: Leaving directory '/home/buildroot/autobuild/run/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-0/buildroot' >>> Buildroot 2018.11-git-01049-gcbf62fc569 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 >>> musl-compat-headers 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 >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.6.3 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.2.6 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 0.9.12 Collecting legal info ERROR: No hash found for COPYING >>> openssl Collecting legal info >>> libopenssl 1.0.2p Collecting legal info LICENSE: OK (sha256: c8f60f4842bbad0353f5d81620e72b168b5638ca3a0a999f5da113b22491612e) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> sqlite 3250200 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> argp-standalone 1.3 Collecting legal info >>> bctoolbox 0.4.0 Collecting legal info ERROR: No hash found for COPYING >>> host-cmake 3.8.2 Collecting legal info ERROR: No hash found for Copyright.txt >>> bridge-utils 1.6 Collecting legal info ERROR: No hash found for COPYING >>> brotli 1.0.7 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> bsdiff 4.3 Collecting legal info ERROR: No hash found for bsdiff.c >>> bzip2 1.0.6 Collecting legal info ERROR: No hash found for LICENSE >>> cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> host-cracklib 2.9.6 Collecting legal info ERROR: No hash found for COPYING.LIB >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libfuse 2.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libgcrypt 1.8.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.31 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libpng 1.6.34 Collecting legal info LICENSE: OK (sha256: a247c24f82bacf0403fe2f3d5550493a91cdb575fe7036b764bda8cacf3efd9c) >>> libsoc 0.8.2 Collecting legal info ERROR: No hash found for LICENCE >>> live555 2018.10.17 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> odhcploc 20111021 Collecting legal info ERROR: No hash found for COPYING >>> ortp 0.27.0 Collecting legal info ERROR: No hash found for COPYING >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.12.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> redis 4.0.11 Collecting legal info COPYING: OK (sha256: cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063) >>> rng-tools 5 Collecting legal info ERROR: No hash found for COPYING >>> scrypt 1.2.0 Collecting legal info ERROR: No hash found for main.c >>> sdl2 2.0.8 Collecting legal info COPYING.txt: OK (sha256: 61e627031e1160bf8b9bdbc9cda27656d422ea8eaab199b64b4a4a4168437154) >>> stella 5.0.2 Collecting legal info ERROR: No hash found for Copyright.txt ERROR: No hash found for License.txt >>> subversion 1.9.7 Collecting legal info ERROR: No hash found for LICENSE >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> unionfs 2.0 Collecting legal info ERROR: No hash found for LICENSE >>> which 2.21 Collecting legal info ERROR: No hash found for COPYING >>> xutil_util-macros 1.19.2 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-0/output/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-0/buildroot'