checking malloc.h presence... yes checking for malloc.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking whether lstat correctly handles trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... (cached) yes checking for inet_ntoa... yes checking for strdup... yes checking for strlcpy... no checking for strlcat... no checking for setgroups... yes checking to see if compiler understands -fdiagnostics-show-option... yes checking to see if compiler understands -Wall... yes checking to see if compiler understands -Wextra... yes checking to see if compiler understands -Wno-unused-parameter... yes checking to see if compiler understands -Wmissing-prototypes... yes checking to see if compiler understands -Wstrict-prototypes... yes checking to see if compiler understands -Wmissing-declarations... yes checking to see if compiler understands -Wfloat-equal... yes checking to see if compiler understands -Wundef... yes checking to see if compiler understands -Wformat=2... yes checking to see if compiler understands -Wlogical-op... yes checking to see if compiler understands -Wmissing-include-dirs... yes checking to see if compiler understands -Wformat-nonliteral... yes checking to see if compiler understands -Wold-style-definition... yes checking to see if compiler understands -Wpointer-arith... yes checking to see if compiler understands -Waggregate-return... yes checking to see if compiler understands -Winit-self... yes checking to see if compiler understands -Wpacked... yes checking to see if compiler understands --std=c89... yes checking to see if compiler understands -ansi... yes checking to see if compiler understands -Wno-overlength-strings... yes checking to see if compiler understands -Wno-long-long... yes checking to see if compiler understands -Wno-overlength-strings... yes checking to see if compiler understands -Wdeclaration-after-statement... yes checking to see if compiler understands -Wredundant-decls... yes checking to see if compiler understands -Wmissing-noreturn... yes checking to see if compiler understands -Wshadow... yes checking to see if compiler understands -Wendif-labels... yes checking to see if compiler understands -Wcast-qual... yes checking to see if compiler understands -Wcast-align... yes checking to see if compiler understands -Wwrite-strings... yes checking to see if compiler understands -Wp,-D_FORTIFY_SOURCE=2... yes checking to see if compiler understands -fno-common... yes checking to see if linker understands -z,defs... yes checking for xsltproc... /usr/bin/xsltproc checking for a2x... (cached) no checking for xmllint... /tmp/instance-0/output-1/host/bin/xmllint testing xmllint... failed 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 data/Makefile config.status: creating data/templates/Makefile config.status: creating etc/Makefile config.status: creating docs/Makefile config.status: creating docs/man5/Makefile config.status: creating docs/man5/tinyproxy.conf.txt config.status: creating docs/man8/Makefile config.status: creating docs/man8/tinyproxy.txt config.status: creating m4macros/Makefile config.status: creating tests/Makefile config.status: creating tests/scripts/Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --enable-nls, --disable-static, --enable-shared >>> tinyproxy 1.10.0 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-0/output-1/build/tinyproxy-1.10.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' /usr/bin/make all-recursive make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' Making all in src make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/src' CC acl.o CC anonymous.o CC child.o CC buffer.o CC conf.o CC conns.o CC hashmap.o CC heap.o CC daemon.o CC html-error.o CC http-message.o CC log.o CC network.o CC reqs.o CC sock.o CC stats.o CC text.o CC main.o CC utils.o CC vector.o CC upstream.o CC basicauth.o CC base64.o CC connect-ports.o CC filter.o CC reverse-proxy.o CC transparent-proxy.o network.c: In function 'get_ip_string': network.c:265:53: warning: cast increases required alignment of target type [-Wcast-align] struct sockaddr_in *sa_in = (struct sockaddr_in *) sa; ^ network.c:274:29: warning: cast increases required alignment of target type [-Wcast-align] (struct sockaddr_in6 *) sa; ^ reqs.c: In function 'connect_to_upstream_proxy': reqs.c:1369:13: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] if (7+len != safe_write(connptr->server_fd, buff, 7+len)) ^~ reqs.c:1385:13: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'ssize_t' {aka 'int'} [-Wsign-compare] if (2+len != safe_read(connptr->server_fd, buff, 2+len)) ^~ CCLD tinyproxy make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/src' Making all in data make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' Making all in templates make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data/templates' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data/templates' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' Making all in etc make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/etc' GEN tinyproxy.conf make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/etc' Making all in docs make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' Making all in man5 make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man5' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man5' Making all in man8 make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man8' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man8' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' Making all in m4macros make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/m4macros' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/m4macros' Making all in tests make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' Making all in scripts make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests/scripts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests/scripts' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' >>> tinyproxy 1.10.0 Installing to target PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-0/output-1/target install -C /tmp/instance-0/output-1/build/tinyproxy-1.10.0/ make[1]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' Making install in src make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/src' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/bin' /usr/bin/install -c tinyproxy '/tmp/instance-0/output-1/target/usr/bin' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/src' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/src' Making install in data make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' Making install in templates make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data/templates' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data/templates' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/tinyproxy' /usr/bin/install -c -m 644 debug.html default.html stats.html '/tmp/instance-0/output-1/target/usr/share/tinyproxy' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data/templates' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data/templates' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/data' Making install in etc make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/etc' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/etc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/etc/tinyproxy' /usr/bin/install -c -m 644 tinyproxy.conf '/tmp/instance-0/output-1/target/etc/tinyproxy' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/etc' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/etc' Making install in docs make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' Making install in man5 make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man5' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man5' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 tinyproxy.conf.5 '/tmp/instance-0/output-1/target/usr/share/man/man5' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man5' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man5' Making install in man8 make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man8' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man8' make[4]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 tinyproxy.8 '/tmp/instance-0/output-1/target/usr/share/man/man8' make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man8' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs/man8' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/docs' Making install in m4macros make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/m4macros' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/m4macros' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/m4macros' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/m4macros' Making install in tests make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' Making install in scripts make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests/scripts' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests/scripts' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests/scripts' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests/scripts' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[4]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0/tests' make[2]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' make[3]: Entering directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/tmp/instance-0/output-1/target/usr/share/doc/tinyproxy' /usr/bin/install -c -m 644 AUTHORS NEWS README README.md '/tmp/instance-0/output-1/target/usr/share/doc/tinyproxy' make[3]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' make[2]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' make[1]: Leaving directory '/tmp/instance-0/output-1/build/tinyproxy-1.10.0' whetstone.c: OK (sha256: 333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf) >>> whetstone 1.2 Extracting cp /tmp/instance-0/dl/whetstone/whetstone.c /tmp/instance-0/output-1/build/whetstone-1.2/ >>> whetstone 1.2 Patching >>> whetstone 1.2 Configuring >>> whetstone 1.2 Building PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" AR="/tmp/instance-0/output-1/host/bin/nds32le-linux-ar" AS="/tmp/instance-0/output-1/host/bin/nds32le-linux-as" LD="/tmp/instance-0/output-1/host/bin/nds32le-linux-ld" NM="/tmp/instance-0/output-1/host/bin/nds32le-linux-nm" CC="/tmp/instance-0/output-1/host/bin/nds32le-linux-gcc" GCC="/tmp/instance-0/output-1/host/bin/nds32le-linux-gcc" CPP="/tmp/instance-0/output-1/host/bin/nds32le-linux-cpp" CXX="/tmp/instance-0/output-1/host/bin/nds32le-linux-g++" FC="/tmp/instance-0/output-1/host/bin/nds32le-linux-gfortran" F77="/tmp/instance-0/output-1/host/bin/nds32le-linux-gfortran" RANLIB="/tmp/instance-0/output-1/host/bin/nds32le-linux-ranlib" READELF="/tmp/instance-0/output-1/host/bin/nds32le-linux-readelf" STRIP="/tmp/instance-0/output-1/host/bin/nds32le-linux-strip" OBJCOPY="/tmp/instance-0/output-1/host/bin/nds32le-linux-objcopy" OBJDUMP="/tmp/instance-0/output-1/host/bin/nds32le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-0/output-1/host/bin/nds32le-linux-as" DEFAULT_LINKER="/tmp/instance-0/output-1/host/bin/nds32le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/tmp/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j32 LDLIBS="-lm" -C /tmp/instance-0/output-1/build/whetstone-1.2 whetstone make[1]: Entering directory '/tmp/instance-0/output-1/build/whetstone-1.2' /tmp/instance-0/output-1/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 whetstone.c -lm -o whetstone make[1]: Leaving directory '/tmp/instance-0/output-1/build/whetstone-1.2' >>> whetstone 1.2 Installing to target /usr/bin/install -D /tmp/instance-0/output-1/build/whetstone-1.2/whetstone /tmp/instance-0/output-1/target/usr/bin/whetstone >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-0/output-1/host/bin/nds32le-linux-%g' -e 's%@TARGET_ARCH@%nds32le%g' -e 's%@TARGET_CPU@%%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-0/output-1/target/etc/shadow rm -f /tmp/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /tmp/instance-0/output-1/build/locales.nopurge for dir in /tmp/instance-0/output-1/target/usr/share/locale /tmp/instance-0/output-1/target/usr/share/X11/locale /tmp/instance-0/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-0/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.11-1195-g8023a8814b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2021.02-git\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/nds32le-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2020.11-1195-g8023a8814b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> util-linux 2.36.1 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) >>> file 5.38 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 58b5932aca6c10f2194290a3b26088ec9ba07ef6b52cc9bb2dd638cc634db6f1) >>> host-file 5.38 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 58b5932aca6c10f2194290a3b26088ec9ba07ef6b52cc9bb2dd638cc634db6f1) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-gettext Collecting legal info >>> host-gettext-gnu 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) gettext-runtime/intl/COPYING.LIB: OK (sha256: 3fe5361f24b7c49ba12911c08f5a33f9cb18871d95d9fb881f5b8a4793e04288) >>> host-libtextstyle 0.20.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libxml2 2.9.10 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libpcap 1.10.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> freetype 2.10.4 Collecting legal info docs/LICENSE.TXT: OK (sha256: fd056de4196903a676208ef58cfddafc7d583d1f28fa2e44c309cf84a59e62fb) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> genpart 1.0.2 Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ipcalc 1.0.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 0.56.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.1 Collecting legal info LICENSE: OK (sha256: 1dceef1677a39befa8bf0285ab2db441ba117520bb2de839547ace006a17750d) >>> host-expat 2.2.10 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> jo 1.4 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libebur128 1.2.4 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1i Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libogg 1.3.4 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libshout 2.4.3 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxkbcommon 1.0.3 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> libyang 1.0.215 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> open62541 1.0 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openpgm 5-3-128 Collecting legal info openpgm/pgm/LICENSE: OK (sha256: 4a7d4ec71fa60969399fd4caad64d5a3003fee2775445f271a5a36a8ae743a29) >>> owfs 3.2p3 Collecting legal info COPYING: OK (sha256: 1f0527ab035eefb5197c68633d06f50f5077c719d82a99344702ceaca29150b9) COPYING.LIB: OK (sha256: 8a6601b893d5784d931b2ede64a406fac463acfbb7014914e27de4d6e68457c3) >>> parted 3.3 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pound 2.8 Collecting legal info GPL.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1i Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> rpm 4.16.0 Collecting legal info COPYING: OK (sha256: 171d94d9f1641316bff7f157a903237dc69cdb5fca405fed8c832c76ed8370f9) >>> tinyproxy 1.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> whetstone 1.2 Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'