checking whether C compiler accepts -Wmissing-include-dirs... yes checking whether C compiler accepts -Wunused-but-set-variable... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wimplicit-function-declaration... yes checking whether C compiler accepts -Wreturn-type... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wswitch-default... yes checking whether C compiler accepts -Wno-error=unused-parameter... yes checking whether C compiler accepts -Wno-error=missing-field-initializers... yes checking whether C compiler accepts -Werror=unknown-warning-option... (cached) no checking whether the linker accepts -Wl,--no-as-needed... yes checking for gawk... (cached) gawk checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/bin/gcc... (cached) none checking for /usr/bin/gcc option to accept ISO C99... none needed checking for catchsegv... catchsegv checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether to build with code coverage support... no checking whether to enable Valgrind on the unit tests... checking for valgrind... valgrind yes checking for Valgrind tool memcheck... memcheck checking for Valgrind tool helgrind... helgrind checking for Valgrind tool drd... drd checking for Valgrind tool exp-sgcheck... checking pkg-config is at least version 0.9.0... yes checking for GLIB... yes checking for OPENSSL... yes checking linux/mmc/ioctl.h usability... yes checking linux/mmc/ioctl.h presence... yes checking for linux/mmc/ioctl.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls >>> host-rauc 1.5.1 Building PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/data/buildroot-autobuilder/instance-0/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="/data/buildroot-autobuilder/instance-0/output-1/host/lib/pkgconfig:/data/buildroot-autobuilder/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /data/buildroot-autobuilder/instance-0/output-1/build/host-rauc-1.5.1/ make[1]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/host-rauc-1.5.1' GEN rauc-installer-generated.c /usr/bin/make --no-print-directory all-am CC librauc_la-rauc-installer-generated.lo GEN data/rauc-service.sh GEN data/de.pengutronix.rauc.service GEN data/rauc.service CC src/rauc-main.o CC src/librauc_la-bootchooser.lo CC src/librauc_la-bundle.lo CC src/librauc_la-checksum.lo CC src/librauc_la-config_file.lo CC src/librauc_la-context.lo CC src/librauc_la-dm.lo CC src/librauc_la-install.lo CC src/librauc_la-manifest.lo CC src/librauc_la-mark.lo CC src/librauc_la-mbr.lo CC src/librauc_la-mount.lo CC src/librauc_la-service.lo CC src/librauc_la-signature.lo CC src/librauc_la-slot.lo CC src/librauc_la-utils.lo CC src/librauc_la-update_handler.lo In file included from /data/buildroot-autobuilder/instance-0/output-1/host/include/openssl/asn1.h:16, from src/signature.c:1: src/signature.c: In function 'dump_cms': /data/buildroot-autobuilder/instance-0/output-1/host/include/openssl/bio.h:482:34: warning: value computed is not used [-Wunused-value] 482 | # define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/signature.c:686:9: note: in expansion of macro 'BIO_set_close' 686 | BIO_set_close(mem, BIO_CLOSE); | ^~~~~~~~~~~~~ src/signature.c: In function 'get_cert_time': /data/buildroot-autobuilder/instance-0/output-1/host/include/openssl/bio.h:482:34: warning: value computed is not used [-Wunused-value] 482 | # define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/signature.c:741:9: note: in expansion of macro 'BIO_set_close' 741 | BIO_set_close(mem, BIO_CLOSE); | ^~~~~~~~~~~~~ src/signature.c: In function 'asn1_time_to_tm': /data/buildroot-autobuilder/instance-0/output-1/host/include/openssl/bio.h:482:34: warning: value computed is not used [-Wunused-value] 482 | # define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/signature.c:937:9: note: in expansion of macro 'BIO_set_close' 937 | BIO_set_close(mem, BIO_CLOSE); | ^~~~~~~~~~~~~ CC src/librauc_la-verity_hash.lo CC src/librauc_la-emmc.lo CC test/fakerand.o CCLD test/fakerand CCLD librauc.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CCLD rauc make[1]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/host-rauc-1.5.1' >>> host-rauc 1.5.1 Installing to host directory PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/data/buildroot-autobuilder/instance-0/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="/data/buildroot-autobuilder/instance-0/output-1/host/lib/pkgconfig:/data/buildroot-autobuilder/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 install -C /data/buildroot-autobuilder/instance-0/output-1/build/host-rauc-1.5.1/ make[1]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/host-rauc-1.5.1' /usr/bin/make --no-print-directory install-am /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/host/bin' /usr/bin/mkdir -p 'no' /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/host/share/man/man1' /bin/sh ./libtool --mode=install /usr/bin/install -c rauc '/data/buildroot-autobuilder/instance-0/output-1/host/bin' /usr/bin/install -c -m 644 data/de.pengutronix.rauc.conf 'no' /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/host/libexec' /usr/bin/mkdir -p 'no' /usr/bin/install -c -m 644 rauc.1 '/data/buildroot-autobuilder/instance-0/output-1/host/share/man/man1' /usr/bin/install -c -m 644 data/rauc.service 'no' /usr/bin/install -c data/rauc-service.sh '/data/buildroot-autobuilder/instance-0/output-1/host/libexec' libtool: install: /usr/bin/install -c rauc /data/buildroot-autobuilder/instance-0/output-1/host/bin/rauc make[1]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/host-rauc-1.5.1' >>> rpcbind 1.2.6 Downloading wget --passive-ftp -nd -t 3 --no-check-certificate -O '/data/buildroot-autobuilder/instance-0/output-1/build/.rpcbind-1.2.6.tar.bz2.sNibcq/output' 'http://downloads.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2' --2021-08-16 17:27:24-- http://downloads.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: https://netactuate.dl.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 [following] --2021-08-16 17:27:24-- https://netactuate.dl.sourceforge.net/project/rpcbind/rpcbind/1.2.6/rpcbind-1.2.6.tar.bz2 Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving netactuate.dl.sourceforge.net (netactuate.dl.sourceforge.net)... 104.225.3.66 Connecting to netactuate.dl.sourceforge.net (netactuate.dl.sourceforge.net)|104.225.3.66|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 124590 (122K) [application/octet-stream] Saving to: '/data/buildroot-autobuilder/instance-0/output-1/build/.rpcbind-1.2.6.tar.bz2.sNibcq/output' 0K .......... .......... .......... .......... .......... 41% 898K 0s 50K .......... .......... .......... .......... .......... 82% 897K 0s 100K .......... .......... . 100% 82.5M=0.1s 2021-08-16 17:27:25 (1.06 MB/s) - '/data/buildroot-autobuilder/instance-0/output-1/build/.rpcbind-1.2.6.tar.bz2.sNibcq/output' saved [124590/124590] rpcbind-1.2.6.tar.bz2: OK (sha256: 5613746489cae5ae23a443bb85c05a11741a5f12c8f55d2bb5e83b9defeee8de) >>> rpcbind 1.2.6 Extracting bzcat /data/buildroot-autobuilder/instance-0/dl/rpcbind/rpcbind-1.2.6.tar.bz2 | tar --strip-components=1 -C /data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6 -xf - >>> rpcbind 1.2.6 Patching Applying 0001-Remove-yellow-pages-support.patch using patch: patching file src/security.c >>> rpcbind 1.2.6 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6 -name $file); do cp support/gnuconfig/$file $i; done; done >>> rpcbind 1.2.6 Patching libtool >>> rpcbind 1.2.6 Configuring (cd /data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6/ && rm -rf config.cache && PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-ar" AS="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-as" LD="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-ld" NM="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-nm" CC="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc" GCC="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc" CPP="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-cpp" CXX="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-g++" FC="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gfortran" F77="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gfortran" RANLIB="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-ranlib" READELF="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-readelf" STRIP="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-strip" OBJCOPY="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-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/data/buildroot-autobuilder/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/data/buildroot-autobuilder/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/data/buildroot-autobuilder/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/data/buildroot-autobuilder/instance-0/output-1/host/lib -Wl,-rpath,/data/buildroot-autobuilder/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-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 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -g0 -static" FFLAGS=" -Os -g0 -static" PKG_CONFIG="/data/buildroot-autobuilder/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static `/data/buildroot-autobuilder/instance-0/output-1/host/bin/pkg-config --cflags libtirpc`" CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-uclibcgnueabi --host=arm-buildroot-linux-uclibcgnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --disable-shared --with-rpcuser=root --with-systemdsystemunitdir=no ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --disable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-uclibcgnueabi-strip... /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-strip 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 for arm-buildroot-linux-uclibcgnueabi-gcc... /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-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... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc accepts -g... yes checking for /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc option to accept ISO C89... none needed checking whether /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc... none checking pkg-config is at least version 0.9.0... yes checking for TIRPC... yes checking pkg-config is at least version 0.9.0... yes checking for library containing pthread_create... none required checking how to run the C preprocessor... /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking nss.h usability... no checking nss.h presence... no checking for nss.h... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating systemd/rpcbind.service 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, --disable-nls, --enable-static, --disable-shared >>> rpcbind 1.2.6 Building PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j4 -C /data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6/ make[1]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6' /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/rpcinfo.o src/rpcinfo.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/check_bound.o src/check_bound.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/pmap_svc.o src/pmap_svc.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/rpcb_stat.o src/rpcb_stat.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/rpcb_svc.o src/rpcb_svc.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/rpcb_svc_4.o src/rpcb_svc_4.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/rpcb_svc_com.o src/rpcb_svc_com.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/rpcbind.o src/rpcbind.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/security.o src/security.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/util.o src/util.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/warmstart.o src/warmstart.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -DPACKAGE_NAME=\"rpcbind\" -DPACKAGE_TARNAME=\"rpcbind\" -DPACKAGE_VERSION=\"1.2.6\" -DPACKAGE_STRING=\"rpcbind\ 1.2.6\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"rpcbind\" -DVERSION=\"1.2.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -I. -DCHECK_LOCAL -DPORTMAP -DFACILITY=LOG_MAIL -DSEVERITY=LOG_INFO -DINET6 -DRPCBIND_STATEDIR="\"/var/run/rpcbind\"" -DRPCBIND_USER="\"root\"" -DNSS_MODULES="\"files\"" -D_GNU_SOURCE -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -c -o src/xlog.o src/xlog.c /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -static -o rpcinfo src/rpcinfo.o -L/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib -ltirpc -lpthread /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -I/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/tirpc -static -o rpcbind src/check_bound.o src/pmap_svc.o src/rpcb_stat.o src/rpcb_svc.o src/rpcb_svc_4.o src/rpcb_svc_com.o src/rpcbind.o src/security.o src/util.o src/warmstart.o src/xlog.o -L/data/buildroot-autobuilder/instance-0/output-1/host/bin/../arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib -ltirpc -lpthread make[1]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6' >>> rpcbind 1.2.6 Installing to target PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j4 DESTDIR=/data/buildroot-autobuilder/instance-0/output-1/target install -C /data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6/ make[1]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6' make[2]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6' /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/target/usr/bin' /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/target/usr/sbin' /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/target/usr/share/man/man8' /usr/bin/install -c rpcinfo '/data/buildroot-autobuilder/instance-0/output-1/target/usr/bin' /usr/bin/install -c rpcbind '/data/buildroot-autobuilder/instance-0/output-1/target/usr/sbin' /usr/bin/install -c -m 644 man/rpcbind.8 man/rpcinfo.8 '/data/buildroot-autobuilder/instance-0/output-1/target/usr/share/man/man8' make[2]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6' make[1]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/rpcbind-1.2.6' util-macros-1.19.3.tar.bz2: OK (sha256: 0f812e6e9d2786ba8f54b960ee563c0663ddbe2434bf24ff193f5feab1f31971) util-macros-1.19.3.tar.bz2: OK (sha512: b9c7398a912c688a782eab5b1e0f6da2df11a430775c5c98fc3269f73a665de6eeb60d300a849e38d345714a6e51f74e9334cb6039767304cca4b93d823a53a2) >>> xutil_util-macros 1.19.3 Extracting bzcat /data/buildroot-autobuilder/instance-0/dl/xutil_util-macros/util-macros-1.19.3.tar.bz2 | tar --strip-components=1 -C /data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3 -xf - >>> xutil_util-macros 1.19.3 Patching >>> xutil_util-macros 1.19.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> xutil_util-macros 1.19.3 Patching libtool >>> xutil_util-macros 1.19.3 Configuring (cd /data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3/ && rm -rf config.cache && PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-ar" AS="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-as" LD="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-ld" NM="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-nm" CC="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc" GCC="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gcc" CPP="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-cpp" CXX="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-g++" FC="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gfortran" F77="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-gfortran" RANLIB="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-ranlib" READELF="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-readelf" STRIP="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-strip" OBJCOPY="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-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/data/buildroot-autobuilder/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/data/buildroot-autobuilder/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/data/buildroot-autobuilder/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/data/buildroot-autobuilder/instance-0/output-1/host/lib -Wl,-rpath,/data/buildroot-autobuilder/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-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 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -Os -g0 -static" FFLAGS=" -Os -g0 -static" PKG_CONFIG="/data/buildroot-autobuilder/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-uclibcgnueabi --host=arm-buildroot-linux-uclibcgnueabi --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --enable-static --disable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --disable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-uclibcgnueabi-strip... /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-strip 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 that generated files are newer than configure... done configure: creating ./config.status config.status: creating xorg-macros.pc config.status: creating Makefile config.status: creating xorg-macros.m4 configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --enable-static, --disable-shared >>> xutil_util-macros 1.19.3 Building PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j4 -C /data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3/ make[1]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' >>> xutil_util-macros 1.19.3 Installing to staging directory PATH="/data/buildroot-autobuilder/instance-0/output-1/host/bin:/data/buildroot-autobuilder/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j4 DESTDIR=/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot install -C /data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3/ make[1]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' make[2]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/aclocal' /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/util-macros' /usr/bin/mkdir -p '/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/pkgconfig' /usr/bin/install -c -m 644 xorg-macros.m4 '/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/aclocal' /usr/bin/install -c -m 644 xorg-macros.pc '/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/pkgconfig' /usr/bin/install -c -m 644 INSTALL '/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/util-macros' /usr/bin/make install-data-hook make[3]: Entering directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' rm -f /data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/share/aclocal/xorgversion.m4 make[3]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' make[2]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' make[1]: Leaving directory '/data/buildroot-autobuilder/instance-0/output-1/build/xutil_util-macros-1.19.3' >>> xutil_util-macros 1.19.3 Fixing libtool files for la in $(find /data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/data/buildroot-autobuilder/instance-0/output-1:@BASE_DIR@:g" \ -e "s:/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:@STAGING_DIR@:g" \ -e "s:/data/buildroot-autobuilder/instance-0/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/data/buildroot-autobuilder/instance-0/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/data/buildroot-autobuilder/instance-0/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 >>> Finalizing host directory >>> Finalizing target directory mkdir -p /data/buildroot-autobuilder/instance-0/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-%g' -e 's%@TARGET_ARCH@%arm%g' -e 's%@TARGET_CPU@%arm926ej-s%g' -e 's%@TARGET_ENDIAN@%little%g' -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/data/buildroot-autobuilder/instance-0/output-1/host%g' -e 's%@STAGING_DIR@%/data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot%g' -e 's%@STATIC@%true%g' package/meson//cross-compilation.conf.in > /data/buildroot-autobuilder/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' /data/buildroot-autobuilder/instance-0/output-1/host/etc/meson/cross-compilation.conf.in > /data/buildroot-autobuilder/instance-0/output-1/host/etc/meson/cross-compilation.conf mkdir -p /data/buildroot-autobuilder/instance-0/output-1/target/etc echo "buildroot" > /data/buildroot-autobuilder/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /data/buildroot-autobuilder/instance-0/output-1/target/etc/hosts mkdir -p /data/buildroot-autobuilder/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /data/buildroot-autobuilder/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /data/buildroot-autobuilder/instance-0/output-1/target/etc/shadow rm -f /data/buildroot-autobuilder/instance-0/output-1/target/bin/sh printf '%s\n' C en_US locale-archive > /data/buildroot-autobuilder/instance-0/output-1/build/locales.nopurge for dir in /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/locale /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/X11/locale /data/buildroot-autobuilder/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##*/}" /data/buildroot-autobuilder/instance-0/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/include /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/aclocal \ /data/buildroot-autobuilder/instance-0/output-1/target/usr/lib/pkgconfig /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/pkgconfig \ /data/buildroot-autobuilder/instance-0/output-1/target/usr/lib/cmake /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/cmake \ /data/buildroot-autobuilder/instance-0/output-1/target/usr/doc find /data/buildroot-autobuilder/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /data/buildroot-autobuilder/instance-0/output-1/target/lib/ /data/buildroot-autobuilder/instance-0/output-1/target/usr/lib/ /data/buildroot-autobuilder/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/data/buildroot-autobuilder/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/gdb rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/bash-completion rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/etc/bash_completion.d rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/zsh rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/man /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/man rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/info /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/info rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/doc /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/doc rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/usr/share/gtk-doc rmdir /data/buildroot-autobuilder/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /data/buildroot-autobuilder/instance-0/output-1/target/lib/debug /data/buildroot-autobuilder/instance-0/output-1/target/usr/lib/debug find /data/buildroot-autobuilder/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 /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /data/buildroot-autobuilder/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /data/buildroot-autobuilder/instance-0/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /data/buildroot-autobuilder/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 /data/buildroot-autobuilder/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 /data/buildroot-autobuilder/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.02-2461-g829ecf7d79"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2021.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2021.08-rc1\"" \ ) > /data/buildroot-autobuilder/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /data/buildroot-autobuilder/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/data/buildroot-autobuilder/instance-0/output-1/per-package /data/buildroot-autobuilder/instance-0/buildroot/support/scripts/fix-rpath target touch /data/buildroot-autobuilder/instance-0/output-1/target/usr ln -snf /data/buildroot-autobuilder/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /data/buildroot-autobuilder/instance-0/output-1/staging make: Leaving directory '/data/buildroot-autobuilder/instance-0/buildroot' make: Entering directory '/data/buildroot-autobuilder/instance-0/buildroot' >>> Buildroot 2021.02-2461-g829ecf7d79 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-custom Collecting legal info >>> toolchain Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> libite 2.2.0 Collecting legal info LICENSE: OK (sha256: a8a7506c64ce46a58c17838b0f678f8c2567d71869402f97d19460ddec4882f5) src/chomp.c: OK (sha256: 89053891d46d04a21d4a492f68038703e179986baffa458201810f4222b57427) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> libosip2 5.2.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libplist 2.2.0 Collecting legal info COPYING: OK (sha256: 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> most 5.1.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 47ad1c3f9b94d6ec42d9bee6c5df980c5c2daa5b9d22113545ae6a3f21ca2f52) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> zlib Collecting legal info >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> rapidjson 1.1.0 Collecting legal info license.txt: OK (sha256: a140e5d46fe734a1c78f1a3c3ef207871dd75648be71fdda8e309b23ab8b1f32) >>> host-cmake 3.16.9 Collecting legal info Copyright.txt: OK (sha256: dc628fb936a5d229296d42083f9a8218aa32204c016919e784404c9ec58776e9) >>> host-rauc 1.5.1 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.68.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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) >>> host-meson 0.58.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.9.6 Collecting legal info LICENSE: OK (sha256: 599826df92bfdcd2702eac691072498bb096c55af04ee984cf90f70ed77b5a70) >>> host-autoconf-archive 2019.01.06 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 44.0.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> host-pcre 8.44 Collecting legal info LICENCE: OK (sha256: 0dd9c13864dbb9ee4d77a1557e96be29b2d719fb6584192ee36611aae264c4a3) >>> host-util-linux 2.36.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1k Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-squashfs 4.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.0 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /data/buildroot-autobuilder/instance-0/output-1/legal-info make: Leaving directory '/data/buildroot-autobuilder/instance-0/buildroot'