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/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" /usr/bin/make -j1 -C /home/naourr/work/instance-3/output-1/build/thttpd-2.29/ make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/thttpd-2.29' /home/naourr/work/instance-3/output-1/host/bin/microblazeel-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] (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/naourr/work/instance-3/output-1/host/bin/microblazeel-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'; did you mean 'creat'? [-Wimplicit-function-declaration] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^~~~~ creat libhttpd.c:1086:15: warning: passing argument 1 of 'strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, prevcryp ), prevcryp ) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' 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] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' 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] (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=] (void) strncpy( nameptrs[nnames], de->d_name, namlen ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libhttpd.c:64:25: note: length computed here # define NAMLEN(dirent) strlen((dirent)->d_name) ^~~~~~~~~~~~~~~~~~~~~~~~ libhttpd.c:2845:12: note: in expansion of macro 'NAMLEN' namlen = NAMLEN(de); ^~~~~~ /home/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-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. -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/naourr/work/instance-3/output-1/build/thttpd-2.29/cgi-src make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/thttpd-2.29/cgi-src' /home/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc redirect.o -o redirect /home/naourr/work/instance-3/output-1/host/bin/microblazeel-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=] (void) strncpy( fn, filename, fl - vl ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ssi.c:169:10: note: length computed here fl = strlen( filename ); ^~~~~~~~~~~~~~~~~~ /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc ssi.o ../match.o -o ssi /home/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc phf.o -o phf make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/thttpd-2.29/cgi-src' /home/naourr/work/instance-3/output-1/build/thttpd-2.29/extras make[2]: Entering directory '/home/naourr/work/instance-3/output-1/build/thttpd-2.29/extras' /home/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc makeweb.o -o makeweb /home/naourr/work/instance-3/output-1/host/bin/microblazeel-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'; did you mean 'chroot'? [-Wimplicit-function-declaration] cpw = crypt( pw, salt ); ^~~~~ chroot htpasswd.c:133:9: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] cpw = crypt( pw, salt ); ^ /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc htpasswd.o -o htpasswd make[2]: Leaving directory '/home/naourr/work/instance-3/output-1/build/thttpd-2.29/extras' make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output-1/build/thttpd-2.29/thttpd /home/naourr/work/instance-3/output-1/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output-1/build/thttpd-2.29/extras/htpasswd /home/naourr/work/instance-3/output-1/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output-1/build/thttpd-2.29/extras/makeweb /home/naourr/work/instance-3/output-1/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output-1/build/thttpd-2.29/extras/syslogtocern /home/naourr/work/instance-3/output-1/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /home/naourr/work/instance-3/output-1/build/thttpd-2.29/scripts/thttpd_wrapper /home/naourr/work/instance-3/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/naourr/work/instance-3/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /home/naourr/work/instance-3/output-1/target/var/www/data /usr/bin/install -d /home/naourr/work/instance-3/output-1/target/var/www/logs echo "dir=/var/www/data" > /home/naourr/work/instance-3/output-1/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /home/naourr/work/instance-3/output-1/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /home/naourr/work/instance-3/output-1/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /home/naourr/work/instance-3/output-1/target/etc/thttpd.conf /usr/bin/install -D -m 0755 package/thttpd/S90thttpd /home/naourr/work/instance-3/output-1/target/etc/init.d/S90thttpd tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454.tar.gz: OK (sha256: 65a7dc785861a09399419a1e7c42cddf66f32dc233a33277327b11f1bd8a772c) >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Extracting gzip -d -c /home/naourr/work/instance-3/dl/tinyssh/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454.tar.gz | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 -xf - >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Patching >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Configuring >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Building PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" CC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" /usr/bin/make -j4 -C /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 cross-compile make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' sh -e make-tinysshcc.sh === Sun May 10 14:23:43 CEST 2020 === obtaining compiler === Sun May 10 14:23:43 CEST 2020 === /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc ok === Sun May 10 14:23:43 CEST 2020 === finishing === Sun May 10 14:23:43 CEST 2020 === obtaining ar === Sun May 10 14:23:43 CEST 2020 === ar ok === Sun May 10 14:23:43 CEST 2020 === finishing === Sun May 10 14:23:43 CEST 2020 === checking compiler options === Sun May 10 14:23:43 CEST 2020 === -pedantic ok === Sun May 10 14:23:43 CEST 2020 === -Wall ok === Sun May 10 14:23:44 CEST 2020 === -Wno-long-long ok === Sun May 10 14:23:44 CEST 2020 === -Wno-overlength-strings ok === Sun May 10 14:23:44 CEST 2020 === -Wno-unused-function ok === Sun May 10 14:23:44 CEST 2020 === -Wshadow ok === Sun May 10 14:23:44 CEST 2020 === -Wdeclaration-after-statement ok === Sun May 10 14:23:44 CEST 2020 === -Wwrite-strings ok === Sun May 10 14:23:44 CEST 2020 === -Wmissing-declarations ok === Sun May 10 14:23:44 CEST 2020 === -Wmissing-prototypes ok === Sun May 10 14:23:44 CEST 2020 === -Wstrict-prototypes ok === Sun May 10 14:23:44 CEST 2020 === -Wunused-value ok === Sun May 10 14:23:44 CEST 2020 === -Wunused-parameter ok === Sun May 10 14:23:44 CEST 2020 === -Wundef ok === Sun May 10 14:23:44 CEST 2020 === -fstack-protector-strong failed === Sun May 10 14:23:44 CEST 2020 === -fwrapv ok === Sun May 10 14:23:44 CEST 2020 === -fno-strict-overflow ok === Sun May 10 14:23:44 CEST 2020 === -Os ok === Sun May 10 14:23:44 CEST 2020 === -fomit-frame-pointer ok === Sun May 10 14:23:44 CEST 2020 === -funroll-loops ok === Sun May 10 14:23:44 CEST 2020 === /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -pedantic -Wall -Wno-long-long -Wno-overlength-strings -Wno-unused-function -Wshadow -Wdeclaration-after-statement -Wwrite-strings -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wunused-value -Wunused-parameter -Wundef -fwrapv -fno-strict-overflow -Os -fomit-frame-pointer -funroll-loops === Sun May 10 14:23:44 CEST 2020 === finishing === Sun May 10 14:23:44 CEST 2020 === checking libs === Sun May 10 14:23:44 CEST 2020 === -lutil ok === Sun May 10 14:23:44 CEST 2020 === -lsocket -lnsl failed === Sun May 10 14:23:44 CEST 2020 === finishing === Sun May 10 14:23:44 CEST 2020 === checking $LIBS === Sun May 10 14:23:44 CEST 2020 === finishing === Sun May 10 14:23:44 CEST 2020 === building sysdep headers === Sun May 10 14:23:44 CEST 2020 === hasasmvolatilememory.h hasasmvolatilememory.h-yes === Sun May 10 14:23:44 CEST 2020 === hasmlock.h hasmlock.h-yes === Sun May 10 14:23:44 CEST 2020 === haslibutilh.h default.h-no === Sun May 10 14:23:44 CEST 2020 === hasutilh.h default.h-no === Sun May 10 14:23:44 CEST 2020 === hasopenpty.h hasopenpty.h-yes === Sun May 10 14:23:44 CEST 2020 === haslogintty.h haslogintty.h-yes === Sun May 10 14:23:44 CEST 2020 === hasutmpx.h hasutmpx.h-yes === Sun May 10 14:23:44 CEST 2020 === hasutmpxupdwtmpx.h hasutmpxupdwtmpx.h-yes === Sun May 10 14:23:44 CEST 2020 === hasutmpxsyslen.h default.h-no === Sun May 10 14:23:44 CEST 2020 === hasutmp.h hasutmp.h-yes === Sun May 10 14:23:44 CEST 2020 === hasutmpname.h hasutmpname.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmpuser.h hasutmpuser.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmphost.h hasutmphost.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmptime.h hasutmptime.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmptv.h hasutmptv.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmppid.h hasutmppid.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmptype.h hasutmptype.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmplogwtmp.h hasutmplogwtmp.h-yes === Sun May 10 14:23:45 CEST 2020 === hasutmploginlogout.h hasutmploginlogout.h-yes === Sun May 10 14:23:45 CEST 2020 === haslimits.h haslimits.h-yes === Sun May 10 14:23:45 CEST 2020 === finishing === Sun May 10 14:23:45 CEST 2020 === starting crypto lib === Sun May 10 14:23:47 CEST 2020 === libtinynacl.a ok === Sun May 10 14:23:47 CEST 2020 === finishing === Sun May 10 14:23:47 CEST 2020 === starting crypto headers === Sun May 10 14:23:47 CEST 2020 === finishing === Sun May 10 14:23:47 CEST 2020 === starting tinyssh objects === Sun May 10 14:23:47 CEST 2020 === blocking.o ok === Sun May 10 14:23:47 CEST 2020 === buf.o ok === Sun May 10 14:23:47 CEST 2020 === byte.o ok === Sun May 10 14:23:47 CEST 2020 === channel.o ok === Sun May 10 14:23:47 CEST 2020 === channel_drop.o ok === Sun May 10 14:23:47 CEST 2020 === channel_fork.o ok === Sun May 10 14:23:47 CEST 2020 === channel_forkpty.o ok === Sun May 10 14:23:47 CEST 2020 === channel_subsystem.o ok === Sun May 10 14:23:47 CEST 2020 === coe.o ok === Sun May 10 14:23:47 CEST 2020 === connectioninfo.o ok === Sun May 10 14:23:47 CEST 2020 === die.o ok === Sun May 10 14:23:47 CEST 2020 === dropuidgid.o ok === Sun May 10 14:23:47 CEST 2020 === e.o ok === Sun May 10 14:23:47 CEST 2020 === env.o ok === Sun May 10 14:23:48 CEST 2020 === getln.o ok === Sun May 10 14:23:48 CEST 2020 === global.o ok === Sun May 10 14:23:48 CEST 2020 === iptostr.o ok === Sun May 10 14:23:48 CEST 2020 === load.o ok === Sun May 10 14:23:48 CEST 2020 === log.o ok === Sun May 10 14:23:48 CEST 2020 === loginshell.o ok === Sun May 10 14:23:48 CEST 2020 === logsys.o ok === Sun May 10 14:23:48 CEST 2020 === main_tinysshd.o ok === Sun May 10 14:23:48 CEST 2020 === main_tinysshd_makekey.o ok === Sun May 10 14:23:48 CEST 2020 === main_tinysshd_printkey.o ok === Sun May 10 14:23:48 CEST 2020 === newenv.o ok === Sun May 10 14:23:48 CEST 2020 === numtostr.o ok === Sun May 10 14:23:48 CEST 2020 === open.o ok === Sun May 10 14:23:48 CEST 2020 === packet.o ok === Sun May 10 14:23:48 CEST 2020 === packet_auth.o ok === Sun May 10 14:23:48 CEST 2020 === packet_channel_open.o ok === Sun May 10 14:23:48 CEST 2020 === packet_channel_recv.o ok === Sun May 10 14:23:49 CEST 2020 === packet_channel_request.o ok === Sun May 10 14:23:49 CEST 2020 === packet_channel_send.o ok === Sun May 10 14:23:49 CEST 2020 === packet_get.o ok === Sun May 10 14:23:49 CEST 2020 === packet_hello.o ok === Sun May 10 14:23:49 CEST 2020 === packet_kex.o ok === Sun May 10 14:23:49 CEST 2020 === packet_kexdh.o ok === Sun May 10 14:23:49 CEST 2020 === packet_put.o ok === Sun May 10 14:23:49 CEST 2020 === packet_recv.o ok === Sun May 10 14:23:49 CEST 2020 === packet_send.o ok === Sun May 10 14:23:49 CEST 2020 === packet_unimplemented.o ok === Sun May 10 14:23:49 CEST 2020 === packetparser.o ok === Sun May 10 14:23:49 CEST 2020 === porttostr.o ok === Sun May 10 14:23:49 CEST 2020 === randommod.o ok === Sun May 10 14:23:49 CEST 2020 === readall.o ok === Sun May 10 14:23:49 CEST 2020 === savesync.o ok === Sun May 10 14:23:49 CEST 2020 === ssh.o ok === Sun May 10 14:23:49 CEST 2020 === sshcrypto.o ok === Sun May 10 14:23:49 CEST 2020 === sshcrypto_cipher.o ok === Sun May 10 14:23:49 CEST 2020 === sshcrypto_cipher_chachapoly.o ok === Sun May 10 14:23:49 CEST 2020 === sshcrypto_kex.o ok === Sun May 10 14:23:49 CEST 2020 === sshcrypto_kex_curve25519.o ok === Sun May 10 14:23:50 CEST 2020 === sshcrypto_kex_sntrup4591761x25519.o ok === Sun May 10 14:23:50 CEST 2020 === sshcrypto_key.o ok === Sun May 10 14:23:50 CEST 2020 === sshcrypto_key_ed25519.o ok === Sun May 10 14:23:50 CEST 2020 === str.o ok === Sun May 10 14:23:50 CEST 2020 === stringparser.o ok === Sun May 10 14:23:50 CEST 2020 === subprocess_auth.o ok === Sun May 10 14:23:50 CEST 2020 === subprocess_sign.o ok === Sun May 10 14:23:50 CEST 2020 === tinysshd.o ok === Sun May 10 14:23:50 CEST 2020 === tinysshd-makekey.o ok === Sun May 10 14:23:50 CEST 2020 === tinysshd-printkey.o ok === Sun May 10 14:23:50 CEST 2020 === trymlock.o ok === Sun May 10 14:23:50 CEST 2020 === writeall.o ok === Sun May 10 14:23:50 CEST 2020 === tinysshd.o ok === Sun May 10 14:23:50 CEST 2020 === tinysshd-makekey.o ok === Sun May 10 14:23:50 CEST 2020 === tinysshd-printkey.o ok === Sun May 10 14:23:50 CEST 2020 === finishing === Sun May 10 14:23:50 CEST 2020 === starting tinyssh === Sun May 10 14:23:50 CEST 2020 === tinysshd ok === Sun May 10 14:23:50 CEST 2020 === tinysshd-makekey ok === Sun May 10 14:23:50 CEST 2020 === tinysshd-printkey ok === Sun May 10 14:23:50 CEST 2020 === finishing === Sun May 10 14:23:50 CEST 2020 === starting manpages === Sun May 10 14:23:50 CEST 2020 === finishing make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Installing to target /usr/bin/make -j4 DESTDIR="/home/naourr/work/instance-3/output-1/target" -C /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 install make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' sh -e make-install.sh /home/naourr/work/instance-3/output-1/target === Sun May 10 14:23:50 CEST 2020 === installing bin directory /home/naourr/work/instance-3/output-1/target/usr/sbin === Sun May 10 14:23:50 CEST 2020 === installing /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/bin/tinysshd -> /home/naourr/work/instance-3/output-1/target/usr/sbin/tinysshd === Sun May 10 14:23:50 CEST 2020 === installing /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/bin/tinysshd-makekey -> /home/naourr/work/instance-3/output-1/target/usr/sbin/tinysshd-makekey === Sun May 10 14:23:50 CEST 2020 === installing /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/bin/tinysshd-printkey -> /home/naourr/work/instance-3/output-1/target/usr/sbin/tinysshd-printkey === Sun May 10 14:23:50 CEST 2020 === finishing === Sun May 10 14:23:50 CEST 2020 === installing man directory /home/naourr/work/instance-3/output-1/target/usr/share/man === Sun May 10 14:23:50 CEST 2020 === installing /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/man/tinysshd-makekey.1 -> /home/naourr/work/instance-3/output-1/target/usr/share/man/man1/tinysshd-makekey.1 === Sun May 10 14:23:50 CEST 2020 === installing /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/man/tinysshd-printkey.1 -> /home/naourr/work/instance-3/output-1/target/usr/share/man/man1/tinysshd-printkey.1 === Sun May 10 14:23:50 CEST 2020 === installing /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/build/man/tinysshd.8 -> /home/naourr/work/instance-3/output-1/target/usr/share/man/man8/tinysshd.8 === Sun May 10 14:23:50 CEST 2020 === finishing make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454' xl2tp-1.3.15.tar.gz: OK (sha256: 0d149bf9d2f7d838806e6a36fd7a676d03bf246d2b7869e16c945330e13b922e) >>> xl2tp 1.3.15 Extracting gzip -d -c /home/naourr/work/instance-3/dl/xl2tp/xl2tp-1.3.15.tar.gz | /home/naourr/work/instance-3/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15 -xf - >>> xl2tp 1.3.15 Patching >>> xl2tp 1.3.15 Configuring >>> xl2tp 1.3.15 Building /usr/bin/sed -i -e 's/ -O2 //' /home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15/Makefile PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" LD="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 -C /home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15 make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15' /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xl2tpd.o xl2tpd.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o pty.o pty.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o misc.o misc.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o control.o control.c control.c: In function 'write_packet': control.c:1643:30: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] else if ((size_t)err < 0) ^ /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avp.o avp.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o call.o call.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o network.o network.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o avpsend.o avpsend.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o scheduler.o scheduler.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o file.o file.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o aaa.o aaa.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o md5.o md5.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION -c contrib/pfc.c /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -o pfc pfc.o -lpcap /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DDEBUG_PPPD -DTRUST_PPPD_TO_DIE -Os -Wall -Wextra -DSANITY -DLINUX -I./linux/include/ -DUSE_KERNEL -DIP_ALLOCATION xl2tpd-control.c -o xl2tpd-control /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc -o xl2tpd xl2tpd.o pty.o misc.o control.o avp.o call.o network.o avpsend.o scheduler.o file.o aaa.o md5.o make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15' >>> xl2tp 1.3.15 Installing to target PATH="/home/naourr/work/instance-3/output-1/host/bin:/home/naourr/work/instance-3/output-1/host/sbin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/naourr/bin:/home/naourr/git/git-wrappers:/home/naourr/.local/bin:/home/naourr/bin" AR="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ar" AS="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" LD="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ld" NM="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-nm" CC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" GCC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gcc" CPP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-cpp" CXX="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-g++" FC="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" F77="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-gfortran" RANLIB="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-ranlib" READELF="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-readelf" STRIP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip" OBJCOPY="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-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/naourr/work/instance-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-3/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/naourr/work/instance-3/output-1/host/bin/microblazeel-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 -O2 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 " LDFLAGS="" FCFLAGS=" -O2 " FFLAGS=" -O2 " PKG_CONFIG="/home/naourr/work/instance-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-3/output-1/target PREFIX=/usr -C /home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15 install make[1]: Entering directory '/home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15' install -d -m 0755 /home/naourr/work/instance-3/output-1/target/usr/sbin install -m 0755 xl2tpd /home/naourr/work/instance-3/output-1/target/usr/sbin/xl2tpd install -d -m 0755 /home/naourr/work/instance-3/output-1/target/usr/share/man/man5 install -d -m 0755 /home/naourr/work/instance-3/output-1/target/usr/share/man/man8 install -m 0644 doc/xl2tpd.8 /home/naourr/work/instance-3/output-1/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd-control.8 /home/naourr/work/instance-3/output-1/target/usr/share/man/man8/ install -m 0644 doc/xl2tpd.conf.5 doc/l2tp-secrets.5 \ /home/naourr/work/instance-3/output-1/target/usr/share/man/man5/ # pfc install -d -m 0755 /home/naourr/work/instance-3/output-1/target/usr/bin install -m 0755 pfc /home/naourr/work/instance-3/output-1/target/usr/bin/pfc install -d -m 0755 /home/naourr/work/instance-3/output-1/target/usr/share/man/man1 install -m 0644 contrib/pfc.1 /home/naourr/work/instance-3/output-1/target/usr/share/man/man1/ # control exec install -d -m 0755 /home/naourr/work/instance-3/output-1/target/usr/sbin install -m 0755 xl2tpd-control /home/naourr/work/instance-3/output-1/target/usr/sbin/xl2tpd-control make[1]: Leaving directory '/home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15' >>> Finalizing host directory >>> Finalizing target directory /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/naourr/work/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-3/output-1/target/etc/shells; fi mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/naourr/work/instance-3/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-3/output-1/target/etc/shadow rm -f /home/naourr/work/instance-3/output-1/target/bin/sh if [ -x /home/naourr/work/instance-3/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-3/output-1/target/etc/inittab; fi rm -f /home/naourr/work/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-3/output-1/build/locales.nopurge; done for dir in /home/naourr/work/instance-3/output-1/target/usr/share/locale /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale /home/naourr/work/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-3/output-1/target/usr/include /home/naourr/work/instance-3/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-3/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-3/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-3/output-1/target/usr/lib/cmake /home/naourr/work/instance-3/output-1/target/usr/share/cmake \ /home/naourr/work/instance-3/output-1/target/usr/doc find /home/naourr/work/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-3/output-1/target/lib/ /home/naourr/work/instance-3/output-1/target/usr/lib/ /home/naourr/work/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-3/output-1/target/usr/man /home/naourr/work/instance-3/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-3/output-1/target/usr/info /home/naourr/work/instance-3/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-3/output-1/target/usr/doc /home/naourr/work/instance-3/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-3/output-1/host/bin/microblazeel-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-3/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/naourr/work/instance-3/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/naourr/work/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-rc1-07175-g7b135c81e3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-rc1\"" \ ) > /home/naourr/work/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-3/output-1/per-package /home/naourr/work/instance-3/buildroot/support/scripts/fix-rpath target cat /home/naourr/work/instance-3/output-1/build/arp-scan-1.9.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/fio-3.19/.files-list.txt /home/naourr/work/instance-3/output-1/build/flashbench-2e30b1968a66147412f21002ea844122a0d5e2f0/.files-list.txt /home/naourr/work/instance-3/output-1/build/flex-2.6.4/.files-list.txt /home/naourr/work/instance-3/output-1/build/freeradius-client-1.1.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/imx-usb-loader-4aa9809099dcece9a9225776321f3b4b5b896d78/.files-list.txt /home/naourr/work/instance-3/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-3/output-1/build/jsmin-1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b/.files-list.txt /home/naourr/work/instance-3/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d/.files-list.txt /home/naourr/work/instance-3/output-1/build/libdvdcss-1.4.2/.files-list.txt /home/naourr/work/instance-3/output-1/build/libglob-1.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/libscrypt-1.21/.files-list.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list.txt /home/naourr/work/instance-3/output-1/build/linux-headers-5.6.7/.files-list.txt /home/naourr/work/instance-3/output-1/build/pkgconf-1.6.1/.files-list.txt /home/naourr/work/instance-3/output-1/build/ramspeed-2.6.0/.files-list.txt /home/naourr/work/instance-3/output-1/build/setserial-2.17/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-3/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-3/output-1/build/thttpd-2.29/.files-list.txt /home/naourr/work/instance-3/output-1/build/tinyssh-7e2b4025bf3a2dae4c6617e3eb39df4bcde37454/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain-buildroot/.files-list.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-3/output-1/build/uclibc-1.0.32/.files-list.txt /home/naourr/work/instance-3/output-1/build/xl2tp-1.3.15/.files-list.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-binutils-2.32/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-flex-2.6.4/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gcc-final-8.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gcc-initial-8.4.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gettext/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-gmp-6.1.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mpc-1.1.0/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-mpfr-4.0.2/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-3/output-1/build/flex-2.6.4/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/freeradius-client-1.1.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libcorrect-ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libdvdcss-1.4.2/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libglob-1.0/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libpcap-1.9.1/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libscrypt-1.21/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/libusb-1.0.23/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/linux-headers-5.6.7/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-3/output-1/build/uclibc-1.0.32/.files-list-staging.txt > /home/naourr/work/instance-3/output-1/build/packages-file-list-staging.txt touch /home/naourr/work/instance-3/output-1/target/usr ln -snf /home/naourr/work/instance-3/output-1/host/microblazeel-buildroot-linux-uclibc/sysroot /home/naourr/work/instance-3/output-1/staging make: Leaving directory '/home/naourr/work/instance-3/buildroot' make: Entering directory '/home/naourr/work/instance-3/buildroot' >>> Buildroot 2020.05-rc1-07175-g7b135c81e3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 8.4.0 Collecting legal info >>> host-binutils 2.32 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gmp 6.1.2 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-mpc 1.1.0 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.0.2 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.32 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 8.4.0 Collecting legal info >>> linux-headers 5.6.7 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.9.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> fio 3.19 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) MORAL-LICENSE: OK (sha256: 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> imx-usb-loader 4aa9809099dcece9a9225776321f3b4b5b896d78 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> initscripts Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libdvdcss 1.4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libscrypt 1.21 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> setserial 2.17 Collecting legal info ERROR: No hash found for debian/copyright >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tinyssh 7e2b4025bf3a2dae4c6617e3eb39df4bcde37454 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> xl2tp 1.3.15 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-8.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-8.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.6.7: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-3/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-3/buildroot'