for la in $(find /tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-12/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-12/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 >>> szip 2.1.1 Installing to target PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-12/output-1/target install -C /tmp/instance-12/output-1/build/szip-2.1.1/ make[1]: Entering directory '/tmp/instance-12/output-1/build/szip-2.1.1' Making install in src make[2]: Entering directory '/tmp/instance-12/output-1/build/szip-2.1.1/src' make[3]: Entering directory '/tmp/instance-12/output-1/build/szip-2.1.1/src' /usr/bin/mkdir -p '/tmp/instance-12/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libsz.la '/tmp/instance-12/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libsz.so.2.0.0 /tmp/instance-12/output-1/target/usr/lib/libsz.so.2.0.0 libtool: install: (cd /tmp/instance-12/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so.2 || { rm -f libsz.so.2 && ln -s libsz.so.2.0.0 libsz.so.2; }; }) libtool: install: (cd /tmp/instance-12/output-1/target/usr/lib && { ln -s -f libsz.so.2.0.0 libsz.so || { rm -f libsz.so && ln -s libsz.so.2.0.0 libsz.so; }; }) libtool: install: /usr/bin/install -c .libs/libsz.lai /tmp/instance-12/output-1/target/usr/lib/libsz.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-12/output-1/target/usr/include' /usr/bin/install -c -m 644 ricehdf.h szip_adpt.h szlib.h '/tmp/instance-12/output-1/target/usr/include' make[3]: Leaving directory '/tmp/instance-12/output-1/build/szip-2.1.1/src' make[2]: Leaving directory '/tmp/instance-12/output-1/build/szip-2.1.1/src' Making install in test make[2]: Entering directory '/tmp/instance-12/output-1/build/szip-2.1.1/test' make[3]: Entering directory '/tmp/instance-12/output-1/build/szip-2.1.1/test' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-12/output-1/build/szip-2.1.1/test' make[2]: Leaving directory '/tmp/instance-12/output-1/build/szip-2.1.1/test' make[2]: Entering directory '/tmp/instance-12/output-1/build/szip-2.1.1' make[3]: Entering directory '/tmp/instance-12/output-1/build/szip-2.1.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 '/tmp/instance-12/output-1/build/szip-2.1.1' make[2]: Leaving directory '/tmp/instance-12/output-1/build/szip-2.1.1' make[1]: Leaving directory '/tmp/instance-12/output-1/build/szip-2.1.1' >>> thttpd 2.29 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-12/output-1/build/.thttpd-2.29.tar.gz.MqiRrK/output' 'https://acme.com/software/thttpd/thttpd-2.29.tar.gz' --2023-02-13 01:44:17-- https://acme.com/software/thttpd/thttpd-2.29.tar.gz Resolving acme.com (acme.com)... 23.93.76.124 Connecting to acme.com (acme.com)|23.93.76.124|:443... connected. HTTP request sent, awaiting response... 200 Ok Length: 133967 (131K) [application/x-tar] Saving to: '/tmp/instance-12/output-1/build/.thttpd-2.29.tar.gz.MqiRrK/output' 0K .......... .......... .......... .......... .......... 38% 732K 0s 50K .......... .......... .......... .......... .......... 76% 1.70M 0s 100K .......... .......... .......... 100% 99.3M=0.1s 2023-02-13 01:44:18 (1.31 MB/s) - '/tmp/instance-12/output-1/build/.thttpd-2.29.tar.gz.MqiRrK/output' saved [133967/133967] thttpd-2.29.tar.gz: OK (sha256: 99c09f47da326b1e7b5295c45549d2b65534dce27c44812cf7eef1441681a397) >>> thttpd 2.29 Extracting gzip -d -c /tmp/instance-12/dl/thttpd/thttpd-2.29.tar.gz | tar --strip-components=1 -C /tmp/instance-12/output-1/build/thttpd-2.29 -xf - >>> thttpd 2.29 Patching >>> thttpd 2.29 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-12/output-1/build/thttpd-2.29 -name $file); do cp support/gnuconfig/$file $i; done; done >>> thttpd 2.29 Patching libtool >>> thttpd 2.29 Configuring (cd /tmp/instance-12/output-1/build/thttpd-2.29/ && rm -rf config.cache && PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar" AS="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-as" LD="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-ld" NM="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-nm" CC="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc" GCC="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc" CPP="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-cpp" CXX="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-g++" FC="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gfortran" F77="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gfortran" RANLIB="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ranlib" READELF="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-objcopy" OBJDUMP="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-12/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-12/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-12/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-12/output-1/host/lib -Wl,-rpath,/tmp/instance-12/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-as" DEFAULT_LINKER="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-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 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-12/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no 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=yes CONFIG_SITE=/dev/null ./configure --target=armeb-buildroot-linux-gnueabi --host=armeb-buildroot-linux-gnueabi --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 --disable-static --enable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... armeb-buildroot-linux-gnueabi checking target system type... armeb-buildroot-linux-gnueabi checking build system type... x86_64-pc-linux-gnu checking for gcc... /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc checking whether the C compiler (/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 ) works... yes checking whether the C compiler (/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc accepts -g... yes checking gcc version... 11 checking how to link static binaries... unknown checking for __progname... yes checking how to run the C preprocessor... /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-cpp checking for fcntl.h... yes checking for grp.h... yes checking for memory.h... yes checking for paths.h... yes checking for poll.h... yes checking for sys/poll.h... yes checking for sys/devpoll.h... no checking for sys/event.h... no checking for osreldate.h... no checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for /usr/local/v6/lib... no checking for gethostbyname... yes checking for socket... yes checking for main in -linet6... no checking for crypt... no checking for crypt in -lcrypt... yes checking for hstrerror... yes checking for strerror... yes checking for waitpid... yes checking for vsnprintf... yes checking for daemon... yes checking for setsid... yes checking for setlogin... no checking for getaddrinfo... yes checking for getnameinfo... yes checking for gai_strerror... yes checking for kqueue... no checking for sigset... yes checking for atoll... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for select... yes checking for poll... yes checking if struct tm has tm_gmtoff member... yes checking if int64_t exists... yes checking if socklen_t exists... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c updating cache ./config.cache creating ./config.status creating Makefile creating cgi-src/Makefile creating extras/Makefile >>> thttpd 2.29 Building PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-12/output-1/build/thttpd-2.29/ make[1]: Entering directory '/tmp/instance-12/output-1/build/thttpd-2.29' /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c thttpd.c thttpd.c: In function 'main': thttpd.c:611:12: warning: implicit declaration of function 'sigset'; did you mean 'isset'? [-Wimplicit-function-declaration] 611 | (void) sigset( SIGTERM, handle_term ); | ^~~~~~ | isset rm -f mime_encodings.h sed < mime_encodings.txt > mime_encodings.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' rm -f mime_types.h sed < mime_types.txt > mime_types.h \ -e 's/#.*//' -e 's/[ ]*$//' -e '/^$/d' \ -e 's/[ ][ ]*/", 0, "/' -e 's/^/{ "/' -e 's/$/", 0 },/' /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c libhttpd.c libhttpd.c: In function 'cgi_child': libhttpd.c:3557:12: warning: implicit declaration of function 'sigset'; did you mean 'isset'? [-Wimplicit-function-declaration] 3557 | (void) sigset( SIGPIPE, SIG_DFL ); | ^~~~~~ | isset /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c fdwatch.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c mmc.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c timers.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c match.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c tdate_parse.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -o thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o -lcrypt for i in cgi-src extras ; do ( \ cd $i ; \ pwd ; \ /home/autobuild/make/make -j1 \ WEBDIR=/usr/www \ CGIBINDIR=/usr/www/cgi-bin \ MANDIR=/usr/man \ WEBGROUP=www \ ) ; done /tmp/instance-12/output-1/build/thttpd-2.29/cgi-src make[2]: Entering directory '/tmp/instance-12/output-1/build/thttpd-2.29/cgi-src' /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c redirect.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc redirect.o -lcrypt -o redirect /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c ssi.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc ssi.o ../match.o -lcrypt -o ssi /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c phf.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc phf.o -lcrypt -o phf make[2]: Leaving directory '/tmp/instance-12/output-1/build/thttpd-2.29/cgi-src' /tmp/instance-12/output-1/build/thttpd-2.29/extras make[2]: Entering directory '/tmp/instance-12/output-1/build/thttpd-2.29/extras' /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c makeweb.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc makeweb.o -o makeweb -lcrypt /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c htpasswd.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc htpasswd.o -o htpasswd -lcrypt make[2]: Leaving directory '/tmp/instance-12/output-1/build/thttpd-2.29/extras' make[1]: Leaving directory '/tmp/instance-12/output-1/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-12/output-1/build/thttpd-2.29/thttpd /tmp/instance-12/output-1/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /tmp/instance-12/output-1/build/thttpd-2.29/extras/htpasswd /tmp/instance-12/output-1/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /tmp/instance-12/output-1/build/thttpd-2.29/extras/makeweb /tmp/instance-12/output-1/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /tmp/instance-12/output-1/build/thttpd-2.29/extras/syslogtocern /tmp/instance-12/output-1/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /tmp/instance-12/output-1/build/thttpd-2.29/scripts/thttpd_wrapper /tmp/instance-12/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/sed -i -e 's:/usr/local/sbin:/usr/sbin:g' -e 's:/usr/local/www/thttpd_config:/etc/thttpd.conf:g' /tmp/instance-12/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /tmp/instance-12/output-1/target/var/www/data /usr/bin/install -d /tmp/instance-12/output-1/target/var/www/logs echo "dir=/var/www/data" > /tmp/instance-12/output-1/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /tmp/instance-12/output-1/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /tmp/instance-12/output-1/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /tmp/instance-12/output-1/target/etc/thttpd.conf /usr/bin/install -D -m 0755 package/thttpd/S90thttpd /tmp/instance-12/output-1/target/etc/init.d/S90thttpd >>> wipe 2.3.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-12/output-1/build/.wipe-2.3.1.tar.bz2.bbid6k/output' 'http://downloads.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2' --2023-02-13 01:44:26-- http://downloads.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.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: http://pilotfiber.dl.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 [following] --2023-02-13 01:44:26-- http://pilotfiber.dl.sourceforge.net/project/wipe/wipe/2.3.1/wipe-2.3.1.tar.bz2 Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 69.12.26.12 Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|69.12.26.12|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 72297 (71K) [application/octet-stream] Saving to: '/tmp/instance-12/output-1/build/.wipe-2.3.1.tar.bz2.bbid6k/output' 0K .......... .......... .......... .......... .......... 70% 541K 0s 50K .......... .......... 100% 274M=0.09s 2023-02-13 01:44:27 (763 KB/s) - '/tmp/instance-12/output-1/build/.wipe-2.3.1.tar.bz2.bbid6k/output' saved [72297/72297] wipe-2.3.1.tar.bz2: OK (sha256: 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0) >>> wipe 2.3.1 Extracting bzcat /tmp/instance-12/dl/wipe/wipe-2.3.1.tar.bz2 | tar --strip-components=1 -C /tmp/instance-12/output-1/build/wipe-2.3.1 -xf - >>> wipe 2.3.1 Patching Applying 0001-musl.patch using patch: patching file rand.h >>> wipe 2.3.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-12/output-1/build/wipe-2.3.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> wipe 2.3.1 Patching libtool >>> wipe 2.3.1 Configuring (cd /tmp/instance-12/output-1/build/wipe-2.3.1/ && rm -rf config.cache && PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar" AS="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-as" LD="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-ld" NM="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-nm" CC="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc" GCC="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc" CPP="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-cpp" CXX="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-g++" FC="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gfortran" F77="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gfortran" RANLIB="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ranlib" READELF="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-objcopy" OBJDUMP="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-12/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-12/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-12/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-12/output-1/host/lib -Wl,-rpath,/tmp/instance-12/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-as" DEFAULT_LINKER="/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-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 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-12/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no 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=yes CONFIG_SITE=/dev/null ./configure --target=armeb-buildroot-linux-gnueabi --host=armeb-buildroot-linux-gnueabi --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 --disable-static --enable-shared ) loading site script /dev/null creating cache ./config.cache checking host system type... armeb-buildroot-linux-gnueabi checking target system type... armeb-buildroot-linux-gnueabi checking build system type... x86_64-pc-linux-gnu checking for gcc... /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc checking whether the C compiler (/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 ) works... yes checking whether the C compiler (/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc accepts -g... yes checking for POSIXized ISC... no checking how to run the C preprocessor... /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-cpp checking whether /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc needs -traditional... no checking for a BSD compatible install... /usr/bin/install -c checking whether the C compiler accepts -pipe... yes checking whether the C compiler accepts -g... yes checking whether the C compiler accepts -O0... yes checking whether the C compiler accepts -O2... yes checking whether the C compiler accepts -ansi... yes checking whether the C compiler accepts -pedantic... yes checking whether the C compiler accepts -Wall... yes checking whether the C compiler accepts -Werror... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for ANSI C header files... yes checking for unistd.h... yes checking for stdint.h... yes checking for fcntl.h... yes checking for memory.h... yes checking for linux/fs.h... yes checking for sys/mount.h... yes checking for sys/disklabel.h... no checking for sys/ioctl.h... yes checking for sys/file.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/types.h... yes checking for getopt.h... yes checking for errno.h... yes checking for termio.h... yes checking for termios.h... yes checking for linux/mtio.h... yes checking for working const... yes checking for inline... __inline__ checking for off_t... yes checking for size_t... yes checking whether stat file-mode macros are broken... no checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for getopt... yes checking for strnlen... yes checking for bzero... yes checking for memset... yes checking for memcpy... yes checking for realloc... yes checking for fchmod... yes checking for ioctl... yes checking for fcntl... yes checking for lockf... yes checking for flock... yes checking for fsync... yes checking for fdatasync... yes checking for unlink... yes checking for rmdir... yes checking for remove... yes checking for rename... yes checking for dirfd... yes updating cache ./config.cache creating ./config.status creating Makefile creating config.h >>> wipe 2.3.1 Building PATH="/tmp/instance-12/output-1/host/bin:/tmp/instance-12/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-12/output-1/build/wipe-2.3.1/ make[1]: Entering directory '/tmp/instance-12/output-1/build/wipe-2.3.1' /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o main.o main.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o wipe.o wipe.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o rand.o rand.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o dir.o dir.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o file.o file.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o blkdev.o blkdev.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o lock.o lock.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o text.o text.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o str.o str.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o percent.o percent.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o prompt.o prompt.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o io.o io.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc -pipe -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I. -DLINUX -c -o mt.o mt.c /tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc *.o -o wipe make[1]: Leaving directory '/tmp/instance-12/output-1/build/wipe-2.3.1' >>> wipe 2.3.1 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-12/output-1/build/wipe-2.3.1/wipe /tmp/instance-12/output-1/target/usr/bin/wipe >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a76%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-12/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-12/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a76%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-12/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-12/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /tmp/instance-12/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /tmp/instance-12/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-12/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-12/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-12/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-12/output-1/target/etc/shells; fi mkdir -p /tmp/instance-12/output-1/target/etc echo "buildroot" > /tmp/instance-12/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-12/output-1/target/etc/hosts mkdir -p /tmp/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-12/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-12/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-12/output-1/target/etc/shells if [ -x /tmp/instance-12/output-1/target/sbin/swapon -a -x /tmp/instance-12/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-12/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-12/output-1/target/etc/inittab; fi rm -rf /tmp/instance-12/output-1/target/usr/include /tmp/instance-12/output-1/target/usr/share/aclocal \ /tmp/instance-12/output-1/target/usr/lib/pkgconfig /tmp/instance-12/output-1/target/usr/share/pkgconfig \ /tmp/instance-12/output-1/target/usr/lib/cmake /tmp/instance-12/output-1/target/usr/share/cmake \ /tmp/instance-12/output-1/target/usr/lib/rpm /tmp/instance-12/output-1/target/usr/doc find /tmp/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-12/output-1/target/lib/ /tmp/instance-12/output-1/target/usr/lib/ /tmp/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-12/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-12/output-1/target/usr/share/gdb rm -rf /tmp/instance-12/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-12/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-12/output-1/target/usr/share/zsh rm -rf /tmp/instance-12/output-1/target/usr/man /tmp/instance-12/output-1/target/usr/share/man rm -rf /tmp/instance-12/output-1/target/usr/info /tmp/instance-12/output-1/target/usr/share/info rm -rf /tmp/instance-12/output-1/target/usr/doc /tmp/instance-12/output-1/target/usr/share/doc rm -rf /tmp/instance-12/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-12/output-1/target/lib/debug /tmp/instance-12/output-1/target/usr/lib/debug find /tmp/instance-12/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-12/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-12/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1419-g89710c804e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-12/output-1/per-package /tmp/instance-12/buildroot/support/scripts/fix-rpath target touch /tmp/instance-12/output-1/target/usr ln -snf /tmp/instance-12/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /tmp/instance-12/output-1/staging make: Leaving directory '/tmp/instance-12/buildroot' make: Entering directory '/tmp/instance-12/buildroot' >>> Buildroot 2022.11-1419-g89710c804e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> ffmpeg 4.4.3 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> initscripts Collecting legal info >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 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.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /tmp/instance-12/output-1/legal-info make: Leaving directory '/tmp/instance-12/buildroot'