checking for setenv... yes checking for setlocale... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... no checking for __argz_stringify... no checking for __argz_next... no checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 3.8.2, ok checking for gethostbyname... yes checking for socket... yes checking for putmsg in -lstr... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for srandom... yes checking for random... yes checking for inet_pton... yes checking for inet_ntop... yes checking for struct sockaddr.sa_len... no checking for struct in_pktinfo... yes checking for in_port_t... yes checking for getopt_long... yes configure: creating ./config.status config.status: creating Makefile config.status: creating m4/Makefile config.status: creating lib/Makefile config.status: creating lib/contrib/Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating doc/drafts/Makefile config.status: creating po/Makefile.in config.status: creating doc/texi2pod.pl config.status: creating config.h config.status: executing depfiles commands config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile >>> netcat 0.7.1 Building GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-1/output-1/host/bin:/home/buildroot/autobuild/run/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' /usr/bin/make all-recursive make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' Making all in m4 make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/m4' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/m4' Making all in lib make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' Making all in contrib make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib/contrib' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib/contrib' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' Making all in src make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -c `test -f 'core.c' || echo './'`core.c /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -c `test -f 'flagset.c' || echo './'`flagset.c /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -c `test -f 'misc.c' || echo './'`misc.c /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -c `test -f 'netcat.c' || echo './'`netcat.c core.c: In function 'core_udp_listen': core.c:236:9: warning: 'strncpy' specified bound 127 equals destination size [-Wstringop-truncation] 236 | strncpy(tmpbuf, netcat_inet_ntop(&rem_addr.sin_addr), sizeof(tmpbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core.c:275:9: warning: 'memcpy' forming offset [16, 19] is out of the bounds [0, 16] of object 'local_addr' with type 'struct sockaddr_in' [-Warray-bounds] 275 | memcpy(&dup_socket.local_host.iaddrs[0], &local_addr.sin_addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 276 | sizeof(local_addr)); | ~~~~~~~~~~~~~~~~~~~ core.c:188:26: note: 'local_addr' declared here 188 | struct sockaddr_in local_addr; | ^~~~~~~~~~ core.c:277:9: warning: 'memcpy' forming offset [16, 19] is out of the bounds [0, 16] of object 'rem_addr' with type 'struct sockaddr_in' [-Warray-bounds] 277 | memcpy(&dup_socket.host.iaddrs[0], &rem_addr.sin_addr, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 278 | sizeof(local_addr)); | ~~~~~~~~~~~~~~~~~~~ core.c:187:26: note: 'rem_addr' declared here 187 | struct sockaddr_in rem_addr; | ^~~~~~~~ /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -c `test -f 'network.c' || echo './'`network.c /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -c `test -f 'telnet.c' || echo './'`telnet.c network.c: In function 'netcat_resolvehost': network.c:149:5: warning: 'strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 149 | strncpy(dst->addrs[0], netcat_inet_ntop(&res_addr), sizeof(dst->addrs[0])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c:142:9: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 142 | strncpy(dst->name, hostent->h_name, sizeof(dst->name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c: In function 'netcat_getport': network.c:255:7: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 255 | strncpy(dst->name, servent->s_name, sizeof(dst->name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ network.c:227:7: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 227 | strncpy(dst->name, servent->s_name, sizeof(dst->name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -c `test -f 'udphelper.c' || echo './'`udphelper.c /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g2 -Wall -o netcat core.o flagset.o misc.o netcat.o network.o telnet.o udphelper.o make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' Making all in doc make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' Making all in drafts make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc/drafts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc/drafts' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' Making all in po make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/po' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' >>> netcat 0.7.1 Installing to target GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-1/output-1/host/bin:/home/buildroot/autobuild/run/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j4 DESTDIR=/home/buildroot/autobuild/run/instance-1/output-1/target install -C /home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' Making install in m4 make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/m4' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/m4' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/m4' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/m4' Making install in lib make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' Making install in contrib make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib/contrib' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib/contrib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib/contrib' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib/contrib' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/lib' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' /bin/sh ../mkinstalldirs /home/buildroot/autobuild/run/instance-1/output-1/target/usr/bin make[3]: Nothing to be done for 'install-data-am'. /usr/bin/install -c netcat /home/buildroot/autobuild/run/instance-1/output-1/target/usr/bin/netcat /usr/bin/make install-exec-hook make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' Creating symlink to the shorter executable name make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/src' Making install in doc make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' Making install in drafts make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc/drafts' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc/drafts' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc/drafts' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc/drafts' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' make[4]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' make[4]: Nothing to be done for 'install-exec-am'. /bin/sh ../mkinstalldirs /home/buildroot/autobuild/run/instance-1/output-1/target/usr/info /bin/sh ../mkinstalldirs /home/buildroot/autobuild/run/instance-1/output-1/target/usr/man/man1 mkdir -p -- /home/buildroot/autobuild/run/instance-1/output-1/target/usr/info mkdir -p -- /home/buildroot/autobuild/run/instance-1/output-1/target/usr/man/man1 /usr/bin/install -c -m 644 ./netcat.info /home/buildroot/autobuild/run/instance-1/output-1/target/usr/info/netcat.info /usr/bin/install -c -m 644 ./netcat.1 /home/buildroot/autobuild/run/instance-1/output-1/target/usr/man/man1/netcat.1 make[4]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/doc' Making install in po make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/po' if test "netcat" = "gettext"; then \ /bin/sh `case "./mkinstalldirs" in /*) echo "./mkinstalldirs" ;; *) echo ".././mkinstalldirs" ;; esac` /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/gettext/po; \ for file in Makefile.in.in Makevars remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot ; do \ /usr/bin/install -c -m 644 ./$file \ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1/po' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/netcat-0.7.1' patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /home/buildroot/autobuild/run/instance-1/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /home/buildroot/autobuild/run/instance-1/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 /home/buildroot/autobuild/run/instance-1/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 /home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-1/output-1/host/bin:/home/buildroot/autobuild/run/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/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="/home/buildroot/autobuild/run/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-1/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/home/buildroot/autobuild/run/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-1/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/home/buildroot/autobuild/run/instance-1/output-1/host/include" LDFLAGS="-L/home/buildroot/autobuild/run/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/home/buildroot/autobuild/run/instance-1/output-1/host" --sysconfdir="/home/buildroot/autobuild/run/instance-1/output-1/host/etc" --localstatedir="/home/buildroot/autobuild/run/instance-1/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... no checking for mawk... mawk 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 GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-1/output-1/host/bin:/home/buildroot/autobuild/run/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/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="/home/buildroot/autobuild/run/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/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/home/buildroot/autobuild/run/instance-1/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/run/instance-1/output-1/host/include -c -o patchelf.o patchelf.cc /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/home/buildroot/autobuild/run/instance-1/output-1/host/include -L/home/buildroot/autobuild/run/instance-1/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/run/instance-1/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory GIT_DIR=. PATH="/home/buildroot/autobuild/run/instance-1/output-1/host/bin:/home/buildroot/autobuild/run/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" PKG_CONFIG="/home/buildroot/autobuild/run/instance-1/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="/home/buildroot/autobuild/run/instance-1/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/run/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/src' make[3]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output-1/host/bin' /usr/bin/install -c patchelf '/home/buildroot/autobuild/run/instance-1/output-1/host/bin' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/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 '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output-1/host/share/doc/patchelf' /bin/mkdir -p '/home/buildroot/autobuild/run/instance-1/output-1/host/share/man/man1' /usr/bin/install -c -m 644 README.md '/home/buildroot/autobuild/run/instance-1/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 patchelf.1 '/home/buildroot/autobuild/run/instance-1/output-1/host/share/man/man1' make[3]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-1/output-1/build/host-patchelf-0.13' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/run/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g2'@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', '-O2', '-g2'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g2'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-strip%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%e500mc%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@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-gfortran%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-strip%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%e500mc%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g2'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g2'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g2'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/run/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/run/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/run/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/run/instance-1/output-1/host/etc/meson/cross-compilation.conf rm -f /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/run/instance-1/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/autobuild/run/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/run/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/run/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/run/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/run/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/run/instance-1/output-1/target/etc/shadow rm -f /home/buildroot/autobuild/run/instance-1/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /home/buildroot/autobuild/run/instance-1/output-1/build/locales.nopurge for dir in /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/locale /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale /home/buildroot/autobuild/run/instance-1/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##*/}" /home/buildroot/autobuild/run/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/include /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/run/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/run/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/run/instance-1/output-1/target/lib/ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/run/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/man /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/info /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/run/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/run/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/run/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/run/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/run/instance-1/output-1/host/bin/powerpc-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/run/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/run/instance-1/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 /home/buildroot/autobuild/run/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.02.3-21-g7893c19991"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.02.3\"" \ ) > /home/buildroot/autobuild/run/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/run/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/run/instance-1/output-1/per-package \ /home/buildroot/autobuild/run/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/run/instance-1/output-1/target/usr ln -snf /home/buildroot/autobuild/run/instance-1/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/run/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/run/instance-1/buildroot' >>> Buildroot 2024.02.3-21-g7893c19991 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-bootlin 2023.11-1 Collecting legal info >>> toolchain Collecting legal info >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.72 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 3.2.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> httping 2.5 Collecting legal info license.txt: OK (sha256: c5db2e5b9a692fcdf2bd370f1533529063fbcf8947a8f5ee9d4b050a14e0566d) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jose 11 Collecting legal info COPYING: OK (sha256: 09e8a9bcec8067104652c168685ab0931e7868f9c8284b66f5ae6edae5f1130b) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-setuptools 69.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> ksmbd-tools 3.5.1 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmodsecurity 3.0.12 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> log4cxx 0.13.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mbpfan 2.4.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-bootlin-2023.11-1: cannot save license (TOOLCHAIN_EXTERNAL_BOOTLIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/run/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/run/instance-1/buildroot'