make[1]: Leaving directory '/tmp/instance-0/output-1/build/nettle-3.7.3' >>> nettle 3.7.3 Installing to staging directory PATH="/tmp/instance-0/output-1/per-package/nettle/host/bin:/tmp/instance-0/output-1/per-package/nettle/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make DESTDIR=/tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot install -C /tmp/instance-0/output-1/build/nettle-3.7.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/nettle-3.7.3' /usr/bin/make install-here make[2]: Entering directory '/tmp/instance-0/output-1/build/nettle-3.7.3' /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/nettle 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 streebog.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-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/nettle ; \ else \ /usr/bin/install -c -m 644 "./$f" /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/include/nettle ; \ fi ; done /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib for f in libnettle.a libhogweed.a; do \ /usr/bin/install -c -m 644 $f /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib ; \ done /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig for f in nettle.pc hogweed.pc ; do \ /usr/bin/install -c -m 644 "$f" /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib/pkgconfig ; \ done make[2]: Leaving directory '/tmp/instance-0/output-1/build/nettle-3.7.3' 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-0/output-1/build/nettle-3.7.3/tools' /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-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-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/bin ; \ done make[2]: Leaving directory '/tmp/instance-0/output-1/build/nettle-3.7.3/tools' make[1]: Leaving directory '/tmp/instance-0/output-1/build/nettle-3.7.3' >>> nettle 3.7.3 Fixing libtool files for la in $(find /tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/per-package/nettle/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-0/output-1/per-package/nettle/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/per-package/nettle/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-0/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.7.3 Installing to target PATH="/tmp/instance-0/output-1/per-package/nettle/host/bin:/tmp/instance-0/output-1/per-package/nettle/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make DESTDIR=/tmp/instance-0/output-1/per-package/nettle/target install -C /tmp/instance-0/output-1/build/nettle-3.7.3/ make[1]: Entering directory '/tmp/instance-0/output-1/build/nettle-3.7.3' /usr/bin/make install-here make[2]: Entering directory '/tmp/instance-0/output-1/build/nettle-3.7.3' /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/target/usr/include/nettle 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 streebog.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-0/output-1/per-package/nettle/target/usr/include/nettle ; \ else \ /usr/bin/install -c -m 644 "./$f" /tmp/instance-0/output-1/per-package/nettle/target/usr/include/nettle ; \ fi ; done /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/target/usr/lib for f in libnettle.a libhogweed.a; do \ /usr/bin/install -c -m 644 $f /tmp/instance-0/output-1/per-package/nettle/target/usr/lib ; \ done /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/target/usr/lib/pkgconfig for f in nettle.pc hogweed.pc ; do \ /usr/bin/install -c -m 644 "$f" /tmp/instance-0/output-1/per-package/nettle/target/usr/lib/pkgconfig ; \ done make[2]: Leaving directory '/tmp/instance-0/output-1/build/nettle-3.7.3' 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-0/output-1/build/nettle-3.7.3/tools' /usr/bin/mkdir -p /tmp/instance-0/output-1/per-package/nettle/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-0/output-1/per-package/nettle/target/usr/bin ; \ done make[2]: Leaving directory '/tmp/instance-0/output-1/build/nettle-3.7.3/tools' make[1]: Leaving directory '/tmp/instance-0/output-1/build/nettle-3.7.3' mkdir -p /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host mkdir -p /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/target omap-u-boot-utils-3f07426cddc0be9e24702e7aacc7574ddd7fba28.tar.gz: OK (sha256: f9c2553efeff1289b2b964a266a0b4a03a377f84a14d0599a779f6e3d7b75d5f) >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Extracting mkdir -p /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host mkdir -p /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/target gzip -d -c /tmp/instance-0/dl/omap-u-boot-utils/omap-u-boot-utils-3f07426cddc0be9e24702e7aacc7574ddd7fba28.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/host-omap-u-boot-utils-3f07426cddc0be9e24702e7aacc7574ddd7fba28 -xf - >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Patching >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Configuring mkdir -p /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-skeleton/host/ /tmp/instance-0/output-1/per-package/host-skeleton/host/ /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host mkdir -p /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-skeleton/target/ /tmp/instance-0/output-1/per-package/host-skeleton/target/ /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/target >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Building PATH="/tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host/bin:/tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/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-0/output-1/per-package/host-omap-u-boot-utils/host/lib/pkgconfig:/tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host/share/pkgconfig" /usr/bin/make -C /tmp/instance-0/output-1/build/host-omap-u-boot-utils-3f07426cddc0be9e24702e7aacc7574ddd7fba28 make[1]: Entering directory '/tmp/instance-0/output-1/build/host-omap-u-boot-utils-3f07426cddc0be9e24702e7aacc7574ddd7fba28' Compiling: src/pserial.c Compiling: lib/serial_posix.c In file included from /usr/include/string.h:495, from lib/serial_posix.c:39: In function 'strncpy', inlined from 's_open' at lib/serial_posix.c:98:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound 30 equals destination size [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Compiling: lib/file_posix.c Compiling: lib/f_status.c Compiling: lib/lcfg/lcfg_static.c In file included from /usr/include/string.h:495, from lib/lcfg/lcfg_static.c:16: In function 'strncpy', inlined from 'lcfgx_tree_visitor' at lib/lcfg/lcfg_static.c:1389:2: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/lcfg/lcfg_static.c: In function 'lcfgx_tree_visitor': lib/lcfg/lcfg_static.c:1389:21: note: length computed here 1389 | strncpy(path, key, strlen(key) + 1); | ^~~~~~~~~~~ Generating: pserial Compiling: src/ukermit.c Generating: ukermit Compiling: src/ucmd.c Generating: ucmd Compiling: src/gpsign.c In file included from /usr/include/string.h:495, from src/gpsign.c:38: In function 'memcpy', inlined from 'fillup_ch' at src/gpsign.c:361:3, inlined from 'main' at src/gpsign.c:606:7: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:10: warning: '__builtin_memcpy' forming offset [17, 60] is out of the bounds [0, 16] of object 'platform_chmmcsd' with type 'struct ch_mmcsd' [-Warray-bounds] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gpsign.c: In function 'main': src/gpsign.c:219:24: note: 'platform_chmmcsd' declared here 219 | static struct ch_mmcsd platform_chmmcsd; | ^~~~~~~~~~~~~~~~ Generating: gpsign Compiling: src/tagger.c src/tagger.c: In function 'generate_tag': src/tagger.c:191:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 191 | return (u32) param - (u32) buffer; | ^ src/tagger.c:191:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 191 | return (u32) param - (u32) buffer; | ^ Generating: tagger make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-omap-u-boot-utils-3f07426cddc0be9e24702e7aacc7574ddd7fba28' >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Installing to host directory for f in gpsign pserial tagger ucmd ukermit ; do /usr/bin/install -D -m 755 /tmp/instance-0/output-1/build/host-omap-u-boot-utils-3f07426cddc0be9e24702e7aacc7574ddd7fba28/$f /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host/bin/$f ; done mkdir -p /tmp/instance-0/output-1/per-package/host-patchelf/host mkdir -p /tmp/instance-0/output-1/per-package/host-patchelf/target patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting mkdir -p /tmp/instance-0/output-1/per-package/host-patchelf/host mkdir -p /tmp/instance-0/output-1/per-package/host-patchelf/target bzcat /tmp/instance-0/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-0/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 Hunk #1 succeeded at 1309 (offset -6 lines). Applying 0005-Avoid-inflating-file-sizes-needlessly-and-allow-bina.patch using patch: patching file src/patchelf.cc Applying 0006-Fix-shared-library-corruption-when-rerunning-patchel.patch using patch: patching file src/patchelf.cc Applying 0007-fix-adjusting-startPage.patch using patch: patching file src/patchelf.cc Applying 0008-Use-sh_offset-instead-of-sh_addr-when-checking-alrea.patch using patch: patching file src/patchelf.cc Applying 0009-Fix-issue-66-by-ignoring-the-first-section-header-wh.patch using patch: patching file src/patchelf.cc Applying 0010-Fix-endianness-issues-for-powerpc-PIE.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-0/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 mkdir -p /tmp/instance-0/output-1/per-package/host-patchelf/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-skeleton/host/ /tmp/instance-0/output-1/per-package/host-skeleton/host/ /tmp/instance-0/output-1/per-package/host-patchelf/host mkdir -p /tmp/instance-0/output-1/per-package/host-patchelf/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-skeleton/target/ /tmp/instance-0/output-1/per-package/host-skeleton/target/ /tmp/instance-0/output-1/per-package/host-patchelf/target (cd /tmp/instance-0/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/tmp/instance-0/output-1/per-package/host-patchelf/host/bin:/tmp/instance-0/output-1/per-package/host-patchelf/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/output-1/per-package/host-patchelf/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-0/output-1/per-package/host-patchelf/host/lib/pkgconfig:/tmp/instance-0/output-1/per-package/host-patchelf/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-0/output-1/per-package/host-patchelf/host/include" CFLAGS="-O2 -I/tmp/instance-0/output-1/per-package/host-patchelf/host/include" CXXFLAGS="-O2 -I/tmp/instance-0/output-1/per-package/host-patchelf/host/include" LDFLAGS="-L/tmp/instance-0/output-1/per-package/host-patchelf/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-patchelf/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-0/output-1/per-package/host-patchelf/host/include" LDFLAGS="-L/tmp/instance-0/output-1/per-package/host-patchelf/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-patchelf/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-0/output-1/per-package/host-patchelf/host" --sysconfdir="/tmp/instance-0/output-1/per-package/host-patchelf/host/etc" --localstatedir="/tmp/instance-0/output-1/per-package/host-patchelf/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... /usr/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-0/output-1/per-package/host-patchelf/host/bin:/tmp/instance-0/output-1/per-package/host-patchelf/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/output-1/per-package/host-patchelf/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-0/output-1/per-package/host-patchelf/host/lib/pkgconfig:/tmp/instance-0/output-1/per-package/host-patchelf/host/share/pkgconfig" /usr/bin/make -C /tmp/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/tmp/instance-0/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-0/output-1/per-package/host-patchelf/host/include -Wall -O2 -I/tmp/instance-0/output-1/per-package/host-patchelf/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/tmp/instance-0/output-1/per-package/host-patchelf/host/include -L/tmp/instance-0/output-1/per-package/host-patchelf/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-patchelf/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/tmp/instance-0/output-1/per-package/host-patchelf/host/bin:/tmp/instance-0/output-1/per-package/host-patchelf/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/tmp/instance-0/output-1/per-package/host-patchelf/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-0/output-1/per-package/host-patchelf/host/lib/pkgconfig:/tmp/instance-0/output-1/per-package/host-patchelf/host/share/pkgconfig" /usr/bin/make install -C /tmp/instance-0/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' /usr/bin/mkdir -p '/tmp/instance-0/output-1/per-package/host-patchelf/host/bin' /usr/bin/install -c patchelf '/tmp/instance-0/output-1/per-package/host-patchelf/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/tmp/instance-0/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-0/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-0/output-1/per-package/host-patchelf/host/share/doc/patchelf' /usr/bin/install -c -m 644 README '/tmp/instance-0/output-1/per-package/host-patchelf/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-0/output-1/per-package/host-patchelf/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-0/output-1/per-package/host-patchelf/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-patchelf-0.9' mkdir -p /tmp/instance-0/output-1/per-package/popperjs/host mkdir -p /tmp/instance-0/output-1/per-package/popperjs/target popperjs-1.16.0.tar.gz: OK (sha256: 83eecef51d10826faca2cd5cabb344e0bef6d4127d7e728db9e4d8308b7b15d1) >>> popperjs 1.16.0 Extracting mkdir -p /tmp/instance-0/output-1/per-package/popperjs/host mkdir -p /tmp/instance-0/output-1/per-package/popperjs/target gzip -d -c /tmp/instance-0/dl/popperjs/popperjs-1.16.0.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/popperjs-1.16.0 -xf - >>> popperjs 1.16.0 Patching >>> popperjs 1.16.0 Configuring mkdir -p /tmp/instance-0/output-1/per-package/popperjs/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-skeleton/host/ /tmp/instance-0/output-1/per-package/host-skeleton/host/ /tmp/instance-0/output-1/per-package/popperjs/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton/host/ /tmp/instance-0/output-1/per-package/skeleton/host/ /tmp/instance-0/output-1/per-package/popperjs/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain/host/ /tmp/instance-0/output-1/per-package/toolchain/host/ /tmp/instance-0/output-1/per-package/popperjs/host mkdir -p /tmp/instance-0/output-1/per-package/popperjs/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-skeleton/target/ /tmp/instance-0/output-1/per-package/host-skeleton/target/ /tmp/instance-0/output-1/per-package/popperjs/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton/target/ /tmp/instance-0/output-1/per-package/skeleton/target/ /tmp/instance-0/output-1/per-package/popperjs/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain/target/ /tmp/instance-0/output-1/per-package/toolchain/target/ /tmp/instance-0/output-1/per-package/popperjs/target >>> popperjs 1.16.0 Building >>> popperjs 1.16.0 Installing to target /usr/bin/install -m 0644 -D /tmp/instance-0/output-1/build/popperjs-1.16.0/dist/umd/popper.min.js /tmp/instance-0/output-1/per-package/popperjs/target/var/www/popperjs/js/popper.min.js /usr/bin/install -m 0644 -D /tmp/instance-0/output-1/build/popperjs-1.16.0/dist/umd/popper-utils.min.js /tmp/instance-0/output-1/per-package/popperjs/target/var/www/popperjs/js/popper-utils.min.js >>> Finalizing host directory mkdir -p /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/brotli/host/ /tmp/instance-0/output-1/per-package/brotli/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/dieharder/host/ /tmp/instance-0/output-1/per-package/dieharder/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/ed/host/ /tmp/instance-0/output-1/per-package/ed/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/gmp/host/ /tmp/instance-0/output-1/per-package/gmp/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/gsl/host/ /tmp/instance-0/output-1/per-package/gsl/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/gumbo-parser/host/ /tmp/instance-0/output-1/per-package/gumbo-parser/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-dos2unix/host/ /tmp/instance-0/output-1/per-package/host-dos2unix/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host/ /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-patchelf/host/ /tmp/instance-0/output-1/per-package/host-patchelf/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/jsoncpp/host/ /tmp/instance-0/output-1/per-package/jsoncpp/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libargtable2/host/ /tmp/instance-0/output-1/per-package/libargtable2/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libhtp/host/ /tmp/instance-0/output-1/per-package/libhtp/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libmnl/host/ /tmp/instance-0/output-1/per-package/libmnl/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libnetfilter_acct/host/ /tmp/instance-0/output-1/per-package/libnetfilter_acct/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libnetfilter_cthelper/host/ /tmp/instance-0/output-1/per-package/libnetfilter_cthelper/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libzlib/host/ /tmp/instance-0/output-1/per-package/libzlib/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/linuxptp/host/ /tmp/instance-0/output-1/per-package/linuxptp/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/mpdecimal/host/ /tmp/instance-0/output-1/per-package/mpdecimal/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/nettle/host/ /tmp/instance-0/output-1/per-package/nettle/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/popperjs/host/ /tmp/instance-0/output-1/per-package/popperjs/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton/host/ /tmp/instance-0/output-1/per-package/skeleton/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton-init-common/host/ /tmp/instance-0/output-1/per-package/skeleton-init-common/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton-init-none/host/ /tmp/instance-0/output-1/per-package/skeleton-init-none/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain/host/ /tmp/instance-0/output-1/per-package/toolchain/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain-external/host/ /tmp/instance-0/output-1/per-package/toolchain-external/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain-external-bootlin/host/ /tmp/instance-0/output-1/per-package/toolchain-external-bootlin/host/ /tmp/instance-0/output-1/host rsync -a --link-dest=/tmp/instance-0/output-1/per-package/zlib/host/ /tmp/instance-0/output-1/per-package/zlib/host/ /tmp/instance-0/output-1/host >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/brotli/target/ /tmp/instance-0/output-1/per-package/brotli/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/dieharder/target/ /tmp/instance-0/output-1/per-package/dieharder/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/ed/target/ /tmp/instance-0/output-1/per-package/ed/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/gmp/target/ /tmp/instance-0/output-1/per-package/gmp/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/gsl/target/ /tmp/instance-0/output-1/per-package/gsl/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/gumbo-parser/target/ /tmp/instance-0/output-1/per-package/gumbo-parser/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-dos2unix/target/ /tmp/instance-0/output-1/per-package/host-dos2unix/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/target/ /tmp/instance-0/output-1/per-package/host-omap-u-boot-utils/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/host-patchelf/target/ /tmp/instance-0/output-1/per-package/host-patchelf/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/jsoncpp/target/ /tmp/instance-0/output-1/per-package/jsoncpp/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libargtable2/target/ /tmp/instance-0/output-1/per-package/libargtable2/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libhtp/target/ /tmp/instance-0/output-1/per-package/libhtp/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libmnl/target/ /tmp/instance-0/output-1/per-package/libmnl/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libnetfilter_acct/target/ /tmp/instance-0/output-1/per-package/libnetfilter_acct/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libnetfilter_cthelper/target/ /tmp/instance-0/output-1/per-package/libnetfilter_cthelper/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/libzlib/target/ /tmp/instance-0/output-1/per-package/libzlib/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/linuxptp/target/ /tmp/instance-0/output-1/per-package/linuxptp/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/mpdecimal/target/ /tmp/instance-0/output-1/per-package/mpdecimal/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/nettle/target/ /tmp/instance-0/output-1/per-package/nettle/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/popperjs/target/ /tmp/instance-0/output-1/per-package/popperjs/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton/target/ /tmp/instance-0/output-1/per-package/skeleton/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton-init-common/target/ /tmp/instance-0/output-1/per-package/skeleton-init-common/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/skeleton-init-none/target/ /tmp/instance-0/output-1/per-package/skeleton-init-none/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain/target/ /tmp/instance-0/output-1/per-package/toolchain/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain-external/target/ /tmp/instance-0/output-1/per-package/toolchain-external/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/toolchain-external-bootlin/target/ /tmp/instance-0/output-1/per-package/toolchain-external-bootlin/target/ /tmp/instance-0/output-1/target rsync -a --link-dest=/tmp/instance-0/output-1/per-package/zlib/target/ /tmp/instance-0/output-1/per-package/zlib/target/ /tmp/instance-0/output-1/target mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%cortex-m4%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-Wl,-elf2flt', '-static', '-Wl,-elf2flt', '-static'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot%g' -e 's%@STATIC@%true%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/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-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/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-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.08-rc1-217-g7ba9967287"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc2\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/arm-buildroot-uclinux-uclibcgnueabi/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.08-rc1-217-g7ba9967287 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-bootlin 2020.08-1 Collecting legal info >>> toolchain Collecting legal info >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-dos2unix 7.4.2 Collecting legal info COPYING.txt: OK (sha256: db8888b7d1454348aca0c6ca851327245ef60e57afa8a6555761c8b95d24af77) >>> ed 1.16 Collecting legal info COPYING: OK (sha256: f03a12bef9dfb7281864a0dd965166d4f4ec7a66633df2bc72fa4363e57de02c) >>> host-lzip 1.22 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> jsoncpp 1.9.4 Collecting legal info LICENSE: OK (sha256: 95039d77a20e75b428207740d9a8f97b2dce3c89da4b21f1ad862b5997160e0a) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libhtp 0.5.38 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> linuxptp 3.1.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpdecimal 2.5.0 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> nettle 3.7.3 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-omap-u-boot-utils 3f07426cddc0be9e24702e7aacc7574ddd7fba28 Collecting legal info COPYING: OK (sha256: 1080312c3230fb7dd32fe807ed8c8cd11f4061bf1a2f065b651630bfe30157b2) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2020.08-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'