* Package: net-misc/mptcpd-0.9 * Repository: gentoo * Maintainer: candrews@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox * Determining the location of the kernel source code * Found kernel source directory: * /usr/src/linux * Found sources for kernel version: * 5.16.18-gentoo-dist * Checking for suitable kernel configuration options... [ ok ] >>> Unpacking source... >>> Unpacking mptcpd-0.9.tar.gz to /var/tmp/portage/net-misc/mptcpd-0.9/work >>> Source unpacked in /var/tmp/portage/net-misc/mptcpd-0.9/work >>> Preparing source in /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9 ... * econf: updating mptcpd-0.9/config.guess with /usr/share/gnuconfig/config.guess * econf: updating mptcpd-0.9/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --disable-static --docdir=/usr/share/doc/mptcpd-0.9 --htmldir=/usr/share/doc/mptcpd-0.9/html --with-sysroot=/ --libdir=/usr/lib64 --with-kernel=upstream --with-systemdsystemunitdir=/lib/systemd/system --disable-debug checking whether to enable debugging... no checking for a BSD-compatible install... /usr/lib/portage/python3.9/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none 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 x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-pc-linux-gnu-nm -B checking the name lister (/usr/bin/x86_64-pc-linux-gnu-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/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for x86_64-pc-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for archiver @FILE support... @ checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking command to parse /usr/bin/x86_64-pc-linux-gnu-nm -B output from x86_64-pc-linux-gnu-gcc object... ok checking for sysroot... / checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-pc-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/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 for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64 checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether to build with code coverage support... no checking for x86_64-pc-linux-gnu-doxygen... no checking for doxygen... no configure: WARNING: doxygen not found - will not generate any doxygen documentation checking for x86_64-pc-linux-gnu-perl... no checking for perl... /usr/bin/perl checking for pandoc... no checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes configure: systemd system unit directory: /lib/systemd/system checking whether C compiler accepts -O2... yes checking whether C++ compiler accepts -O2... yes checking for ell >= 0.30... yes checking linux/mptcp.h usability... yes checking linux/mptcp.h presence... yes checking for linux/mptcp.h... yes checking for MPTCP_PM_CMD_ANNOUNCE in linux/mptcp.h... no checking for MPTCP_GENL_NAME defined in linux/mptcp.h... no configure: WARNING: Unsupported header. Using fallback. configure: Building support for upstream kernel. configure: Default mptcpd path manager plugin: addr_adv. checking whether C compiler accepts -fvisibility=hidden... yes checking for library containing argp_parse... none required checking for library containing dlopen... none required checking for l_genl_msg_get_extended_error... yes checking for l_hashmap_replace... yes checking for C compiler vendor... gnu checking CFLAGS for most reasonable warnings... -Wall checking whether C compiler accepts -Wextra... yes checking whether C compiler accepts -Werror... yes checking whether C compiler accepts -pedantic... yes checking for _FORTIFY_SOURCE defined... yes checking whether C compiler accepts -fstack-protector-strong... yes checking whether C compiler accepts -Wformat=2... yes checking whether C compiler accepts -fPIE... yes checking whether the linker accepts -Wl,-z,noexecstack... yes checking whether the linker accepts -Wl,-z,now... yes checking whether the linker accepts -Wl,-z,relro... yes checking whether the linker accepts -pie... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating etc/Makefile config.status: creating man/Makefile config.status: creating include/Makefile config.status: creating include/linux/Makefile config.status: creating include/mptcpd/Makefile config.status: creating lib/Makefile config.status: creating lib/mptcpd.pc config.status: creating src/Makefile config.status: creating plugins/Makefile config.status: creating plugins/path_managers/Makefile config.status: creating scripts/Makefile config.status: creating tests/Makefile config.status: creating tests/lib/Makefile config.status: creating tests/plugins/Makefile config.status: creating tests/plugins/noop/Makefile config.status: creating tests/plugins/priority/Makefile config.status: creating tests/plugins/security/Makefile config.status: creating include/mptcpd/private/config.h config.status: include/mptcpd/private/config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9 ... make -j4 Making all in etc make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/etc' rm -f mptcpd.conf mptcpd.conf.tmp; \ srcdir=''; \ test -f ./mptcpd.conf.in || srcdir=./; \ sed \ -e 's,@pkglibdir[@],/usr/lib64/mptcpd,g' \ -e 's,@mptcpd_logger[@],stderr,g' \ -e 's,@mptcpd_default_pm[@],addr_adv,g' \ ${srcdir}mptcpd.conf.in >mptcpd.conf.tmp; \ chmod 644 mptcpd.conf.tmp; \ mv mptcpd.conf.tmp mptcpd.conf make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/etc' Making all in man make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/man' rm -f mptcpd.8 mptcpd.8.tmp; \ srcdir=''; \ test -f ./mptcpd.8.in || srcdir=./; \ sed \ -e 's,@pkgsysconfdir[@],/etc/mptcpd,g' \ -e 's,@PACKAGE_BUGREPORT[@],mptcp@lists.linux.dev,g' \ ${srcdir}mptcpd.8.in >mptcpd.8.tmp; \ chmod 644 mptcpd.8.tmp; \ mv mptcpd.8.tmp mptcpd.8 rm -f mptcpize.8 mptcpize.8.tmp; \ srcdir=''; \ test -f ./mptcpize.8.in || srcdir=./; \ sed \ -e 's,@pkgsysconfdir[@],/etc/mptcpd,g' \ -e 's,@PACKAGE_BUGREPORT[@],mptcp@lists.linux.dev,g' \ ${srcdir}mptcpize.8.in >mptcpize.8.tmp; \ chmod 644 mptcpize.8.tmp; \ mv mptcpize.8.tmp mptcpize.8 make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/man' Making all in include make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' Making all in mptcpd make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/mptcpd' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/mptcpd' Making all in linux make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/linux' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/linux' make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' Making all in lib make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib' /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libmptcpd_la-addr_info.lo `test -f 'addr_info.c' || echo './'`addr_info.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libmptcpd_la-id_manager.lo `test -f 'id_manager.c' || echo './'`id_manager.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libmptcpd_la-network_monitor.lo `test -f 'network_monitor.c' || echo './'`network_monitor.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libmptcpd_la-path_manager.lo `test -f 'path_manager.c' || echo './'`path_manager.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c addr_info.c -fPIC -DPIC -o .libs/libmptcpd_la-addr_info.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c id_manager.c -fPIC -DPIC -o .libs/libmptcpd_la-id_manager.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c network_monitor.c -fPIC -DPIC -o .libs/libmptcpd_la-network_monitor.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c path_manager.c -fPIC -DPIC -o .libs/libmptcpd_la-path_manager.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libmptcpd_la-plugin.lo `test -f 'plugin.c' || echo './'`plugin.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libmptcpd_la-sockaddr.lo `test -f 'sockaddr.c' || echo './'`sockaddr.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c plugin.c -fPIC -DPIC -o .libs/libmptcpd_la-plugin.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_DLL -DMPTCPD_DLL_EXPORTS -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c sockaddr.c -fPIC -DPIC -o .libs/libmptcpd_la-sockaddr.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -version-info 3:0:0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o libmptcpd.la -rpath /usr/lib64 libmptcpd_la-addr_info.lo libmptcpd_la-id_manager.lo libmptcpd_la-network_monitor.lo libmptcpd_la-path_manager.lo libmptcpd_la-plugin.lo libmptcpd_la-sockaddr.lo -lell libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/libmptcpd_la-addr_info.o .libs/libmptcpd_la-id_manager.o .libs/libmptcpd_la-network_monitor.o .libs/libmptcpd_la-path_manager.o .libs/libmptcpd_la-plugin.o .libs/libmptcpd_la-sockaddr.o -lell -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,libmptcpd.so.3 -o .libs/libmptcpd.so.3.0.0 libtool: link: (cd ".libs" && rm -f "libmptcpd.so.3" && ln -s "libmptcpd.so.3.0.0" "libmptcpd.so.3") libtool: link: (cd ".libs" && rm -f "libmptcpd.so" && ln -s "libmptcpd.so.3.0.0" "libmptcpd.so") libtool: link: ( cd ".libs" && rm -f "libmptcpd.la" && ln -s "../libmptcpd.la" "libmptcpd.la" ) make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib' Making all in src make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DPKGLIBDIR=\"/usr/lib64/mptcpize\" -DLIBREVISION=\"1\" -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o mptcpize-mptcpize.o `test -f 'mptcpize.c' || echo './'`mptcpize.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o mptcpd.o mptcpd.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE='"/etc/mptcpd/mptcpd.conf"' -DMPTCPD_DEFAULT_PLUGINDIR='"/usr/lib64/mptcpd"' -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libpath_manager_la-commands.lo `test -f 'commands.c' || echo './'`commands.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE='"/etc/mptcpd/mptcpd.conf"' -DMPTCPD_DEFAULT_PLUGINDIR='"/usr/lib64/mptcpd"' -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libpath_manager_la-configuration.lo `test -f 'configuration.c' || echo './'`configuration.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE='"/etc/mptcpd/mptcpd.conf"' -DMPTCPD_DEFAULT_PLUGINDIR='"/usr/lib64/mptcpd"' -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libpath_manager_la-netlink_pm.lo `test -f 'netlink_pm.c' || echo './'`netlink_pm.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE=\"/etc/mptcpd/mptcpd.conf\" -DMPTCPD_DEFAULT_PLUGINDIR=\"/usr/lib64/mptcpd\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c commands.c -fPIC -DPIC -o .libs/libpath_manager_la-commands.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE=\"/etc/mptcpd/mptcpd.conf\" -DMPTCPD_DEFAULT_PLUGINDIR=\"/usr/lib64/mptcpd\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c configuration.c -fPIC -DPIC -o .libs/libpath_manager_la-configuration.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE=\"/etc/mptcpd/mptcpd.conf\" -DMPTCPD_DEFAULT_PLUGINDIR=\"/usr/lib64/mptcpd\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c netlink_pm.c -fPIC -DPIC -o .libs/libpath_manager_la-netlink_pm.o /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE='"/etc/mptcpd/mptcpd.conf"' -DMPTCPD_DEFAULT_PLUGINDIR='"/usr/lib64/mptcpd"' -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libpath_manager_la-path_manager.lo `test -f 'path_manager.c' || echo './'`path_manager.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE='"/etc/mptcpd/mptcpd.conf"' -DMPTCPD_DEFAULT_PLUGINDIR='"/usr/lib64/mptcpd"' -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libpath_manager_la-netlink_pm_upstream.lo `test -f 'netlink_pm_upstream.c' || echo './'`netlink_pm_upstream.c /bin/sh ../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o libmptcpwrap_la-mptcpwrap.lo `test -f 'mptcpwrap.c' || echo './'`mptcpwrap.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c mptcpwrap.c -fPIC -DPIC -o .libs/libmptcpwrap_la-mptcpwrap.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE=\"/etc/mptcpd/mptcpd.conf\" -DMPTCPD_DEFAULT_PLUGINDIR=\"/usr/lib64/mptcpd\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c path_manager.c -fPIC -DPIC -o .libs/libpath_manager_la-path_manager.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -DMPTCPD_CONFIG_FILE=\"/etc/mptcpd/mptcpd.conf\" -DMPTCPD_DEFAULT_PLUGINDIR=\"/usr/lib64/mptcpd\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c netlink_pm_upstream.c -fPIC -DPIC -o .libs/libpath_manager_la-netlink_pm_upstream.o rm -f mptcp.service mptcp.service.tmp; \ srcdir=''; \ test -f ./mptcp.service.in || srcdir=./; \ sed \ -e 's,@libdir[@],/usr/lib64,g' \ -e 's,@libexecdir[@],/usr/libexec,g' \ ${srcdir}mptcp.service.in >mptcp.service.tmp; \ chmod 644 mptcp.service.tmp; \ mv mptcp.service.tmp mptcp.service /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o mptcpize mptcpize-mptcpize.o /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -version-info 0:1:0 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o libmptcpwrap.la -rpath /usr/lib64/mptcpize libmptcpwrap_la-mptcpwrap.lo libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o mptcpize mptcpize-mptcpize.o libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/libmptcpwrap_la-mptcpwrap.o -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,libmptcpwrap.so.0 -o .libs/libmptcpwrap.so.0.0.1 libtool: link: (cd ".libs" && rm -f "libmptcpwrap.so.0" && ln -s "libmptcpwrap.so.0.0.1" "libmptcpwrap.so.0") libtool: link: (cd ".libs" && rm -f "libmptcpwrap.so" && ln -s "libmptcpwrap.so.0.0.1" "libmptcpwrap.so") libtool: link: ( cd ".libs" && rm -f "libmptcpwrap.la" && ln -s "../libmptcpwrap.la" "libmptcpwrap.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o libpath_manager.la libpath_manager_la-commands.lo libpath_manager_la-configuration.lo libpath_manager_la-netlink_pm.lo libpath_manager_la-path_manager.lo libpath_manager_la-netlink_pm_upstream.lo ../lib/libmptcpd.la -lell libtool: link: x86_64-pc-linux-gnu-ar cr .libs/libpath_manager.a .libs/libpath_manager_la-commands.o .libs/libpath_manager_la-configuration.o .libs/libpath_manager_la-netlink_pm.o .libs/libpath_manager_la-path_manager.o .libs/libpath_manager_la-netlink_pm_upstream.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libpath_manager.a libtool: link: ( cd ".libs" && rm -f "libpath_manager.la" && ln -s "../libpath_manager.la" "libpath_manager.la" ) /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o mptcpd mptcpd.o ./libpath_manager.la -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/mptcpd mptcpd.o ./.libs/libpath_manager.a /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/src' Making all in plugins make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' Making all in path_managers make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins/path_managers' /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o addr_adv_la-addr_adv.lo `test -f 'addr_adv.c' || echo './'`addr_adv.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o sspi_la-sspi.lo `test -f 'sspi.c' || echo './'`sspi.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c addr_adv.c -fPIC -DPIC -o .libs/addr_adv_la-addr_adv.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c sspi.c -fPIC -DPIC -o .libs/sspi_la-sspi.o /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -no-undefined -module -avoid-version -lell -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o addr_adv.la -rpath /usr/lib64/mptcpd addr_adv_la-addr_adv.lo ../../lib/libmptcpd.la /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -no-undefined -module -avoid-version -lell -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o sspi.la -rpath /usr/lib64/mptcpd sspi_la-sspi.lo ../../lib/libmptcpd.la libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/addr_adv_la-addr_adv.o -Wl,-rpath -Wl,/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs -lell ../../lib/.libs/libmptcpd.so -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,addr_adv.so -o .libs/addr_adv.so libtool: link: ( cd ".libs" && rm -f "addr_adv.la" && ln -s "../addr_adv.la" "addr_adv.la" ) libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/sspi_la-sspi.o -Wl,-rpath -Wl,/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs -lell ../../lib/.libs/libmptcpd.so -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,sspi.so -o .libs/sspi.so libtool: link: ( cd ".libs" && rm -f "sspi.la" && ln -s "../sspi.la" "sspi.la" ) make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins/path_managers' make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' Making all in tests make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' Making all in lib make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/lib' Making all in plugins make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' Making all in noop make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop' Making all in priority make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority' Making all in security make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security' make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o mptcpwrap-tester.o mptcpwrap-tester.c /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o mptcpwrap-tester mptcpwrap-tester.o libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o mptcpwrap-tester mptcpwrap-tester.o make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' Making all in scripts make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/scripts' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/scripts' make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9' >>> Source compiled. >>> Test phase: net-misc/mptcpd-0.9 make -j4 check Making check in etc make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/etc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/etc' Making check in man make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/man' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/man' Making check in include make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' Making check in mptcpd make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/mptcpd' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/mptcpd' Making check in linux make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/linux' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include/linux' make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/include' Making check in lib make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib' Making check in src make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/src' Making check in plugins make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' Making check in path_managers make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins/path_managers' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins/path_managers' make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/plugins' Making check in tests make[1]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' Making check in lib make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/lib' make libmptcpd_test.la make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/lib' /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o call_count.lo call_count.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o call_plugin.lo call_plugin.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o sockaddr.lo sockaddr.c /bin/sh ../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test-util.lo test-util.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c call_plugin.c -fPIC -DPIC -o .libs/call_plugin.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c sockaddr.c -fPIC -DPIC -o .libs/sockaddr.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c test-util.c -fPIC -DPIC -o .libs/test-util.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../include/mptcpd/private -I../../include -I../../include -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c call_count.c -fPIC -DPIC -o .libs/call_count.o /bin/sh ../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o libmptcpd_test.la call_count.lo call_plugin.lo sockaddr.lo test-util.lo ../../lib/libmptcpd.la -lell libtool: link: x86_64-pc-linux-gnu-ar cr .libs/libmptcpd_test.a .libs/call_count.o .libs/call_plugin.o .libs/sockaddr.o .libs/test-util.o libtool: link: x86_64-pc-linux-gnu-ranlib .libs/libmptcpd_test.a libtool: link: ( cd ".libs" && rm -f "libmptcpd_test.la" && ln -s "../libmptcpd_test.la" "libmptcpd_test.la" ) make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/lib' make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/lib' Making check in plugins make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' Making check in noop make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop' make noop.la make[4]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -DTEST_PLUGIN=\"plugin_noop\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o noop_la-noop.lo `test -f 'noop.c' || echo './'`noop.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -DTEST_PLUGIN=\"plugin_noop\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c noop.c -fPIC -DPIC -o .libs/noop_la-noop.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -no-undefined -module -avoid-version -lell -rpath /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o noop.la noop_la-noop.lo ../../../lib/libmptcpd.la libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/noop_la-noop.o -Wl,-rpath -Wl,/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs -lell ../../../lib/.libs/libmptcpd.so -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,noop.so -o .libs/noop.so libtool: link: ( cd ".libs" && rm -f "noop.la" && ln -s "../noop.la" "noop.la" ) make[4]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop' make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop' Making check in priority make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority' make one.la two.la make[4]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_one\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o one_la-one.lo `test -f 'one.c' || echo './'`one.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_two\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o two_la-two.lo `test -f 'two.c' || echo './'`two.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_two\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c two.c -fPIC -DPIC -o .libs/two_la-two.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_one\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c one.c -fPIC -DPIC -o .libs/one_la-one.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -no-undefined -module -avoid-version -lell -rpath /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o two.la two_la-two.lo ../../lib/libmptcpd_test.la ../../../lib/libmptcpd.la /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -no-undefined -module -avoid-version -lell -rpath /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o one.la one_la-one.lo ../../lib/libmptcpd_test.la ../../../lib/libmptcpd.la libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/two_la-two.o -Wl,--whole-archive ../../lib/.libs/libmptcpd_test.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell ../../../lib/.libs/libmptcpd.so -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,two.so -o .libs/two.so libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/one_la-one.o -Wl,--whole-archive ../../lib/.libs/libmptcpd_test.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell ../../../lib/.libs/libmptcpd.so -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,one.so -o .libs/one.so libtool: link: ( cd ".libs" && rm -f "two.la" && ln -s "../two.la" "two.la" ) libtool: link: ( cd ".libs" && rm -f "one.la" && ln -s "../one.la" "one.la" ) make[4]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority' make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority' Making check in security make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security' make three.la four.la make[4]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security' /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_three\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o three_la-three.lo `test -f 'three.c' || echo './'`three.c /bin/sh ../../../libtool --tag=CC --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_four\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o four_la-four.lo `test -f 'four.c' || echo './'`four.c libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_four\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c four.c -fPIC -DPIC -o .libs/four_la-four.o libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../../include/mptcpd/private -I../../../include -I../../../include -I../../../tests/lib -DTEST_PLUGIN=\"plugin_three\" -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c three.c -fPIC -DPIC -o .libs/three_la-three.o /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -no-undefined -module -avoid-version -lell -rpath /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o three.la three_la-three.lo ../../lib/libmptcpd_test.la ../../../lib/libmptcpd.la /bin/sh ../../../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -no-undefined -module -avoid-version -lell -rpath /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o four.la four_la-four.lo ../../lib/libmptcpd_test.la ../../../lib/libmptcpd.la libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/four_la-four.o -Wl,--whole-archive ../../lib/.libs/libmptcpd_test.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell ../../../lib/.libs/libmptcpd.so -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,four.so -o .libs/four.so libtool: link: x86_64-pc-linux-gnu-gcc -shared -fPIC -DPIC .libs/three_la-three.o -Wl,--whole-archive ../../lib/.libs/libmptcpd_test.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell ../../../lib/.libs/libmptcpd.so -march=native -O2 -fstack-protector-strong -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -Wl,-soname -Wl,three.so -o .libs/three.so libtool: link: ( cd ".libs" && rm -f "four.la" && ln -s "../four.la" "four.la" ) libtool: link: ( cd ".libs" && rm -f "three.la" && ln -s "../three.la" "three.la" ) make[4]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security' make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security' make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins' make[2]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make test-plugin test-network-monitor test-path-manager test-commands test-configuration test-id-manager test-sockaddr test-addr-info test-cxx-build \ test-bad-log-empty test-bad-log-long test-bad-log-short test-bad-option test-bad-path-manager test-bad-plugin-dir test-start-stop test-mptcpwrap make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -D_POSIX_C_SOURCE=200809L -DTEST_PLUGIN_DIR_SECURITY=\"/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security/.libs\" -DTEST_PLUGIN_DIR_PRIORITY=\"/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/priority/.libs\" -DTEST_PLUGIN_DIR_NOOP=\"/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop/.libs\" -DTEST_PLUGIN_ONE=\"plugin_one\" -DTEST_PLUGIN_TWO=\"plugin_two\" -DTEST_PLUGIN_FOUR=\"plugin_four\" -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test_plugin-test-plugin.o `test -f 'test-plugin.c' || echo './'`test-plugin.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test-network-monitor.o test-network-monitor.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -DTEST_PLUGIN_DIR=\"/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop/.libs\" -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test_path_manager-test-path-manager.o `test -f 'test-path-manager.c' || echo './'`test-path-manager.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -DTEST_PLUGIN_DIR=\"/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/noop/.libs\" -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test_commands-test-commands.o `test -f 'test-commands.c' || echo './'`test-commands.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test-configuration.o test-configuration.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test-id-manager.o test-id-manager.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test-sockaddr.o test-sockaddr.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -c -o test-addr-info.o test-addr-info.c x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../include/mptcpd/private -I../include -I../include -I./lib -DTEST_PLUGIN_DIR=\"/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests/plugins/security/.libs\" -DTEST_PLUGIN_FOUR=\"plugin_four\" -fPIE -pipe -march=native -fno-diagnostics-color -O2 -c -o test_cxx_build-test-cxx-build.o `test -f 'test-cxx-build.cpp' || echo './'`test-cxx-build.cpp make[3]: Nothing to be done for 'test-bad-log-empty'. make[3]: Nothing to be done for 'test-bad-log-long'. make[3]: Nothing to be done for 'test-bad-log-short'. make[3]: Nothing to be done for 'test-bad-option'. make[3]: Nothing to be done for 'test-bad-path-manager'. make[3]: Nothing to be done for 'test-bad-plugin-dir'. make[3]: Nothing to be done for 'test-start-stop'. make[3]: Nothing to be done for 'test-mptcpwrap'. /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-plugin test_plugin-test-plugin.o ../lib/libmptcpd.la ./lib/libmptcpd_test.la -lell /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-network-monitor test-network-monitor.o ../lib/libmptcpd.la -lell /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-path-manager test_path_manager-test-path-manager.o ../src/libpath_manager.la ../lib/libmptcpd.la ./lib/libmptcpd_test.la -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-network-monitor test-network-monitor.o ../lib/.libs/libmptcpd.so -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-plugin test_plugin-test-plugin.o ../lib/.libs/libmptcpd.so ./lib/.libs/libmptcpd_test.a /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-commands test_commands-test-commands.o ../src/libpath_manager.la ../lib/libmptcpd.la ./lib/libmptcpd_test.la -lell /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-configuration test-configuration.o ../src/libpath_manager.la ../lib/libmptcpd.la -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-path-manager test_path_manager-test-path-manager.o ../src/.libs/libpath_manager.a ../lib/.libs/libmptcpd.so ./lib/.libs/libmptcpd_test.a /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-id-manager test-id-manager.o ../lib/libmptcpd.la -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-configuration test-configuration.o ../src/.libs/libpath_manager.a /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so ../lib/.libs/libmptcpd.so -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-commands test_commands-test-commands.o ../src/.libs/libpath_manager.a ../lib/.libs/libmptcpd.so ./lib/.libs/libmptcpd_test.a /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-sockaddr test-sockaddr.o ../lib/libmptcpd.la ./lib/libmptcpd_test.la -lell /bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-addr-info test-addr-info.o ../lib/libmptcpd.la -lell /bin/sh ../libtool --tag=CXX --mode=link x86_64-pc-linux-gnu-g++ -fPIE -pipe -march=native -fno-diagnostics-color -O2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z,noexecstack -Wl,-z,now -Wl,-z,relro -o test-cxx-build test_cxx_build-test-cxx-build.o ../lib/libmptcpd.la ./lib/libmptcpd_test.la -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-id-manager test-id-manager.o ../lib/.libs/libmptcpd.so -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-addr-info test-addr-info.o ../lib/.libs/libmptcpd.so -lell libtool: link: x86_64-pc-linux-gnu-gcc -fPIE -Wall -pipe -march=native -fno-diagnostics-color -O2 -fvisibility=hidden -Wextra -Werror -pedantic -fstack-protector-strong -Wformat=2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-sockaddr test-sockaddr.o ../lib/.libs/libmptcpd.so ./lib/.libs/libmptcpd_test.a /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell libtool: link: x86_64-pc-linux-gnu-g++ -fPIE -pipe -march=native -fno-diagnostics-color -O2 -pie -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,-z -Wl,noexecstack -Wl,-z -Wl,now -Wl,-z -Wl,relro -o .libs/test-cxx-build test_cxx_build-test-cxx-build.o ../lib/.libs/libmptcpd.so ./lib/.libs/libmptcpd_test.a /var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/lib/.libs/libmptcpd.so -lell make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make check-TESTS make[3]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make[4]: Entering directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' ../test-driver: line 112: 1408 Aborted "$@" >> "$log_file" 2>&1 ../test-driver: line 112: 1406 Aborted "$@" >> "$log_file" 2>&1 FAIL: test-network-monitor FAIL: test-commands ../test-driver: line 112: 1407 Aborted "$@" >> "$log_file" 2>&1 FAIL: test-path-manager PASS: test-plugin PASS: test-configuration PASS: test-id-manager PASS: test-sockaddr PASS: test-addr-info PASS: test-cxx-build PASS: test-bad-log-empty PASS: test-bad-log-long PASS: test-bad-log-short PASS: test-bad-option PASS: test-bad-path-manager PASS: test-bad-plugin-dir FAIL: test-mptcpwrap PASS: test-start-stop ============================================================================ Testsuite summary for mptcpd 0.9 ============================================================================ # TOTAL: 17 # PASS: 13 # SKIP: 0 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to mptcp@lists.linux.dev ============================================================================ make[4]: *** [Makefile:1162: test-suite.log] Error 1 make[4]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make[3]: *** [Makefile:1270: check-TESTS] Error 2 make[3]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make[2]: *** [Makefile:1480: check-am] Error 2 make[2]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make[1]: *** [Makefile:1054: check-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9/tests' make: *** [Makefile:485: check-recursive] Error 1 * ERROR: net-misc/mptcpd-0.9::gentoo failed (test phase): * emake failed * * If you need support, post the output of `emerge --info '=net-misc/mptcpd-0.9::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-misc/mptcpd-0.9::gentoo'`. * The complete build log is located at '/var/log/portage/net-misc:mptcpd-0.9:20220401-135506.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-misc/mptcpd-0.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-misc/mptcpd-0.9/temp/environment'. * Working directory: '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9' * S: '/var/tmp/portage/net-misc/mptcpd-0.9/work/mptcpd-0.9'