Changes:
------------------------------------------ [...truncated 138.21 KB...] checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether compiler accepts -fvisibility=hidden... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating include/Makefile config.status: creating include/libnftnl/Makefile config.status: creating include/linux/Makefile config.status: creating include/linux/netfilter/Makefile config.status: creating examples/Makefile config.status: creating tests/Makefile config.status: creating libnftnl.pc config.status: creating doxygen.cfg config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --without-cli, --disable-man-doc, --enable-python + make -j 8 install Making install in src make[1]: Entering directory '/build/libnftnl/src' CC utils.lo CC batch.lo CC common.lo CC table.lo CC flowtable.lo CC gen.lo CC trace.lo CC chain.lo CC object.lo CC rule.lo CC set.lo CC set_elem.lo CC ruleset.lo CC udata.lo CC expr.lo CC expr_ops.lo CC expr/bitwise.lo CC expr/byteorder.lo CC expr/cmp.lo CC expr/range.lo CC expr/connlimit.lo CC expr/counter.lo CC expr/ct.lo CC expr/data_reg.lo CC expr/dup.lo CC expr/exthdr.lo CC expr/flow_offload.lo CC expr/fib.lo CC expr/fwd.lo CC expr/last.lo CC expr/limit.lo CC expr/log.lo CC expr/lookup.lo CC expr/immediate.lo CC expr/dynset.lo CC expr/inner.lo CC expr/match.lo CC expr/meta.lo CC expr/numgen.lo CC expr/nat.lo CC expr/tproxy.lo CC expr/objref.lo CC expr/payload.lo CC expr/queue.lo CC expr/quota.lo CC expr/reject.lo CC expr/rt.lo CC expr/target.lo CC expr/tunnel.lo CC expr/masq.lo CC expr/redir.lo CC expr/hash.lo CC expr/socket.lo CC expr/synproxy.lo CC expr/osf.lo CC expr/xfrm.lo CC obj/counter.lo CC obj/ct_helper.lo CC obj/quota.lo CC obj/tunnel.lo CC obj/limit.lo CC obj/synproxy.lo CC obj/ct_timeout.lo CC obj/secmark.lo CC obj/ct_expect.lo CCLD libnftnl.la make[2]: Entering directory '/build/libnftnl/src' make[2]: Nothing to be done for 'install-data-am'. /bin/mkdir -p '/build/deps/install/stow/libnftnl/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libnftnl.la '/build/deps/install/stow/libnftnl/lib' libtool: install: /usr/bin/install -c .libs/libnftnl.so.11.6.0 /build/deps/install/stow/libnftnl/lib/libnftnl.so.11.6.0 libtool: install: (cd /build/deps/install/stow/libnftnl/lib && { ln -s -f libnftnl.so.11.6.0 libnftnl.so.11 || { rm -f libnftnl.so.11 && ln -s libnftnl.so.11.6.0 libnftnl.so.11; }; }) libtool: install: (cd /build/deps/install/stow/libnftnl/lib && { ln -s -f libnftnl.so.11.6.0 libnftnl.so || { rm -f libnftnl.so && ln -s libnftnl.so.11.6.0 libnftnl.so; }; }) libtool: install: /usr/bin/install -c .libs/libnftnl.lai /build/deps/install/stow/libnftnl/lib/libnftnl.la libtool: finish: PATH="/build/deps/install/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /build/deps/install/stow/libnftnl/lib ---------------------------------------------------------------------- Libraries have been installed in: /build/deps/install/stow/libnftnl/lib
If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf'
See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[2]: Leaving directory '/build/libnftnl/src' make[1]: Leaving directory '/build/libnftnl/src' Making install in include make[1]: Entering directory '/build/libnftnl/include' Making install in libnftnl make[2]: Entering directory '/build/libnftnl/include/libnftnl' make[3]: Entering directory '/build/libnftnl/include/libnftnl' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libnftnl/include/libnftnl' /usr/bin/install -c -m 644 batch.h table.h trace.h chain.h object.h rule.h expr.h set.h flowtable.h ruleset.h common.h udata.h gen.h '/build/deps/install/stow/libnftnl/include/libnftnl' make[3]: Leaving directory '/build/libnftnl/include/libnftnl' make[2]: Leaving directory '/build/libnftnl/include/libnftnl' Making install in linux make[2]: Entering directory '/build/libnftnl/include/linux' Making install in netfilter make[3]: Entering directory '/build/libnftnl/include/linux/netfilter' make[4]: Entering directory '/build/libnftnl/include/linux/netfilter' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/libnftnl/include/linux/netfilter' make[3]: Leaving directory '/build/libnftnl/include/linux/netfilter' make[3]: Entering directory '/build/libnftnl/include/linux' make[4]: Entering directory '/build/libnftnl/include/linux' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/build/libnftnl/include/linux' make[3]: Leaving directory '/build/libnftnl/include/linux' make[2]: Leaving directory '/build/libnftnl/include/linux' make[2]: Entering directory '/build/libnftnl/include' make[3]: Entering directory '/build/libnftnl/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/build/libnftnl/include' make[2]: Leaving directory '/build/libnftnl/include' make[1]: Leaving directory '/build/libnftnl/include' Making install in examples make[1]: Entering directory '/build/libnftnl/examples' make[2]: Entering directory '/build/libnftnl/examples' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/libnftnl/examples' make[1]: Leaving directory '/build/libnftnl/examples' Making install in tests make[1]: Entering directory '/build/libnftnl/tests' make[2]: Entering directory '/build/libnftnl/tests' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/build/libnftnl/tests' make[1]: Leaving directory '/build/libnftnl/tests' make[1]: Entering directory '/build/libnftnl' make[2]: Entering directory '/build/libnftnl' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/build/deps/install/stow/libnftnl/lib/pkgconfig' /usr/bin/install -c -m 644 libnftnl.pc '/build/deps/install/stow/libnftnl/lib/pkgconfig' make[2]: Leaving directory '/build/libnftnl' make[1]: Leaving directory '/build/libnftnl' + STOW_DIR=/build/deps/install/stow + stow --restow libnftnl + build_from_netfilter nftables + project=nftables + set +x + '[' -d ./nftables ']' + git clone https://git.netfilter.org/nftables nftables
=============================== nftables ===============================
Cloning into 'nftables'... error: garbage at end of loose object '0ca03ecd6ab3cfdc94f8f9ef6e3a7c40d1aa7195' fatal: loose object 0ca03ecd6ab3cfdc94f8f9ef6e3a7c40d1aa7195 (stored in /build/libnftnl/nftables/.git/objects/0c/a03ecd6ab3cfdc94f8f9ef6e3a7c40d1aa7195) is corrupt Build step 'Execute shell' marked build as failure $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 621576 killed; [ssh-agent] Stopped. Archiving artifacts