checking tcpd.h presence... no checking for tcpd.h... no checking for libwrap... no, usable tcpd.h not found checking security/pam_appl.h usability... no checking security/pam_appl.h presence... no checking for security/pam_appl.h... no checking for library containing pam_start... pkgdata.cpp: In function 'int32_t pkg_installLibrary(const char*, const char*, UBool)': pkgdata.cpp:1132:38: warning: '%s' directive writing up to 255 bytes into a region of size between 247 and 502 [-Wformat-overflow=] 1132 | sprintf(cmd, "cd %s && %s %s %s%s%s", | ^~ ...... 1136 | installDir, PKGDATA_FILE_SEP_STRING, libFileNames[LIB_FILE_VERSION] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/stdexcept:39, from /usr/include/c++/9/array:39, from /usr/include/c++/9/tuple:39, from /usr/include/c++/9/bits/unique_ptr.h:37, from /usr/include/c++/9/memory:80, from ../../common/unicode/localpointer.h:45, from ../../common/cmemory.h:33, from pkgdata.cpp:35: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 11 or more bytes (assuming 521) into a destination of size 512 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkgdata.cpp: In function 'int32_t pkg_executeOptions(UPKGOptions*)': pkgdata.cpp:984:64: warning: '%s' directive writing up to 1 bytes into a region of size between 0 and 256 [-Wformat-overflow=] 984 | sprintf(libFileNames[LIB_FILE_VERSION_TMP], "%s%s%s%s%s", | ^~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/stdexcept:39, from /usr/include/c++/9/array:39, from /usr/include/c++/9/tuple:39, from /usr/include/c++/9/bits/unique_ptr.h:37, from /usr/include/c++/9/memory:80, from ../../common/unicode/localpointer.h:45, from ../../common/cmemory.h:33, from pkgdata.cpp:35: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 1 or more bytes (assuming 258) into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkgdata.cpp:984:64: warning: '%s' directive writing up to 1 bytes into a region of size between 0 and 256 [-Wformat-overflow=] 984 | sprintf(libFileNames[LIB_FILE_VERSION_TMP], "%s%s%s%s%s", | ^~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/stdexcept:39, from /usr/include/c++/9/array:39, from /usr/include/c++/9/tuple:39, from /usr/include/c++/9/bits/unique_ptr.h:37, from /usr/include/c++/9/memory:80, from ../../common/unicode/localpointer.h:45, from ../../common/cmemory.h:33, from pkgdata.cpp:35: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 1 or more bytes (assuming 258) into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkgdata.cpp:979:64: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 979 | sprintf(libFileNames[LIB_FILE_VERSION_TMP], "%s%s%s", | ^ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/stdexcept:39, from /usr/include/c++/9/array:39, from /usr/include/c++/9/tuple:39, from /usr/include/c++/9/bits/unique_ptr.h:37, from /usr/include/c++/9/memory:80, from ../../common/unicode/localpointer.h:45, from ../../common/cmemory.h:33, from pkgdata.cpp:35: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 1 or more bytes (assuming 257) into a destination of size 256 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkgdata.cpp:1692:42: warning: '%s' directive writing up to 511 bytes into a region of size between 505 and 511 [-Wformat-overflow=] 1692 | sprintf(newName, "%s_%s", | ^~ 1693 | DATA_PREFIX[n], 1694 | newNameTmp); | ~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/stdexcept:39, from /usr/include/c++/9/array:39, from /usr/include/c++/9/tuple:39, from /usr/include/c++/9/bits/unique_ptr.h:37, from /usr/include/c++/9/memory:80, from ../../common/unicode/localpointer.h:45, from ../../common/cmemory.h:33, from pkgdata.cpp:35: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 2 or more bytes (assuming 519) into a destination of size 512 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkgdata.cpp:1210:22: warning: '%s' directive writing up to 2047 bytes into a region of size 511 [-Wformat-overflow=] 650 | result = pkg_installCommonMode(o->install, targetFileNamePath); | ~~~~~~~~~~~~~~~~~~ ...... 1210 | sprintf(cmd, "%s %s %s", pkgDataFlags[INSTALL_CMD], fileName, installDir); | ^~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/stdexcept:39, from /usr/include/c++/9/array:39, from /usr/include/c++/9/tuple:39, from /usr/include/c++/9/bits/unique_ptr.h:37, from /usr/include/c++/9/memory:80, from ../../common/unicode/localpointer.h:45, from ../../common/cmemory.h:33, from pkgdata.cpp:35: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 3 or more bytes (assuming 2050) into a destination of size 512 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pkgdata.cpp:1255:38: warning: '%s' directive writing up to 511 bytes into a region of size 510 [-Wformat-overflow=] 1255 | sprintf(cmd, "%s %s%s%s %s%s%s", | ^~ 1256 | pkgDataFlags[INSTALL_CMD], 1257 | srcDir, PKGDATA_FILE_SEP_STRING, buffer, | ~~~~~~ In file included from /usr/include/stdio.h:867, from /usr/include/c++/9/cstdio:42, from /usr/include/c++/9/ext/string_conversions.h:43, from /usr/include/c++/9/bits/basic_string.h:6493, from /usr/include/c++/9/string:55, from /usr/include/c++/9/stdexcept:39, from /usr/include/c++/9/array:39, from /usr/include/c++/9/tuple:39, from /usr/include/c++/9/bits/unique_ptr.h:37, from /usr/include/c++/9/memory:80, from ../../common/unicode/localpointer.h:45, from ../../common/cmemory.h:33, from pkgdata.cpp:35: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:34: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 1538) into a destination of size 512 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ no checking for pam... disabled checking whether libcfail should be enabled... no checking for SOL_SOCKET socket option SO_BINDANY... no checking for SOL_SOCKET socket option SO_BROADCAST... yes checking for SOL_SOCKET socket option SO_DEBUG... /usr/bin/g++ -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/tmp/instance-0/output-1/per-package/host-icu/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-icu/host/lib -o ../../bin/pkgdata pkgdata.o pkgtypes.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -ldl -lm make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/pkgdata' /usr/bin/make[2]: Making `all' in `gentest' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gentest' (deps) genres32.c (deps) gentest.c yes checking for SOL_SOCKET socket option SO_DONTROUTE... gcc ... gentest.c gcc ... genres32.c /usr/bin/g++ -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/tmp/instance-0/output-1/per-package/host-icu/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-icu/host/lib -o gentest gentest.o genres32.o -L../../tools/ctestfw -licutest -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -ldl -lm yes checking for SOL_SOCKET socket option SO_JUMBO... make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gentest' /usr/bin/make[2]: Making `all' in `gennorm2' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gennorm2' (deps) norms.cpp (deps) extradata.cpp (deps) n2builder.cpp (deps) gennorm2.cpp no checking for SOL_SOCKET socket option SO_KEEPALIVE... g++ ... gennorm2.cpp g++ ... extradata.cpp g++ ... n2builder.cpp g++ ... norms.cpp yes checking for SOL_SOCKET socket option SO_LINGER... yes checking for SOL_SOCKET socket option SO_OOBINLINE... yes checking for SOL_SOCKET socket option SO_PRIORITY... yes checking for SOL_SOCKET socket option SO_RCVBUF... yes checking for SOL_SOCKET socket option SO_RCVBUFFORCE... yes checking for SOL_SOCKET socket option SO_RCVLOWAT... yes checking for SOL_SOCKET socket option SO_RCVTIMEO... /usr/bin/g++ -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/tmp/instance-0/output-1/per-package/host-icu/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-icu/host/lib -o ../../bin/gennorm2 gennorm2.o n2builder.o extradata.o norms.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -ldl -lm yes checking for SOL_SOCKET socket option SO_SNDBUF... make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gennorm2' /usr/bin/make[2]: Making `all' in `gencfu' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gencfu' (deps) gencfu.cpp yes checking for SOL_SOCKET socket option SO_SNDBUFFORCE... cd ../.. \ && CONFIG_FILES=tools/gencfu/gencfu.1 CONFIG_HEADERS= /bin/bash ./config.status g++ ... gencfu.cpp config.status: creating tools/gencfu/gencfu.1 yes checking for SOL_SOCKET socket option SO_SNDLOWAT... yes checking for SOL_SOCKET socket option SO_SNDTIMEO... yes checking for SOL_SOCKET socket option SO_TIMESTAMP... /usr/bin/g++ -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/tmp/instance-0/output-1/per-package/host-icu/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-icu/host/lib -o ../../bin/gencfu gencfu.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -ldl -lm yes checking for SOL_SOCKET socket option SO_USELOOPBACK... no checking for SOL_SOCKET socket option SO_AUDIT... make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gencfu' /usr/bin/make[2]: Making `all' in `gendict' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gendict' (deps) gendict.cpp cd ../.. \ && CONFIG_FILES=tools/gendict/gendict.1 CONFIG_HEADERS= /bin/bash ./config.status g++ ... gendict.cpp no checking for SOL_SOCKET socket option SO_CKSUMRECV... config.status: creating tools/gendict/gendict.1 no checking for SOL_SOCKET socket option SO_NOMULTIPATH... no checking for SOL_SOCKET socket option SO_NOREUSEADDR... no checking for IPPROTO_TCP socket option TCP_CORK... yes checking for IPPROTO_TCP socket option TCP_CWND... no checking for IPPROTO_TCP socket option TCP_INIT_CWND... /usr/bin/g++ -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/tmp/instance-0/output-1/per-package/host-icu/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-icu/host/lib -o ../../bin/gendict gendict.o -L../../lib -licutu -L../../lib -licui18n -L../../lib -licuuc -L../../stubdata -licudata -lpthread -ldl -lm no checking for IPPROTO_TCP socket option TCP_KEEPCNT... make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/gendict' /usr/bin/make[2]: Making `all' in `escapesrc' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/escapesrc' (deps) escapesrc.cpp g++ ... escapesrc.cpp yes checking for IPPROTO_TCP socket option TCP_KEEPIDLE... yes checking for IPPROTO_TCP socket option TCP_KEEPINTVL... yes checking for IPPROTO_TCP socket option TCP_LINGER2... yes checking for IPPROTO_TCP socket option TCP_MAXRT... /usr/bin/g++ -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -std=c++11 -L/tmp/instance-0/output-1/per-package/host-icu/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-icu/host/lib -o ../../bin/escapesrc escapesrc.o -lpthread -ldl -lm no checking for IPPROTO_TCP socket option TCP_MAXSEG... make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools/escapesrc' make[3]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools' make[3]: Nothing to be done for 'all-local'. make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools' make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/tools' /usr/bin/make[1]: Making `all' in `data' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/data' /usr/bin/make -f pkgdataMakefile /bin/bash ../mkinstalldirs ./out/tmp ./out/build/icudt65l make[3]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/data' rm -rf icupkg.inc mkdir ./out mkdir ./out/tmp mkdir ./out/build mkdir ./out/build/icudt65l Unpacking ./in/icudt65l.dat and generating out/tmp/icudata.lst (list of data files) LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH ../bin/icupkg -d ./out/build/icudt65l --list -x \* ./in/icudt65l.dat -o out/tmp/icudata.lst make[3]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/data' yes checking for IPPROTO_TCP socket option TCP_MD5SIG... echo timestamp > build-local LD_LIBRARY_PATH=../stubdata:../tools/ctestfw:../lib:$LD_LIBRARY_PATH ../bin/pkgdata -O ../data/icupkg.inc -q -c -s /tmp/instance-0/output-1/build/host-icu-65-1/source/data/out/build/icudt65l -d ../lib -e icudt65 -T ./out/tmp -p icudt65l -m dll -r 65.1 -L icudata ./out/tmp/icudata.lst yes checking for IPPROTO_TCP socket option TCP_NODELAY... yes checking for IPPROTO_TCP socket option TCP_NOOPT... no checking for IPPROTO_TCP socket option TCP_NOPUSH... no checking for IPPROTO_TCP socket option TCP_SACK_ENABLE... no checking for IPPROTO_TCP socket option TCP_STDURG... no checking for IPPROTO_TCP socket option TCP_SYNCNT... yes checking for IPPROTO_TCP socket option TCP_WINDOW_CLAMP... yes checking for IPPROTO_TCP socket option TCP_RFC1323... no checking for IPPROTO_TCP socket option TCP_NODELAYACK... no checking for IPPROTO_TCP socket option TCP_CWND_IF... no checking for IPPROTO_TCP socket option TCP_CWND_DF... no checking for IPPROTO_TCP socket option TCP_NOTENTER_SSTART... no checking for IPPROTO_TCP socket option TCP_NOREDUCE_CWND_IN_FRXMT... no checking for IPPROTO_TCP socket option TCP_NOREDUCE_CWND_EXIT_FRXMT... no checking for IPPROTO_UDP socket option UDP_CORK... yes checking for IPPROTO_IP socket option IP_AUTH_LEVEL... no checking for IPPROTO_IP socket option IP_DONTFRAG... no checking for IPPROTO_IP socket option IP_ESP_NETWORK_LEVEL... no checking for IPPROTO_IP socket option IP_ESP_TRANS_LEVEL... no checking for IPPROTO_IP socket option IP_FREEBIND... yes checking for IPPROTO_IP socket option IP_IPCOMP_LEVEL... no checking for IPPROTO_IP socket option IP_MINTTL... yes checking for IPPROTO_IP socket option IP_MTU_DISCOVER... yes checking for IPPROTO_IP socket option IP_PORTRANGE... no checking for IPPROTO_IP socket option IP_TOS... yes checking for IPPROTO_IP socket option IP_TTL... yes checking for IPPROTO_IP socket option IP_UNICAST_HOPS... no checking for IPPROTO_IP socket option IP_BROADCAST_IF... no checking for IPPROTO_IPV6 socket option IPV6_ADDRFORM... yes checking for IPPROTO_IPV6 socket option IPV6_UNICAST_HOPS... yes checking for IPPROTO_IPV6 socket option IPV6_2292DSTOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_2292HOPLIMIT... yes checking for IPPROTO_IPV6 socket option IPV6_2292HOPOPTS... pkgdata: /usr/bin/gcc -I/tmp/instance-0/output-1/per-package/host-icu/host/include -D_REENTRANT -DU_HAVE_ELF_H=1 -DU_HAVE_STRTOD_L=1 -DU_HAVE_XLOCALE_H=0 -DU_DISABLE_RENAMING=1 -DU_ATTRIBUTE_DEPRECATED= -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -c -I../common -I../common -DPIC -fPIC -o ./out/tmp/icudt65l_dat.o ./out/tmp/icudt65l_dat.S pkgdata: /usr/bin/gcc -O2 -I/tmp/instance-0/output-1/per-package/host-icu/host/include -std=c11 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -L/tmp/instance-0/output-1/per-package/host-icu/host/lib -Wl,-rpath,/tmp/instance-0/output-1/per-package/host-icu/host/lib -shared -Wl,-Bsymbolic -o ../lib/libicudata.so.65.1 ./out/tmp/icudt65l_dat.o -Wl,-soname -Wl,libicudata.so.65 -Wl,-Bsymbolic pkgdata: cd ../lib/ && rm -f libicudata.so.65 && ln -s libicudata.so.65.1 libicudata.so.65 pkgdata: cd ../lib/ && rm -f libicudata.so && ln -s libicudata.so.65.1 libicudata.so echo timestamp > packagedata make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source/data' make[2]: Entering directory '/tmp/instance-0/output-1/build/host-icu-65-1/source' Note: rebuild with "/usr/bin/make VERBOSE=1 all-local" to show all compiler parameters. make[2]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source' make[1]: Leaving directory '/tmp/instance-0/output-1/build/host-icu-65-1/source' yes checking for IPPROTO_IPV6 socket option IPV6_2292PKTINFO... yes checking for IPPROTO_IPV6 socket option IPV6_2292PKTOPTIONS... yes checking for IPPROTO_IPV6 socket option IPV6_2292RTHDR... yes checking for IPPROTO_IPV6 socket option IPV6_ADDRFORM... yes checking for IPPROTO_IPV6 socket option IPV6_ADDR_PREFERENCES... yes checking for IPPROTO_IPV6 socket option IPV6_AUTHHDR... yes checking for IPPROTO_IPV6 socket option IPV6_AUTH_LEVEL... no checking for IPPROTO_IPV6 socket option IPV6_AUTOFLOWLABEL... yes checking for IPPROTO_IPV6 socket option IPV6_CHECKSUM... yes checking for IPPROTO_IPV6 socket option IPV6_DONTFRAG... yes checking for IPPROTO_IPV6 socket option IPV6_DSTOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_DSTOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_ESP_NETWORK_LEVEL... no checking for IPPROTO_IPV6 socket option IPV6_ESP_TRANS_LEVEL... no checking for IPPROTO_IPV6 socket option IPV6_FLOWINFO... no checking for IPPROTO_IPV6 socket option IPV6_FLOWINFO_SEND... no checking for IPPROTO_IPV6 socket option IPV6_FLOWLABEL_MGR... no checking for IPPROTO_IPV6 socket option IPV6_HOPLIMIT... yes checking for IPPROTO_IPV6 socket option IPV6_HOPLIMIT... yes checking for IPPROTO_IPV6 socket option IPV6_HOPOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_HOPOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_IPCOMP_LEVEL... no checking for IPPROTO_IPV6 socket option IPV6_IPSEC_POLICY... yes checking for IPPROTO_IPV6 socket option IPV6_JOIN_ANYCAST... yes checking for IPPROTO_IPV6 socket option IPV6_JOIN_GROUP... yes checking for IPPROTO_IPV6 socket option IPV6_LEAVE_ANYCAST... yes checking for IPPROTO_IPV6 socket option IPV6_LEAVE_GROUP... yes checking for IPPROTO_IPV6 socket option IPV6_MINHOPCOUNT... yes checking for IPPROTO_IPV6 socket option IPV6_MTU... yes checking for IPPROTO_IPV6 socket option IPV6_MTU_DISCOVER... yes checking for IPPROTO_IPV6 socket option IPV6_NEXTHOP... yes checking for IPPROTO_IPV6 socket option IPV6_ORIGDSTADDR... yes checking for IPPROTO_IPV6 socket option IPV6_PATHMTU... yes checking for IPPROTO_IPV6 socket option IPV6_PIPEX... no checking for IPPROTO_IPV6 socket option IPV6_PKTINFO... yes checking for IPPROTO_IPV6 socket option IPV6_PORTRANGE... no checking for IPPROTO_IPV6 socket option IPV6_RETOPTS... no checking for IPPROTO_IPV6 socket option IPV6_ROUTER_ALERT... yes checking for IPPROTO_IPV6 socket option IPV6_RTHDR... yes checking for IPPROTO_IPV6 socket option IPV6_RTHDRDSTOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_TCLASS... yes checking for IPPROTO_IPV6 socket option IPV6_TRANSPARENT... yes checking for IPPROTO_IPV6 socket option IPV6_UNICAST_HOPS... yes checking for IPPROTO_IPV6 socket option IPV6_USE_MIN_MTU... no checking for IPPROTO_IPV6 socket option IPV6_V6ONLY... yes checking for IPPROTO_IPV6 socket option IPV6_XFRM_POLICY... yes checking for IPPROTO_IPV6 socket option IPV6_MIPDSTOPTS... no checking for IPPROTO_IPV6 socket option IPV6_AIXRAWSOCKET... no checking linux/bbkernel.h usability... no checking linux/bbkernel.h presence... no checking for linux/bbkernel.h... no checking for SOL_SOCKET socket option SO_ERROR... yes checking for SOL_SOCKET socket option SO_REUSEADDR... yes checking for SOL_SOCKET socket option SO_REUSEPORT... yes checking for SOL_SOCKET socket option SO_ACCEPTCONN... yes checking for SOL_SOCKET socket option SO_KERNACCEPT... no checking for SOL_SOCKET socket option SO_PEERID... no checking for SOL_SOCKET socket option SO_TYPE... yes checking for SOL_SOCKET socket option SO_USE_IFBUFS... no checking for IPPROTO_IP socket option IP_ADDRFORM... no checking for IPPROTO_IP socket option IP_ADD_MEMBERSHIP... yes checking for IPPROTO_IP socket option IP_ADD_SOURCE_MEMBERSHIP... yes checking for IPPROTO_IP socket option IP_BLOCK_SOURCE... yes checking for IPPROTO_IP socket option IP_DHCPMODE... no checking for IPPROTO_IP socket option IP_DROP_MEMBERSHIP... yes checking for IPPROTO_IP socket option IP_DROP_MEMBERSHIP... yes checking for IPPROTO_IP socket option IP_DROP_SOURCE_MEMBERSHIP... yes checking for IPPROTO_IP socket option IP_DROP_SOURCE_MEMBERSHIP... yes checking for IPPROTO_IP socket option IP_FINDPMTU... no checking for IPPROTO_IP socket option IP_HDRINCL... yes checking for IPPROTO_IP socket option IP_HDRINCL... yes checking for IPPROTO_IP socket option IP_MULTICAST_HOPS... no checking for IPPROTO_IP socket option IP_MULTICAST_IF... yes checking for IPPROTO_IP socket option IP_MULTICAST_LOOP... yes checking for IPPROTO_IP socket option IP_MULTICAST_TTL... yes checking for IPPROTO_IP socket option IP_OPTIONS... yes checking for IPPROTO_IP socket option IP_PMTUAGE... no checking for IPPROTO_IP socket option IP_RECVDSTADDR... no checking for IPPROTO_IP socket option IP_RECVIF... no checking for IPPROTO_IP socket option IP_RECVIFINFO... no checking for IPPROTO_IP socket option IP_RECVINTERFACE... no checking for IPPROTO_IP socket option IP_RECVMACHDR... no checking for IPPROTO_IP socket option IP_RECVTOS... yes checking for IPPROTO_IP socket option IP_RECVTTL... yes checking for IPPROTO_IP socket option IP_RECVTTL... yes checking for IPPROTO_IP socket option IP_SOURCE_FILTER... no checking for IPPROTO_IP socket option IP_UNBLOCK_SOURCE... yes checking for IPPROTO_IPV6 socket option IPV6_MULTICAST_HOPS... yes checking for IPPROTO_IPV6 socket option IPV6_MULTICAST_IF... yes checking for IPPROTO_IPV6 socket option IPV6_MULTICAST_LOOP... yes checking for IPPROTO_IPV6 socket option IPV6_AIXRAWSOCKET... no checking for IPPROTO_IPV6 socket option IPV6_NOPROBE... no checking for IPPROTO_IPV6 socket option IPV6_PKTOPTIONS... no checking for IPPROTO_IPV6 socket option IPV6_RECVHOPS... no checking for IPPROTO_IPV6 socket option IPV6_RECVIF... no checking for IPPROTO_IPV6 socket option IPV6_RECVSRCRT... no checking for IPPROTO_IPV6 socket option IPV6_SENDIF... no checking for IPPROTO_IPV6 socket option IPV6_ADD_MEMBERSHIP... yes checking for IPPROTO_IPV6 socket option IPV6_DROP_MEMBERSHIP... yes checking for IPPROTO_IPV6 socket option IPV6_RECVDSTADDR... no checking for IPPROTO_IPV6 socket option IPV6_RECVDSTOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_RECVERR... yes checking for IPPROTO_IPV6 socket option IPV6_RECVHOPLIMIT... yes checking for IPPROTO_IPV6 socket option IPV6_RECVHOPOPTS... yes checking for IPPROTO_IPV6 socket option IPV6_RECVOPTS... no checking for IPPROTO_IPV6 socket option IPV6_RECVORIGDSTADDR... yes checking for IPPROTO_IPV6 socket option IPV6_RECVPATHMTU... yes checking for IPPROTO_IPV6 socket option IPV6_RECVPKTINFO... yes checking for IPPROTO_IPV6 socket option IPV6_RECVRETOPTS... no checking for IPPROTO_IPV6 socket option IPV6_RECVRTHDR... yes checking for IPPROTO_IPV6 socket option IPV6_RECVTCLASS... yes checking for supported hostid type... no checking for module bandwidth... no checking for module redirect... no checking for module ldap... no checking for module checkmodule... no flags: '--target=mipsel-buildroot-linux-gnu' '--host=mipsel-buildroot-linux-gnu' '--build=x86_64-pc-linux-gnu' '--prefix=/usr' '--exec-prefix=/usr' '--sysconfdir=/etc' '--localstatedir=/var' '--program-prefix=' '--disable-gtk-doc' '--disable-gtk-doc-html' '--disable-doc' '--disable-docs' '--disable-documentation' '--with-xmlto=no' '--with-fop=no' '--disable-dependency-tracking' '--enable-ipv6' '--disable-nls' '--disable-static' '--enable-shared' '--disable-client' '--disable-preload' '--without-upnp' '--without-pam' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=mipsel-buildroot-linux-gnu' 'target_alias=mipsel-buildroot-linux-gnu' 'CC=/tmp/instance-0/output-1/per-package/dante/host/bin/mipsel-linux-gcc' 'CFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ' 'LDFLAGS=' 'CPPFLAGS=-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' 'CPP=/tmp/instance-0/output-1/per-package/dante/host/bin/mipsel-linux-cpp' CC: /tmp/instance-0/output-1/per-package/dante/host/bin/mipsel-linux-gcc (/tmp/instance-0/output-1/per-package/dante/host/bin/mipsel-linux-gcc) CFLAGS: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -O2 -ggdb (-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os ) CPP: /tmp/instance-0/output-1/per-package/dante/host/bin/mipsel-linux-cpp (/tmp/instance-0/output-1/per-package/dante/host/bin/mipsel-linux-cpp) CPPFLAGS: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE -D_DEFAULT_SOURCE -DDEBUG=0 -D_FORTIFY_SOURCE=2 (-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64) LDFLAGS: LD_LIBRARY_PATH: LIBS: -lcrypt DLIBDEPS: SOCKDDEPS: -lm compiler flags: warning flags: FEATURES: nopreload sess2 mon-data mon-disconnect compat: issetugid pselect setproctitle sockatmark strlcpy strvis socket options (socket level): SO_BROADCAST SO_DEBUG SO_DONTROUTE SO_KEEPALIVE SO_LINGER SO_OOBINLINE SO_PRIORITY SO_RCVBUF SO_RCVBUFFORCE SO_RCVLOWAT SO_RCVTIMEO SO_SNDBUF SO_SNDBUFFORCE SO_SNDLOWAT SO_SNDTIMEO SO_TIMESTAMP socket options (ipv4 level): IP_FREEBIND IP_MINTTL IP_MTU_DISCOVER IP_TOS IP_TTL socket options (ipv6 level): IPV6_ADDRFORM IPV6_UNICAST_HOPS IPV6_2292DSTOPTS IPV6_2292HOPLIMIT IPV6_2292HOPOPTS IPV6_2292PKTINFO IPV6_2292PKTOPTIONS IPV6_2292RTHDR IPV6_ADDRFORM IPV6_ADDR_PREFERENCES IPV6_AUTHHDR IPV6_AUTOFLOWLABEL IPV6_CHECKSUM IPV6_DONTFRAG IPV6_DSTOPTS IPV6_DSTOPTS IPV6_HOPLIMIT IPV6_HOPLIMIT IPV6_HOPOPTS IPV6_HOPOPTS IPV6_IPSEC_POLICY IPV6_JOIN_ANYCAST IPV6_JOIN_GROUP IPV6_LEAVE_ANYCAST IPV6_LEAVE_GROUP IPV6_MINHOPCOUNT IPV6_MTU IPV6_MTU_DISCOVER IPV6_NEXTHOP IPV6_ORIGDSTADDR IPV6_PATHMTU IPV6_PKTINFO IPV6_ROUTER_ALERT IPV6_RTHDR IPV6_RTHDRDSTOPTS IPV6_TCLASS IPV6_TRANSPARENT IPV6_UNICAST_HOPS IPV6_V6ONLY IPV6_XFRM_POLICY socket options (tcp level): TCP_CORK TCP_KEEPCNT TCP_KEEPIDLE TCP_KEEPINTVL TCP_LINGER2 TCP_MAXSEG TCP_MD5SIG TCP_NODELAY TCP_SYNCNT TCP_WINDOW_CLAMP socket options (udp level): UDP_CORK socket option arguments: IP_TOS.DSCP(AF11 AF12 AF13 AF21 AF22 AF23 AF31 AF32 AF33 AF41 AF42 AF43 CS0 CS1 CS2 CS3 CS4 CS5 CS6 CS7 EF) IP_TOS.PREC(NETCONTROL INTERNETCONTROL CRITIC_ECP FLASHOVERRIDE FLASH IMMEDIATE PRIORITY ROUTINE) IP_TOS.TOS(LOWDELAY THROUGHPUT RELIABILITY) checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating bin/socksify config.status: creating capi/socks.h config.status: creating sockd/Makefile config.status: creating include/Makefile config.status: creating lib/Makefile config.status: creating dlib/Makefile config.status: creating Makefile config.status: creating example/Makefile config.status: creating doc/Makefile config.status: creating bin/Makefile config.status: creating capi/Makefile config.status: creating SPECS/Makefile config.status: creating SPECS/dante.spec config.status: creating libscompat/Makefile config.status: creating contrib/Makefile config.status: creating unlicensed/Makefile config.status: creating VERSION config.status: creating dlib64/Makefile config.status: creating include/autoconf.h config.status: linking unlicensed/bandwidth.c to sockd/bandwidth.c config.status: linking unlicensed/bandwidth_key.c to sockd/bandwidth_key.c config.status: linking unlicensed/redirect.c to sockd/redirect.c config.status: linking unlicensed/redirect_key.c to sockd/redirect_key.c config.status: linking unlicensed/ldap.c to sockd/ldap.c config.status: linking unlicensed/ldap_key.c to sockd/ldap_key.c config.status: linking unlicensed/checkmodule.c to sockd/checkmodule.c 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 Configure status: Client: Disabled, using --disable-client Server: Enabled Preloading: Disabled Libwrap: Disabled, tcpd.h missing BSD Auth: Disabled, usable bsd_auth.h not found PAM: Disabled, using --without-pam GSSAPI: Not found/disabled KRB5: Not found/disabled SASL: Not found/disabled UPNP: Not found/disabled Compatability: issetugid pselect setproctitle sockatmark strlcpy strvis Modules: redirect: Not found bandwidth: Not found ldap: Not found make: Leaving directory '/tmp/instance-0/buildroot'