checking whether the C compiler (/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -static) works... yes checking whether the C compiler (/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -static) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc accepts -g... yes checking gcc version... 10 checking how to link static binaries... unknown checking for __progname... yes checking how to run the C preprocessor... /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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... 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="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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 -j1 -C /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/ make[1]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29' /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 },/' /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 'auth_check2': libhttpd.c:1086:15: warning: implicit declaration of function 'crypt' [-Wimplicit-function-declaration] 1086 | if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) | ^~~~~ libhttpd.c:1086:15: warning: passing argument 1 of 'strcmp' makes pointer from integer without a cast [-Wint-conversion] 1086 | if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | int In file included from /home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' 98 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ libhttpd.c:1135:19: warning: passing argument 1 of 'strcmp' makes pointer from integer without a cast [-Wint-conversion] 1135 | if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) | ^~~~~~~~~~~~~~~~~~~~~~~ | | | int In file included from /home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' 98 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ 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 libhttpd.c: In function 'ls': libhttpd.c:2846:10: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 2846 | (void) strncpy( nameptrs[nnames], de->d_name, namlen ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libhttpd.c:64:25: note: length computed here 64 | # define NAMLEN(dirent) strlen((dirent)->d_name) | ^~~~~~~~~~~~~~~~~~~~~~~~ libhttpd.c:2845:12: note: in expansion of macro 'NAMLEN' 2845 | namlen = NAMLEN(de); | ^~~~~~ /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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. -static -o thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o for i in cgi-src extras ; do ( \ cd $i ; \ pwd ; \ /usr/bin/make -w -j1 \ WEBDIR=/usr/www \ CGIBINDIR=/usr/www/cgi-bin \ MANDIR=/usr/man \ WEBGROUP=www \ ) ; done /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/cgi-src make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/cgi-src' /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc -static redirect.o -o redirect /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 ssi.c: In function 'get_filename.constprop': ssi.c:183:9: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 183 | (void) strncpy( fn, filename, fl - vl ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ssi.c:169:10: note: length computed here 169 | fl = strlen( filename ); | ^~~~~~~~~~~~~~~~~~ /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc -static ssi.o ../match.o -o ssi /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc -static phf.o -o phf make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/cgi-src' /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/extras make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/extras' /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc -static makeweb.o -o makeweb /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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_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 htpasswd.c: In function 'add_password': htpasswd.c:133:11: warning: implicit declaration of function 'crypt' [-Wimplicit-function-declaration] 133 | cpw = crypt( pw, salt ); | ^~~~~ htpasswd.c:133:9: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 133 | cpw = crypt( pw, salt ); | ^ /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc -static htpasswd.o -o htpasswd make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/extras' make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/thttpd /home/autobuild/autobuild/instance-11/output-1/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/extras/htpasswd /home/autobuild/autobuild/instance-11/output-1/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/extras/makeweb /home/autobuild/autobuild/instance-11/output-1/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/extras/syslogtocern /home/autobuild/autobuild/instance-11/output-1/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /home/autobuild/autobuild/instance-11/output-1/build/thttpd-2.29/scripts/thttpd_wrapper /home/autobuild/autobuild/instance-11/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' /home/autobuild/autobuild/instance-11/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /home/autobuild/autobuild/instance-11/output-1/target/var/www/data /usr/bin/install -d /home/autobuild/autobuild/instance-11/output-1/target/var/www/logs echo "dir=/var/www/data" > /home/autobuild/autobuild/instance-11/output-1/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /home/autobuild/autobuild/instance-11/output-1/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/thttpd.conf /usr/bin/install -D -m 0755 package/thttpd/S90thttpd /home/autobuild/autobuild/instance-11/output-1/target/etc/init.d/S90thttpd >>> uacme 1.7.1 Downloading wget --passive-ftp -nd -t 3 -O '/home/autobuild/autobuild/instance-11/output-1/build/.uacme-1.7.1.tar.gz.dxW93p/output' 'https://github.com/ndilieto/uacme/archive/upstream/1.7.1/uacme-1.7.1.tar.gz' --2022-05-02 08:54:58-- https://github.com/ndilieto/uacme/archive/upstream/1.7.1/uacme-1.7.1.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/ndilieto/uacme/tar.gz/refs/tags/upstream/1.7.1 [following] --2022-05-02 08:54:58-- https://codeload.github.com/ndilieto/uacme/tar.gz/refs/tags/upstream/1.7.1 Resolving codeload.github.com (codeload.github.com)... 140.82.114.9 Connecting to codeload.github.com (codeload.github.com)|140.82.114.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/home/autobuild/autobuild/instance-11/output-1/build/.uacme-1.7.1.tar.gz.dxW93p/output' 0K .......... .......... .......... .......... .......... 464K 50K .......... .......... .......... .......... .......... 916K 100K .......... .......... .......... .......... .......... 77.4M 150K .......... .......... .......... .......... .......... 897K 200K .......... .......... .......... .......... .......... 122M 250K .......... .......... .......... .......... .......... 121M 300K .......... .......... 119M=0.2s 2022-05-02 08:54:59 (1.42 MB/s) - '/home/autobuild/autobuild/instance-11/output-1/build/.uacme-1.7.1.tar.gz.dxW93p/output' saved [328128] uacme-1.7.1.tar.gz: OK (sha256: 36027a587256cbaa86650cec2a5b3eb000480e1150bd83941565661b392625ac) >>> uacme 1.7.1 Extracting gzip -d -c /home/autobuild/autobuild/instance-11/dl/uacme/uacme-1.7.1.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1 -xf - >>> uacme 1.7.1 Patching >>> uacme 1.7.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> uacme 1.7.1 Patching libtool >>> uacme 1.7.1 Configuring (cd /home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1/ && rm -rf config.cache && PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar" AS="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-as" LD="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-ld" NM="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-nm" CC="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc" GCC="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc" CPP="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-cpp" CXX="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-g++" FC="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gfortran" F77="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gfortran" RANLIB="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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/home/autobuild/autobuild/instance-11/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-11/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/autobuild/autobuild/instance-11/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/autobuild/autobuild/instance-11/output-1/host/lib -Wl,-rpath,/home/autobuild/autobuild/instance-11/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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 -O3 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O3 -g0 -static" FFLAGS=" -O3 -g0 -static" PKG_CONFIG="/home/autobuild/autobuild/instance-11/output-1/host/bin/pkg-config" STAGING_DIR="/home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/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 ac_cv_prog_cc_c99='-std=gnu99' CONFIG_SITE=/dev/null ./configure --target=sparc-buildroot-linux-uclibc --host=sparc-buildroot-linux-uclibc --build=aarch64-unknown-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-openssl --without-ualpn ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --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 sparc-buildroot-linux-uclibc-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports nested variables... (cached) yes checking whether to enable debugging... no checking for style of include used by make... GNU checking for sparc-buildroot-linux-uclibc-gcc... /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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 /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc accepts -g... yes checking for /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc option to accept ISO C89... none needed checking whether /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc understands -c and -o together... yes checking dependency style of /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc... none checking how to run the C preprocessor... /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for sparc-buildroot-linux-uclibc-ranlib... /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ranlib checking for sparc-buildroot-linux-uclibc-gcc... (cached) /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc accepts -g... (cached) yes checking for /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc option to accept ISO C89... (cached) none needed checking whether /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc understands -c and -o together... (cached) yes checking dependency style of /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc... (cached) none checking for /home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc option to accept ISO C99... (cached) -std=gnu99 checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -Wall... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -Wextra... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -pedantic... yes checking whether C compiler accepts -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -static -fno-strict-aliasing... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for asprintf... yes checking for vasprintf... yes checking for getopt_long... yes checking for open_memstream... yes checking for strcasestr... yes checking for setproctitle... no checking for libcurl >= 7.38.0... found 7.83.0 checking for libcurl https support... yes checking for curl_global_init in -lcurl... yes checking for OpenSSL >= 1.1.1... found 1.1.1n checking for OpenSSL_version_num in -lssl... 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 configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-static, --disable-shared >>> uacme 1.7.1 Building PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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 -j1 -C /home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' echo 1.7.1 > .version-t && mv .version-t .version /usr/bin/make all-am make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' CC uacme-uacme.o uacme.c: In function 'alt_parse': uacme.c:1335:36: warning: comparison of integer expressions of different signedness: 'long int' and 'unsigned int' [-Wsign-compare] 1335 | if (*endptr == 0 && l > 0 && l < UINT_MAX) { | ^ CC uacme-base64.o CC uacme-crypto.o CC uacme-curlwrap.o CC uacme-json.o CC uacme-msg.o CCLD uacme make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' >>> uacme 1.7.1 Installing to target PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/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 -j1 DESTDIR=/home/autobuild/autobuild/instance-11/output-1/target install -C /home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1/ make[1]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' /usr/bin/make install-am make[2]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' make[3]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/bin' /usr/bin/install -c uacme '/home/autobuild/autobuild/instance-11/output-1/target/usr/bin' /usr/bin/mkdir -p '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/uacme' /usr/bin/install -c uacme.sh nsupdate.sh '/home/autobuild/autobuild/instance-11/output-1/target/usr/share/uacme' make[3]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' make[2]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/uacme-1.7.1' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-11/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/sparc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sparc%g" -e "s%@TARGET_CPU@%v8%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-11/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-11/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-11/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-11/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-11/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-11/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-11/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/include /home/autobuild/autobuild/instance-11/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-11/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-11/output-1/target/usr/doc find /home/autobuild/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-11/output-1/target/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-11/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/man /home/autobuild/autobuild/instance-11/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/info /home/autobuild/autobuild/instance-11/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/doc /home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-11/output-1/target/lib/debug /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-11/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 /home/autobuild/autobuild/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-11/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-11/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-799-gd7280ac83d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-11/output-1/per-package /home/autobuild/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-11/output-1/target/usr ln -snf /home/autobuild/autobuild/instance-11/output-1/host/sparc-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2022.02-799-gd7280ac83d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.15.33 Collecting legal info >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> inih 53 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcurl 7.83.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> uacme 1.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.15.33: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'