make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-1/output-1/host/share/doc/patchelf' /bin/mkdir -p '/tmp/instance-1/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README '/tmp/instance-1/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-1/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' pkgconf-1.6.1.tar.xz: OK (sha256: 22b9ee38438901f9d60f180e5182821180854fa738fd071f593ea26a81da208c) >>> host-pkgconf 1.6.1 Extracting xzcat /tmp/instance-1/dl/pkgconf/pkgconf-1.6.1.tar.xz | /tmp/instance-1/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-1/output-1/build/host-pkgconf-1.6.1 -xf - >>> host-pkgconf 1.6.1 Patching Applying 0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch using patch: patching file libpkgconf/tuple.c Hunk #1 succeeded at 161 (offset 1 line). Hunk #2 succeeded at 196 (offset 1 line). Hunk #3 succeeded at 205 (offset 1 line). Hunk #4 succeeded at 255 (offset 1 line). Hunk #5 succeeded at 302 (offset 1 line). Hunk #6 succeeded at 347 (offset 1 line). Applying 0002-Revert-main-assume-modversion-insted-of-version-if-o.patch using patch: patching file cli/main.c Hunk #1 succeeded at 964 (offset 9 lines). >>> host-pkgconf 1.6.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-1/output-1/build/host-pkgconf-1.6.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-pkgconf 1.6.1 Patching libtool patching file /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10775 (offset 65 lines). >>> host-pkgconf 1.6.1 Configuring (cd /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/ && rm -rf config.cache; PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-1/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-1/output-1/host/include" LDFLAGS="-L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-1/output-1/host" --sysconfdir="/tmp/instance-1/output-1/host/etc" --localstatedir="/tmp/instance-1/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for gcc... /usr/bin/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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -std=gnu99... yes checking for strlcpy... no checking for strlcat... no checking for strndup... yes checking for cygwin_conv_path... no checking how to run the C preprocessor... /usr/bin/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 for sys/stat.h... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports the include directive... yes (GNU style) checking whether make supports nested variables... yes checking dependency style of /usr/bin/gcc... none checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... /usr/bin/cpp checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking whether ln -s works... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating Kyuafile config.status: creating libpkgconf.pc config.status: creating tests/Kyuafile config.status: creating tests/test_env.sh config.status: creating libpkgconf/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-pkgconf 1.6.1 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j32 -C /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-pkgconf-1.6.1' CC cli/pkgconf-getopt_long.o CC cli/pkgconf-main.o CC cli/pkgconf-renderer-msvc.o CC libpkgconf/audit.lo CC libpkgconf/cache.lo CC libpkgconf/client.lo CC libpkgconf/pkg.lo CC libpkgconf/bsdstubs.lo CC libpkgconf/argvsplit.lo CC libpkgconf/fragment.lo CC libpkgconf/fileio.lo CC libpkgconf/tuple.lo CC libpkgconf/dependency.lo CC libpkgconf/queue.lo CC libpkgconf/personality.lo CC libpkgconf/path.lo CC libpkgconf/parser.lo CCLD libpkgconf.la CCLD pkgconf make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-pkgconf-1.6.1' >>> host-pkgconf 1.6.1 Installing to host directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-1/output-1/host/lib/pkgconfig:/tmp/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j32 install -C /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-pkgconf-1.6.1' make[2]: Entering directory '/tmp/instance-1/output-1/build/host-pkgconf-1.6.1' /bin/mkdir -p '/tmp/instance-1/output-1/host/lib' /bin/mkdir -p '/tmp/instance-1/output-1/host/share/doc/pkgconf' /bin/mkdir -p '/tmp/instance-1/output-1/host/share/aclocal' /bin/mkdir -p '/tmp/instance-1/output-1/host/share/man/man1' /bin/bash ./libtool --mode=install /usr/bin/install -c libpkgconf.la '/tmp/instance-1/output-1/host/lib' /bin/mkdir -p '/tmp/instance-1/output-1/host/share/man/man7' /bin/mkdir -p '/tmp/instance-1/output-1/host/include/pkgconf' /bin/mkdir -p '/tmp/instance-1/output-1/host/share/man/man5' /bin/mkdir -p '/tmp/instance-1/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 README.md AUTHORS '/tmp/instance-1/output-1/host/share/doc/pkgconf' /usr/bin/install -c -m 644 pkg.m4 '/tmp/instance-1/output-1/host/share/aclocal' /usr/bin/install -c -m 644 libpkgconf.pc '/tmp/instance-1/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 man/pkgconf.1 '/tmp/instance-1/output-1/host/share/man/man1' /usr/bin/install -c -m 644 man/pkg.m4.7 '/tmp/instance-1/output-1/host/share/man/man7' /bin/mkdir -p '/tmp/instance-1/output-1/host/include/pkgconf/libpkgconf' /usr/bin/install -c -m 644 libpkgconf/bsdstubs.h libpkgconf/iter.h libpkgconf/libpkgconf.h libpkgconf/stdinc.h libpkgconf/libpkgconf-api.h '/tmp/instance-1/output-1/host/include/pkgconf/libpkgconf' /usr/bin/install -c -m 644 man/pc.5 man/pkgconf-personality.5 '/tmp/instance-1/output-1/host/share/man/man5' libtool: install: /usr/bin/install -c .libs/libpkgconf.so.3.0.0 /tmp/instance-1/output-1/host/lib/libpkgconf.so.3.0.0 libtool: install: (cd /tmp/instance-1/output-1/host/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so.3 || { rm -f libpkgconf.so.3 && ln -s libpkgconf.so.3.0.0 libpkgconf.so.3; }; }) libtool: install: (cd /tmp/instance-1/output-1/host/lib && { ln -s -f libpkgconf.so.3.0.0 libpkgconf.so || { rm -f libpkgconf.so && ln -s libpkgconf.so.3.0.0 libpkgconf.so; }; }) libtool: install: /usr/bin/install -c .libs/libpkgconf.lai /tmp/instance-1/output-1/host/lib/libpkgconf.la libtool: finish: PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /tmp/instance-1/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-1/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/mkdir -p '/tmp/instance-1/output-1/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c pkgconf '/tmp/instance-1/output-1/host/bin' libtool: install: /usr/bin/install -c pkgconf /tmp/instance-1/output-1/host/bin/pkgconf make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-pkgconf-1.6.1' make[1]: Leaving directory '/tmp/instance-1/output-1/build/host-pkgconf-1.6.1' /usr/bin/install -m 0755 -D package/pkgconf/pkg-config.in /tmp/instance-1/output-1/host/bin/pkg-config /bin/sed -i -e 's,@STAGING_SUBDIR@,riscv64-buildroot-linux-musl/sysroot,g' /tmp/instance-1/output-1/host/bin/pkg-config /bin/sed -i -e 's,@STATIC@,,' /tmp/instance-1/output-1/host/bin/pkg-config snappy-1.1.8.tar.gz: OK (sha256: 16b677f07832a612b0836178db7f374e414f94657c138e6993cbfc5dcc58651f) >>> snappy 1.1.8 Extracting gzip -d -c /tmp/instance-1/dl/snappy/snappy-1.1.8.tar.gz | /tmp/instance-1/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-1/output-1/build/snappy-1.1.8 -xf - >>> snappy 1.1.8 Patching >>> snappy 1.1.8 Configuring (mkdir -p /tmp/instance-1/output-1/build/snappy-1.1.8/ && cd /tmp/instance-1/output-1/build/snappy-1.1.8/ && rm -f CMakeCache.txt && PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/cmake /tmp/instance-1/output-1/build/snappy-1.1.8/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-1/output-1/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 -DSNAPPY_BUILD_TESTS=OFF ) -- The C compiler identification is GNU 8.4.0 -- The CXX compiler identification is GNU 8.4.0 -- Check for working C compiler: /tmp/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-gcc -- Check for working C compiler: /tmp/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /tmp/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-g++ -- Check for working CXX compiler: /tmp/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for byteswap.h -- Looking for byteswap.h - found -- Looking for sys/endian.h -- Looking for sys/endian.h - not found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/uio.h -- Looking for sys/uio.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for windows.h -- Looking for windows.h - not found -- Looking for zlibVersion in z -- Looking for zlibVersion in z - found -- Looking for lzo1x_1_15_compress in lzo2 -- Looking for lzo1x_1_15_compress in lzo2 - not found -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX - Failed -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 -- Performing Test HAVE_VISUAL_STUDIO_ARCH_AVX2 - Failed -- Performing Test HAVE_CLANG_MAVX -- Performing Test HAVE_CLANG_MAVX - Failed -- Performing Test HAVE_CLANG_MBMI2 -- Performing Test HAVE_CLANG_MBMI2 - Failed -- Performing Test HAVE_BUILTIN_EXPECT -- Performing Test HAVE_BUILTIN_EXPECT - Success -- Performing Test HAVE_BUILTIN_CTZ -- Performing Test HAVE_BUILTIN_CTZ - Success -- Performing Test SNAPPY_HAVE_SSSE3 -- Performing Test SNAPPY_HAVE_SSSE3 - Failed -- Performing Test SNAPPY_HAVE_BMI2 -- Performing Test SNAPPY_HAVE_BMI2 - Failed -- Looking for mmap -- Looking for mmap - found -- Looking for sysconf -- Looking for sysconf - found -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-1/output-1/build/snappy-1.1.8 >>> snappy 1.1.8 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-1/output-1/build/snappy-1.1.8/ make[1]: Entering directory '/tmp/instance-1/output-1/build/snappy-1.1.8' make[2]: Entering directory '/tmp/instance-1/output-1/build/snappy-1.1.8' make[3]: Entering directory '/tmp/instance-1/output-1/build/snappy-1.1.8' Scanning dependencies of target snappy make[3]: Leaving directory '/tmp/instance-1/output-1/build/snappy-1.1.8' make[3]: Entering directory '/tmp/instance-1/output-1/build/snappy-1.1.8' [ 20%] Building CXX object CMakeFiles/snappy.dir/snappy-sinksource.cc.o [ 40%] Building CXX object CMakeFiles/snappy.dir/snappy-c.cc.o [ 60%] Building CXX object CMakeFiles/snappy.dir/snappy-stubs-internal.cc.o [ 80%] Building CXX object CMakeFiles/snappy.dir/snappy.cc.o [100%] Linking CXX shared library libsnappy.so make[3]: Leaving directory '/tmp/instance-1/output-1/build/snappy-1.1.8' [100%] Built target snappy make[2]: Leaving directory '/tmp/instance-1/output-1/build/snappy-1.1.8' make[1]: Leaving directory '/tmp/instance-1/output-1/build/snappy-1.1.8' >>> snappy 1.1.8 Installing to staging directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot install/fast -C /tmp/instance-1/output-1/build/snappy-1.1.8/ make[1]: Entering directory '/tmp/instance-1/output-1/build/snappy-1.1.8' Install the project... -- Install configuration: "Debug" -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib/libsnappy.so.1.1.8 -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib/libsnappy.so.1 -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib/libsnappy.so -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/snappy-c.h -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/snappy-sinksource.h -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/snappy.h -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/include/snappy-stubs-public.h -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib/cmake/Snappy/SnappyTargets.cmake -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib/cmake/Snappy/SnappyTargets-debug.cmake -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib/cmake/Snappy/SnappyConfig.cmake -- Installing: /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib/cmake/Snappy/SnappyConfigVersion.cmake make[1]: Leaving directory '/tmp/instance-1/output-1/build/snappy-1.1.8' >>> snappy 1.1.8 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> snappy 1.1.8 Installing to target PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-1/output-1/target install/fast -C /tmp/instance-1/output-1/build/snappy-1.1.8/ make[1]: Entering directory '/tmp/instance-1/output-1/build/snappy-1.1.8' Install the project... -- Install configuration: "Debug" -- Installing: /tmp/instance-1/output-1/target/usr/lib/libsnappy.so.1.1.8 -- Installing: /tmp/instance-1/output-1/target/usr/lib/libsnappy.so.1 -- Installing: /tmp/instance-1/output-1/target/usr/lib/libsnappy.so -- Installing: /tmp/instance-1/output-1/target/usr/include/snappy-c.h -- Installing: /tmp/instance-1/output-1/target/usr/include/snappy-sinksource.h -- Installing: /tmp/instance-1/output-1/target/usr/include/snappy.h -- Installing: /tmp/instance-1/output-1/target/usr/include/snappy-stubs-public.h -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/Snappy/SnappyTargets.cmake -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/Snappy/SnappyTargets-debug.cmake -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/Snappy/SnappyConfig.cmake -- Installing: /tmp/instance-1/output-1/target/usr/lib/cmake/Snappy/SnappyConfigVersion.cmake make[1]: Leaving directory '/tmp/instance-1/output-1/build/snappy-1.1.8' >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-1/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-1/output-1/target/etc/shells; fi mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-1/output-1/target/etc/shadow rm -f /tmp/instance-1/output-1/target/bin/sh if [ -x /tmp/instance-1/output-1/target/sbin/swapon -a -x /tmp/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-1/output-1/target/etc/inittab; fi rm -f /tmp/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /tmp/instance-1/output-1/build/locales.nopurge; done for dir in /tmp/instance-1/output-1/target/usr/share/locale /tmp/instance-1/output-1/target/usr/share/X11/locale /tmp/instance-1/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true find /tmp/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-1/output-1/host/bin/riscv64-buildroot-linux-musl-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.08-git-00189-g7e64a050fb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.08-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target cat /tmp/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /tmp/instance-1/output-1/build/dante-1.4.2/.files-list.txt /tmp/instance-1/output-1/build/initscripts/.files-list.txt /tmp/instance-1/output-1/build/iodine-0.7.0/.files-list.txt /tmp/instance-1/output-1/build/libosip2-5.1.1/.files-list.txt /tmp/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-1/output-1/build/linux-headers-5.6.15/.files-list.txt /tmp/instance-1/output-1/build/musl-1.2.0/.files-list.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /tmp/instance-1/output-1/build/skeleton/.files-list.txt /tmp/instance-1/output-1/build/snappy-1.1.8/.files-list.txt /tmp/instance-1/output-1/build/toolchain-buildroot/.files-list.txt /tmp/instance-1/output-1/build/toolchain/.files-list.txt /tmp/instance-1/output-1/build/zlib/.files-list.txt > /tmp/instance-1/output-1/build/packages-file-list.txt cat /tmp/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-binutils-2.32/.files-list-host.txt /tmp/instance-1/output-1/build/host-gcc-final-8.4.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-gcc-initial-8.4.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-gmp-6.1.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-1/output-1/build/host-mpc-1.1.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /tmp/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt > /tmp/instance-1/output-1/build/packages-file-list-host.txt cat /tmp/instance-1/output-1/build/libosip2-5.1.1/.files-list-staging.txt /tmp/instance-1/output-1/build/libtommath-1.2.0/.files-list-staging.txt /tmp/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-1/output-1/build/linux-headers-5.6.15/.files-list-staging.txt /tmp/instance-1/output-1/build/musl-1.2.0/.files-list-staging.txt /tmp/instance-1/output-1/build/musl-compat-headers/.files-list-staging.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-1/output-1/build/snappy-1.1.8/.files-list-staging.txt /tmp/instance-1/output-1/build/toolchain/.files-list-staging.txt > /tmp/instance-1/output-1/build/packages-file-list-staging.txt touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/riscv64-buildroot-linux-musl/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2020.08-git-00189-g7e64a050fb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.0 Collecting legal info COPYRIGHT: OK (sha256: afe1df384787fce3577f3356b8b0d417381483f7c704eacb63f8050349fac77a) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 5.6.15 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> musl-compat-headers Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> dante 1.4.2 Collecting legal info LICENSE: OK (sha256: 954ab6dbcf994711e28e603d8657d6eceef333cd6f9ca6705f0e9d118ab7d69a) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libosip2 5.1.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> snappy 1.1.8 Collecting legal info COPYING: OK (sha256: 55172044f7e241207117448a4d9d6ba1d0925c8ad66b5d4c08c70adfa9cc3de6) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.6.15: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'