lib/route/cls/ematch_syntax.y:98.26-35: warning: POSIX Yacc does not support string literals [-Wyacc] 98 | %token META_SK_PROTO "sk_proto" | ^~~~~~~~~~ lib/route/cls/ematch_syntax.y:99.25-33: warning: POSIX Yacc does not support string literals [-Wyacc] 99 | %token META_SK_TYPE "sk_type" | ^~~~~~~~~ lib/route/cls/ematch_syntax.y:100.31-45: warning: POSIX Yacc does not support string literals [-Wyacc] 100 | %token META_SK_RMEM_ALLOC "sk_rmem_alloc" | ^~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:101.31-45: warning: POSIX Yacc does not support string literals [-Wyacc] 101 | %token META_SK_WMEM_ALLOC "sk_wmem_alloc" | ^~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:102.32-47: warning: POSIX Yacc does not support string literals [-Wyacc] 102 | %token META_SK_WMEM_QUEUED "sk_wmem_queued" | ^~~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:103.29-41: warning: POSIX Yacc does not support string literals [-Wyacc] 103 | %token META_SK_RCV_QLEN "sk_rcv_qlen" | ^~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:104.29-41: warning: POSIX Yacc does not support string literals [-Wyacc] 104 | %token META_SK_SND_QLEN "sk_snd_qlen" | ^~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:105.29-41: warning: POSIX Yacc does not support string literals [-Wyacc] 105 | %token META_SK_ERR_QLEN "sk_err_qlen" | ^~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:106.35-53: warning: POSIX Yacc does not support string literals [-Wyacc] 106 | %token META_SK_FORWARD_ALLOCS "sk_forward_allocs" | ^~~~~~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:107.27-37: warning: POSIX Yacc does not support string literals [-Wyacc] 107 | %token META_SK_ALLOCS "sk_allocs" | ^~~~~~~~~~~ lib/route/cls/ematch_syntax.y:108.31-45: warning: POSIX Yacc does not support string literals [-Wyacc] 108 | %token META_SK_ROUTE_CAPS "sk_route_caps" | ^~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:109.25-33: warning: POSIX Yacc does not support string literals [-Wyacc] 109 | %token META_SK_HASH "sk_hash" | ^~~~~~~~~ lib/route/cls/ematch_syntax.y:110.31-45: warning: POSIX Yacc does not support string literals [-Wyacc] 110 | %token META_SK_LINGERTIME "sk_lingertime" | ^~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:111.32-47: warning: POSIX Yacc does not support string literals [-Wyacc] 111 | %token META_SK_ACK_BACKLOG "sk_ack_backlog" | ^~~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:112.36-55: warning: POSIX Yacc does not support string literals [-Wyacc] 112 | %token META_SK_MAX_ACK_BACKLOG "sk_max_ack_backlog" | ^~~~~~~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:113.25-33: warning: POSIX Yacc does not support string literals [-Wyacc] 113 | %token META_SK_PRIO "sk_prio" | ^~~~~~~~~ lib/route/cls/ematch_syntax.y:114.29-41: warning: POSIX Yacc does not support string literals [-Wyacc] 114 | %token META_SK_RCVLOWAT "sk_rcvlowat" | ^~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:115.29-41: warning: POSIX Yacc does not support string literals [-Wyacc] 115 | %token META_SK_RCVTIMEO "sk_rcvtimeo" | ^~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:116.29-41: warning: POSIX Yacc does not support string literals [-Wyacc] 116 | %token META_SK_SNDTIMEO "sk_sndtimeo" | ^~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:117.32-47: warning: POSIX Yacc does not support string literals [-Wyacc] 117 | %token META_SK_SENDMSG_OFF "sk_sendmsg_off" | ^~~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:118.34-51: warning: POSIX Yacc does not support string literals [-Wyacc] 118 | %token META_SK_WRITE_PENDING "sk_write_pending" | ^~~~~~~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:119.22-27: warning: POSIX Yacc does not support string literals [-Wyacc] 119 | %token META_VLAN "vlan" | ^~~~~~ lib/route/cls/ematch_syntax.y:120.24-31: warning: POSIX Yacc does not support string literals [-Wyacc] 120 | %token META_RXHASH "rxhash" | ^~~~~~~~ lib/route/cls/ematch_syntax.y:121.25-33: warning: POSIX Yacc does not support string literals [-Wyacc] 121 | %token META_DEVNAME "devname" | ^~~~~~~~~ lib/route/cls/ematch_syntax.y:122.29-41: warning: POSIX Yacc does not support string literals [-Wyacc] 122 | %token META_SK_BOUND_IF "sk_bound_if" | ^~~~~~~~~~~~~ lib/route/cls/ematch_syntax.y:136.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc] 136 | %destructor { free($$); NL_DBG(2, "string destructor\n"); } | ^~~~~~~~~~~ lib/route/cls/ematch_syntax.y:137.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc] 137 | %destructor { rtnl_pktloc_put($$); NL_DBG(2, "pktloc destructor\n"); ... | ^~~~~~~~~~~ lib/route/cls/ematch_syntax.y:138.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc] 138 | %destructor { free($$.data); NL_DBG(2, "quoted destructor\n"); } | ^~~~~~~~~~~ lib/route/cls/ematch_syntax.y:139.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc] 139 | %destructor { rtnl_meta_value_put($$); NL_DBG(2, "meta value destruct... | ^~~~~~~~~~~ lib/route/cls/ematch_syntax.y:198.24-26: warning: POSIX Yacc does not support string literals [-Wyacc] 198 | | EMATCH_NBYTE "(" pktloc KW_EQ pattern ")" | ^~~ lib/route/cls/ematch_syntax.y:198.49-51: warning: POSIX Yacc does not support string literals [-Wyacc] 198 | | EMATCH_NBYTE "(" pktloc KW_EQ pattern ")" | ^~~ lib/route/cls/ematch_syntax.y:216.23-25: warning: POSIX Yacc does not support string literals [-Wyacc] 216 | | EMATCH_TEXT "(" STR QUOTED text_from text_to ")" | ^~~ lib/route/cls/ematch_syntax.y:216.56-58: warning: POSIX Yacc does not support string literals [-Wyacc] 216 | | EMATCH_TEXT "(" STR QUOTED text_from text_to ")" | ^~~ lib/route/cls/ematch_syntax.y:243.23-25: warning: POSIX Yacc does not support string literals [-Wyacc] 243 | | EMATCH_META "(" meta_value operand meta_value ")" | ^~~ lib/route/cls/ematch_syntax.y:243.57-59: warning: POSIX Yacc does not support string literals [-Wyacc] 243 | | EMATCH_META "(" meta_value operand meta_value ")" | ^~~ lib/route/cls/ematch_syntax.y:262.11-13: warning: POSIX Yacc does not support string literals [-Wyacc] 262 | | "(" expr ")" | ^~~ lib/route/cls/ematch_syntax.y:262.20-22: warning: POSIX Yacc does not support string literals [-Wyacc] 262 | | "(" expr ")" | ^~~ lib/route/cls/ematch_syntax.y:290.20-22: warning: POSIX Yacc does not support string literals [-Wyacc] 290 | EMATCH_CMP "(" cmp_expr ")" | ^~~ lib/route/cls/ematch_syntax.y:290.33-35: warning: POSIX Yacc does not support string literals [-Wyacc] 290 | EMATCH_CMP "(" cmp_expr ")" | ^~~ lib/route/cls/ematch_syntax.y:319.11-16: warning: POSIX Yacc does not support string literals [-Wyacc] 319 | | "from" pktloc | ^~~~~~ lib/route/cls/ematch_syntax.y:326.11-14: warning: POSIX Yacc does not support string literals [-Wyacc] 326 | | "to" pktloc | ^~~~ lib/route/cls/ematch_syntax.y:444.23-25: warning: POSIX Yacc does not support string literals [-Wyacc] 444 | | align LAYER "+" NUMBER mask | ^~~ lib/route/cls/ematch_syntax.y:471.17-20: warning: POSIX Yacc does not support string literals [-Wyacc] 471 | | ALIGN "at" | ^~~~ lib/route/cls/ematch_syntax.y:473.18-21: warning: POSIX Yacc does not support string literals [-Wyacc] 473 | | NUMBER "at" | ^~~~ checking for fast RSA... no checking for cos in -lm... yes checking for library containing gethostbyname... -- Looking for iconv - found -- Looking for wcstombs GEN lib/route/pktloc_grammar.c GEN lib/route/pktloc_syntax.c lib/route/pktloc_syntax.y:10.1-14: warning: POSIX Yacc does not support %error-verbose [-Wyacc] 10 | %error-verbose | ^~~~~~~~~~~~~~ lib/route/pktloc_syntax.y:10.1-14: warning: deprecated directive: '%error-verbose', use '%define parse.error verbose' [-Wdeprecated] 10 | %error-verbose | ^~~~~~~~~~~~~~ | %define parse.error verbose lib/route/pktloc_syntax.y:11.1-7: warning: POSIX Yacc does not support %define [-Wyacc] 11 | %define api.pure | ^~~~~~~ lib/route/pktloc_syntax.y:12.14-22: warning: POSIX Yacc does not support string literals [-Wyacc] 12 | %name-prefix "pktloc_" | ^~~~~~~~~ lib/route/pktloc_syntax.y:12.1-22: warning: POSIX Yacc does not support %name-prefix [-Wyacc] 12 | %name-prefix "pktloc_" | ^~~~~~~~~~~~~~~~~~~~~~ lib/route/pktloc_syntax.y:12.1-22: warning: deprecated directive: '%name-prefix "pktloc_"', use '%define api.prefix {pktloc_}' [-Wdeprecated] 12 | %name-prefix "pktloc_" | ^~~~~~~~~~~~~~~~~~~~~~ | %define api.prefix {pktloc_} lib/route/pktloc_syntax.y:16.1-7: warning: POSIX Yacc does not support %expect [-Wyacc] 16 | %expect 1 | ^~~~~~~ lib/route/pktloc_syntax.y:40.1-11: warning: POSIX Yacc does not support %destructor [-Wyacc] 40 | %destructor { free($$); } NAME | ^~~~~~~~~~~ -- Looking for wcstombs - found -- Looking for mbstowcs none required checking for library containing socket... lib/route/pktloc_syntax.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] CC lib/idiag/libnl_idiag_3_la-idiag.lo -- Looking for mbstowcs - found -- Performing Test HAVE_STD_char16_t lib/route/cls/ematch_syntax.y: warning: fix-its can be applied. Rerun with option '--update'. [-Wother] CC lib/idiag/libnl_idiag_3_la-idiag_meminfo_obj.lo none required checking for vcs system... none checking for vcs checkout... no checking whether the linker accepts -Werror... yes checking whether the linker accepts -z relro -z now... -- Performing Test HAVE_STD_char16_t - Success -- Check size of char16_t yes checking whether the linker accepts -pie... CC lib/idiag/libnl_idiag_3_la-idiag_req_obj.lo CC lib/idiag/libnl_idiag_3_la-idiag_msg_obj.lo -- Check size of char16_t - done -- Performing Test CXX_matching-delete-operator yes checking whether C compiler accepts -Werror... yes checking whether C compiler accepts -Wno-pragmas... yes checking whether C compiler accepts -Wall... -- Performing Test CXX_matching-delete-operator - Success -- Performing Test HAVE_BOOL yes checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Wunknown-pragmas... CC lib/idiag/libnl_idiag_3_la-idiag_vegasinfo_obj.lo yes checking whether C compiler accepts -Wthis-test-should-fail... no checking whether C compiler accepts --param=ssp-buffer-size=1... -- Performing Test HAVE_BOOL - Success -- Performing Test HAVE_CONST yes checking whether C compiler accepts -Waddress... yes checking whether C compiler accepts -Warray-bounds... yes checking whether C compiler accepts -Wbad-function-cast... yes checking whether C compiler accepts -Wchar-subscripts... yes checking whether C compiler accepts -Wcomment... -- Performing Test HAVE_CONST - Success -- Performing Test CXX_HAS_inline yes checking whether C compiler accepts -Wfloat-equal... CC lib/genl/libnl_genl_3_la-ctrl.lo yes checking whether C compiler accepts -Wformat-security... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -Wmaybe-uninitialized... CC lib/genl/libnl_genl_3_la-family.lo -- Performing Test CXX_HAS_inline - Success yes -- Performing Test HAVE_VOLATILE checking whether C compiler accepts -Wmissing-field-initializers... yes checking whether C compiler accepts -Wmissing-noreturn... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wnested-externs... -- Performing Test HAVE_VOLATILE - Success -- Performing Test HAVE_LSTRING yes checking whether C compiler accepts -Wnormalized=id... yes checking whether C compiler accepts -Woverride-init... yes checking whether C compiler accepts -Wpointer-arith... CC lib/genl/libnl_genl_3_la-genl.lo yes checking whether C compiler accepts -Wpointer-sign... -- Performing Test HAVE_LSTRING - Success -- Performing Test HAVE_NAMESPACES yes checking whether C compiler accepts -Wshadow... yes checking whether C compiler accepts -Wshorten-64-to-32... CC lib/genl/libnl_genl_3_la-mngt.lo no checking whether C compiler accepts -Wsign-compare... -- Performing Test HAVE_NAMESPACES - Success -- Performing Test HAVE_STD_LIBS yes checking whether C compiler accepts -Wstrict-overflow=1... yes checking whether C compiler accepts -Wstrict-prototypes... yes checking whether C compiler accepts -Wswitch-enum... yes checking whether C compiler accepts -Wundef... yes >>> libzlib 1.2.13 Building PATH="/home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin:/home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin" /usr/bin/make -j1 -C /home/buildroot/autobuild/run/instance-3/output-1/build/libzlib-1.2.13 checking whether C compiler accepts -Wunused... make[1]: Entering directory '/home/buildroot/autobuild/run/instance-3/buildroot' make[1]: warning: -jN forced in submake: disabling jobserver mode. /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c yes CC lib/netfilter/libnl_nf_3_la-ct.lo checking whether C compiler accepts -Wunused-result... yes checking whether C compiler accepts -Wunused-variable... yes checking whether C compiler accepts -Wwrite-strings... /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c yes checking whether C compiler accepts -fwrapv... yes creating wolfssl-config - generic 5.6.3 for -lwolfssl -lpthread checking the number of available CPUs... 8 configure: adding automake macro support configure: creating aminclude.am /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c configure: added jobserver support to make for 9 jobs checking that generated files are newer than configure... done configure: creating ./config.status /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c CC lib/netfilter/libnl_nf_3_la-ct_obj.lo -- Performing Test HAVE_STD_LIBS - Success -- Performing Test HAVE_STD_NAMESPACE CC lib/netfilter/libnl_nf_3_la-exp.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c -- Performing Test HAVE_STD_NAMESPACE - Success -- Performing Test CXX_NEEDS_msse2 -- Performing Test CXX_NEEDS_msse2 - Failed -- Performing Test XERCES_HAVE_INTRIN_H -- Performing Test XERCES_HAVE_INTRIN_H - Failed -- Performing Test XERCES_HAVE_EMMINTRIN_H -- Performing Test XERCES_HAVE_EMMINTRIN_H - Failed -- Performing Test HAVE_CPUID_H CC lib/netfilter/libnl_nf_3_la-exp_obj.lo -- Performing Test HAVE_CPUID_H - Failed -- Performing Test XERCES_HAVE_CPUID_INTRINSIC /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c -- Performing Test XERCES_HAVE_CPUID_INTRINSIC - Failed -- Performing Test XERCES_HAVE_GETCPUID -- Performing Test XERCES_HAVE_GETCPUID - Failed -- Performing Test XERCES_HAVE_SSE2_INTRINSIC config.status: creating stamp-h config.status: creating Makefile -- Performing Test XERCES_HAVE_SSE2_INTRINSIC - Failed -- Performing Test HAVE_PATH_MAX config.status: creating wolfssl/version.h /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c config.status: creating wolfssl/options.h config.status: creating cyassl/options.h config.status: creating support/wolfssl.pc config.status: creating rpm/spec -- Performing Test HAVE_PATH_MAX - Success -- Performing Test HAVE_MBRLEN config.status: creating wolfcrypt/test/test_paths.h config.status: creating scripts/unit.test config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing wolfssl/wolfcrypt/async.h commands -- Performing Test HAVE_MBRLEN - Success -- Performing Test HAVE_WCSRTOMBS config.status: executing wolfssl/wolfcrypt/fips.h commands config.status: executing wolfssl/wolfcrypt/port/cavium/cavium_nitrox.h commands config.status: executing wolfssl/wolfcrypt/port/intel/quickassist.h commands config.status: executing wolfssl/wolfcrypt/port/intel/quickassist_mem.h commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls configure: --- configure: Running make clean... -- Performing Test HAVE_WCSRTOMBS - Success -- Performing Test HAVE_MBSRTOWCS CC lib/netfilter/libnl_nf_3_la-log.lo -- Performing Test HAVE_MBSRTOWCS - Success -- Performing Test ICONV_USES_CONST_POINTER -- Performing Test ICONV_USES_CONST_POINTER - Failed -- Could NOT find Java (missing: Java_JAVA_EXECUTABLE Runtime) configure: --- configure: Generating user options header... configure: error: Could not find colrm or cut to make options file -- -- Xerces-C++ configuration summary -- -------------------------------- -- -- Version: 3.2.4 -- Library interface version: 3.2 -- -- Installation directory: /usr -- C compiler: /home/buildroot/autobuild/run/instance-3/output-1/per-package/xerces/host/bin/xtensa-buildroot-linux-uclibc-gcc -- C++ compiler: /home/buildroot/autobuild/run/instance-3/output-1/per-package/xerces/host/bin/xtensa-buildroot-linux-uclibc-g++ -- -- Build shared libraries: ON -- Path delimiters: "/" -- File Manager: POSIX -- Mutex Manager: standard -- Transcoder: gnuiconv -- NetAccessor: OFF -- Message Loader: inmemory -- XMLCh type: char16_t -- Configuring done (18.9s) /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c package/pkg-generic.mk:273: recipe for target '/home/buildroot/autobuild/run/instance-3/output-1/build/wolfssl-5.6.3/.stamp_configured' failed make: *** [/home/buildroot/autobuild/run/instance-3/output-1/build/wolfssl-5.6.3/.stamp_configured] Error 1 make: *** Waiting for unfinished jobs.... CC lib/netfilter/libnl_nf_3_la-log_msg.lo CC lib/netfilter/libnl_nf_3_la-log_msg_obj.lo -- Generating done (0.1s) 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: /home/buildroot/autobuild/run/instance-3/output-1/build/xerces-3.2.4 /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c CC lib/netfilter/libnl_nf_3_la-log_obj.lo CC lib/netfilter/libnl_nf_3_la-netfilter.lo CC lib/netfilter/libnl_nf_3_la-nfnl.lo CC lib/netfilter/libnl_nf_3_la-queue.lo CC lib/netfilter/libnl_nf_3_la-queue_msg.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c CC lib/netfilter/libnl_nf_3_la-queue_msg_obj.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c CC lib/netfilter/libnl_nf_3_la-queue_obj.lo CC lib/xfrm/libnl_xfrm_3_la-ae.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c CC lib/xfrm/libnl_xfrm_3_la-lifetime.lo CC lib/xfrm/libnl_xfrm_3_la-sa.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c CC lib/xfrm/libnl_xfrm_3_la-selector.lo CC lib/xfrm/libnl_xfrm_3_la-sp.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc-ar rc libz.a adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o CC lib/xfrm/libnl_xfrm_3_la-template.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -L. libz.a /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/adler32.o adler32.c CCLD lib/libnl-3.la /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/crc32.o crc32.c CC lib/fib_lookup/libnl_route_3_la-lookup.lo CC lib/fib_lookup/libnl_route_3_la-request.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/deflate.o deflate.c CC lib/route/libnl_route_3_la-act.lo CC lib/route/act/libnl_route_3_la-gact.lo CC lib/route/act/libnl_route_3_la-mirred.lo CC lib/route/act/libnl_route_3_la-nat.lo CC lib/route/act/libnl_route_3_la-skbedit.lo CC lib/route/act/libnl_route_3_la-vlan.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/infback.o infback.c CC lib/route/libnl_route_3_la-addr.lo CC lib/route/libnl_route_3_la-class.lo CC lib/route/libnl_route_3_la-classid.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inffast.o inffast.c CC lib/route/libnl_route_3_la-cls.lo CC lib/route/cls/libnl_route_3_la-basic.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inflate.o inflate.c CC lib/route/cls/libnl_route_3_la-cgroup.lo CC lib/route/cls/libnl_route_3_la-ematch.lo CC lib/route/cls/ematch/libnl_route_3_la-cmp.lo CC lib/route/cls/ematch/libnl_route_3_la-container.lo CC lib/route/cls/ematch/libnl_route_3_la-meta.lo CC lib/route/cls/ematch/libnl_route_3_la-nbyte.lo CC lib/route/cls/ematch/libnl_route_3_la-text.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inftrees.o inftrees.c CC lib/route/cls/libnl_route_3_la-flower.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/trees.o trees.c CC lib/route/cls/libnl_route_3_la-fw.lo CC lib/route/cls/libnl_route_3_la-mall.lo CC lib/route/cls/libnl_route_3_la-police.lo CC lib/route/cls/libnl_route_3_la-u32.lo CC lib/route/libnl_route_3_la-link.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/zutil.o zutil.c CC lib/route/link/libnl_route_3_la-api.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/compress.o compress.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/uncompr.o uncompr.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzclose.o gzclose.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzlib.o gzlib.c CC lib/route/link/libnl_route_3_la-bonding.lo CC lib/route/link/libnl_route_3_la-bridge.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzread.o gzread.c CC lib/route/link/libnl_route_3_la-can.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzwrite.o gzwrite.c /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o libz.so.1.2.13 adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc rm -f libz.so libz.so.1 ln -s libz.so.1.2.13 libz.so ln -s libz.so.1.2.13 libz.so.1 /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o examplesh example.o -L. libz.so.1.2.13 /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzipsh minigzip.o -L. libz.so.1.2.13 /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c CC lib/route/link/libnl_route_3_la-dummy.lo CC lib/route/link/libnl_route_3_la-geneve.lo CC lib/route/link/libnl_route_3_la-ifb.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example64 example64.o -L. libz.a /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c CC lib/route/link/libnl_route_3_la-inet.lo /home/buildroot/autobuild/run/instance-3/output-1/per-package/libzlib/host/bin/xtensa-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mlongcalls -mauto-litpools -Os -g0 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/libzlib-1.2.13' CC lib/route/link/libnl_route_3_la-inet6.lo CC lib/route/link/libnl_route_3_la-ip6gre.lo CC lib/route/link/libnl_route_3_la-ip6vti.lo CC lib/route/link/libnl_route_3_la-ip6tnl.lo CC lib/route/link/libnl_route_3_la-ipgre.lo CC lib/route/link/libnl_route_3_la-ipip.lo CC lib/route/link/libnl_route_3_la-ipvlan.lo CC lib/route/link/libnl_route_3_la-ipvti.lo CC lib/route/link/libnl_route_3_la-macsec.lo CC lib/route/link/libnl_route_3_la-macvlan.lo CC lib/route/link/libnl_route_3_la-ppp.lo CC lib/route/link/libnl_route_3_la-sit.lo CC lib/route/link/libnl_route_3_la-sriov.lo CC lib/route/link/libnl_route_3_la-team.lo CC lib/route/link/libnl_route_3_la-veth.lo CC lib/route/link/libnl_route_3_la-vlan.lo CC lib/route/link/libnl_route_3_la-vrf.lo CC lib/route/link/libnl_route_3_la-vxlan.lo CC lib/route/link/libnl_route_3_la-xfrmi.lo CC lib/route/libnl_route_3_la-mdb.lo CC lib/route/libnl_route_3_la-neigh.lo CC lib/route/libnl_route_3_la-neightbl.lo CC lib/route/libnl_route_3_la-netconf.lo CC lib/route/libnl_route_3_la-nexthop.lo CC lib/route/libnl_route_3_la-nexthop_encap.lo CC lib/route/libnl_route_3_la-nh_encap_mpls.lo CC lib/route/libnl_route_3_la-pktloc.lo CC lib/route/libnl_route_3_la-qdisc.lo CC lib/route/qdisc/libnl_route_3_la-blackhole.lo CC lib/route/qdisc/libnl_route_3_la-cbq.lo CC lib/route/qdisc/libnl_route_3_la-dsmark.lo CC lib/route/qdisc/libnl_route_3_la-fifo.lo CC lib/route/qdisc/libnl_route_3_la-fq_codel.lo CC lib/route/qdisc/libnl_route_3_la-hfsc.lo CC lib/route/qdisc/libnl_route_3_la-htb.lo CC lib/route/qdisc/libnl_route_3_la-ingress.lo CC lib/route/qdisc/libnl_route_3_la-mqprio.lo CC lib/route/qdisc/libnl_route_3_la-netem.lo CC lib/route/qdisc/libnl_route_3_la-plug.lo CC lib/route/qdisc/libnl_route_3_la-prio.lo CC lib/route/qdisc/libnl_route_3_la-red.lo CC lib/route/qdisc/libnl_route_3_la-sfq.lo CC lib/route/libnl_route_3_la-route.lo CC lib/route/qdisc/libnl_route_3_la-tbf.lo CC lib/route/libnl_route_3_la-route_obj.lo CC lib/route/libnl_route_3_la-route_utils.lo CC lib/route/libnl_route_3_la-rtnl.lo CC lib/route/libnl_route_3_la-rule.lo CC lib/route/libnl_route_3_la-tc.lo CC lib/route/cls/libnl_route_3_la-ematch_grammar.lo CC lib/route/cls/libnl_route_3_la-ematch_syntax.lo CC lib/route/libnl_route_3_la-pktloc_grammar.lo CC lib/route/libnl_route_3_la-pktloc_syntax.lo CCLD lib/libnl-idiag-3.la CCLD lib/libnl-genl-3.la CCLD lib/libnl-xfrm-3.la CCLD lib/libnl-route-3.la CCLD lib/libnl-nf-3.la make[1]: Leaving directory '/home/buildroot/autobuild/run/instance-3/output-1/build/libnl-3.7.0' make: Leaving directory '/home/buildroot/autobuild/run/instance-3/buildroot'