Build of net6 with clang_glibc toolchain

The build took 00h 00m 42s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
11,513 sh
4,791 cpp
1,308 makefile
16 sed
10 ansic
17,638 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: net6 1.3.14-5 (Thu Apr 13 17:46:57 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: if you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether to enable maintainer-specific portions of Makefiles... no
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# 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 clang++ accepts -g... yes
# checking for style of include used by make... GNU
# checking dependency style of clang++... gcc3
# checking for x86_64-unknown-linux-gcc... clang
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking whether ln -s works... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /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 the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
# checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-dlltool... dlltool
# checking how to associate runtime and link libraries... printf %s\n
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for archiver @FILE support... @
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for sysroot... no
# checking for x86_64-unknown-linux-mt... no
# checking for mt... no
# checking if : is a manifest tool... no
# checking for ANSI C header files... no
# 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 clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang 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... yes
# checking how to run the C++ preprocessor... clang++ -E
# checking for ld used by clang++... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking for clang++ option to produce PIC... -fPIC -DPIC
# checking if clang++ PIC flag -fPIC -DPIC works... yes
# checking if clang++ static flag -static works... yes
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/usr/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 sys/select.h usability... yes
# checking sys/select.h presence... yes
# checking for sys/select.h... yes
# checking for MSG_NOSIGNAL... yes
# checking for SO_NOSIGPIPE... no
# checking for AI_ADDRCONFIG... yes
# checking whether to enable WIN32 specific flags... no
# checking for x86_64-unknown-linux-pkg-config... no
# checking for pkg-config... /usr/bin/pkg-config
# checking pkg-config is at least version 0.9.0... yes
# checking for libnet6... yes
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# configure: creating ./config.status
# config.status: creating po/Makefile.in
# config.status: creating Makefile
# config.status: creating net6-1.3.pc
# config.status: creating inc/config.hpp
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# Making all in po
# make[1]: Entering directory '/tmp/net6/src/net6-1.3.14/po'
# make[1]: Nothing to be done for 'all'.
# make[1]: Leaving directory '/tmp/net6/src/net6-1.3.14/po'
# Making all in .
# make[1]: Entering directory '/tmp/net6/src/net6-1.3.14'
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-non_copyable.lo -MD -MP -MF .deps/libnet6_la-non_copyable.Tpo -c -o libnet6_la-non_copyable.lo `test -f 'src/non_copyable.cpp' || echo './'`src/non_copyable.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-non_copyable.lo -MD -MP -MF .deps/libnet6_la-non_copyable.Tpo -c src/non_copyable.cpp -fPIC -DPIC -o .libs/libnet6_la-non_copyable.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-non_copyable.lo -MD -MP -MF .deps/libnet6_la-non_copyable.Tpo -c src/non_copyable.cpp -o libnet6_la-non_copyable.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-non_copyable.Tpo .deps/libnet6_la-non_copyable.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-gettext_package.lo -MD -MP -MF .deps/libnet6_la-gettext_package.Tpo -c -o libnet6_la-gettext_package.lo `test -f 'src/gettext_package.cpp' || echo './'`src/gettext_package.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-gettext_package.lo -MD -MP -MF .deps/libnet6_la-gettext_package.Tpo -c src/gettext_package.cpp -fPIC -DPIC -o .libs/libnet6_la-gettext_package.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-gettext_package.lo -MD -MP -MF .deps/libnet6_la-gettext_package.Tpo -c src/gettext_package.cpp -o libnet6_la-gettext_package.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-gettext_package.Tpo .deps/libnet6_la-gettext_package.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-common.lo -MD -MP -MF .deps/libnet6_la-common.Tpo -c -o libnet6_la-common.lo `test -f 'src/common.cpp' || echo './'`src/common.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-common.lo -MD -MP -MF .deps/libnet6_la-common.Tpo -c src/common.cpp -fPIC -DPIC -o .libs/libnet6_la-common.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-common.lo -MD -MP -MF .deps/libnet6_la-common.Tpo -c src/common.cpp -o libnet6_la-common.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-common.Tpo .deps/libnet6_la-common.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-default_accumulator.lo -MD -MP -MF .deps/libnet6_la-default_accumulator.Tpo -c -o libnet6_la-default_accumulator.lo `test -f 'src/default_accumulator.cpp' || echo './'`src/default_accumulator.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-default_accumulator.lo -MD -MP -MF .deps/libnet6_la-default_accumulator.Tpo -c src/default_accumulator.cpp -fPIC -DPIC -o .libs/libnet6_la-default_accumulator.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-default_accumulator.lo -MD -MP -MF .deps/libnet6_la-default_accumulator.Tpo -c src/default_accumulator.cpp -o libnet6_la-default_accumulator.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-default_accumulator.Tpo .deps/libnet6_la-default_accumulator.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-error.lo -MD -MP -MF .deps/libnet6_la-error.Tpo -c -o libnet6_la-error.lo `test -f 'src/error.cpp' || echo './'`src/error.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-error.lo -MD -MP -MF .deps/libnet6_la-error.Tpo -c src/error.cpp -fPIC -DPIC -o .libs/libnet6_la-error.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-error.lo -MD -MP -MF .deps/libnet6_la-error.Tpo -c src/error.cpp -o libnet6_la-error.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-error.Tpo .deps/libnet6_la-error.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-main.lo -MD -MP -MF .deps/libnet6_la-main.Tpo -c -o libnet6_la-main.lo `test -f 'src/main.cpp' || echo './'`src/main.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-main.lo -MD -MP -MF .deps/libnet6_la-main.Tpo -c src/main.cpp -fPIC -DPIC -o .libs/libnet6_la-main.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-main.lo -MD -MP -MF .deps/libnet6_la-main.Tpo -c src/main.cpp -o libnet6_la-main.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-main.Tpo .deps/libnet6_la-main.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-serialise.lo -MD -MP -MF .deps/libnet6_la-serialise.Tpo -c -o libnet6_la-serialise.lo `test -f 'src/serialise.cpp' || echo './'`src/serialise.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-serialise.lo -MD -MP -MF .deps/libnet6_la-serialise.Tpo -c src/serialise.cpp -fPIC -DPIC -o .libs/libnet6_la-serialise.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-serialise.lo -MD -MP -MF .deps/libnet6_la-serialise.Tpo -c src/serialise.cpp -o libnet6_la-serialise.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-serialise.Tpo .deps/libnet6_la-serialise.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-address.lo -MD -MP -MF .deps/libnet6_la-address.Tpo -c -o libnet6_la-address.lo `test -f 'src/address.cpp' || echo './'`src/address.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-address.lo -MD -MP -MF .deps/libnet6_la-address.Tpo -c src/address.cpp -fPIC -DPIC -o .libs/libnet6_la-address.o
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-address.lo -MD -MP -MF .deps/libnet6_la-address.Tpo -c src/address.cpp -o libnet6_la-address.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-address.Tpo .deps/libnet6_la-address.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-socket.lo -MD -MP -MF .deps/libnet6_la-socket.Tpo -c -o libnet6_la-socket.lo `test -f 'src/socket.cpp' || echo './'`src/socket.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-socket.lo -MD -MP -MF .deps/libnet6_la-socket.Tpo -c src/socket.cpp -fPIC -DPIC -o .libs/libnet6_la-socket.o
# src/socket.cpp:197:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations]
# return std::auto_ptr(
# ^
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward/auto_ptr.h:87:11: note: 'auto_ptr' has been explicitly marked deprecated here
# class auto_ptr
# ^
# src/socket.cpp:202:6: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations]
# std::auto_ptr
# ^
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward/auto_ptr.h:87:11: note: 'auto_ptr' has been explicitly marked deprecated here
# class auto_ptr
# ^
# src/socket.cpp:210:14: warning: 'auto_ptr' is deprecated [-Wdeprecated-declarations]
# return std::auto_ptr(
# ^
# /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1/../../../../include/c++/6.1.1/backward/auto_ptr.h:87:11: note: 'auto_ptr' has been explicitly marked deprecated here
# class auto_ptr
# ^
# 3 warnings generated.
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-socket.lo -MD -MP -MF .deps/libnet6_la-socket.Tpo -c src/socket.cpp -o libnet6_la-socket.o >/dev/null 2>&1
# mv -f .deps/libnet6_la-socket.Tpo .deps/libnet6_la-socket.Plo
# /bin/sh ./libtool --tag=CXX --mode=compile clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\""/usr/share/locale"\" -std=c++11 -MT libnet6_la-encrypt.lo -MD -MP -MF .deps/libnet6_la-encrypt.Tpo -c -o libnet6_la-encrypt.lo `test -f 'src/encrypt.cpp' || echo './'`src/encrypt.cpp
# libtool: compile: clang++ -DHAVE_CONFIG_H -I. -I./inc -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1 -I./inc -DLOCALEDIR=\"/usr/share/locale\" -std=c++11 -MT libnet6_la-encrypt.lo -MD -MP -MF .deps/libnet6_la-encrypt.Tpo -c src/encrypt.cpp -fPIC -DPIC -o .libs/libnet6_la-encrypt.o
# In file included from src/encrypt.cpp:22:
# ./inc/encrypt.hpp:32:9: warning: 'gnutls_session' is deprecated [-Wdeprecated-declarations]
# typedef gnutls_session gnutls_session_t;
# ^
# /usr/include/gnutls/compat.h:78:26: note: 'gnutls_session' has been explicitly marked deprecated here
# typedef gnutls_session_t gnutls_session _GNUTLS_GCC_ATTR_DEPRECATED;
# ^
# In file included from src/encrypt.cpp:22:
# ./inc/encrypt.hpp:33:9: warning: 'gnutls_anon_client_credentials' is deprecated [-Wdeprecated-declarations]
# typedef gnutls_anon_client_credentials gnutls_anon_client_credentials_t;
# ^
# /usr/include/gnutls/compat.h:99:5: note: 'gnutls_anon_client_credentials' has been explicitly marked deprecated here
# gnutls_anon_client_credentials _GNUTLS_GCC_ATTR_DEPRECATED;
# ^
# In file included from src/encrypt.cpp:22:
# ./inc/encrypt.hpp:34:9: warning: 'gnutls_anon_server_credentials' is deprecated [-Wdeprecated-declarations]
# typedef gnutls_anon_server_credentials gnutls_anon_server_credentials_t;
# ^
# /usr/include/gnutls/compat.h:97:5: note: 'gnutls_anon_server_credentials' has been explicitly marked deprecated here
# gnutls_anon_server_credentials _GNUTLS_GCC_ATTR_DEPRECATED;
# ^
# In file included from src/encrypt.cpp:22:
# ./inc/encrypt.hpp:35:9: warning: 'gnutls_transport_ptr' is deprecated [-Wdeprecated-declarations]
# typedef gnutls_transport_ptr gnutls_transport_ptr_t;
# ^
# /usr/include/gnutls/compat.h:113:32: note: 'gnutls_transport_ptr' has been explicitly marked deprecated here
# typedef gnutls_transport_ptr_t gnutls_transport_ptr
# ^
# In file included from src/encrypt.cpp:22:
# ./inc/encrypt.hpp:36:9: warning: 'gnutls_dh_params' is deprecated [-Wdeprecated-declarations]
# typedef gnutls_dh_params gnutls_dh_params_t;
# ^
# /usr/include/gnutls/compat.h:104:28: note: 'gnutls_dh_params' has been explicitly marked deprecated here
# typedef gnutls_dh_params_t gnutls_dh_params _GNUTLS_GCC_ATTR_DEPRECATED;
# ^
# src/encrypt.cpp:28:40: warning: 'gnutls_connection_end_t' is deprecated [-Wdeprecated-declarations]
# net6::gnutls_session_t create_session(gnutls_connection_end_t end)
# ^
# /usr/include/gnutls/compat.h:51:22: note: 'gnutls_connection_end_t' has been explicitly marked deprecated here
# typedef unsigned int gnutls_connection_end_t _GNUTLS_GCC_ATTR_DEPRECATED;
# ^
# src/encrypt.cpp:181:2: error: use of undeclared identifier 'gnutls_kx_set_priority'; did you mean 'gnutls_dh_set_prime_bits'?
# gnutls_kx_set_priority(session, kx_prio);
# ^~~~~~~~~~~~~~~~~~~~~~
# gnutls_dh_set_prime_bits
# /usr/include/gnutls/gnutls.h:2033:6: note: 'gnutls_dh_set_prime_bits' declared here
# void gnutls_dh_set_prime_bits(gnutls_session_t session, unsigned int bits);
# ^
# src/encrypt.cpp:181:34: error: cannot initialize a parameter of type 'unsigned int' with an lvalue of type 'const int [2]'
# gnutls_kx_set_priority(session, kx_prio);
# ^~~~~~~
# /usr/include/gnutls/gnutls.h:2033:70: note: passing argument to parameter 'bits' here
# void gnutls_dh_set_prime_bits(gnutls_session_t session, unsigned int bits);
# ^
# 6 warnings and 2 errors generated.
# make[1]: *** [Makefile:578: libnet6_la-encrypt.lo] Error 1
# make[1]: Leaving directory '/tmp/net6/src/net6-1.3.14'
# make: *** [Makefile:710: all-recursive] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/net6/src/net6-1.3.14/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by net6 configure 1.3.14, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = cfd401beb74f
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2412: checking for a BSD-compatible install
# configure:2480: result: /usr/bin/install -c
# configure:2491: checking whether build environment is sane
# configure:2541: result: yes
# configure:2590: checking for x86_64-unknown-linux-strip
# configure:2620: result: no
# configure:2630: checking for strip
# configure:2646: found /usr/bin/strip
# configure:2657: result: strip
# configure:2682: checking for a thread-safe mkdir -p
# configure:2721: result: /usr/bin/mkdir -p
# configure:2734: checking for gawk
# configure:2750: found /usr/bin/gawk
# configure:2761: result: gawk
# configure:2772: checking whether make sets $(MAKE)
# configure:2794: result: yes
# configure:2875: checking whether to enable maintainer-specific portions of Makefiles
# configure:2884: result: no
# configure:2907: checking build system type
# configure:2921: result: x86_64-unknown-linux-gnu
# configure:2941: checking host system type
# configure:2954: result: x86_64-unknown-linux-gnu
# configure:3094: checking for C++ compiler version
# configure:3103: clang++ --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3114: $? = 0
# configure:3103: clang++ -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3114: $? = 0
# configure:3103: clang++ -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3114: $? = 1
# configure:3103: clang++ -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3114: $? = 1
# configure:3134: checking whether the C++ compiler works
# configure:3156: clang++ -std=c++11 conftest.cpp >&5
# configure:3160: $? = 0
# configure:3208: result: yes
# configure:3211: checking for C++ compiler default output file name
# configure:3213: result: a.out
# configure:3219: checking for suffix of executables
# configure:3226: clang++ -o conftest -std=c++11 conftest.cpp >&5
# configure:3230: $? = 0
# configure:3252: result:
# configure:3274: checking whether we are cross compiling
# configure:3282: clang++ -o conftest -std=c++11 conftest.cpp >&5
# configure:3286: $? = 0
# configure:3293: ./conftest
# configure:3297: $? = 0
# configure:3312: result: no
# configure:3317: checking for suffix of object files
# configure:3339: clang++ -c -std=c++11 conftest.cpp >&5
# configure:3343: $? = 0
# configure:3364: result: o
# configure:3368: checking whether we are using the GNU C++ compiler
# configure:3387: clang++ -c -std=c++11 conftest.cpp >&5
# configure:3387: $? = 0
# configure:3396: result: yes
# configure:3405: checking whether clang++ accepts -g
# configure:3425: clang++ -c -g conftest.cpp >&5
# configure:3425: $? = 0
# configure:3466: result: yes
# configure:3500: checking for style of include used by make
# configure:3528: result: GNU
# configure:3553: checking dependency style of clang++
# configure:3663: result: gcc3
# configure:3686: checking for x86_64-unknown-linux-gcc
# configure:3713: result: clang
# configure:3982: checking for C compiler version
# configure:3991: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:4002: $? = 0
# configure:3991: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:4002: $? = 0
# configure:3991: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:4002: $? = 1
# configure:3991: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:4002: $? = 1
# configure:4006: checking whether we are using the GNU C compiler
# configure:4025: clang -c conftest.c >&5
# configure:4025: $? = 0
# configure:4034: result: yes
# configure:4043: checking whether clang accepts -g
# configure:4063: clang -c -g conftest.c >&5
# configure:4063: $? = 0
# configure:4104: result: yes
# configure:4121: checking for clang option to accept ISO C89
# configure:4185: clang -c conftest.c >&5
# configure:4185: $? = 0
# configure:4198: result: none needed
# configure:4220: checking dependency style of clang
# configure:4330: result: gcc3
# configure:4350: checking how to run the C preprocessor
# configure:4381: clang -E conftest.c
# configure:4381: $? = 0
# configure:4395: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4395: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "net6"
# | #define PACKAGE_TARNAME "net6"
# | #define PACKAGE_VERSION "1.3.14"
# | #define PACKAGE_STRING "net6 1.3.14"
# | #define PACKAGE_BUGREPORT "gobby@0x539.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "net6"
# | #define VERSION "1.3.14"
# | /* end confdefs.h. */
# | #include
# configure:4420: result: clang -E
# configure:4440: clang -E conftest.c
# configure:4440: $? = 0
# configure:4454: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4454: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "net6"
# | #define PACKAGE_TARNAME "net6"
# | #define PACKAGE_VERSION "1.3.14"
# | #define PACKAGE_STRING "net6 1.3.14"
# | #define PACKAGE_BUGREPORT "gobby@0x539.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "net6"
# | #define VERSION "1.3.14"
# | /* end confdefs.h. */
# | #include
# configure:4483: checking whether ln -s works
# configure:4487: result: yes
# configure:4494: checking whether make sets $(MAKE)
# configure:4516: result: yes
# configure:4874: checking how to print strings
# configure:4901: result: printf
# configure:4922: checking for a sed that does not truncate output
# configure:4986: result: /usr/bin/sed
# configure:5004: checking for grep that handles long lines and -e
# configure:5062: result: /usr/bin/grep
# configure:5067: checking for egrep
# configure:5129: result: /usr/bin/grep -E
# configure:5134: checking for fgrep
# configure:5196: result: /usr/bin/grep -F
# configure:5231: checking for ld used by clang
# configure:5298: result: /usr/bin/ld
# configure:5305: checking if the linker (/usr/bin/ld) is GNU ld
# configure:5320: result: yes
# configure:5332: checking for BSD- or MS-compatible name lister (nm)
# configure:5381: result: /usr/bin/nm -B
# configure:5511: checking the name lister (/usr/bin/nm -B) interface
# configure:5518: clang++ -c -std=c++11 conftest.cpp >&5
# configure:5521: /usr/bin/nm -B "conftest.o"
# configure:5524: output
# 0000000000000000 B some_variable
# configure:5531: result: BSD nm
# configure:5535: checking the maximum length of command line arguments
# configure:5660: result: 1572864
# configure:5677: checking whether the shell understands some XSI constructs
# configure:5687: result: yes
# configure:5691: checking whether the shell understands "+="
# configure:5697: result: yes
# configure:5732: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
# configure:5772: result: func_convert_file_noop
# configure:5779: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
# configure:5799: result: func_convert_file_noop
# configure:5806: checking for /usr/bin/ld option to reload object files
# configure:5813: result: -r
# configure:5847: checking for x86_64-unknown-linux-objdump
# configure:5874: result: objdump
# configure:5943: checking how to recognize dependent libraries
# configure:6145: result: pass_all
# configure:6190: checking for x86_64-unknown-linux-dlltool
# configure:6217: result: dlltool
# configure:6287: checking how to associate runtime and link libraries
# configure:6314: result: printf %s\n
# configure:6331: checking for x86_64-unknown-linux-ar
# configure:6361: result: no
# configure:6375: checking for ar
# configure:6391: found /usr/bin/ar
# configure:6402: result: ar
# configure:6439: checking for archiver @FILE support
# configure:6456: clang++ -c -std=c++11 conftest.cpp >&5
# configure:6456: $? = 0
# configure:6459: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# configure:6462: $? = 0
# configure:6467: ar cru libconftest.a @conftest.lst >&5
# ar: `u' modifier ignored since `D' is the default (see `U')
# ar: conftest.o: No such file or directory
# configure:6470: $? = 1
# configure:6482: result: @
# configure:6500: checking for x86_64-unknown-linux-strip
# configure:6527: result: strip
# configure:6599: checking for x86_64-unknown-linux-ranlib
# configure:6629: result: no
# configure:6639: checking for ranlib
# configure:6655: found /usr/bin/ranlib
# configure:6666: result: ranlib
# configure:6768: checking command to parse /usr/bin/nm -B output from clang object
# configure:6887: clang++ -c -std=c++11 conftest.cpp >&5
# configure:6890: $? = 0
# configure:6894: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
# configure:6897: $? = 0
# configure:6963: clang++ -o conftest -std=c++11 conftest.cpp conftstm.o >&5
# configure:6966: $? = 0
# configure:7004: result: ok
# configure:7041: checking for sysroot
# configure:7071: result: no
# configure:7149: clang++ -c -std=c++11 conftest.cpp >&5
# configure:7152: $? = 0
# configure:7275: checking for x86_64-unknown-linux-mt
# configure:7305: result: no
# configure:7315: checking for mt
# configure:7345: result: no
# configure:7365: checking if : is a manifest tool
# configure:7371: : '-?'
# configure:7379: result: no
# configure:8007: checking for ANSI C header files
# configure:8027: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8027: $? = 0
# ./configure: line 8041: conftest.cpp: command not found
# configure:8111: result: no
# configure:8124: checking for sys/types.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for sys/stat.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for stdlib.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for string.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for memory.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for strings.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for inttypes.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for stdint.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8124: checking for unistd.h
# configure:8124: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8124: $? = 0
# configure:8124: result: yes
# configure:8138: checking for dlfcn.h
# configure:8138: clang++ -c -std=c++11 conftest.cpp >&5
# configure:8138: $? = 0
# configure:8138: result: yes
# configure:8333: checking for objdir
# configure:8348: result: .libs
# configure:8619: checking if clang supports -fno-rtti -fno-exceptions
# configure:8637: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:8641: $? = 0
# configure:8654: result: yes
# configure:8964: checking for clang option to produce PIC
# configure:8971: result: -fPIC -DPIC
# configure:8979: checking if clang PIC flag -fPIC -DPIC works
# configure:8997: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:9001: $? = 0
# configure:9014: result: yes
# configure:9043: checking if clang static flag -static works
# configure:9071: result: yes
# configure:9086: checking if clang supports -c -o file.o
# configure:9107: clang -c -o out/conftest2.o conftest.c >&5
# configure:9111: $? = 0
# configure:9133: result: yes
# configure:9141: checking if clang supports -c -o file.o
# configure:9188: result: yes
# configure:9221: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:10383: result: yes
# configure:10420: checking whether -lc should be explicitly linked in
# configure:10428: clang -c conftest.c >&5
# configure:10431: $? = 0
# configure:10446: clang -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:10449: $? = 0
# configure:10463: result: no
# configure:10628: checking dynamic linker characteristics
# configure:11143: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11143: $? = 0
# configure:11377: result: GNU/Linux ld.so
# configure:11484: checking how to hardcode library paths into programs
# configure:11509: result: immediate
# configure:12049: checking whether stripping libraries is possible
# configure:12054: result: yes
# configure:12089: checking if libtool supports shared libraries
# configure:12091: result: yes
# configure:12094: checking whether to build shared libraries
# configure:12115: result: yes
# configure:12118: checking whether to build static libraries
# configure:12122: result: yes
# configure:12145: checking how to run the C++ preprocessor
# configure:12172: clang++ -E conftest.cpp
# configure:12172: $? = 0
# configure:12186: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12186: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "net6"
# | #define PACKAGE_TARNAME "net6"
# | #define PACKAGE_VERSION "1.3.14"
# | #define PACKAGE_STRING "net6 1.3.14"
# | #define PACKAGE_BUGREPORT "gobby@0x539.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "net6"
# | #define VERSION "1.3.14"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12211: result: clang++ -E
# configure:12231: clang++ -E conftest.cpp
# configure:12231: $? = 0
# configure:12245: clang++ -E conftest.cpp
# conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:12245: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "net6"
# | #define PACKAGE_TARNAME "net6"
# | #define PACKAGE_VERSION "1.3.14"
# | #define PACKAGE_STRING "net6 1.3.14"
# | #define PACKAGE_BUGREPORT "gobby@0x539.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "net6"
# | #define VERSION "1.3.14"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | /* end confdefs.h. */
# | #include
# configure:12415: checking for ld used by clang++
# configure:12482: result: /usr/bin/ld -m elf_x86_64
# configure:12489: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:12504: result: yes
# configure:12559: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:13563: result: yes
# configure:13598: clang++ -c -std=c++11 conftest.cpp >&5
# configure:13601: $? = 0
# configure:14121: checking for clang++ option to produce PIC
# configure:14128: result: -fPIC -DPIC
# configure:14136: checking if clang++ PIC flag -fPIC -DPIC works
# configure:14154: clang++ -c -std=c++11 -fPIC -DPIC -DPIC conftest.cpp >&5
# configure:14158: $? = 0
# configure:14171: result: yes
# configure:14194: checking if clang++ static flag -static works
# configure:14222: result: yes
# configure:14234: checking if clang++ supports -c -o file.o
# configure:14255: clang++ -c -std=c++11 -o out/conftest2.o conftest.cpp >&5
# configure:14259: $? = 0
# configure:14281: result: yes
# configure:14286: checking if clang++ supports -c -o file.o
# configure:14333: result: yes
# configure:14363: checking whether the clang++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:14400: result: yes
# configure:14543: checking dynamic linker characteristics
# configure:15226: result: GNU/Linux ld.so
# configure:15279: checking how to hardcode library paths into programs
# configure:15304: result: immediate
# configure:15461: checking sys/select.h usability
# configure:15461: clang++ -c -std=c++11 conftest.cpp >&5
# configure:15461: $? = 0
# configure:15461: result: yes
# configure:15461: checking sys/select.h presence
# configure:15461: clang++ -E conftest.cpp
# configure:15461: $? = 0
# configure:15461: result: yes
# configure:15461: checking for sys/select.h
# configure:15461: result: yes
# configure:15473: checking for MSG_NOSIGNAL
# configure:15486: clang++ -c -std=c++11 conftest.cpp >&5
# configure:15486: $? = 0
# configure:15487: result: yes
# configure:15497: checking for SO_NOSIGPIPE
# configure:15510: clang++ -c -std=c++11 conftest.cpp >&5
# conftest.cpp:28:10: error: use of undeclared identifier 'SO_NOSIGNAL'; did you mean 'MSG_NOSIGNAL'?
# int f = SO_NOSIGNAL;
# ^~~~~~~~~~~
# MSG_NOSIGNAL
# /usr/include/bits/socket.h:210:5: note: 'MSG_NOSIGNAL' declared here
# MSG_NOSIGNAL = 0x4000, /* Do not generate SIGPIPE. */
# ^
# 1 error generated.
# configure:15510: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "net6"
# | #define PACKAGE_TARNAME "net6"
# | #define PACKAGE_VERSION "1.3.14"
# | #define PACKAGE_STRING "net6 1.3.14"
# | #define PACKAGE_BUGREPORT "gobby@0x539.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "net6"
# | #define VERSION "1.3.14"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | int f = SO_NOSIGNAL;
# | ;
# | return 0;
# | }
# configure:15517: result: no
# configure:15521: checking for AI_ADDRCONFIG
# configure:15537: clang++ -c -std=c++11 conftest.cpp >&5
# configure:15537: $? = 0
# configure:15538: result: yes
# configure:15549: checking whether to enable WIN32 specific flags
# configure:15561: result: no
# configure:15587: checking for x86_64-unknown-linux-pkg-config
# configure:15620: result: no
# configure:15630: checking for pkg-config
# configure:15648: found /usr/bin/pkg-config
# configure:15660: result: /usr/bin/pkg-config
# configure:15685: checking pkg-config is at least version 0.9.0
# configure:15688: result: yes
# configure:15698: checking for libnet6
# configure:15705: $PKG_CONFIG --exists --print-errors "sigc++-2.0 gnutls"
# configure:15708: $? = 0
# configure:15722: $PKG_CONFIG --exists --print-errors "sigc++-2.0 gnutls"
# configure:15725: $? = 0
# configure:15783: result: yes
# configure:15790: checking whether NLS is requested
# configure:15799: result: yes
# configure:15837: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:15869: result: /usr/bin/msgfmt
# configure:15878: checking for gmsgfmt
# configure:15909: result: /usr/bin/msgfmt
# configure:15960: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:15992: result: /usr/bin/xgettext
# configure:16038: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:16069: result: /usr/bin/msgmerge
# configure:16123: checking for ld used by GCC
# configure:16187: result: /usr/bin/ld -m elf_x86_64
# configure:16194: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:16207: result: yes
# configure:16214: checking for shared library run path origin
# configure:16227: result: done
# configure:16663: checking for CFPreferencesCopyAppValue
# configure:16681: clang++ -o conftest -std=c++11 conftest.cpp -Wl,-framework -Wl,CoreFoundation >&5
# conftest.cpp:25:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:16681: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "net6"
# | #define PACKAGE_TARNAME "net6"
# | #define PACKAGE_VERSION "1.3.14"
# | #define PACKAGE_STRING "net6 1.3.14"
# | #define PACKAGE_BUGREPORT "gobby@0x539.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "net6"
# | #define VERSION "1.3.14"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_AI_ADDRCONFIG 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:16690: result: no
# configure:16697: checking for CFLocaleCopyCurrent
# configure:16715: clang++ -o conftest -std=c++11 conftest.cpp -Wl,-framework -Wl,CoreFoundation >&5
# conftest.cpp:25:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:16715: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "net6"
# | #define PACKAGE_TARNAME "net6"
# | #define PACKAGE_VERSION "1.3.14"
# | #define PACKAGE_STRING "net6 1.3.14"
# | #define PACKAGE_BUGREPORT "gobby@0x539.de"
# | #define PACKAGE_URL ""
# | #define PACKAGE "net6"
# | #define VERSION "1.3.14"
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_SYS_SELECT_H 1
# | #define HAVE_MSG_NOSIGNAL 1
# | #define HAVE_AI_ADDRCONFIG 1
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:16724: result: no
# configure:16753: checking for GNU gettext in libc
# configure:16772: clang++ -o conftest -std=c++11 conftest.cpp >&5
# configure:16772: $? = 0
# configure:16780: result: yes
# configure:17369: checking whether to use NLS
# configure:17371: result: yes
# configure:17374: checking where the gettext function comes from
# configure:17385: result: libc
# configure:17590: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by net6 config.status 1.3.14, which was
# generated by GNU Autoconf 2.68. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on cfd401beb74f
#
# config.status:1194: creating po/Makefile.in
# config.status:1194: creating Makefile
# config.status:1194: creating net6-1.3.pc
# config.status:1194: creating inc/config.hpp
# config.status:1423: executing depfiles commands
# config.status:1423: executing libtool commands
# config.status:1423: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_cxx_compiler_gnu=yes
# ac_cv_env_CCC_set=
# ac_cv_env_CCC_value=
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_CXXCPP_set=
# ac_cv_env_CXXCPP_value=
# ac_cv_env_CXXFLAGS_set=set
# ac_cv_env_CXXFLAGS_value=' -std=c++11'
# ac_cv_env_CXX_set=set
# ac_cv_env_CXX_value=clang++
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_PKG_CONFIG_LIBDIR_set=
# ac_cv_env_PKG_CONFIG_LIBDIR_value=
# ac_cv_env_PKG_CONFIG_PATH_set=
# ac_cv_env_PKG_CONFIG_PATH_value=
# ac_cv_env_PKG_CONFIG_set=
# ac_cv_env_PKG_CONFIG_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_libnet6_CFLAGS_set=
# ac_cv_env_libnet6_CFLAGS_value=
# ac_cv_env_libnet6_LIBS_set=
# ac_cv_env_libnet6_LIBS_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_stdc=no
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_select_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_CXXCPP='clang++ -E'
# ac_cv_prog_DLLTOOL=dlltool
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_cxx_g=yes
# ac_cv_prog_make_make_set=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_CXX_dependencies_compiler_type=gcc3
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=yes
# lt_cv_ar_at_file=@
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_path_mainfest_tool=no
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_c_o_CXX=yes
# lt_cv_prog_compiler_pic='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_pic_works_CXX=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_compiler_static_works_CXX=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_prog_gnu_ldcxx=yes
# lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
# lt_cv_to_host_file_cmd=func_convert_file_noop
# lt_cv_to_tool_file_cmd=func_convert_file_noop
# pkg_cv_libnet6_CFLAGS='-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1'
# pkg_cv_libnet6_LIBS='-lsigc-2.0 -lgnutls'
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/net6/src/net6-1.3.14/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/net6/src/net6-1.3.14/missing --run tar'
# AR='ar'
# AS='as'
# AUTOCONF='${SHELL} /tmp/net6/src/net6-1.3.14/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/net6/src/net6-1.3.14/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/net6/src/net6-1.3.14/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CXX='clang++'
# CXXCPP='clang++ -E'
# CXXDEPMODE='depmode=gcc3'
# CXXFLAGS=' -std=c++11'
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV='-liconv'
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV='-liconv'
# LTLIBINTL=''
# LTLIBOBJS=''
# MAINT='#'
# MAINTAINER_MODE_FALSE=''
# MAINTAINER_MODE_TRUE='#'
# MAKEINFO='${SHELL} /tmp/net6/src/net6-1.3.14/missing --run makeinfo'
# MANIFEST_TOOL=':'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NM='/usr/bin/nm -B'
# NMEDIT=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='net6'
# PACKAGE_BUGREPORT='gobby@0x539.de'
# PACKAGE_NAME='net6'
# PACKAGE_STRING='net6 1.3.14'
# PACKAGE_TARNAME='net6'
# PACKAGE_URL=''
# PACKAGE_VERSION='1.3.14'
# PATH_SEPARATOR=':'
# PKG_CONFIG='/usr/bin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB='po'
# RANLIB='ranlib'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='yes'
# VERSION='1.3.14'
# WIN32_FALSE=''
# WIN32_TRUE='#'
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# ac_ct_AR='ar'
# ac_ct_CC=''
# ac_ct_CXX=''
# ac_ct_DUMPBIN=''
# addlibs=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__fastdepCXX_FALSE='#'
# am__fastdepCXX_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/net6/src/net6-1.3.14/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# libnet6_CFLAGS='-I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/p11-kit-1'
# libnet6_LIBS='-lsigc-2.0 -lgnutls'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "net6"
# #define PACKAGE_TARNAME "net6"
# #define PACKAGE_VERSION "1.3.14"
# #define PACKAGE_STRING "net6 1.3.14"
# #define PACKAGE_BUGREPORT "gobby@0x539.de"
# #define PACKAGE_URL ""
# #define PACKAGE "net6"
# #define VERSION "1.3.14"
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_SYS_SELECT_H 1
# #define HAVE_MSG_NOSIGNAL 1
# #define HAVE_AI_ADDRCONFIG 1
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
#
# configure: exit 0