checking for localeconv... yes checking for strcasecmp... (cached) yes checking for strncasecmp... yes checking for library containing pow... none required checking for library containing log10... none required checking whether to use mmap... yes checking for audio support... oss checking for esd_open_sound in -lesd... no checking whether to enable profiling... no checking whether to enable debugging... default checking whether to enable experimental code... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating msvc++/Makefile config.status: creating intl/Makefile config.status: WARNING: 'intl/Makefile.in' seems to ignore the --datarootdir setting config.status: creating po/Makefile.in config.status: WARNING: 'po/Makefile.in.in' seems to ignore the --datarootdir setting config.status: creating m4/Makefile config.status: creating madplay.list config.status: WARNING: 'madplay.list.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6 >>> madplay 0.15.2b Building PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/ make[1]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' /usr/bin/make all-recursive make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' Making all in intl make[3]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/intl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/intl' Making all in po make[3]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/po' make[3]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o madplay.o madplay.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o getopt.o getopt.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o getopt1.o getopt1.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o version.o version.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o resample.o resample.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o filter.o filter.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o tag.o tag.c tag.c: In function 'parse_lame': tag.c:126:11: warning: pointer targets in assignment from 'const unsigned char *' to 'const char *' differ in signedness [-Wpointer-sign] 126 | version = mad_bit_nextbyte(ptr); | ^ tag.c: In function 'tag_parse': tag.c:264:31: warning: result of '1483304551 << 16' requires 48 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=] 264 | if (magic != ((XING_MAGIC << 16) & 0xffffffffL) && | ^~ tag.c:265:24: warning: result of '1231971951 << 16' requires 48 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=] 265 | magic != ((INFO_MAGIC << 16) & 0xffffffffL)) | ^~ tag.c:316:22: warning: pointer targets in passing argument 1 of 'crc_compute' differ in signedness [-Wpointer-sign] 316 | crc_compute(stream->this_frame, 190, 0x0000)) == 0) { | ~~~~~~^~~~~~~~~~~~ | | | const unsigned char * const In file included from tag.c:32: crc.h:25:28: note: expected 'const char *' but argument is of type 'const unsigned char * const' 25 | unsigned short crc_compute(char const *, unsigned int, unsigned short); | ^~~~~~~~~~~~ /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o crc.o crc.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o rgain.o rgain.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o player.o player.c player.c: In function 'process_id3': player.c:1223:12: warning: pointer targets in passing argument 1 of 'atol' differ in signedness [-Wpointer-sign] 1223 | ms = atol(latin1); | ^~~~~~ | | | id3_latin1_t * {aka unsigned char *} In file included from player.c:30: /nvmedata/autobuild/instance-10/output-1/host/powerpc64-buildroot-linux-musl/sysroot/usr/include/stdlib.h:24:12: note: expected 'const char *' but argument is of type 'id3_latin1_t *' {aka 'unsigned char *'} 24 | long atol (const char *); | ^~~~~~~~~~~~ player.c:1329:14: warning: variable 'peak' set but not used [-Wunused-but-set-variable] 1329 | mad_fixed_t peak; | ^~~~ /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio.o audio.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_aiff.o audio_aiff.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_cdda.o audio_cdda.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_hex.o audio_hex.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_null.o audio_null.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_raw.o audio_raw.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_snd.o audio_snd.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_wave.o audio_wave.c /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -DHAVE_CONFIG_H -I. -Iintl -DLOCALEDIR=\"/usr/share/locale\" -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -c -o audio_oss.o audio_oss.c /bin/bash ./libtool --tag=CC --mode=link /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -static -o madplay madplay.o getopt.o getopt1.o version.o resample.o filter.o tag.o crc.o rgain.o player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o audio_snd.o audio_wave.o audio_oss.o -lmad -lid3tag -L/nvmedata/autobuild/instance-10/output-1/host/bin/../powerpc64-buildroot-linux-musl/sysroot/usr/lib -lid3tag -lz libtool: link: /nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g0 -static -O2 -static -o madplay madplay.o getopt.o getopt1.o version.o resample.o filter.o tag.o crc.o rgain.o player.o audio.o audio_aiff.o audio_cdda.o audio_hex.o audio_null.o audio_raw.o audio_snd.o audio_wave.o audio_oss.o /nvmedata/autobuild/instance-10/output-1/host/powerpc64-buildroot-linux-musl/sysroot/usr/lib/libmad.a -L/nvmedata/autobuild/instance-10/output-1/host/bin/../powerpc64-buildroot-linux-musl/sysroot/usr/lib /nvmedata/autobuild/instance-10/output-1/host/powerpc64-buildroot-linux-musl/sysroot/usr/lib/libid3tag.a -lz make[3]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' make[1]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' >>> madplay 0.15.2b Installing to target PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 DESTDIR=/nvmedata/autobuild/instance-10/output-1/target install -C /nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/ make[1]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' Making install in intl make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/intl' if { test "madplay" = "gettext-runtime" || test "madplay" = "gettext-tools"; } \ && test 'no' = yes; then \ /bin/sh .././/mkinstalldirs /nvmedata/autobuild/instance-10/output-1/target/usr/lib /nvmedata/autobuild/instance-10/output-1/target/usr/include; \ /usr/bin/install -c -m 644 libintl.h /nvmedata/autobuild/instance-10/output-1/target/usr/include/libintl.h; \ /bin/sh ../libtool --mode=install \ /usr/bin/install -c -m 644 libintl.la /nvmedata/autobuild/instance-10/output-1/target/usr/lib/libintl.la; \ if test "@RELOCATABLE@" = yes; then \ dependencies=`sed -n -e 's,^dependency_libs=\(.*\),\1,p' < /nvmedata/autobuild/instance-10/output-1/target/usr/lib/libintl.la | sed -e "s,^',," -e "s,'\$,,"`; \ if test -n "$dependencies"; then \ rm -f /nvmedata/autobuild/instance-10/output-1/target/usr/lib/libintl.la; \ fi; \ fi; \ else \ : ; \ fi if test "madplay" = "gettext-tools" \ && test 'no' = no; then \ /bin/sh .././/mkinstalldirs /nvmedata/autobuild/instance-10/output-1/target/usr/lib; \ /bin/sh ../libtool --mode=install \ /usr/bin/install -c -m 644 libgnuintl.la /nvmedata/autobuild/instance-10/output-1/target/usr/lib/libgnuintl.la; \ rm -f /nvmedata/autobuild/instance-10/output-1/target/usr/lib/preloadable_libintl.so; \ /usr/bin/install -c -m 644 /nvmedata/autobuild/instance-10/output-1/target/usr/lib/libgnuintl.so /nvmedata/autobuild/instance-10/output-1/target/usr/lib/preloadable_libintl.so; \ /bin/sh ../libtool --mode=uninstall \ rm -f /nvmedata/autobuild/instance-10/output-1/target/usr/lib/libgnuintl.la; \ else \ : ; \ fi if test 'no' = yes; then \ test no != no || /bin/sh .././/mkinstalldirs /nvmedata/autobuild/instance-10/output-1/target/usr/lib; \ temp=/nvmedata/autobuild/instance-10/output-1/target/usr/lib/t-charset.alias; \ dest=/nvmedata/autobuild/instance-10/output-1/target/usr/lib/charset.alias; \ if test -f /nvmedata/autobuild/instance-10/output-1/target/usr/lib/charset.alias; then \ orig=/nvmedata/autobuild/instance-10/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 no = 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; \ /bin/sh .././/mkinstalldirs /nvmedata/autobuild/instance-10/output-1/target/usr/share/locale; \ test -f /nvmedata/autobuild/instance-10/output-1/target/usr/share/locale/locale.alias \ && orig=/nvmedata/autobuild/instance-10/output-1/target/usr/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/nvmedata/autobuild/instance-10/output-1/target/usr/share/locale/t-locale.alias; \ dest=/nvmedata/autobuild/instance-10/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 "madplay" = "gettext-tools"; then \ /bin/sh .././/mkinstalldirs /nvmedata/autobuild/instance-10/output-1/target/usr/share/gettext/intl; \ /usr/bin/install -c -m 644 VERSION /nvmedata/autobuild/instance-10/output-1/target/usr/share/gettext/intl/VERSION; \ /usr/bin/install -c -m 644 ChangeLog.inst /nvmedata/autobuild/instance-10/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 gmo.h gettextP.h hash-string.h loadinfo.h plural-exp.h eval-plural.h localcharset.h relocatable.h 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 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 relocatable.c localename.c log.c printf.c osdep.c os2compat.c intl-compat.c"; \ for file in $dists; do \ /usr/bin/install -c -m 644 ./$file \ /nvmedata/autobuild/instance-10/output-1/target/usr/share/gettext/intl/$file; \ done; \ chmod a+x /nvmedata/autobuild/instance-10/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 \ /nvmedata/autobuild/instance-10/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"; \ for file in $dists; do \ rm -f /nvmedata/autobuild/instance-10/output-1/target/usr/share/gettext/intl/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/intl' Making install in po make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/po' if test "madplay" = "gettext-tools"; then \ /bin/sh .././/mkinstalldirs /nvmedata/autobuild/instance-10/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 \ /nvmedata/autobuild/instance-10/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /nvmedata/autobuild/instance-10/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b/po' make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' make[3]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' /bin/mkdir -p '/nvmedata/autobuild/instance-10/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c madplay '/nvmedata/autobuild/instance-10/output-1/target/usr/bin' libtool: install: /usr/bin/install -c madplay /nvmedata/autobuild/instance-10/output-1/target/usr/bin/madplay /bin/mkdir -p '/nvmedata/autobuild/instance-10/output-1/target/usr/bin' /usr/bin/install -c abxtest '/nvmedata/autobuild/instance-10/output-1/target/usr/bin' /bin/mkdir -p '/nvmedata/autobuild/instance-10/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 madplay.1 abxtest.1 '/nvmedata/autobuild/instance-10/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' make[1]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/madplay-0.15.2b' >>> host-patchelf 0.9 Downloading wget --passive-ftp -nd -t 3 -O '/nvmedata/autobuild/instance-10/output-1/build/.patchelf-0.9.tar.bz2.ynKcz9/output' 'https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2' --2022-05-17 04:03:08-- https://nixos.org/releases/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2 Resolving nixos.org (nixos.org)... 138.68.50.15, 54.151.57.158, 2600:1f1c:471:9d01:205d:4ea3:d46b:9cc6, ... Connecting to nixos.org (nixos.org)|138.68.50.15|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://releases.nixos.org/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2 [following] --2022-05-17 04:03:08-- https://releases.nixos.org/patchelf/patchelf-0.9/patchelf-0.9.tar.bz2 Resolving releases.nixos.org (releases.nixos.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to releases.nixos.org (releases.nixos.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 159956 (156K) [application/x-tar] Saving to: '/nvmedata/autobuild/instance-10/output-1/build/.patchelf-0.9.tar.bz2.ynKcz9/output' 0K .......... .......... .......... .......... .......... 32% 13.9M 0s 50K .......... .......... .......... .......... .......... 64% 4.65M 0s 100K .......... .......... .......... .......... .......... 96% 17.5M 0s 150K ...... 100% 106M=0.02s 2022-05-17 04:03:09 (9.05 MB/s) - '/nvmedata/autobuild/instance-10/output-1/build/.patchelf-0.9.tar.bz2.ynKcz9/output' saved [159956/159956] patchelf-0.9.tar.bz2: OK (sha256: a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83) >>> host-patchelf 0.9 Extracting bzcat /nvmedata/autobuild/instance-10/dl/patchelf/patchelf-0.9.tar.bz2 | tar --strip-components=1 -C /nvmedata/autobuild/instance-10/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 /nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.9 Patching libtool >>> host-patchelf 0.9 Configuring (cd /nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/ && rm -rf config.cache; PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-10/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-10/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/nvmedata/autobuild/instance-10/output-1/host/include" CFLAGS="-O2 -I/nvmedata/autobuild/instance-10/output-1/host/include" CXXFLAGS="-O2 -I/nvmedata/autobuild/instance-10/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-10/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-10/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/nvmedata/autobuild/instance-10/output-1/host/include" LDFLAGS="-L/nvmedata/autobuild/instance-10/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-10/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/nvmedata/autobuild/instance-10/output-1/host" --sysconfdir="/nvmedata/autobuild/instance-10/output-1/host/etc" --localstatedir="/nvmedata/autobuild/instance-10/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for style of include used by make... GNU checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking whether /usr/bin/gcc understands -c and -o together... yes checking dependency style of /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /usr/bin/g++ accepts -g... yes checking dependency style of /usr/bin/g++... none Setting page size to 4096 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.9 Building PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-10/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-10/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' Making all in src make[2]: Entering directory '/nvmedata/autobuild/instance-10/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/nvmedata/autobuild/instance-10/output-1/host/include -Wall -O2 -I/nvmedata/autobuild/instance-10/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -O2 -I/nvmedata/autobuild/instance-10/output-1/host/include -L/nvmedata/autobuild/instance-10/output-1/host/lib -Wl,-rpath,/nvmedata/autobuild/instance-10/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/src' Making all in tests make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' >>> host-patchelf 0.9 Installing to host directory PATH="/nvmedata/autobuild/instance-10/output-1/host/bin:/nvmedata/autobuild/instance-10/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-10/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-10/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-10/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/ make[1]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' Making install in src make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/src' make[3]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/src' /bin/mkdir -p '/nvmedata/autobuild/instance-10/output-1/host/bin' /usr/bin/install -c patchelf '/nvmedata/autobuild/instance-10/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/src' make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/src' Making install in tests make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/tests' make[3]: Entering directory '/nvmedata/autobuild/instance-10/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 '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/tests' make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9/tests' make[2]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' make[3]: Entering directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/nvmedata/autobuild/instance-10/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README '/nvmedata/autobuild/instance-10/output-1/host/share/doc/patchelf' /bin/mkdir -p '/nvmedata/autobuild/instance-10/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/nvmedata/autobuild/instance-10/output-1/host/share/man/man1' make[3]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' make[2]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' make[1]: Leaving directory '/nvmedata/autobuild/instance-10/output-1/build/host-patchelf-0.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%e6500%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-10/output-1/host/powerpc64-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-10/output-1/host/bin/powerpc64-buildroot-linux-musl-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%e6500%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-10/output-1/host/powerpc64-buildroot-linux-musl/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-10/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-10/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-10/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-10/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-10/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-10/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-10/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-10/output-1/target/bin/sh if [ -x /nvmedata/autobuild/instance-10/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-10/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/include /nvmedata/autobuild/instance-10/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-10/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-10/output-1/target/usr/doc find /nvmedata/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-10/output-1/target/lib/ /nvmedata/autobuild/instance-10/output-1/target/usr/lib/ /nvmedata/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/nvmedata/autobuild/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/man /nvmedata/autobuild/instance-10/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/info /nvmedata/autobuild/instance-10/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/doc /nvmedata/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-10/output-1/target/lib/debug /nvmedata/autobuild/instance-10/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-10/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 /nvmedata/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-10/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-10/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 /nvmedata/autobuild/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-1015-gd9c144d5f5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-10/output-1/per-package /nvmedata/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-10/output-1/target/usr ln -snf /nvmedata/autobuild/instance-10/output-1/host/powerpc64-buildroot-linux-musl/sysroot /nvmedata/autobuild/instance-10/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-10/buildroot' make: Entering directory '/nvmedata/autobuild/instance-10/buildroot' >>> Buildroot 2022.02-1015-gd9c144d5f5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl 1.2.3 Collecting legal info COPYRIGHT: OK (sha256: f9bc4423732350eb0b3f7ed7e91d530298476f8fec0c6c427a1c04ade22655af) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.7 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> musl-compat-headers Collecting legal info >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> 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) >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> initscripts Collecting legal info >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsamplerate 0.1.9 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-10/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-10/buildroot'