CC examples/opusfile_example.o CC src/libopusurl_la-http.lo CC src/libopusurl_la-internal.lo CC src/info.lo CC src/internal.lo CC src/opusfile.lo src/opusfile.c: In function 'op_set_dither_enabled': src/opusfile.c:2744:41: warning: unused parameter '_of' [-Wunused-parameter] 2744 | void op_set_dither_enabled(OggOpusFile *_of,int _enabled){ | ~~~~~~~~~~~~~^~~ src/opusfile.c:2744:49: warning: unused parameter '_enabled' [-Wunused-parameter] 2744 | void op_set_dither_enabled(OggOpusFile *_of,int _enabled){ | ~~~~^~~~~~~~ CC src/stream.lo CCLD libopusfile.la CCLD libopusurl.la CCLD examples/opusfile_example CC examples/seeking_example.o CCLD examples/seeking_example make[2]: Leaving directory '/tmp/instance-10/output-1/build/opusfile-0.12' make[1]: Leaving directory '/tmp/instance-10/output-1/build/opusfile-0.12' >>> opusfile 0.12 Installing to staging directory PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/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-10/output-1/host/mips64-buildroot-linux-gnu/sysroot install -C /tmp/instance-10/output-1/build/opusfile-0.12/ make[1]: Entering directory '/tmp/instance-10/output-1/build/opusfile-0.12' make[2]: Entering directory '/tmp/instance-10/output-1/build/opusfile-0.12' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libopusfile.la libopusurl.la '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libopusfile.so.0.4.5 /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/libopusfile.so.0.4.5 libtool: install: (cd /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libopusfile.so.0.4.5 libopusfile.so.0 || { rm -f libopusfile.so.0 && ln -s libopusfile.so.0.4.5 libopusfile.so.0; }; }) libtool: install: (cd /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libopusfile.so.0.4.5 libopusfile.so || { rm -f libopusfile.so && ln -s libopusfile.so.0.4.5 libopusfile.so; }; }) libtool: install: /usr/bin/install -c .libs/libopusfile.lai /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/libopusfile.la libtool: install: /usr/bin/install -c .libs/libopusurl.so.0.4.5 /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/libopusurl.so.0.4.5 libtool: install: (cd /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libopusurl.so.0.4.5 libopusurl.so.0 || { rm -f libopusurl.so.0 && ln -s libopusurl.so.0.4.5 libopusurl.so.0; }; }) libtool: install: (cd /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libopusurl.so.0.4.5 libopusurl.so || { rm -f libopusurl.so && ln -s libopusurl.so.0.4.5 libopusurl.so; }; }) libtool: install: /usr/bin/install -c .libs/libopusurl.lai /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/libopusurl.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/doc/opusfile' /usr/bin/install -c -m 644 COPYING AUTHORS README.md '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/doc/opusfile' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/opus' /usr/bin/install -c -m 644 include/opusfile.h '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include/opus' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 opusfile.pc opusurl.pc '/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[2]: Leaving directory '/tmp/instance-10/output-1/build/opusfile-0.12' make[1]: Leaving directory '/tmp/instance-10/output-1/build/opusfile-0.12' >>> opusfile 0.12 Fixing libtool files for la in $(find /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-10/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-10/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 >>> opusfile 0.12 Installing to target PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/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-10/output-1/target install -C /tmp/instance-10/output-1/build/opusfile-0.12/ make[1]: Entering directory '/tmp/instance-10/output-1/build/opusfile-0.12' make[2]: Entering directory '/tmp/instance-10/output-1/build/opusfile-0.12' /usr/bin/mkdir -p '/tmp/instance-10/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libopusfile.la libopusurl.la '/tmp/instance-10/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libopusfile.so.0.4.5 /tmp/instance-10/output-1/target/usr/lib/libopusfile.so.0.4.5 libtool: install: (cd /tmp/instance-10/output-1/target/usr/lib && { ln -s -f libopusfile.so.0.4.5 libopusfile.so.0 || { rm -f libopusfile.so.0 && ln -s libopusfile.so.0.4.5 libopusfile.so.0; }; }) libtool: install: (cd /tmp/instance-10/output-1/target/usr/lib && { ln -s -f libopusfile.so.0.4.5 libopusfile.so || { rm -f libopusfile.so && ln -s libopusfile.so.0.4.5 libopusfile.so; }; }) libtool: install: /usr/bin/install -c .libs/libopusfile.lai /tmp/instance-10/output-1/target/usr/lib/libopusfile.la libtool: install: /usr/bin/install -c .libs/libopusurl.so.0.4.5 /tmp/instance-10/output-1/target/usr/lib/libopusurl.so.0.4.5 libtool: install: (cd /tmp/instance-10/output-1/target/usr/lib && { ln -s -f libopusurl.so.0.4.5 libopusurl.so.0 || { rm -f libopusurl.so.0 && ln -s libopusurl.so.0.4.5 libopusurl.so.0; }; }) libtool: install: (cd /tmp/instance-10/output-1/target/usr/lib && { ln -s -f libopusurl.so.0.4.5 libopusurl.so || { rm -f libopusurl.so && ln -s libopusurl.so.0.4.5 libopusurl.so; }; }) libtool: install: /usr/bin/install -c .libs/libopusurl.lai /tmp/instance-10/output-1/target/usr/lib/libopusurl.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-10/output-1/target/usr/share/doc/opusfile' /usr/bin/install -c -m 644 COPYING AUTHORS README.md '/tmp/instance-10/output-1/target/usr/share/doc/opusfile' /usr/bin/mkdir -p '/tmp/instance-10/output-1/target/usr/include/opus' /usr/bin/install -c -m 644 include/opusfile.h '/tmp/instance-10/output-1/target/usr/include/opus' /usr/bin/mkdir -p '/tmp/instance-10/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 opusfile.pc opusurl.pc '/tmp/instance-10/output-1/target/usr/lib/pkgconfig' make[2]: Leaving directory '/tmp/instance-10/output-1/build/opusfile-0.12' make[1]: Leaving directory '/tmp/instance-10/output-1/build/opusfile-0.12' >>> host-patchelf 0.13 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-10/output-1/build/.patchelf-0.13.tar.bz2.SQdF38/output' 'https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2' --2022-10-17 17:15:45-- https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2 Resolving github.com (github.com)... 140.82.113.4 Connecting to github.com (github.com)|140.82.113.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221017%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221017T231545Z&X-Amz-Expires=300&X-Amz-Signature=94b02548ddc530404c3663ecff02cd492a74b88ee8d8a9aab48bb83992303186&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream [following] --2022-10-17 17:15:45-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20221017%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20221017T231545Z&X-Amz-Expires=300&X-Amz-Signature=94b02548ddc530404c3663ecff02cd492a74b88ee8d8a9aab48bb83992303186&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.109.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 172499 (168K) [application/octet-stream] Saving to: '/tmp/instance-10/output-1/build/.patchelf-0.13.tar.bz2.SQdF38/output' 0K .......... .......... .......... .......... .......... 29% 13.7M 0s 50K .......... .......... .......... .......... .......... 59% 12.0M 0s 100K .......... .......... .......... .......... .......... 89% 12.4M 0s 150K .......... ........ 100% 163M=0.01s 2022-10-17 17:15:45 (14.1 MB/s) - '/tmp/instance-10/output-1/build/.patchelf-0.13.tar.bz2.SQdF38/output' saved [172499/172499] patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /tmp/instance-10/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /tmp/instance-10/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-10/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /tmp/instance-10/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/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="/tmp/instance-10/output-1/host/lib/pkgconfig:/tmp/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/tmp/instance-10/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-10/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-10/output-1/host/include" LDFLAGS="-L/tmp/instance-10/output-1/host/lib -Wl,-rpath,/tmp/instance-10/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-10/output-1/host/include" LDFLAGS="-L/tmp/instance-10/output-1/host/lib -Wl,-rpath,/tmp/instance-10/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-10/output-1/host" --sysconfdir="/tmp/instance-10/output-1/host/etc" --localstatedir="/tmp/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... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) 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 checking dependency style of /usr/bin/gcc... none 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.13 Building PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/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="/tmp/instance-10/output-1/host/lib/pkgconfig:/tmp/instance-10/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-10/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/tmp/instance-10/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-10/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-10/output-1/host/include -L/tmp/instance-10/output-1/host/lib -Wl,-rpath,/tmp/instance-10/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/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="/tmp/instance-10/output-1/host/lib/pkgconfig:/tmp/instance-10/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-10/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-10/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/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-10/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README.md '/tmp/instance-10/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-10/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-10/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-10/output-1/build/host-patchelf-0.13' >>> zlog 1.2.15 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-10/output-1/build/.zlog-1.2.15.tar.gz.yazabT/output' 'https://github.com/HardySimpson/zlog/archive/1.2.15/zlog-1.2.15.tar.gz' --2022-10-17 17:16:02-- https://github.com/HardySimpson/zlog/archive/1.2.15/zlog-1.2.15.tar.gz Resolving github.com (github.com)... 140.82.113.4 Connecting to github.com (github.com)|140.82.113.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/HardySimpson/zlog/tar.gz/refs/tags/1.2.15 [following] --2022-10-17 17:16:02-- https://codeload.github.com/HardySimpson/zlog/tar.gz/refs/tags/1.2.15 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-10/output-1/build/.zlog-1.2.15.tar.gz.yazabT/output' 0K .......... .......... .......... .......... .......... 478K 50K .......... .......... .......... .......... .......... 962K 100K .......... .......... . 86.1M=0.2s 2022-10-17 17:16:03 (777 KB/s) - '/tmp/instance-10/output-1/build/.zlog-1.2.15.tar.gz.yazabT/output' saved [124794] zlog-1.2.15.tar.gz: OK (sha256: 00037ab8d52772a95d645f1dcfd2c292b7cea326b54e63e219a5b7fdcb7e6508) >>> zlog 1.2.15 Extracting gzip -d -c /tmp/instance-10/dl/zlog/zlog-1.2.15.tar.gz | tar --strip-components=1 -C /tmp/instance-10/output-1/build/zlog-1.2.15 -xf - >>> zlog 1.2.15 Patching Applying 0001-Fix-stack-buffer-overflow-at-zlog_conf_build_with_file.patch using patch: patching file src/conf.c >>> zlog 1.2.15 Configuring >>> zlog 1.2.15 Building PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 CC="/tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 " -C /tmp/instance-10/output-1/build/zlog-1.2.15 all make[1]: Entering directory '/tmp/instance-10/output-1/build/zlog-1.2.15' cd src && /home/autobuild/make/make all make[2]: Entering directory '/tmp/instance-10/output-1/build/zlog-1.2.15/src' /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb buf.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb category_table.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb conf.c conf.c: In function 'zlog_conf_new': conf.c:136:58: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 136 | if (nwrite < 0 || nwrite >= sizeof(a_conf->file) && cfg_source == FILE_CFG) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb event.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb format.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb level_list.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb mdc.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb record_table.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rotater.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb rule.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb spec.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb thread.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_arraylist.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_hashtable.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_profile.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zc_util.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog.c /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -shared -Wl,-soname,libzlog.so.1.2 -o libzlog.so buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o -pthread # for use in test folder - linux and requirement for aix runtime # resolving cp -f libzlog.so libzlog.so.1 cp -f libzlog.so libzlog.so.1.2 /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -std=c99 -pedantic -c -O2 -fPIC -pthread -Wall -Wstrict-prototypes -fwrapv -g -ggdb zlog-chk-conf.c ar rcs libzlog.a buf.o category.o category_table.o conf.o event.o format.o level.o level_list.o mdc.o record.o record_table.o rotater.o rule.o spec.o thread.o zc_arraylist.o zc_hashtable.o zc_profile.o zc_util.o zlog.o /tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Og -g0 -o zlog-chk-conf zlog-chk-conf.o -L. -lzlog -pthread make[2]: Leaving directory '/tmp/instance-10/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/tmp/instance-10/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Installing to staging directory PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PREFIX=/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr -C /tmp/instance-10/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/tmp/instance-10/output-1/build/zlog-1.2.15' cd src && /home/autobuild/make/make install make[2]: Entering directory '/tmp/instance-10/output-1/build/zlog-1.2.15/src' mkdir -p /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/bin cp -a zlog.h /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/include cp -a zlog-chk-conf /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/bin cp -a libzlog.so /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib/libzlog.so.1.2 cd /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib make[2]: Leaving directory '/tmp/instance-10/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/tmp/instance-10/output-1/build/zlog-1.2.15' >>> zlog 1.2.15 Fixing libtool files for la in $(find /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-10/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-10/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 >>> zlog 1.2.15 Installing to target PATH="/tmp/instance-10/output-1/host/bin:/tmp/instance-10/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PREFIX=/tmp/instance-10/output-1/target/usr -C /tmp/instance-10/output-1/build/zlog-1.2.15 install make[1]: Entering directory '/tmp/instance-10/output-1/build/zlog-1.2.15' cd src && /home/autobuild/make/make install make[2]: Entering directory '/tmp/instance-10/output-1/build/zlog-1.2.15/src' mkdir -p /tmp/instance-10/output-1/target/usr/include /tmp/instance-10/output-1/target/usr/lib /tmp/instance-10/output-1/target/usr/bin cp -a zlog.h /tmp/instance-10/output-1/target/usr/include cp -a zlog-chk-conf /tmp/instance-10/output-1/target/usr/bin cp -a libzlog.so /tmp/instance-10/output-1/target/usr/lib/libzlog.so.1.2 cd /tmp/instance-10/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-10/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-10/output-1/target/usr/lib make[2]: Leaving directory '/tmp/instance-10/output-1/build/zlog-1.2.15/src' make[1]: Leaving directory '/tmp/instance-10/output-1/build/zlog-1.2.15' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-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', '-Og', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%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-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-10/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-10/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-10/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-10/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-10/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-10/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-10/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-10/output-1/target/etc/shells; fi mkdir -p /tmp/instance-10/output-1/target/etc echo "buildroot" > /tmp/instance-10/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-10/output-1/target/etc/hosts mkdir -p /tmp/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-10/output-1/target/etc/shells printf '%s\n' C en_US locale-archive > /tmp/instance-10/output-1/build/locales.nopurge for dir in /tmp/instance-10/output-1/target/usr/share/locale /tmp/instance-10/output-1/target/usr/share/X11/locale /tmp/instance-10/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-10/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-10/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-10/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-10/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-10/output-1/target/usr/include /tmp/instance-10/output-1/target/usr/share/aclocal \ /tmp/instance-10/output-1/target/usr/lib/pkgconfig /tmp/instance-10/output-1/target/usr/share/pkgconfig \ /tmp/instance-10/output-1/target/usr/lib/cmake /tmp/instance-10/output-1/target/usr/share/cmake \ /tmp/instance-10/output-1/target/usr/lib/rpm /tmp/instance-10/output-1/target/usr/doc find /tmp/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-10/output-1/target/lib/ /tmp/instance-10/output-1/target/usr/lib/ /tmp/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-10/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-10/output-1/target/usr/share/gdb rm -rf /tmp/instance-10/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-10/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-10/output-1/target/usr/share/zsh rm -rf /tmp/instance-10/output-1/target/usr/man /tmp/instance-10/output-1/target/usr/share/man rm -rf /tmp/instance-10/output-1/target/usr/info /tmp/instance-10/output-1/target/usr/share/info rm -rf /tmp/instance-10/output-1/target/usr/doc /tmp/instance-10/output-1/target/usr/share/doc rm -rf /tmp/instance-10/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-10/output-1/target/lib/debug /tmp/instance-10/output-1/target/usr/lib/debug find /tmp/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 /tmp/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/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 /tmp/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 /tmp/instance-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-534-g291c6c27ad"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /tmp/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-10/output-1/per-package /tmp/instance-10/buildroot/support/scripts/fix-rpath target touch /tmp/instance-10/output-1/target/usr ln -snf /tmp/instance-10/output-1/host/mips64-buildroot-linux-gnu/sysroot /tmp/instance-10/output-1/staging make: Leaving directory '/tmp/instance-10/buildroot' make: Entering directory '/tmp/instance-10/buildroot' >>> Buildroot 2022.08-534-g291c6c27ad Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 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-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) >>> linux-headers 6.0.1 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-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> htpdate 1.3.6 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libressl 3.5.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libidn2 2.3.3 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libstrophe 0.12.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> mongoose 7.2 Collecting legal info LICENSE: OK (sha256: 9553d057f2ba980642f2c18d87ed38896cff1c9612d77d684a73a11fe1443b05) >>> motion 4.4.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlog 1.2.15 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-10/output-1/legal-info make: Leaving directory '/tmp/instance-10/buildroot'