link=`echo $name | sed 's&^&&'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' /usr/bin/mkdir -p '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 xz.1 '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xz | sed 's&^&&'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xz.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/usr/share/man/$lang" install-man; \ fi; \ man1dir="/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's&^&&'` && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1"; \ done \ ); fi; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' Making install in lzmainfo make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' /usr/bin/mkdir -p '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c lzmainfo '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin' libtool: install: /usr/bin/install -c lzmainfo /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin/lzmainfo /usr/bin/mkdir -p '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 lzmainfo.1 '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' Making install in scripts make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' /usr/bin/mkdir -p '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin' /usr/bin/install -c xzdiff xzgrep xzmore xzless '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin' /usr/bin/make install-exec-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' cd "/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/bin" && \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' | sed 's&^&&'` && \ link=`echo $pair | sed 's/^.*-//' | sed 's&^&&'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' /usr/bin/mkdir -p '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ for lang in $languages; do \ mans= ; \ for man in xzdiff.1 xzgrep.1 xzmore.1 xzless.1; do \ man="../../po4a/man/$lang/$man" ; \ if test -f "$man"; then \ mans="$mans $man"; \ fi; \ done; \ /usr/bin/make dist_man_MANS="$mans" man_MANS= \ mandir="/usr/share/man/$lang" install-man; \ done; \ for lang in . $languages; do \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' \ | sed 's&^&&'` && \ link=`echo $pair | sed 's/^.*-//' \ | sed 's&^&&'` && \ man1dir="/tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ done; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' Making install in po make[2]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/po' if test "xz" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/po' Making install in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/tests' make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/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/xz-5.2.5/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[1]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5' >>> xz 5.2.5 Fixing libtool files for la in $(find /tmp/instance-0/output-1/host/arm-buildroot-linux-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/host/arm-buildroot-linux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-0/output-1/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/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-0/output-1/host/arm-buildroot-linux-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 >>> xz 5.2.5 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/xz-5.2.5/ make[1]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' Making install in liblzma make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma' Making install in api make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma/api' make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma/api' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/include/lzma' /usr/bin/install -c -m 644 lzma/base.h lzma/bcj.h lzma/block.h lzma/check.h lzma/container.h lzma/delta.h lzma/filter.h lzma/hardware.h lzma/index.h lzma/index_hash.h lzma/lzma12.h lzma/stream_flags.h lzma/version.h lzma/vli.h '/tmp/instance-0/output-1/target/usr/include/lzma' /usr/bin/install -c -m 644 lzma.h '/tmp/instance-0/output-1/target/usr/include/.' make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma/api' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma/api' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma' make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c liblzma.la '/tmp/instance-0/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/liblzma.lai /tmp/instance-0/output-1/target/usr/lib/liblzma.la libtool: install: /usr/bin/install -c .libs/liblzma.a /tmp/instance-0/output-1/target/usr/lib/liblzma.a libtool: install: chmod 644 /tmp/instance-0/output-1/target/usr/lib/liblzma.a libtool: install: /tmp/instance-0/output-1/host/bin/arm-linux-ranlib /tmp/instance-0/output-1/target/usr/lib/liblzma.a libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 liblzma.pc '/tmp/instance-0/output-1/target/usr/lib/pkgconfig' make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/liblzma' Making install in xzdec make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xzdec' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xzdec' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c xzdec lzmadec '/tmp/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c xzdec /tmp/instance-0/output-1/target/usr/bin/xzdec libtool: install: /usr/bin/install -c lzmadec /tmp/instance-0/output-1/target/usr/bin/lzmadec /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 xzdec.1 '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xzdec' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xzdec | sed 's&^&&'` && \ link=`echo lzmadec | sed 's&^&&'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xzdec.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/usr/share/man/$lang" install-man; \ fi; \ man1dir="/tmp/instance-0/output-1/target/usr/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then \ if test -n "lzmadec"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ fi; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xzdec' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xzdec' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xzdec' Making install in xz make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c xz '/tmp/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c xz /tmp/instance-0/output-1/target/usr/bin/xz /usr/bin/make install-exec-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' cd "/tmp/instance-0/output-1/target/usr/bin" && \ target=`echo xz | sed 's&^&&'` && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's&^&&'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 xz.1 '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ target=`echo xz | sed 's&^&&'` && \ for lang in . $languages; do \ man="../../po4a/man/$lang/xz.1" ; \ if test -f "$man"; then \ /usr/bin/make dist_man_MANS="$man" man_MANS= \ mandir="/usr/share/man/$lang" install-man; \ fi; \ man1dir="/tmp/instance-0/output-1/target/usr/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ for name in unxz xzcat lzma unlzma lzcat; do \ link=`echo $name | sed 's&^&&'` && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1"; \ done \ ); fi; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/xz' Making install in lzmainfo make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c lzmainfo '/tmp/instance-0/output-1/target/usr/bin' libtool: install: /usr/bin/install -c lzmainfo /tmp/instance-0/output-1/target/usr/bin/lzmainfo /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 lzmainfo.1 '/tmp/instance-0/output-1/target/usr/share/man/man1' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/lzmainfo' Making install in scripts make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /usr/bin/install -c xzdiff xzgrep xzmore xzless '/tmp/instance-0/output-1/target/usr/bin' /usr/bin/make install-exec-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' cd "/tmp/instance-0/output-1/target/usr/bin" && \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' | sed 's&^&&'` && \ link=`echo $pair | sed 's/^.*-//' | sed 's&^&&'` && \ rm -f "$link" && \ ln -s "$target" "$link"; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' /usr/bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 xzdiff.1 xzgrep.1 xzmore.1 xzless.1 '/tmp/instance-0/output-1/target/usr/share/man/man1' /usr/bin/make install-data-hook make[5]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' languages= ; \ if test "no" = yes && test -d "../../po4a/man"; then \ languages=`ls "../../po4a/man"`; \ fi; \ for lang in $languages; do \ mans= ; \ for man in xzdiff.1 xzgrep.1 xzmore.1 xzless.1; do \ man="../../po4a/man/$lang/$man" ; \ if test -f "$man"; then \ mans="$mans $man"; \ fi; \ done; \ /usr/bin/make dist_man_MANS="$mans" man_MANS= \ mandir="/usr/share/man/$lang" install-man; \ done; \ for lang in . $languages; do \ for pair in xzdiff-xzcmp xzgrep-xzegrep xzgrep-xzfgrep xzdiff-lzdiff xzdiff-lzcmp xzgrep-lzgrep xzgrep-lzegrep xzgrep-lzfgrep xzmore-lzmore xzless-lzless; do \ target=`echo $pair | sed 's/-.*$//' \ | sed 's&^&&'` && \ link=`echo $pair | sed 's/^.*-//' \ | sed 's&^&&'` && \ man1dir="/tmp/instance-0/output-1/target/usr/share/man/$lang/man1" && \ if test -f "$man1dir/$target.1"; then ( \ cd "$man1dir" && \ rm -f "$link.1" && \ ln -s "$target.1" "$link.1" \ ); fi; \ done; \ done make[5]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src/scripts' make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[4]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/src' Making install in po make[2]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/po' if test "xz" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-0/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-0/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-0/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/po' Making install in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/tests' make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5/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/xz-5.2.5/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[3]: Entering directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[2]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5' make[1]: Leaving directory '/tmp/instance-0/output-1/build/xz-5.2.5' >>> Finalizing host directory >>> Finalizing target directory 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@%arm926ej-s%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-static', '-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-linux-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 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.05-217-gd5127a4de7"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.05.1"; \ echo "PRETTY_NAME=\"Buildroot 2021.05.1\"" \ ) > /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-linux-uclibcgnueabi/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2021.05-217-gd5127a4de7 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-custom Collecting legal info >>> toolchain Collecting legal info >>> bubblewrap 0.4.1 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap 2.48 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.48 Collecting legal info License: OK (sha256: 088cabde4662b4121258d298b0b2967bc1abffa134457ed9bc4a359685ab92bc) >>> dbus 1.12.20 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> dialog 1.3-20200327 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-bison 3.7.6 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> git 2.31.1 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> libfribidi 1.0.10 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libpjsip 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp 2.2.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsndfile 1.0.28 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info LICENSE: OK (sha256: fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> host-sunxi-tools 1.4.2 Collecting legal info LICENSE.md: OK (sha256: 2b0d4dda4bf8034e1506507a67f80f982131137afe62bf144d248f9faea31da4) >>> host-libusb 1.0.24 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> 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) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'