>>> thttpd 2.29 Building PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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-1/output-1/build/thttpd-2.29/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/thttpd-2.29' /home/naourr/work/instance-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-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_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-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/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-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/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-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-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_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-1/output-1/build/thttpd-2.29/cgi-src make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/thttpd-2.29/cgi-src' /home/naourr/work/instance-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-linux-gcc redirect.o -o redirect /home/naourr/work/instance-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-linux-gcc ssi.o ../match.o -o ssi /home/naourr/work/instance-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-linux-gcc phf.o -o phf make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/thttpd-2.29/cgi-src' /home/naourr/work/instance-1/output-1/build/thttpd-2.29/extras make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/thttpd-2.29/extras' /home/naourr/work/instance-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-linux-gcc makeweb.o -o makeweb /home/naourr/work/instance-1/output-1/host/bin/arm-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_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-1/output-1/host/bin/arm-linux-gcc htpasswd.o -o htpasswd make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/thttpd-2.29/extras' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /home/naourr/work/instance-1/output-1/build/thttpd-2.29/thttpd /home/naourr/work/instance-1/output-1/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /home/naourr/work/instance-1/output-1/build/thttpd-2.29/extras/htpasswd /home/naourr/work/instance-1/output-1/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /home/naourr/work/instance-1/output-1/build/thttpd-2.29/extras/makeweb /home/naourr/work/instance-1/output-1/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /home/naourr/work/instance-1/output-1/build/thttpd-2.29/extras/syslogtocern /home/naourr/work/instance-1/output-1/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /home/naourr/work/instance-1/output-1/build/thttpd-2.29/scripts/thttpd_wrapper /home/naourr/work/instance-1/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-1/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /home/naourr/work/instance-1/output-1/target/var/www/data /usr/bin/install -d /home/naourr/work/instance-1/output-1/target/var/www/logs echo "dir=/var/www/data" > /home/naourr/work/instance-1/output-1/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /home/naourr/work/instance-1/output-1/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /home/naourr/work/instance-1/output-1/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /home/naourr/work/instance-1/output-1/target/etc/thttpd.conf /usr/bin/install -D -m 0755 package/thttpd/S90thttpd /home/naourr/work/instance-1/output-1/target/etc/init.d/S90thttpd vo-aacenc-0.1.3.tar.gz: OK (sha256: e51a7477a359f18df7c4f82d195dab4e14e7414cbd48cf79cc195fc446850f36) >>> vo-aacenc 0.1.3 Extracting gzip -d -c /home/naourr/work/instance-1/dl/vo-aacenc/vo-aacenc-0.1.3.tar.gz | /home/naourr/work/instance-1/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3 -xf - >>> vo-aacenc 0.1.3 Patching >>> vo-aacenc 0.1.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> vo-aacenc 0.1.3 Patching libtool patching file /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/ltmain.sh Hunk #7 succeeded at 6699 (offset 3 lines). Hunk #8 succeeded at 9280 (offset 6 lines). >>> vo-aacenc 0.1.3 Configuring (cd /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/ && rm -rf config.cache && PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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-1/output-1/host/bin/arm-linux-ar" AS="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-as" LD="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-ld" NM="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-nm" CC="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc" GCC="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc" CPP="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-cpp" CXX="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-g++" FC="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-gfortran" F77="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-gfortran" RANLIB="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-ranlib" READELF="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-readelf" STRIP="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-strip" OBJCOPY="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-objcopy" OBJDUMP="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/naourr/work/instance-1/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/naourr/work/instance-1/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-as" DEFAULT_LINKER="/home/naourr/work/instance-1/output-1/host/bin/arm-linux-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os " LDFLAGS="" FCFLAGS=" -Os " FFLAGS=" -Os " PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" STAGING_DIR="/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot" INTLTOOL_PERL=/usr/bin/perl ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -marm" CONFIG_SITE=/dev/null ./configure --target=arm-buildroot-linux-uclibcgnueabihf --host=arm-buildroot-linux-uclibcgnueabihf --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 --disable-armv7neon --enable-armv5e ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for arm-buildroot-linux-uclibcgnueabihf-strip... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-strip checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for style of include used by make... GNU checking for arm-buildroot-linux-uclibcgnueabihf-gcc... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... yes checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc accepts -g... yes checking for /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc option to accept ISO C89... none needed checking dependency style of /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc... none checking dependency style of /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc... none checking for /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc option to accept ISO C99... none needed checking build system type... x86_64-pc-linux-gnu checking host system type... arm-buildroot-linux-uclibcgnueabihf checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-ld checking if the linker (/home/naourr/work/instance-1/output-1/host/bin/arm-linux-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-nm checking the name lister (/home/naourr/work/instance-1/output-1/host/bin/arm-linux-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-pc-linux-gnu file names to arm-buildroot-linux-uclibcgnueabihf format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /home/naourr/work/instance-1/output-1/host/bin/arm-linux-ld option to reload object files... -r checking for arm-buildroot-linux-uclibcgnueabihf-objdump... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-objdump checking how to recognize dependent libraries... pass_all checking for arm-buildroot-linux-uclibcgnueabihf-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for arm-buildroot-linux-uclibcgnueabihf-ar... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-ar checking for archiver @FILE support... @ checking for arm-buildroot-linux-uclibcgnueabihf-strip... (cached) /home/naourr/work/instance-1/output-1/host/bin/arm-linux-strip checking for arm-buildroot-linux-uclibcgnueabihf-ranlib... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-ranlib checking command to parse /home/naourr/work/instance-1/output-1/host/bin/arm-linux-nm output from /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc object... ok checking for sysroot... no checking for arm-buildroot-linux-uclibcgnueabihf-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... /home/naourr/work/instance-1/output-1/host/bin/arm-linux-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc supports -fno-rtti -fno-exceptions... no checking for /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc option to produce PIC... -fPIC -DPIC checking if /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc PIC flag -fPIC -DPIC works... yes checking if /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc static flag -static works... yes checking if /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc supports -c -o file.o... yes checking if /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc supports -c -o file.o... (cached) yes checking whether the /home/naourr/work/instance-1/output-1/host/bin/arm-linux-gcc linker (/home/naourr/work/instance-1/output-1/host/bin/arm-linux-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating ./config.status config.status: creating Makefile config.status: creating vo-aacenc.pc config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls >>> vo-aacenc 0.1.3 Building PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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 -j4 -C /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' CC cmnMemory.lo CC basicop2.lo CC oper_32b.lo CC aac_rom.lo CC aacenc.lo CC aacenc_core.lo CC adj_thr.lo CC band_nrg.lo CC bit_cnt.lo CC bitbuffer.lo CC bitenc.lo CC block_switch.lo CC channel_map.lo CC dyn_bits.lo CC grp_data.lo CC interface.lo CC line_pe.lo CC memalign.lo CC ms_stereo.lo CC pre_echo_control.lo CC psy_configuration.lo CC psy_main.lo CC qc_main.lo CC quantize.lo CC sf_estim.lo CC spreading.lo CC stat_bits.lo CC tns.lo CC transform.lo CCAS AutoCorrelation_v5.lo CCAS CalcWindowEnergy_v5.lo CCAS band_nrg_v5.lo CCAS PrePostMDCT_v5.lo CCAS R4R8First_v5.lo CCAS Radix4FFT_v5.lo CCLD libvo-aacenc.la make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' >>> vo-aacenc 0.1.3 Installing to staging directory PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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 -j4 DESTDIR=/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot install -C /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/vo-aacenc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c libvo-aacenc.la '/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib' /usr/bin/install -c -m 644 ./common/include/cmnMemory.h ./common/include/voAAC.h ./common/include/voAMRWB.h ./common/include/voAudio.h ./common/include/voIndex.h ./common/include/voMem.h ./common/include/voType.h '/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/include/vo-aacenc' /usr/bin/install -c -m 644 vo-aacenc.pc '/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/pkgconfig' libtool: install: /usr/bin/install -c .libs/libvo-aacenc.so.0.0.4 /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libvo-aacenc.so.0.0.4 libtool: install: (cd /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so.0 || { rm -f libvo-aacenc.so.0 && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so || { rm -f libvo-aacenc.so && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so; }; }) libtool: install: /usr/bin/install -c .libs/libvo-aacenc.lai /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib/libvo-aacenc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' >>> vo-aacenc 0.1.3 Fixing libtool files for la in $(find /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/naourr/work/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot:@STAGING_DIR@:g" \ -e "s:/home/naourr/work/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/home/naourr/work/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot:g" \ -e "s:@BASE_DIR@:/home/naourr/work/instance-1/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> vo-aacenc 0.1.3 Installing to target PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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 -j4 DESTDIR=/home/naourr/work/instance-1/output-1/target install -C /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/ make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/lib' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/include/vo-aacenc' /usr/bin/mkdir -p '/home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig' /bin/sh ./libtool --mode=install /usr/bin/install -c libvo-aacenc.la '/home/naourr/work/instance-1/output-1/target/usr/lib' /usr/bin/install -c -m 644 vo-aacenc.pc '/home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 ./common/include/cmnMemory.h ./common/include/voAAC.h ./common/include/voAMRWB.h ./common/include/voAudio.h ./common/include/voIndex.h ./common/include/voMem.h ./common/include/voType.h '/home/naourr/work/instance-1/output-1/target/usr/include/vo-aacenc' libtool: install: /usr/bin/install -c .libs/libvo-aacenc.so.0.0.4 /home/naourr/work/instance-1/output-1/target/usr/lib/libvo-aacenc.so.0.0.4 libtool: install: (cd /home/naourr/work/instance-1/output-1/target/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so.0 || { rm -f libvo-aacenc.so.0 && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so.0; }; }) libtool: install: (cd /home/naourr/work/instance-1/output-1/target/usr/lib && { ln -s -f libvo-aacenc.so.0.0.4 libvo-aacenc.so || { rm -f libvo-aacenc.so && ln -s libvo-aacenc.so.0.0.4 libvo-aacenc.so; }; }) libtool: install: /usr/bin/install -c .libs/libvo-aacenc.lai /home/naourr/work/instance-1/output-1/target/usr/lib/libvo-aacenc.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3' zstd-1.4.3.tar.gz: OK (sha256: 5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de) >>> host-zstd 1.4.3 Extracting gzip -d -c /home/naourr/work/instance-1/dl/zstd/zstd-1.4.3.tar.gz | /home/naourr/work/instance-1/output-1/host/bin/tar --strip-components=1 -C /home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3 -xf - >>> host-zstd 1.4.3 Patching >>> host-zstd 1.4.3 Configuring >>> host-zstd 1.4.3 Building PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/lib make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/lib' /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/debug.o common/debug.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/entropy_common.o common/entropy_common.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/error_private.o common/error_private.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/fse_decompress.o common/fse_decompress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/pool.o common/pool.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/threading.o common/threading.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/xxhash.o common/xxhash.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o common/zstd_common.o common/zstd_common.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/fse_compress.o compress/fse_compress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/hist.o compress/hist.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/huf_compress.o compress/huf_compress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_compress.o compress/zstd_compress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_compress_literals.o compress/zstd_compress_literals.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_compress_sequences.o compress/zstd_compress_sequences.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_double_fast.o compress/zstd_double_fast.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_fast.o compress/zstd_fast.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_lazy.o compress/zstd_lazy.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_ldm.o compress/zstd_ldm.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstd_opt.o compress/zstd_opt.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o compress/zstdmt_compress.o compress/zstdmt_compress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o decompress/huf_decompress.o decompress/huf_decompress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o decompress/zstd_ddict.o decompress/zstd_ddict.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o decompress/zstd_decompress.o decompress/zstd_decompress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -fno-tree-vectorize -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o decompress/zstd_decompress_block.o decompress/zstd_decompress_block.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o deprecated/zbuff_common.o deprecated/zbuff_common.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o deprecated/zbuff_compress.o deprecated/zbuff_compress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o deprecated/zbuff_decompress.o deprecated/zbuff_decompress.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o dictBuilder/cover.o dictBuilder/cover.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o dictBuilder/divsufsort.o dictBuilder/divsufsort.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o dictBuilder/fastcover.o dictBuilder/fastcover.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o dictBuilder/zdict.o dictBuilder/zdict.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o legacy/zstd_v05.o legacy/zstd_v05.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o legacy/zstd_v06.o legacy/zstd_v06.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -I/home/naourr/work/instance-1/output-1/host/include -I. -I./common -DXXH_NAMESPACE=ZSTD_ -I./legacy -DZSTD_LEGACY_SUPPORT=5 -c -o legacy/zstd_v07.o legacy/zstd_v07.c compiling dynamic library 1.4.3 compiling static library creating versioned links make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/lib' PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 -C /home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3 zstd make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3' make[2]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/programs' /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o zstdcli.o zstdcli.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o util.o util.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o timefn.o timefn.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o fileio.o fileio.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o benchfn.o benchfn.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o benchzstd.o benchzstd.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o datagen.o datagen.c /usr/bin/gcc -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -c -o dibio.o dibio.c ==> building with threading support ==> building zstd with .gz compression support ==> building zstd with .xz/.lzma compression support ==> no liblz4, building zstd without .lz4 support /usr/bin/gcc -I/home/naourr/work/instance-1/output-1/host/include -I../lib -I../lib/common -I../lib/compress -I../lib/dictBuilder -DXXH_NAMESPACE=ZSTD_ -I../lib/legacy -DZSTD_MULTITHREAD -DZSTD_GZCOMPRESS -DZSTD_GZDECOMPRESS -DZSTD_LZMACOMPRESS -DZSTD_LZMADECOMPRESS -DZSTD_LEGACY_SUPPORT=5 -O2 -I/home/naourr/work/instance-1/output-1/host/include -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wmissing-prototypes -Wc++-compat -L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib -pthread -lz -llzma ../lib/common/debug.c ../lib/common/entropy_common.c ../lib/common/error_private.c ../lib/common/fse_decompress.c ../lib/common/pool.c ../lib/common/threading.c ../lib/common/xxhash.c ../lib/common/zstd_common.c ../lib/compress/fse_compress.c ../lib/compress/hist.c ../lib/compress/huf_compress.c ../lib/compress/zstd_compress.c ../lib/compress/zstd_compress_literals.c ../lib/compress/zstd_compress_sequences.c ../lib/compress/zstd_double_fast.c ../lib/compress/zstd_fast.c ../lib/compress/zstd_lazy.c ../lib/compress/zstd_ldm.c ../lib/compress/zstd_opt.c ../lib/compress/zstdmt_compress.c ../lib/decompress/huf_decompress.c ../lib/decompress/zstd_ddict.c ../lib/decompress/zstd_decompress.c ../lib/decompress/zstd_decompress_block.c ../lib/dictBuilder/cover.c ../lib/dictBuilder/divsufsort.c ../lib/dictBuilder/fastcover.c ../lib/dictBuilder/zdict.c ../lib/legacy/zstd_v05.c ../lib/legacy/zstd_v06.c ../lib/legacy/zstd_v07.c zstdcli.o util.o timefn.o fileio.o benchfn.o benchzstd.o datagen.o dibio.o -o zstd -L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib -pthread -lz -llzma make[2]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/programs' cp programs/zstd . make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3' >>> host-zstd 1.4.3 Installing to host directory PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output-1/host PREFIX=/usr -C /home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/lib install make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/lib' creating pkgconfig Installing static library Installing shared library Installing includes zstd static and shared library installed make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/lib' PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" PATH="/home/naourr/work/instance-1/output-1/host/bin:/home/naourr/work/instance-1/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" PKG_CONFIG="/home/naourr/work/instance-1/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/naourr/work/instance-1/output-1/host/lib/pkgconfig:/home/naourr/work/instance-1/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/usr/bin/gcc" GCC="/usr/bin/gcc" CXX="/usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/home/naourr/work/instance-1/output-1/host/include" CFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" CXXFLAGS="-O2 -I/home/naourr/work/instance-1/output-1/host/include" LDFLAGS="-L/home/naourr/work/instance-1/output-1/host/lib -Wl,-rpath,/home/naourr/work/instance-1/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl /usr/bin/make -j4 DESTDIR=/home/naourr/work/instance-1/output-1/host PREFIX=/usr -C /home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/programs install make[1]: Entering directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/programs' Installing binaries Installing man pages zstd installation completed make[1]: Leaving directory '/home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/programs' >>> 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-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/naourr/work/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /home/naourr/work/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/naourr/work/instance-1/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "buildroot" > /home/naourr/work/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/naourr/work/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/naourr/work/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/naourr/work/instance-1/output-1/target/etc/shadow rm -f /home/naourr/work/instance-1/output-1/target/bin/sh if [ -x /home/naourr/work/instance-1/output-1/target/sbin/swapon -a -x /home/naourr/work/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/naourr/work/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/naourr/work/instance-1/output-1/target/etc/inittab; fi rm -f /home/naourr/work/instance-1/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /home/naourr/work/instance-1/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/naourr/work/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/naourr/work/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/naourr/work/instance-1/output-1/target/usr/include /home/naourr/work/instance-1/output-1/target/usr/share/aclocal \ /home/naourr/work/instance-1/output-1/target/usr/lib/pkgconfig /home/naourr/work/instance-1/output-1/target/usr/share/pkgconfig \ /home/naourr/work/instance-1/output-1/target/usr/lib/cmake /home/naourr/work/instance-1/output-1/target/usr/share/cmake find /home/naourr/work/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/naourr/work/instance-1/output-1/target/lib/ /home/naourr/work/instance-1/output-1/target/usr/lib/ /home/naourr/work/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f find: '/home/naourr/work/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gdb rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/zsh rm -rf /home/naourr/work/instance-1/output-1/target/usr/man /home/naourr/work/instance-1/output-1/target/usr/share/man rm -rf /home/naourr/work/instance-1/output-1/target/usr/info /home/naourr/work/instance-1/output-1/target/usr/share/info rm -rf /home/naourr/work/instance-1/output-1/target/usr/doc /home/naourr/work/instance-1/output-1/target/usr/share/doc rm -rf /home/naourr/work/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/naourr/work/instance-1/output-1/target/usr/share 2>/dev/null || true find /home/naourr/work/instance-1/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-1/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/naourr/work/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/naourr/work/instance-1/output-1/host/bin/arm-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/naourr/work/instance-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-05864-g63c6895b4c2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02"; \ echo "PRETTY_NAME=\"Buildroot 2020.02\"" \ ) > /home/naourr/work/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/naourr/work/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/naourr/work/instance-1/output-1/per-package /home/naourr/work/instance-1/buildroot/support/scripts/fix-rpath target touch /home/naourr/work/instance-1/output-1/target/usr cat /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/busybox-1.31.1/.files-list.txt /home/naourr/work/instance-1/output-1/build/elfutils-0.177/.files-list.txt /home/naourr/work/instance-1/output-1/build/initscripts/.files-list.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list.txt /home/naourr/work/instance-1/output-1/build/open-plc-utils-1be781d1ea81827e5f6c1a35961c65dd4d15472c/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-sysv/.files-list.txt /home/naourr/work/instance-1/output-1/build/skeleton/.files-list.txt /home/naourr/work/instance-1/output-1/build/thttpd-2.29/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-custom/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain-external/.files-list.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list.txt /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/.files-list.txt /home/naourr/work/instance-1/output-1/build/zlib/.files-list.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list.txt cat /home/naourr/work/instance-1/output-1/build/host-autoconf-2.69/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-automake-1.15.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-libtool-2.4.6/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-m4-1.4.18/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-patchelf-0.9/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-skeleton/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-tar-1.29/.files-list-host.txt /home/naourr/work/instance-1/output-1/build/host-zstd-1.4.3/.files-list-host.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list-host.txt cat /home/naourr/work/instance-1/output-1/build/argp-standalone-1.3/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/elfutils-0.177/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/libzlib-1.2.11/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/skeleton-init-common/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain-external-custom/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/toolchain/.files-list-staging.txt /home/naourr/work/instance-1/output-1/build/vo-aacenc-0.1.3/.files-list-staging.txt > \ /home/naourr/work/instance-1/output-1/build/packages-file-list-staging.txt ln -snf /home/naourr/work/instance-1/output-1/host/arm-buildroot-linux-uclibcgnueabihf/sysroot /home/naourr/work/instance-1/output-1/staging make: Leaving directory '/home/naourr/work/instance-1/buildroot' make: Entering directory '/home/naourr/work/instance-1/buildroot' >>> Buildroot 2020.02-05864-g63c6895b4c2 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> elfutils 0.177 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> 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) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> initscripts Collecting legal info >>> open-plc-utils 1be781d1ea81827e5f6c1a35961c65dd4d15472c Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> host-zstd 1.4.3 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) Legal info produced in /home/naourr/work/instance-1/output-1/legal-info make: Leaving directory '/home/naourr/work/instance-1/buildroot'