checking for sigset... yes checking for atoll... yes checking for unistd.h... yes checking for getpagesize... yes checking for working mmap... (cached) yes checking for select... yes checking for poll... yes checking if struct tm has tm_gmtoff member... yes checking if int64_t exists... yes checking if socklen_t exists... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c updating cache ./config.cache creating ./config.status creating Makefile creating cgi-src/Makefile creating extras/Makefile >>> thttpd 2.29 Building PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j1 -C /tmp/instance-3/output-1/build/thttpd-2.29/ make[1]: Entering directory '/tmp/instance-3/output-1/build/thttpd-2.29' /tmp/instance-3/output-1/host/bin/i686-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 },/' /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' extern int strcmp (const char *__s1, const char *__s2) ~~~~~~~~~~~~^~~~ libhttpd.c:1135:19: warning: passing argument 1 of 'strcmp' makes pointer from integer without a cast [-Wint-conversion] if ( strcmp( crypt( authpass, cryp ), cryp ) == 0 ) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/memory.h:29, from libhttpd.c:47: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/string.h:98:32: note: expected 'const char *' but argument is of type 'int' extern int strcmp (const char *__s1, const char *__s2) ~~~~~~~~~~~~^~~~ libhttpd.c: In function 'cgi_child': libhttpd.c:3557:12: warning: implicit declaration of function 'sigset'; did you mean 'isset'? [-Wimplicit-function-declaration] (void) sigset( SIGPIPE, SIG_DFL ); ^~~~~~ isset libhttpd.c: In function 'ls': libhttpd.c:2846:10: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] (void) strncpy( nameptrs[nnames], de->d_name, namlen ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libhttpd.c:64:25: note: length computed here # define NAMLEN(dirent) strlen((dirent)->d_name) ^~~~~~~~~~~~~~~~~~~~~~~~ libhttpd.c:2845:12: note: in expansion of macro 'NAMLEN' namlen = NAMLEN(de); ^~~~~~ /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/build/thttpd-2.29/cgi-src make[2]: Entering directory '/tmp/instance-3/output-1/build/thttpd-2.29/cgi-src' /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-linux-gcc redirect.o -o redirect /tmp/instance-3/output-1/host/bin/i686-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 ); ^~~~~~~~~~~~~~~~~~ /tmp/instance-3/output-1/host/bin/i686-linux-gcc ssi.o ../match.o -o ssi /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-linux-gcc phf.o -o phf make[2]: Leaving directory '/tmp/instance-3/output-1/build/thttpd-2.29/cgi-src' /tmp/instance-3/output-1/build/thttpd-2.29/extras make[2]: Entering directory '/tmp/instance-3/output-1/build/thttpd-2.29/extras' /tmp/instance-3/output-1/host/bin/i686-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 /tmp/instance-3/output-1/host/bin/i686-linux-gcc makeweb.o -o makeweb /tmp/instance-3/output-1/host/bin/i686-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 ); ^ /tmp/instance-3/output-1/host/bin/i686-linux-gcc htpasswd.o -o htpasswd make[2]: Leaving directory '/tmp/instance-3/output-1/build/thttpd-2.29/extras' make[1]: Leaving directory '/tmp/instance-3/output-1/build/thttpd-2.29' >>> thttpd 2.29 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-3/output-1/build/thttpd-2.29/thttpd /tmp/instance-3/output-1/target/usr/sbin/thttpd /usr/bin/install -D -m 0755 /tmp/instance-3/output-1/build/thttpd-2.29/extras/htpasswd /tmp/instance-3/output-1/target/usr/bin/htpasswd /usr/bin/install -D -m 0755 /tmp/instance-3/output-1/build/thttpd-2.29/extras/makeweb /tmp/instance-3/output-1/target/usr/bin/makeweb /usr/bin/install -D -m 0755 /tmp/instance-3/output-1/build/thttpd-2.29/extras/syslogtocern /tmp/instance-3/output-1/target/usr/bin/syslogtocern /usr/bin/install -D -m 0755 /tmp/instance-3/output-1/build/thttpd-2.29/scripts/thttpd_wrapper /tmp/instance-3/output-1/target/usr/sbin/thttpd_wrapper /bin/sed -i -e 's:/usr/local/sbin:/usr/sbin:g' -e 's:/usr/local/www/thttpd_config:/etc/thttpd.conf:g' /tmp/instance-3/output-1/target/usr/sbin/thttpd_wrapper /usr/bin/install -d /tmp/instance-3/output-1/target/var/www/data /usr/bin/install -d /tmp/instance-3/output-1/target/var/www/logs echo "dir=/var/www/data" > /tmp/instance-3/output-1/target/etc/thttpd.conf echo 'cgipat=**.cgi' >> /tmp/instance-3/output-1/target/etc/thttpd.conf echo "logfile=/var/www/logs/thttpd_log" >> /tmp/instance-3/output-1/target/etc/thttpd.conf echo "pidfile=/var/run/thttpd.pid" >> /tmp/instance-3/output-1/target/etc/thttpd.conf /usr/bin/install -D -m 0755 package/thttpd/S90thttpd /tmp/instance-3/output-1/target/etc/init.d/S90thttpd yaml-cpp-0.6.3.tar.gz: OK (sha256: 77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed) >>> yaml-cpp 0.6.3 Extracting gzip -d -c /tmp/instance-3/dl/yaml-cpp/yaml-cpp-0.6.3.tar.gz | /tmp/instance-3/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-3/output-1/build/yaml-cpp-0.6.3 -xf - >>> yaml-cpp 0.6.3 Patching >>> yaml-cpp 0.6.3 Configuring (mkdir -p /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/ && cd /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/ && rm -f CMakeCache.txt && PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/cmake /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/ -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-3/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BUILD_TOOLS=OFF -DYAML_BUILD_SHARED_LIBS=ON ) -- The C compiler identification is GNU 8.3.0 -- The CXX compiler identification is GNU 8.3.0 -- Check for working C compiler: /tmp/instance-3/output-1/host/bin/i686-linux-gcc -- Check for working C compiler: /tmp/instance-3/output-1/host/bin/i686-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /tmp/instance-3/output-1/host/bin/i686-linux-g++ -- Check for working CXX compiler: /tmp/instance-3/output-1/host/bin/i686-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test FLAG_WEXTRA -- Performing Test FLAG_WEXTRA - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS -- Build files have been written to: /tmp/instance-3/output-1/build/yaml-cpp-0.6.3 >>> yaml-cpp 0.6.3 Building PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 -C /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' make[2]: Entering directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' Scanning dependencies of target yaml-cpp make[3]: Leaving directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' make[3]: Entering directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' [ 3%] Building CXX object CMakeFiles/yaml-cpp.dir/src/convert.cpp.o [ 6%] Building CXX object CMakeFiles/yaml-cpp.dir/src/binary.cpp.o [ 9%] Building CXX object CMakeFiles/yaml-cpp.dir/src/directives.cpp.o [ 12%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodeevents.cpp.o [ 16%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emit.cpp.o [ 22%] Building CXX object CMakeFiles/yaml-cpp.dir/src/nodebuilder.cpp.o [ 22%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterutils.cpp.o [ 25%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitterstate.cpp.o [ 29%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitfromevents.cpp.o [ 32%] Building CXX object CMakeFiles/yaml-cpp.dir/src/emitter.cpp.o [ 35%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exp.cpp.o [ 38%] Building CXX object CMakeFiles/yaml-cpp.dir/src/exceptions.cpp.o [ 45%] Building CXX object CMakeFiles/yaml-cpp.dir/src/memory.cpp.o [ 45%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node.cpp.o [ 48%] Building CXX object CMakeFiles/yaml-cpp.dir/src/null.cpp.o [ 51%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parser.cpp.o [ 54%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanner.cpp.o [ 58%] Building CXX object CMakeFiles/yaml-cpp.dir/src/parse.cpp.o [ 61%] Building CXX object CMakeFiles/yaml-cpp.dir/src/ostream_wrapper.cpp.o [ 67%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scanscalar.cpp.o [ 67%] Building CXX object CMakeFiles/yaml-cpp.dir/src/regex_yaml.cpp.o [ 70%] Building CXX object CMakeFiles/yaml-cpp.dir/src/node_data.cpp.o [ 74%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantag.cpp.o [ 77%] Building CXX object CMakeFiles/yaml-cpp.dir/src/simplekey.cpp.o [ 80%] Building CXX object CMakeFiles/yaml-cpp.dir/src/singledocparser.cpp.o [ 83%] Building CXX object CMakeFiles/yaml-cpp.dir/src/stream.cpp.o [ 90%] Building CXX object CMakeFiles/yaml-cpp.dir/src/tag.cpp.o [ 90%] Building CXX object CMakeFiles/yaml-cpp.dir/src/scantoken.cpp.o [ 93%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilder.cpp.o [ 96%] Building CXX object CMakeFiles/yaml-cpp.dir/src/contrib/graphbuilderadapter.cpp.o In file included from /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/src/nodebuilder.cpp:6: /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] return *this; ^~~~ In file included from /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/src/parse.cpp:7: /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] return *this; ^~~~ In file included from /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/convert.h:18, from /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/src/convert.cpp:3: /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h: In member function 'YAML::Node& YAML::Node::operator=(const T&)': /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/include/yaml-cpp/node/impl.h:212:11: warning: 'operator=' should return a reference to '*this' [-Weffc++] return *this; ^~~~ [100%] Linking CXX shared library libyaml-cpp.so make[3]: Leaving directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' [100%] Built target yaml-cpp make[2]: Leaving directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' make[1]: Leaving directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Installing to staging directory PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot install/fast -C /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libyaml-cpp.so.0.6.3 -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libyaml-cpp.so.0.6 -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libyaml-cpp.so -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/yaml.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/traits.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/stlemitter.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/parser.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/null.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/type.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/ptr.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/parse.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/node.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/iterator.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/impl.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/emit.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/node.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/node/convert.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/mark.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/exceptions.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/eventhandler.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitterstyle.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emittermanip.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitterdef.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitter.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/emitfromevents.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/dll.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/contrib -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/binary.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include/yaml-cpp/anchor.h -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' >>> yaml-cpp 0.6.3 Fixing libtool files for la in $(find /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-3/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-3/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-3/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 >>> yaml-cpp 0.6.3 Installing to target PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j32 DESTDIR=/tmp/instance-3/output-1/target install/fast -C /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/ make[1]: Entering directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-3/output-1/target/usr/lib/libyaml-cpp.so.0.6.3 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libyaml-cpp.so.0.6 -- Installing: /tmp/instance-3/output-1/target/usr/lib/libyaml-cpp.so -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/yaml.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/traits.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/stlemitter.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/parser.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/ostream_wrapper.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/null.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/type.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/ptr.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/parse.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/node.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/iterator.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/impl.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/emit.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_ref.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_iterator.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node_data.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/node.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/memory.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/iterator_fwd.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/iterator.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/impl.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/detail/bool_type.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/node/convert.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/mark.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/exceptions.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/eventhandler.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/emitterstyle.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/emittermanip.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/emitterdef.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/emitter.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/emitfromevents.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/dll.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/contrib -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/contrib/graphbuilder.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/contrib/anchordict.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/binary.h -- Installing: /tmp/instance-3/output-1/target/usr/include/yaml-cpp/anchor.h -- Installing: /tmp/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config.cmake -- Installing: /tmp/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-config-version.cmake -- Installing: /tmp/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets.cmake -- Installing: /tmp/instance-3/output-1/target/usr/lib/cmake/yaml-cpp/yaml-cpp-targets-release.cmake -- Installing: /tmp/instance-3/output-1/target/usr/lib/pkgconfig/yaml-cpp.pc make[1]: Leaving directory '/tmp/instance-3/output-1/build/yaml-cpp-0.6.3' >>> Finalizing host directory >>> Finalizing target directory grep -qsE '^/bin/bash$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/bash" >> /tmp/instance-3/output-1/target/etc/shells /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-3/output-1/build/busybox-1.31.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-3/output-1/target/etc/shells; fi mkdir -p /tmp/instance-3/output-1/target/etc echo "buildroot" > /tmp/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-3/output-1/target/etc/hosts mkdir -p /tmp/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-3/output-1/target/etc/shadow rm -f /tmp/instance-3/output-1/target/bin/sh if [ -x /tmp/instance-3/output-1/target/sbin/swapon -a -x /tmp/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-3/output-1/target/etc/inittab; fi rm -f /tmp/instance-3/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /tmp/instance-3/output-1/build/locales.nopurge; done for dir in /tmp/instance-3/output-1/target/usr/share/locale /tmp/instance-3/output-1/target/usr/share/X11/locale /tmp/instance-3/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /tmp/instance-3/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-3/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-3/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-3/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-3/output-1/target/usr/include /tmp/instance-3/output-1/target/usr/share/aclocal \ /tmp/instance-3/output-1/target/usr/lib/pkgconfig /tmp/instance-3/output-1/target/usr/share/pkgconfig \ /tmp/instance-3/output-1/target/usr/lib/cmake /tmp/instance-3/output-1/target/usr/share/cmake \ /tmp/instance-3/output-1/target/usr/doc find /tmp/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-3/output-1/target/lib/ /tmp/instance-3/output-1/target/usr/lib/ /tmp/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-3/output-1/target/usr/share/gdb rm -rf /tmp/instance-3/output-1/target/usr/share/zsh rm -rf /tmp/instance-3/output-1/target/usr/man /tmp/instance-3/output-1/target/usr/share/man rm -rf /tmp/instance-3/output-1/target/usr/info /tmp/instance-3/output-1/target/usr/share/info rm -rf /tmp/instance-3/output-1/target/usr/doc /tmp/instance-3/output-1/target/usr/share/doc rm -rf /tmp/instance-3/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-3/output-1/target/usr/share 2>/dev/null || true find /tmp/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-3/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-3/output-1/host/bin/i686-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.05-git-01281-gde70d9b933"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2020.05-git\"" \ ) > /tmp/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-3/output-1/per-package /tmp/instance-3/buildroot/support/scripts/fix-rpath target cat /tmp/instance-3/output-1/build/bash-5.0/.files-list.txt /tmp/instance-3/output-1/build/botan-2.14.0/.files-list.txt /tmp/instance-3/output-1/build/busybox-1.31.1/.files-list.txt /tmp/instance-3/output-1/build/dehydrated-0.6.5/.files-list.txt /tmp/instance-3/output-1/build/dmidecode-3.2/.files-list.txt /tmp/instance-3/output-1/build/dropbear-2019.78/.files-list.txt /tmp/instance-3/output-1/build/initscripts/.files-list.txt /tmp/instance-3/output-1/build/libcurl-7.69.1/.files-list.txt /tmp/instance-3/output-1/build/libopenssl-1.1.1g/.files-list.txt /tmp/instance-3/output-1/build/libzip-1.6.1/.files-list.txt /tmp/instance-3/output-1/build/libzlib-1.2.11/.files-list.txt /tmp/instance-3/output-1/build/musl-fts-1.2.7/.files-list.txt /tmp/instance-3/output-1/build/ncurses-6.1/.files-list.txt /tmp/instance-3/output-1/build/openssl/.files-list.txt /tmp/instance-3/output-1/build/readline-8.0/.files-list.txt /tmp/instance-3/output-1/build/skeleton-init-common/.files-list.txt /tmp/instance-3/output-1/build/skeleton-init-sysv/.files-list.txt /tmp/instance-3/output-1/build/skeleton/.files-list.txt /tmp/instance-3/output-1/build/thttpd-2.29/.files-list.txt /tmp/instance-3/output-1/build/toolchain-external-custom/.files-list.txt /tmp/instance-3/output-1/build/toolchain-external/.files-list.txt /tmp/instance-3/output-1/build/toolchain/.files-list.txt /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/.files-list.txt /tmp/instance-3/output-1/build/zlib/.files-list.txt > /tmp/instance-3/output-1/build/packages-file-list.txt cat /tmp/instance-3/output-1/build/host-autoconf-2.69/.files-list-host.txt /tmp/instance-3/output-1/build/host-automake-1.15.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-bison-3.4.2/.files-list-host.txt /tmp/instance-3/output-1/build/host-e2fsprogs-1.45.6/.files-list-host.txt /tmp/instance-3/output-1/build/host-expat-2.2.9/.files-list-host.txt /tmp/instance-3/output-1/build/host-libtool-2.4.6/.files-list-host.txt /tmp/instance-3/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /tmp/instance-3/output-1/build/host-m4-1.4.18/.files-list-host.txt /tmp/instance-3/output-1/build/host-ncurses-6.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-patchelf-0.9/.files-list-host.txt /tmp/instance-3/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-python-2.7.18/.files-list-host.txt /tmp/instance-3/output-1/build/host-skeleton/.files-list-host.txt /tmp/instance-3/output-1/build/host-tar-1.29/.files-list-host.txt /tmp/instance-3/output-1/build/host-util-linux-2.35.1/.files-list-host.txt /tmp/instance-3/output-1/build/host-zlib/.files-list-host.txt > /tmp/instance-3/output-1/build/packages-file-list-host.txt cat /tmp/instance-3/output-1/build/botan-2.14.0/.files-list-staging.txt /tmp/instance-3/output-1/build/libcurl-7.69.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libopenssl-1.1.1g/.files-list-staging.txt /tmp/instance-3/output-1/build/libtomcrypt-1.18.2/.files-list-staging.txt /tmp/instance-3/output-1/build/libtommath-1.2.0/.files-list-staging.txt /tmp/instance-3/output-1/build/libzip-1.6.1/.files-list-staging.txt /tmp/instance-3/output-1/build/libzlib-1.2.11/.files-list-staging.txt /tmp/instance-3/output-1/build/musl-fts-1.2.7/.files-list-staging.txt /tmp/instance-3/output-1/build/ncurses-6.1/.files-list-staging.txt /tmp/instance-3/output-1/build/readline-8.0/.files-list-staging.txt /tmp/instance-3/output-1/build/skeleton-init-common/.files-list-staging.txt /tmp/instance-3/output-1/build/toolchain-external-custom/.files-list-staging.txt /tmp/instance-3/output-1/build/toolchain/.files-list-staging.txt /tmp/instance-3/output-1/build/yaml-cpp-0.6.3/.files-list-staging.txt > /tmp/instance-3/output-1/build/packages-file-list-staging.txt touch /tmp/instance-3/output-1/target/usr ln -snf /tmp/instance-3/output-1/host/i686-buildroot-linux-uclibc/sysroot /tmp/instance-3/output-1/staging make: Leaving directory '/tmp/instance-3/buildroot' make: Entering directory '/tmp/instance-3/buildroot' >>> Buildroot 2020.05-git-01281-gde70d9b933 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 >>> bash 5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> botan 2.14.0 Collecting legal info license.txt: OK (sha256: fb7f0322d36fba55ca17d77bc203a9f09a40daa8a249b75cf8887aba36cec9d0) >>> openssl Collecting legal info >>> libopenssl 1.1.1g Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> dehydrated 0.6.5 Collecting legal info LICENSE: OK (sha256: b4583b7dd07e3e2a08906de38e7e329d41f921ed9dcb6310b3886e013a6b8723) >>> dmidecode 3.2 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dropbear 2019.78 Collecting legal info LICENSE: OK (sha256: cfa32d49e9022265375e533a4a5ef9e37d4aaa604119d612c46816aa1e59fe52) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> host-e2fsprogs 1.45.6 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.35.1 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> initscripts Collecting legal info >>> libcurl 7.69.1 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libzip 1.6.1 Collecting legal info LICENSE: OK (sha256: af6d9141427cf40b7d1fa6d7f5473b06a7faa9f9b0a2ea588eb6ba7b2e1c8a9e) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python 2.7.18 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> yaml-cpp 0.6.3 Collecting legal info LICENSE: OK (sha256: aa6fcc27be034e41e21dd832f9175bfe694a48491d9e14ff0fa278e19ad14f1b) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) Legal info produced in /tmp/instance-3/output-1/legal-info make: Leaving directory '/tmp/instance-3/buildroot'