/bin/mkdir -p /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/pkgconfig for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h twofish.h umac.h yarrow.h xts.h poly1305.h version.h ; do \ if [ -f "$f" ] ; then \ /usr/bin/install -c -m 644 "$f" /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/nettle ; \ else \ /usr/bin/install -c -m 644 "./$f" /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/nettle ; \ fi ; done for f in ; do \ /usr/bin/install -c -m 644 $f /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib ; \ done for f in nettle.pc hogweed.pc ; do \ /usr/bin/install -c -m 644 "$f" /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/pkgconfig ; \ done /bin/mkdir -p /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib /usr/bin/install -c -m 644 libnettle.so /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libnettle.so.8.0 /bin/mkdir -p /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib /usr/bin/install -c -m 644 libhogweed.so /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libhogweed.so.6.0 [ -z "libnettle.so.8" ] \ || (cd /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.0 libnettle.so.8 \ && ln -s libnettle.so.8.0 libnettle.so) [ -z "libhogweed.so.6" ] \ || (cd /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.0 libhogweed.so.6 \ && ln -s libhogweed.so.6.0 libhogweed.so) make[2]: Leaving directory '/tmp/instance-1/output-1/build/nettle-3.6' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /usr/bin/make install); done Making install in tools make[2]: Entering directory '/tmp/instance-1/output-1/build/nettle-3.6/tools' /bin/mkdir -p /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /usr/bin/install -c $f /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin ; \ done make[2]: Leaving directory '/tmp/instance-1/output-1/build/nettle-3.6/tools' make[1]: Leaving directory '/tmp/instance-1/output-1/build/nettle-3.6' >>> nettle 3.6 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/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/arm-buildroot-linux-uclibcgnueabi/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/arm-buildroot-linux-uclibcgnueabi/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 >>> nettle 3.6 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 -C /tmp/instance-1/output-1/build/nettle-3.6/ make[1]: Entering directory '/tmp/instance-1/output-1/build/nettle-3.6' /usr/bin/make install-here make[2]: Entering directory '/tmp/instance-1/output-1/build/nettle-3.6' /bin/mkdir -p /tmp/instance-1/output-1/target/usr/include/nettle /bin/mkdir -p /tmp/instance-1/output-1/target/usr/lib /bin/mkdir -p /tmp/instance-1/output-1/target/usr/lib/pkgconfig for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h twofish.h umac.h yarrow.h xts.h poly1305.h version.h ; do \ if [ -f "$f" ] ; then \ /usr/bin/install -c -m 644 "$f" /tmp/instance-1/output-1/target/usr/include/nettle ; \ else \ /usr/bin/install -c -m 644 "./$f" /tmp/instance-1/output-1/target/usr/include/nettle ; \ fi ; done for f in ; do \ /usr/bin/install -c -m 644 $f /tmp/instance-1/output-1/target/usr/lib ; \ done for f in nettle.pc hogweed.pc ; do \ /usr/bin/install -c -m 644 "$f" /tmp/instance-1/output-1/target/usr/lib/pkgconfig ; \ done /bin/mkdir -p /tmp/instance-1/output-1/target/usr/lib /usr/bin/install -c -m 644 libnettle.so /tmp/instance-1/output-1/target/usr/lib/libnettle.so.8.0 /bin/mkdir -p /tmp/instance-1/output-1/target/usr/lib /usr/bin/install -c -m 644 libhogweed.so /tmp/instance-1/output-1/target/usr/lib/libhogweed.so.6.0 [ -z "libnettle.so.8" ] \ || (cd /tmp/instance-1/output-1/target/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.0 libnettle.so.8 \ && ln -s libnettle.so.8.0 libnettle.so) [ -z "libhogweed.so.6" ] \ || (cd /tmp/instance-1/output-1/target/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.0 libhogweed.so.6 \ && ln -s libhogweed.so.6.0 libhogweed.so) make[2]: Leaving directory '/tmp/instance-1/output-1/build/nettle-3.6' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /usr/bin/make install); done Making install in tools make[2]: Entering directory '/tmp/instance-1/output-1/build/nettle-3.6/tools' /bin/mkdir -p /tmp/instance-1/output-1/target/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /usr/bin/install -c $f /tmp/instance-1/output-1/target/usr/bin ; \ done make[2]: Leaving directory '/tmp/instance-1/output-1/build/nettle-3.6/tools' make[1]: Leaving directory '/tmp/instance-1/output-1/build/nettle-3.6' patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /tmp/instance-1/dl/patchelf/patchelf-0.9.tar.bz2 | /tmp/instance-1/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-1/output-1/build/host-patchelf-0.9 -xf - >>> host-patchelf 0.9 Patching Applying 0001-Remove-apparently-incorrect-usage-of-static.patch using patch: patching file src/patchelf.cc Applying 0002-Extract-a-function-for-splitting-a-colon-separated-s.patch using patch: patching file src/patchelf.cc Applying 0003-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Applying 0004-patchelf-Check-ELF-endianness-before-writing-new-run.patch using patch: patching file src/patchelf.cc >>> host-patchelf 0.9 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-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /tmp/instance-1/output-1/build/host-patchelf-0.9/ && 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: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls 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 nested variables... yes checking for style of include used by make... GNU 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 dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 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-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.9\" -DPACKAGE_STRING=\"patchelf\ 0.9\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.9\" -DPAGESIZE=4096 -I. -I/tmp/instance-1/output-1/host/include -Wall -O2 -I/tmp/instance-1/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-1/output-1/host/include -L/tmp/instance-1/output-1/host/lib -Wl,-rpath,/tmp/instance-1/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. 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[2]: Nothing to be done for 'all-am'. 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' >>> host-patchelf 0.9 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-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-1/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-1/output-1/host/bin' make[3]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-1/output-1/build/host-patchelf-0.9/tests' make[3]: Nothing to be done for 'install-exec-am'. 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' tinyalsa-1.1.1.tar.gz: OK (sha256: d92b438cea348ae316c4b2cbf367b4f01ed821a947e6a34d813624e9e3c936c1) >>> tinyalsa 1.1.1 Extracting gzip -d -c /tmp/instance-1/dl/tinyalsa/tinyalsa-1.1.1.tar.gz | /tmp/instance-1/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-1/output-1/build/tinyalsa-1.1.1 -xf - >>> tinyalsa 1.1.1 Patching Applying 0001-disable-doxygen-usage.patch using patch: patching file Makefile Applying 0002-interval.h-add-missing-header.patch using patch: patching file include/tinyalsa/interval.h >>> tinyalsa 1.1.1 Configuring >>> tinyalsa 1.1.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" /usr/bin/make -j32 CROSS_COMPILE="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-" -C /tmp/instance-1/output-1/build/tinyalsa-1.1.1 make[1]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1' /usr/bin/make -C src make[2]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/src' /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -fPIC -c -o limits.o limits.c /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -fPIC -c -o mixer.o mixer.c /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -fPIC -c -o pcm.o pcm.c /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ar rv libtinyalsa.a limits.o mixer.o pcm.o /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -shared -Wl,-soname,libtinyalsa.so.1 limits.o mixer.o pcm.o -o libtinyalsa.so.1.1.1 /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ar: creating libtinyalsa.a a - limits.o a - mixer.o a - pcm.o ln -sf libtinyalsa.so.1.1.1 libtinyalsa.so.1 ln -sf libtinyalsa.so.1 libtinyalsa.so make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils make[2]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/utils' /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinyplay.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinyplay /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinycap.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinycap /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinymix.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinymix /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include -L ../src -O2 tinypcminfo.c ../include/tinyalsa/pcm.h ../include/tinyalsa/mixer.h ../include/tinyalsa/asoundlib.h ../src/libtinyalsa.a -o tinypcminfo make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/utils' /usr/bin/make -C examples make[2]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/examples' /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include pcm-readi.c ../src/libtinyalsa.so -o pcm-readi /tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc -Wall -Wextra -Werror -Wfatal-errors -I ../include pcm-writei.c ../src/libtinyalsa.so -o pcm-writei make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/examples' make[1]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1' >>> tinyalsa 1.1.1 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 -C /tmp/instance-1/output-1/build/tinyalsa-1.1.1 PREFIX="/usr" CROSS_COMPILE="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-" DESTDIR="/tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot" install make[1]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1' install -d /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tinyalsa/ install include/tinyalsa/pcm.h /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tinyalsa/ install include/tinyalsa/mixer.h /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tinyalsa/ install include/tinyalsa/asoundlib.h /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tinyalsa/ install include/tinyalsa/version.h /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tinyalsa/ /usr/bin/make -C src install make[2]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/src' install -d /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/ install libtinyalsa.a /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/ install libtinyalsa.so.1.1.1 /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/ ln -sf libtinyalsa.so.1.1.1 /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libtinyalsa.so.1 ln -sf libtinyalsa.so.1 /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib/libtinyalsa.so make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils install make[2]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/utils' install -d /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin install tinyplay /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/ install tinycap /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/ install tinymix /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/ install tinypcminfo /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/ install -d /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1 install tinyplay.1 /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1/ install tinycap.1 /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1/ install tinymix.1 /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1/ install tinypcminfo.1 /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1/ make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/utils' make[1]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1' >>> tinyalsa 1.1.1 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabi/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/arm-buildroot-linux-uclibcgnueabi/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/arm-buildroot-linux-uclibcgnueabi/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 >>> tinyalsa 1.1.1 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 -C /tmp/instance-1/output-1/build/tinyalsa-1.1.1 PREFIX="/usr" CROSS_COMPILE="/tmp/instance-1/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-" DESTDIR="/tmp/instance-1/output-1/target" install make[1]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1' install -d /tmp/instance-1/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/pcm.h /tmp/instance-1/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/mixer.h /tmp/instance-1/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/asoundlib.h /tmp/instance-1/output-1/target/usr/include/tinyalsa/ install include/tinyalsa/version.h /tmp/instance-1/output-1/target/usr/include/tinyalsa/ /usr/bin/make -C src install make[2]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/src' install -d /tmp/instance-1/output-1/target/usr/lib/ install libtinyalsa.a /tmp/instance-1/output-1/target/usr/lib/ install libtinyalsa.so.1.1.1 /tmp/instance-1/output-1/target/usr/lib/ ln -sf libtinyalsa.so.1.1.1 /tmp/instance-1/output-1/target/usr/lib/libtinyalsa.so.1 ln -sf libtinyalsa.so.1 /tmp/instance-1/output-1/target/usr/lib/libtinyalsa.so make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/src' /usr/bin/make -C utils install make[2]: Entering directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/utils' install -d /tmp/instance-1/output-1/target/usr/bin install tinyplay /tmp/instance-1/output-1/target/usr/bin/ install tinycap /tmp/instance-1/output-1/target/usr/bin/ install tinymix /tmp/instance-1/output-1/target/usr/bin/ install tinypcminfo /tmp/instance-1/output-1/target/usr/bin/ install -d /tmp/instance-1/output-1/target/usr/share/man/man1 install tinyplay.1 /tmp/instance-1/output-1/target/usr/share/man/man1/ install tinycap.1 /tmp/instance-1/output-1/target/usr/share/man/man1/ install tinymix.1 /tmp/instance-1/output-1/target/usr/share/man/man1/ install tinypcminfo.1 /tmp/instance-1/output-1/target/usr/share/man/man1/ make[2]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1/utils' make[1]: Leaving directory '/tmp/instance-1/output-1/build/tinyalsa-1.1.1' >>> 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 printf '%s\n' C en_US locale-archive > /tmp/instance-1/output-1/build/locales.nopurge 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/etc/bash_completion.d 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 rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug 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/arm-buildroot-linux-uclibcgnueabi-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/arm-buildroot-linux-uclibcgnueabi-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-00775-g01632805ab"; \ 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/acpid-2.0.32/.files-list.txt /tmp/instance-1/output-1/build/brcm-patchram-plus-95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042/.files-list.txt /tmp/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /tmp/instance-1/output-1/build/bzip2-1.0.8/.files-list.txt /tmp/instance-1/output-1/build/gmp-6.1.2/.files-list.txt /tmp/instance-1/output-1/build/initscripts/.files-list.txt /tmp/instance-1/output-1/build/libaio-0.3.111/.files-list.txt /tmp/instance-1/output-1/build/libfuse3-3.9.2/.files-list.txt /tmp/instance-1/output-1/build/libgta-1.0.8/.files-list.txt /tmp/instance-1/output-1/build/libroxml-3.0.2/.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.7.1/.files-list.txt /tmp/instance-1/output-1/build/lvm2-2.02.185/.files-list.txt /tmp/instance-1/output-1/build/nettle-3.6/.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/tinyalsa-1.1.1/.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/uclibc-1.0.34/.files-list.txt /tmp/instance-1/output-1/build/xz-5.2.5/.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.33.1/.files-list-host.txt /tmp/instance-1/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-1/output-1/build/host-gcc-final-9.3.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-gcc-initial-9.3.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-go-1.13.14/.files-list-host.txt /tmp/instance-1/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /tmp/instance-1/output-1/build/host-libffi-3.3/.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-libzlib-1.2.11/.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-mender-artifact-3.4.0/.files-list-host.txt /tmp/instance-1/output-1/build/host-meson-0.55.0/.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-ninja-1.10.0/.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-python3-3.8.5/.files-list-host.txt /tmp/instance-1/output-1/build/host-python3-setuptools-44.0.0/.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/host-xz-5.2.5/.files-list-host.txt /tmp/instance-1/output-1/build/host-zlib/.files-list-host.txt > /tmp/instance-1/output-1/build/packages-file-list-host.txt cat /tmp/instance-1/output-1/build/bzip2-1.0.8/.files-list-staging.txt /tmp/instance-1/output-1/build/gmp-6.1.2/.files-list-staging.txt /tmp/instance-1/output-1/build/libaio-0.3.111/.files-list-staging.txt /tmp/instance-1/output-1/build/libfuse3-3.9.2/.files-list-staging.txt /tmp/instance-1/output-1/build/libgta-1.0.8/.files-list-staging.txt /tmp/instance-1/output-1/build/libroxml-3.0.2/.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.7.1/.files-list-staging.txt /tmp/instance-1/output-1/build/lvm2-2.02.185/.files-list-staging.txt /tmp/instance-1/output-1/build/nettle-3.6/.files-list-staging.txt /tmp/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-1/output-1/build/tinyalsa-1.1.1/.files-list-staging.txt /tmp/instance-1/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-1/output-1/build/uclibc-1.0.34/.files-list-staging.txt /tmp/instance-1/output-1/build/xz-5.2.5/.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/arm-buildroot-linux-uclibcgnueabi/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-00775-g01632805ab Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 9.3.0 Collecting legal info >>> host-binutils 2.33.1 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) >>> uclibc 1.0.34 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 9.3.0 Collecting legal info >>> linux-headers 5.7.1 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.32 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> 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) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> libaio 0.3.111 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libfuse3 3.9.2 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> host-meson 0.55.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.8.5 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libgta 1.0.8 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> lvm2 2.02.185 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-mender-artifact 3.4.0 Collecting legal info LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) LIC_FILES_CHKSUM.sha256: OK (sha256: 08b0209abb7e87bb1d21aca8a40693b7d29406d1edffd443f17c59d5d68f6467) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: 32714818ad6f98ee0185a52e23a475d89122e3efd2b2c26c733781c28e798c99) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/gopkg.in/yaml.v2/LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 16f848582e4b276a7392cd34496b7a33d6f65c0e190c163ff3a056a7c61219ce) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: dad2b0b2cc2dbdbf95ad5d800ef7588956e74dc2479014829d42be295125c25d) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 7709cc030f078b17809884f92f33a2016944e1180312dc3f1371b02313d313ed) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) >>> host-go 1.13.14 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> nettle 3.6 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinyalsa 1.1.1 Collecting legal info NOTICE: OK (sha256: ca2b89a68c33fba3c8bcaec96f32907e2ede0eb33688ae61d29ec49732158f6d) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-9.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-9.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.7.1: 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'