CC oggvorbis_format.o CC playlist.o CC status.o CC remote.o CC transport.o CC vorbis_comments.o CC speex_format.o CC vgfilter.o CCLD ogg123 make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogg123' Making all in oggenc make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' Making all in man make[4]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc/man' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc/man' make[4]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' CC oggenc.o CC audio.o audio.c: In function 'wav_id': audio.c:390:18: warning: variable 'flen' set but not used [-Wunused-but-set-variable] unsigned int flen; ^~~~ CC encode.o encode.c: In function 'set_advanced_encoder_options': encode.c:72:7: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ encode.c:76:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' if(!strcmp(opts[i].arg, "bitrate_average_damping")) { ^~ CC platform.o CC resample.o CC skeleton.o CCLD oggenc make[4]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' Making all in oggdec make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggdec' CC oggdec.o CCLD oggdec make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggdec' Making all in ogginfo make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogginfo' CC ogginfo2.o CC metadata.o CC theora.o CC codec_vorbis.o CC codec_theora.o CC codec_kate.o codec_kate.c: In function 'kate_start': codec_kate.c:259:21: warning: variable 'info' set but not used [-Wunused-but-set-variable] misc_kate_info *info; ^~~~ CC codec_opus.o CC codec_speex.o CC codec_flac.o CC codec_skeleton.o codec_skeleton.c: In function 'skeleton_process_fisbone_message_header': codec_skeleton.c:119:9: warning: implicit declaration of function 'utf8_decode' [-Wimplicit-function-declaration] if (utf8_decode(header, &decoded) < 0) { ^~~~~~~~~~~ codec_skeleton.c: In function 'skeleton_end': codec_skeleton.c:254:25: warning: unused variable 'self' [-Wunused-variable] misc_skeleton_info *self = stream->data; ^~~~ CC codec_other.o CC codec_invalid.o CCLD ogginfo make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogginfo' Making all in vcut make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vcut' CC vcut.o CCLD vcut make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vcut' Making all in vorbiscomment make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vorbiscomment' CC vcedit.o CC vcomment.o CCLD vorbiscomment make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vorbiscomment' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' make[1]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' >>> vorbis-tools 1.4.2 Installing to target PATH="/tmp/instance-2/output-1/host/bin:/tmp/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-2/output-1/target install -C /tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ make[1]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' Making install in po make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/po' if test "vorbis-tools" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-2/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-2/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/po' Making install in intl make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/intl' if { test "vorbis-tools" = "gettext-runtime" || test "vorbis-tools" = "gettext-tools"; } \ && test 'no' = yes; then \ /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/lib /tmp/instance-2/output-1/target/usr/include; \ /usr/bin/install -c -m 644 libintl.h /tmp/instance-2/output-1/target/usr/include/libintl.h; \ /bin/sh ../libtool --mode=install \ /usr/bin/install -c -m 644 libintl.a /tmp/instance-2/output-1/target/usr/lib/libintl.a; \ if test "@RELOCATABLE@" = yes; then \ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /tmp/instance-2/output-1/target/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ if test -n "$dependencies"; then \ rm -f /tmp/instance-2/output-1/target/usr/lib/libintl.la; \ fi; \ fi; \ else \ : ; \ fi if test "vorbis-tools" = "gettext-tools" \ && test 'no' = no \ && test yes != no; then \ /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/lib; \ /bin/sh ../libtool --mode=install \ /usr/bin/install -c -m 644 libgnuintl.a /tmp/instance-2/output-1/target/usr/lib/libgnuintl.a; \ rm -f /tmp/instance-2/output-1/target/usr/lib/preloadable_libintl.so; \ /usr/bin/install -c -m 644 /tmp/instance-2/output-1/target/usr/lib/libgnuintl.so /tmp/instance-2/output-1/target/usr/lib/preloadable_libintl.so; \ /bin/sh ../libtool --mode=uninstall \ rm -f /tmp/instance-2/output-1/target/usr/lib/libgnuintl.a; \ else \ : ; \ fi if test 'no' = yes; then \ test yes != no || /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/lib; \ temp=/tmp/instance-2/output-1/target/usr/lib/t-charset.alias; \ dest=/tmp/instance-2/output-1/target/usr/lib/charset.alias; \ if test -f /tmp/instance-2/output-1/target/usr/lib/charset.alias; then \ orig=/tmp/instance-2/output-1/target/usr/lib/charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ if test yes = no; then \ orig=charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ fi; \ fi; \ /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/share/locale; \ test -f /tmp/instance-2/output-1/target/usr/share/locale/locale.alias \ && orig=/tmp/instance-2/output-1/target/usr/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/tmp/instance-2/output-1/target/usr/share/locale/t-locale.alias; \ dest=/tmp/instance-2/output-1/target/usr/share/locale/locale.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ : ; \ fi if test "vorbis-tools" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-2/output-1/target/usr/share/gettext/intl; \ /usr/bin/install -c -m 644 VERSION /tmp/instance-2/output-1/target/usr/share/gettext/intl/VERSION; \ /usr/bin/install -c -m 644 ChangeLog.inst /tmp/instance-2/output-1/target/usr/share/gettext/intl/ChangeLog; \ dists="COPYING.LIB-2.0 COPYING.LIB-2.1 Makefile.in config.charset locale.alias ref-add.sin ref-del.sin export.h libintl.rc gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h lock.h relocatable.h tsearch.h tsearch.c xsize.h printf-args.h printf-args.c printf-parse.h wprintf-parse.h printf-parse.c vasnprintf.h vasnwprintf.h vasnprintf.c os2compat.h libgnuintl.h.in bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c hash-string.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c dcigettext.c dcngettext.c dngettext.c ngettext.c plural.y plural-exp.c localcharset.c lock.c relocatable.c langprefs.c localename.c log.c printf.c version.c osdep.c os2compat.c intl-exports.c intl-compat.c"; \ for file in $dists; do \ /usr/bin/install -c -m 644 ./$file \ /tmp/instance-2/output-1/target/usr/share/gettext/intl/$file; \ done; \ chmod a+x /tmp/instance-2/output-1/target/usr/share/gettext/intl/config.charset; \ dists="plural.c"; \ for file in $dists; do \ if test -f $file; then dir=.; else dir=.; fi; \ /usr/bin/install -c -m 644 $dir/$file \ /tmp/instance-2/output-1/target/usr/share/gettext/intl/$file; \ done; \ dists="xopen-msg.sed linux-msg.sed po2tbl.sed.in cat-compat.c COPYING.LIB-2 gettext.h libgettext.h plural-eval.c libgnuintl.h libgnuintl.h_vms Makefile.vms libgnuintl.h.msvc-static libgnuintl.h.msvc-shared Makefile.msvc"; \ for file in $dists; do \ rm -f /tmp/instance-2/output-1/target/usr/share/gettext/intl/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/intl' Making install in include make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/include' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/include' 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-2/output-1/build/vorbis-tools-1.4.2/include' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/include' Making install in share make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/share' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/share' 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-2/output-1/build/vorbis-tools-1.4.2/share' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/share' Making install in win32 make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/win32' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/win32' 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-2/output-1/build/vorbis-tools-1.4.2/win32' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/win32' Making install in ogg123 make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogg123' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogg123' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c ogg123 '/tmp/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c ogg123 /tmp/instance-2/output-1/target/usr/bin/ogg123 /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/share/doc/vorbis-tools-1.4.2' /usr/bin/install -c -m 644 ogg123rc-example '/tmp/instance-2/output-1/target/usr/share/doc/vorbis-tools-1.4.2' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 ogg123.1 '/tmp/instance-2/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogg123' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogg123' Making install in oggenc make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' Making install in man make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc/man' make[4]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc/man' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 oggenc.1 '/tmp/instance-2/output-1/target/usr/share/man/man1' make[4]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc/man' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc/man' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' make[4]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c oggenc '/tmp/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c oggenc /tmp/instance-2/output-1/target/usr/bin/oggenc make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggenc' Making install in oggdec make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggdec' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggdec' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c oggdec '/tmp/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c oggdec /tmp/instance-2/output-1/target/usr/bin/oggdec /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 oggdec.1 '/tmp/instance-2/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggdec' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/oggdec' Making install in ogginfo make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogginfo' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogginfo' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c ogginfo '/tmp/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c ogginfo /tmp/instance-2/output-1/target/usr/bin/ogginfo /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 ogginfo.1 '/tmp/instance-2/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogginfo' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/ogginfo' Making install in vcut make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vcut' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vcut' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c vcut '/tmp/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c vcut /tmp/instance-2/output-1/target/usr/bin/vcut /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 vcut.1 '/tmp/instance-2/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vcut' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vcut' Making install in vorbiscomment make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vorbiscomment' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vorbiscomment' /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c vorbiscomment '/tmp/instance-2/output-1/target/usr/bin' libtool: install: /usr/bin/install -c vorbiscomment /tmp/instance-2/output-1/target/usr/bin/vorbiscomment /usr/bin/mkdir -p '/tmp/instance-2/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 vorbiscomment.1 '/tmp/instance-2/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vorbiscomment' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2/vorbiscomment' make[2]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' make[3]: Entering directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' 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-2/output-1/build/vorbis-tools-1.4.2' make[2]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' make[1]: Leaving directory '/tmp/instance-2/output-1/build/vorbis-tools-1.4.2' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mabi=spe', '-mfloat-gprs=double', '-Wa,-me500x2', '-Os', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mabi=spe', '-mfloat-gprs=double', '-Wa,-me500x2', '-Os', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-mabi=spe', '-mfloat-gprs=double', '-Wa,-me500x2', '-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-2/output-1/host/bin/powerpc-buildroot-linux-uclibcspe-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-2/output-1/host/bin/powerpc-buildroot-linux-uclibcspe-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%8548%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-2/output-1/host/powerpc-buildroot-linux-uclibcspe/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-2/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-2/output-1/host/bin/powerpc-buildroot-linux-uclibcspe-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-2/output-1/host/bin/powerpc-buildroot-linux-uclibcspe-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%8548%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-mabi=spe', '-mfloat-gprs=double', '-Wa,-me500x2', '-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mabi=spe', '-mfloat-gprs=double', '-Wa,-me500x2', '-Os', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mabi=spe', '-mfloat-gprs=double', '-Wa,-me500x2', '-Os', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-2/output-1/host/powerpc-buildroot-linux-uclibcspe/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-2/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-2/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-2/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-2/output-1/target/etc/shells rm -f -r /tmp/instance-2/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /tmp/instance-2/output-1/target/etc/conf.d/agetty.console ln -sf agetty /tmp/instance-2/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /tmp/instance-2/output-1/target/etc/runlevels/default/agetty.console mkdir -p /tmp/instance-2/output-1/target/etc echo "buildroot" > /tmp/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-2/output-1/target/etc/hosts mkdir -p /tmp/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-2/output-1/target/etc/shells ln -sf dash /tmp/instance-2/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-2/output-1/target/etc/passwd rm -rf /tmp/instance-2/output-1/target/usr/include /tmp/instance-2/output-1/target/usr/share/aclocal \ /tmp/instance-2/output-1/target/usr/lib/pkgconfig /tmp/instance-2/output-1/target/usr/share/pkgconfig \ /tmp/instance-2/output-1/target/usr/lib/cmake /tmp/instance-2/output-1/target/usr/share/cmake \ /tmp/instance-2/output-1/target/usr/lib/rpm /tmp/instance-2/output-1/target/usr/doc find /tmp/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-2/output-1/target/lib/ /tmp/instance-2/output-1/target/usr/lib/ /tmp/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-2/output-1/target/usr/share/gdb rm -rf /tmp/instance-2/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-2/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-2/output-1/target/usr/share/zsh rm -rf /tmp/instance-2/output-1/target/usr/man /tmp/instance-2/output-1/target/usr/share/man rm -rf /tmp/instance-2/output-1/target/usr/info /tmp/instance-2/output-1/target/usr/share/info rm -rf /tmp/instance-2/output-1/target/usr/doc /tmp/instance-2/output-1/target/usr/share/doc rm -rf /tmp/instance-2/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-2/output-1/target/lib/debug /tmp/instance-2/output-1/target/usr/lib/debug find /tmp/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1391-gf25b0b6d1d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-2/output-1/per-package /tmp/instance-2/buildroot/support/scripts/fix-rpath target touch /tmp/instance-2/output-1/target/usr ln -snf /tmp/instance-2/output-1/host/powerpc-buildroot-linux-uclibcspe/sysroot /tmp/instance-2/output-1/staging make: Leaving directory '/tmp/instance-2/buildroot' make: Entering directory '/tmp/instance-2/buildroot' >>> Buildroot 2022.11-1391-gf25b0b6d1d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 6.1.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-cryptsetup 2.6.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dhrystone 2 Collecting legal info >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> openssl Collecting legal info >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpgme 1.17.1 Collecting legal info COPYING.LESSER: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libzip 1.9.2 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> macchanger 1.7.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) Legal info produced in /tmp/instance-2/output-1/legal-info make: Leaving directory '/tmp/instance-2/buildroot'