checking build system type... x86_64-pc-linux-gnu checking for gcc... /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc checking whether the C compiler (/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ) works... yes checking whether the C compiler (/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ) is a cross-compiler... yes checking whether we are using GNU C... yes checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc accepts -g... yes checking gcc version... 8 checking how to link static binaries... unknown checking for __progname... yes checking how to run the C preprocessor... /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-cpp checking for fcntl.h... yes checking for grp.h... yes checking for memory.h... yes checking for paths.h... yes checking for poll.h... yes checking for sys/poll.h... yes checking for sys/devpoll.h... no checking for sys/event.h... no checking for osreldate.h... no checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for /usr/local/v6/lib... no checking for gethostbyname... yes checking for socket... yes checking for main in -linet6... no checking for crypt... no checking for crypt in -lcrypt... yes checking for hstrerror... yes checking for strerror... yes checking for waitpid... yes checking for vsnprintf... yes checking for daemon... yes checking for setsid... yes checking for setlogin... no checking for getaddrinfo... yes checking for getnameinfo... yes checking for gai_strerror... yes checking for kqueue... no checking for sigset... yes checking for atoll... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for select... yes checking for poll... yes checking if struct tm has tm_gmtoff member... yes checking if int64_t exists... yes checking if socklen_t exists... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c updating cache ./config.cache creating ./config.status creating Makefile creating cgi-src/Makefile creating extras/Makefile >>> thttpd 2.29 Building PATH="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j1 -C /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29' /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c thttpd.c thttpd.c: In function 'main': thttpd.c:611:12: warning: implicit declaration of function 'sigset'; did you mean 'isset'? [-Wimplicit-function-declaration] (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 },/' /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c libhttpd.c libhttpd.c: In function '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 /data/buildroot/buildroot-test/instance-1/output/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /data/buildroot/buildroot-test/instance-1/output/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/string.h:136: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 /data/buildroot/buildroot-test/instance-1/output/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /data/buildroot/buildroot-test/instance-1/output/host/nds32le-buildroot-linux-gnu/sysroot/usr/include/string.h:136: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); ^~~~~~ /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c fdwatch.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c mmc.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c timers.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c match.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -c tdate_parse.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I. -o thttpd thttpd.o libhttpd.o fdwatch.o mmc.o timers.o match.o tdate_parse.o -lcrypt for i in cgi-src extras ; do ( \ cd $i ; \ pwd ; \ /usr/bin/make -w -j1 \ WEBDIR=/usr/www \ CGIBINDIR=/usr/www/cgi-bin \ MANDIR=/usr/man \ WEBGROUP=www \ ) ; done /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/cgi-src make[2]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/cgi-src' /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c redirect.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc redirect.o -lcrypt -o redirect /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c ssi.c 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 ); ^~~~~~~~~~~~~~~~~~ /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc ssi.o ../match.o -lcrypt -o ssi /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -c phf.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc phf.o -lcrypt -o phf make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/cgi-src' /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/extras make[2]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/extras' /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c makeweb.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc makeweb.o -o makeweb -lcrypt /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -O2 -DHAVE__PROGNAME=1 -DHAVE_FCNTL_H=1 -DHAVE_GRP_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PATHS_H=1 -DHAVE_POLL_H=1 -DHAVE_SYS_POLL_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_DIRENT_H=1 -DHAVE_LIBCRYPT=1 -DHAVE_STRERROR=1 -DHAVE_WAITPID=1 -DHAVE_VSNPRINTF=1 -DHAVE_DAEMON=1 -DHAVE_SETSID=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_SIGSET=1 -DHAVE_ATOLL=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_SELECT=1 -DHAVE_POLL=1 -DHAVE_TM_GMTOFF=1 -DHAVE_INT64T=1 -DHAVE_SOCKLENT=1 -I.. -DWEBDIR=\"/usr/www\" -c htpasswd.c 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 ); ^ /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc htpasswd.o -o htpasswd -lcrypt make[2]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/extras' make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/thttpd /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/extras/htpasswd /data/buildroot/buildroot-test/instance-1/output/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/extras/makeweb /data/buildroot/buildroot-test/instance-1/output/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/extras/syslogtocern /data/buildroot/buildroot-test/instance-1/output/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /data/buildroot/buildroot-test/instance-1/output/build/thttpd-2.29/scripts/thttpd_wrapper /data/buildroot/buildroot-test/instance-1/output/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' /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /data/buildroot/buildroot-test/instance-1/output/target/var/www/data /usr/bin/install -d /data/buildroot/buildroot-test/instance-1/output/target/var/www/logs echo "dir=/var/www/data" > /data/buildroot/buildroot-test/instance-1/output/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /data/buildroot/buildroot-test/instance-1/output/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /data/buildroot/buildroot-test/instance-1/output/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /data/buildroot/buildroot-test/instance-1/output/target/etc/thttpd.conf udpcast-20120424.tar.gz: OK (sha256: ce9090ef80b6035a744a9b5ac335e61c99baa92c39ff53277266fbfcb836445a) >>> udpcast 20120424 Extracting gzip -d -c /data/buildroot/buildroot-test/instance-1/dl/udpcast/udpcast-20120424.tar.gz | /data/buildroot/buildroot-test/instance-1/output/host/bin/tar --strip-components=1 -C /data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424 -xf - >>> udpcast 20120424 Patching Applying 0001-select-h.patch using patch: patching file console.h >>> udpcast 20120424 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424 -name $file); do cp support/gnuconfig/$file $i; done; done >>> udpcast 20120424 Patching libtool >>> udpcast 20120424 Configuring (cd /data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424/ && rm -rf config.cache && PATH="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" AR="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-ar" AS="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-as" LD="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-ld" NM="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-nm" CC="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc" GCC="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc" CPP="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-cpp" CXX="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-g++" FC="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gfortran" F77="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gfortran" RANLIB="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-ranlib" READELF="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-readelf" STRIP="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-strip" OBJCOPY="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-objcopy" OBJDUMP="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/data/buildroot/buildroot-test/instance-1/output/host/include" CFLAGS_FOR_BUILD="-O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/data/buildroot/buildroot-test/instance-1/output/host/include" LDFLAGS_FOR_BUILD="-L/data/buildroot/buildroot-test/instance-1/output/host/lib -Wl,-rpath,/data/buildroot/buildroot-test/instance-1/output/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-as" DEFAULT_LINKER="/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/data/buildroot/buildroot-test/instance-1/output/host/bin/pkg-config" STAGING_DIR="/data/buildroot/buildroot-test/instance-1/output/host/nds32le-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=nds32le-buildroot-linux-gnu --host=nds32le-buildroot-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --localstatedir=/var --program-prefix="" --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --with-xmlto=no --with-fop=no --disable-dependency-tracking --enable-ipv6 --disable-nls --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for nds32le-buildroot-linux-gnu-gcc... /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc accepts -g... yes checking for /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc needs -traditional... no checking for a BSD-compatible install... /usr/bin/install -c checking build system type... x86_64-pc-linux-gnu checking host system type... nds32le-buildroot-linux-gnu checking target system type... nds32le-buildroot-linux-gnu checking for an ANSI C-conforming const... yes checking for inline... inline checking for pthread_create in -lpthread... yes checking for dlsym in -ldl... yes checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for memory.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for string.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking for struct ip_mreqn.imr_ifindex... yes checking for in_addr_t... yes checking whether llseek declared in unistd.h... no checking whether lseek64 declared in unistd.h... yes checking for htons... yes checking for kill... yes checking for daemon... yes checking for an ANSI C-conforming const... (cached) yes checking for inline... (cached) inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking return type of signal handlers... void checking for atexit... yes checking for on_exit... yes checking for tcsetattr... yes checking for lseek64... yes checking for snprintf... yes checking for inet_pton... yes checking for inet_aton... yes checking for getopt_long... yes checking for dlsym... yes checking for 64-bit off_t... yes checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc supports loff_t type... yes checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc supports offset_t type... no checking whether /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc supports long long type... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> udpcast 20120424 Building PATH="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j12 -C /data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424' /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o udp-receiver.o udp-receiver.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o socklib.o socklib.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o udpcast.o udpcast.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o receiver-diskio.o receiver-diskio.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o receivedata.o receivedata.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o udpr-negotiate.o udpr-negotiate.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o produconsum.o produconsum.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o fifo.o fifo.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o log.o log.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o statistics.o statistics.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -c -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -fno-inline fec.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o udpc_version.o udpc_version.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o console.o console.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o process.o process.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o udp-sender.o udp-sender.c In file included from receivedata.c:1: receivedata.c: In function 'findSlice': receivedata.c:362:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses] assert(clst->currentSlice = &clst->slices[0]); ^~~~ /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o rateGovernor.o rateGovernor.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o rate-limit.o rate-limit.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o auto-rate.o auto-rate.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o sender-diskio.o sender-diskio.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o senddata.o senddata.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o udps-negotiate.o udps-negotiate.c /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -DNO_BB -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o participants.o participants.c cat udp-receiver.txt udp-sender.txt cmd.html | m4 >cmd.html.man perl html2man.pl cmd.html.man /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -s udp-sender.o socklib.o udpcast.o rateGovernor.o rate-limit.o auto-rate.o sender-diskio.o senddata.o udps-negotiate.o fifo.o produconsum.o participants.o log.o statistics.o fec.o udpc_version.o console.o process.o -ldl -lpthread -ldl -lpthread -o udp-sender /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -s udp-receiver.o socklib.o udpcast.o receiver-diskio.o receivedata.o udpr-negotiate.o produconsum.o fifo.o log.o statistics.o fec.o udpc_version.o console.o process.o -ldl -lpthread -ldl -lpthread -o udp-receiver make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424' >>> udpcast 20120424 Installing to target PATH="/data/buildroot/buildroot-test/instance-1/output/host/bin:/data/buildroot/buildroot-test/instance-1/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /usr/bin/make -j12 DESTDIR=/data/buildroot/buildroot-test/instance-1/output/target install -C /data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424/ make[1]: Entering directory '/data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424' install -d /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin install -m 755 udp-sender udp-receiver /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin install -d /data/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1 install -m 644 udp-sender.1 udp-receiver.1 /data/buildroot/buildroot-test/instance-1/output/target/usr/share/man/man1 install -d /data/buildroot/buildroot-test/instance-1/output/target/usr/include/udpcast install -m 644 rateGovernor.h /data/buildroot/buildroot-test/instance-1/output/target/usr/include/udpcast make[1]: Leaving directory '/data/buildroot/buildroot-test/instance-1/output/build/udpcast-20120424' rm -f /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin/udp-sender rm -f /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin/udp-sender.1 rm -f /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin/udp-receiver rm -f /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin/udp-receiver.1 nscd-0.52.c: OK (sha256: 4c1f83dcd120469fceef749050cb29fa666fa4666bd308dfe92e933a4c200d55) >>> unscd 0.52 Extracting cp /data/buildroot/buildroot-test/instance-1/dl/unscd/nscd-0.52.c /data/buildroot/buildroot-test/instance-1/output/build/unscd-0.52/ >>> unscd 0.52 Patching >>> unscd 0.52 Configuring >>> unscd 0.52 Building cd /data/buildroot/buildroot-test/instance-1/output/build/unscd-0.52; /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -o nscd nscd-0.52.c >>> unscd 0.52 Installing to target /usr/bin/install -m 755 -D /data/buildroot/buildroot-test/instance-1/output/build/unscd-0.52/nscd /data/buildroot/buildroot-test/instance-1/output/target/usr/sbin/nscd /usr/bin/install -m 600 -D package/unscd/nscd.conf /data/buildroot/buildroot-test/instance-1/output/target/etc/nscd.conf >>> Finalizing target directory # Check files that are touched by more than one package ./support/scripts/check-uniq-files -t target /data/buildroot/buildroot-test/instance-1/output/build/packages-file-list.txt ./support/scripts/check-uniq-files -t staging /data/buildroot/buildroot-test/instance-1/output/build/packages-file-list-staging.txt ./support/scripts/check-uniq-files -t host /data/buildroot/buildroot-test/instance-1/output/build/packages-file-list-host.txt Warning: host file "./share/info/dir" is touched by more than one package: [u'host-tar', u'host-m4', u'host-libtool', u'host-autoconf', u'host-automake', u'host-bison'] mkdir -p /data/buildroot/buildroot-test/instance-1/output/host/etc/meson sed -e "s%@TARGET_CROSS@%/data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-%g" -e "s%@TARGET_ARCH@%nds32le%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `@PKG_TARGET_CFLAGS@%g" -e "s%@HOST_DIR@%/data/buildroot/buildroot-test/instance-1/output/host%g" package/meson//cross-compilation.conf.in > /data/buildroot/buildroot-test/instance-1/output/host/etc/meson/cross-compilation.conf.in sed -e "s%@PKG_TARGET_CFLAGS@%%g" -e "s%@PKG_TARGET_LDFLAGS@%%g" -e "s%@PKG_TARGET_CXXFLAGS@%%g" /data/buildroot/buildroot-test/instance-1/output/host/etc/meson/cross-compilation.conf.in > /data/buildroot/buildroot-test/instance-1/output/host/etc/meson/cross-compilation.conf mkdir -p /data/buildroot/buildroot-test/instance-1/output/target/etc echo "buildroot" > /data/buildroot/buildroot-test/instance-1/output/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /data/buildroot/buildroot-test/instance-1/output/target/etc/hosts mkdir -p /data/buildroot/buildroot-test/instance-1/output/target/etc echo "Welcome to Buildroot" > /data/buildroot/buildroot-test/instance-1/output/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /data/buildroot/buildroot-test/instance-1/output/target/etc/shadow rm -f /data/buildroot/buildroot-test/instance-1/output/target/bin/sh rm -f /data/buildroot/buildroot-test/instance-1/output/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /data/buildroot/buildroot-test/instance-1/output/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /data/buildroot/buildroot-test/instance-1/output/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /data/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /data/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /data/buildroot/buildroot-test/instance-1/output/target/usr/share/X11/locale/locale.dir; fi rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/include /data/buildroot/buildroot-test/instance-1/output/target/usr/share/aclocal \ /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/pkgconfig /data/buildroot/buildroot-test/instance-1/output/target/usr/share/pkgconfig \ /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/cmake /data/buildroot/buildroot-test/instance-1/output/target/usr/share/cmake find /data/buildroot/buildroot-test/instance-1/output/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /data/buildroot/buildroot-test/instance-1/output/target/lib/ /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/ /data/buildroot/buildroot-test/instance-1/output/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/gdb rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/bash-completion rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/zsh rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/man /data/buildroot/buildroot-test/instance-1/output/target/usr/share/man rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/info /data/buildroot/buildroot-test/instance-1/output/target/usr/share/info rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/doc /data/buildroot/buildroot-test/instance-1/output/target/usr/share/doc rm -rf /data/buildroot/buildroot-test/instance-1/output/target/usr/share/gtk-doc rmdir /data/buildroot/buildroot-test/instance-1/output/target/usr/share 2>/dev/null || true find /data/buildroot/buildroot-test/instance-1/output/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /data/buildroot/buildroot-test/instance-1/output/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /data/buildroot/buildroot-test/instance-1/output/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /data/buildroot/buildroot-test/instance-1/output/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /data/buildroot/buildroot-test/instance-1/output/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /data/buildroot/buildroot-test/instance-1/output/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2019.11-git-00602-gb3f033282b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2019.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2019.11-git\"" \ ) > /data/buildroot/buildroot-test/instance-1/output/target/usr/lib/os-release ln -sf ../usr/lib/os-release /data/buildroot/buildroot-test/instance-1/output/target/etc >>> Sanitizing RPATH in target tree /data/buildroot/buildroot-test/instance-1/buildroot/support/scripts/fix-rpath target touch /data/buildroot/buildroot-test/instance-1/output/target/usr make: Leaving directory '/data/buildroot/buildroot-test/instance-1/buildroot' make: Entering directory '/data/buildroot/buildroot-test/instance-1/buildroot' >>> Buildroot 2019.11-git-00602-gb3f033282b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> at 7c74fa1aece6bc6db351763dc012193d5d634b7e Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-bison 3.4.1 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 c6dcdcdef801127549d3906d153c061880d25a73 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dbus 1.12.16 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.2.8 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> lbreakout2 2.6.5 Collecting legal info ERROR: No hash found for COPYING >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libpcap 1.9.0 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libuecc 7 Collecting legal info ERROR: No hash found for COPYRIGHT >>> host-cmake 3.8.2 Collecting legal info Copyright.txt: OK (sha256: af3030e1bf1af2f534430fdfe3cfc5a617966648a2a7f0c06a631adc92be1e5f) >>> libuv 1.32.0 Collecting legal info LICENSE: OK (sha256: 6d20216ae022fbeed23916f48508fd807ece3d8464992330643b0e64e5c0c24b) >>> libxml2 2.9.9 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.33 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> mimic 1.1.0 Collecting legal info ERROR: No hash found for COPYING >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 86106f0da1cf5ccfa0f0651665dd1b4515e8edad1c7972780155770548b317d9) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> redis 5.0.5 Collecting legal info COPYING: OK (sha256: cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063) >>> sngrep 1.4.6 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> udpcast 20120424 Collecting legal info ERROR: No hash found for COPYING >>> unscd 0.52 Collecting legal info nscd-0.52.c: OK (sha256: 4c1f83dcd120469fceef749050cb29fa666fa4666bd308dfe92e933a4c200d55) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) Legal info produced in /data/buildroot/buildroot-test/instance-1/output/legal-info make: Leaving directory '/data/buildroot/buildroot-test/instance-1/buildroot'