Build of net6 with musl toolchain

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

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

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

The process tree of the build process is here.

List of Errors

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...

There were existing files in /sysroot, using those
# /sysroot/lib
# /sysroot/share
# /sysroot/bin
# /sysroot/include
# /sysroot/libexec

CMD: sudo -u tuscan PATH=/sysroot/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 (Wed Apr 5 01:01:37 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/sbin/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... yes
# 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/sbin/sed
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for fgrep... /usr/sbin/grep -F
# checking for ld used by clang... /sysroot/bin/ld
# checking if the linker (/sysroot/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /sysroot/bin/nm -B
# checking the name lister (/sysroot/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 /sysroot/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
# configure: WARNING: using cross tools not prefixed with host triplet
# 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 /sysroot/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... no
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/sysroot/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++... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld... yes
# checking whether the clang++ linker (/sysroot/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... no
# checking if clang++ supports -c -o file.o... yes
# checking if clang++ supports -c -o file.o... (cached) yes
# checking whether the clang++ linker (/sysroot/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/sbin/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/sbin/msgfmt
# checking for gmsgfmt... /usr/sbin/msgfmt
# checking for xgettext... /usr/sbin/xgettext
# checking for msgmerge... /usr/sbin/msgmerge
# checking for ld used by GCC... /sysroot/bin/ld -m elf_x86_64
# checking if the linker (/sysroot/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... no
# checking for iconv... yes
# checking for GNU gettext in libintl... no
# checking whether to use NLS... no
# 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
# /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
# /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
# /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-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-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-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-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-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-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
# 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
# src/error.cpp:27:10: fatal error: 'gnutls/gnutls.h' file not found
# #include
# ^
# 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-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
# src/main.cpp:19:10: fatal error: 'gnutls/gnutls.h' file not found
# #include
# ^
# 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
# 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
# 1 error generated.
# make[1]: *** [Makefile:543: libnet6_la-error.lo] Error 1
# make[1]: *** Waiting for unfinished jobs....
# 1 error generated.
# make[1]: *** [Makefile:550: libnet6_la-main.lo] Error 1
# mv -f .deps/libnet6_la-gettext_package.Tpo .deps/libnet6_la-gettext_package.Plo
# mv -f .deps/libnet6_la-common.Tpo .deps/libnet6_la-common.Plo
# 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 = bbb1c0051f92
# 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: /sysroot/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 /sysroot/bin/strip
# configure:2657: result: strip
# configure:2682: checking for a thread-safe mkdir -p
# configure:2721: result: /usr/sbin/mkdir -p
# configure:2734: checking for gawk
# configure:2750: found /usr/sbin/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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3114: $? = 0
# configure:3103: clang++ -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# 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
# ./conftest: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
# configure:3297: $? = 127
# configure:3312: result: yes
# 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.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:4002: $? = 0
# configure:3991: clang -v >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# Found candidate GCC installation: //../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# 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/sbin/sed
# configure:5004: checking for grep that handles long lines and -e
# configure:5062: result: /usr/sbin/grep
# configure:5067: checking for egrep
# configure:5129: result: /usr/sbin/grep -E
# configure:5134: checking for fgrep
# configure:5196: result: /usr/sbin/grep -F
# configure:5231: checking for ld used by clang
# configure:5298: result: /sysroot/bin/ld
# configure:5305: checking if the linker (/sysroot/bin/ld) is GNU ld
# configure:5320: result: yes
# configure:5332: checking for BSD- or MS-compatible name lister (nm)
# configure:5381: result: /sysroot/bin/nm -B
# configure:5511: checking the name lister (/sysroot/bin/nm -B) interface
# configure:5518: clang++ -c -std=c++11 conftest.cpp >&5
# configure:5521: /sysroot/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 /sysroot/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 /sysroot/bin/ar
# configure:6402: result: ar
# configure:6418: WARNING: using cross tools not prefixed with host triplet
# 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
# /r: `u' modifier ignored since `D' is the default (see `U')
# configure:6462: $? = 0
# configure:6467: ar cru libconftest.a @conftest.lst >&5
# /r: `u' modifier ignored since `D' is the default (see `U')
# /r: 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 /sysroot/bin/ranlib
# configure:6666: result: ranlib
# configure:6768: checking command to parse /sysroot/bin/nm -B output from clang object
# configure:6887: clang++ -c -std=c++11 conftest.cpp >&5
# configure:6890: $? = 0
# configure:6894: /sysroot/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: no
# 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 (/sysroot/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/sbin/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: /sysroot/bin/ld -m elf_x86_64
# configure:12489: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
# configure:12504: result: yes
# configure:12559: checking whether the clang++ linker (/sysroot/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: no
# 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 (/sysroot/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'
# int f = SO_NOSIGNAL;
# ^
# 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/sbin/pkg-config
# configure:15660: result: /usr/sbin/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/sbin/msgfmt...
# 0 translated messages.
# configure:15869: result: /usr/sbin/msgfmt
# configure:15878: checking for gmsgfmt
# configure:15909: result: /usr/sbin/msgfmt
# configure:15960: checking for xgettext
# configure: trying /usr/sbin/xgettext...
# /usr/sbin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:15992: result: /usr/sbin/xgettext
# configure:16038: checking for msgmerge
# configure: trying /usr/sbin/msgmerge...
# configure:16069: result: /usr/sbin/msgmerge
# configure:16123: checking for ld used by GCC
# configure:16187: result: /sysroot/bin/ld -m elf_x86_64
# configure:16194: checking if the linker (/sysroot/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
# /tmp/conftest-4f9984.o:conftest.cpp:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-4f9984.o:conftest.cpp:function main: error: undefined reference to '_nl_domain_bindings'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:16772: $? = 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
# | extern int _nl_msg_cat_cntr;
# | extern int *_nl_domain_bindings;
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
# | ;
# | return 0;
# | }
# configure:16780: result: no
# configure:16814: checking for iconv
# configure:16836: clang++ -o conftest -std=c++11 conftest.cpp >&5
# configure:16836: $? = 0
# configure:16868: result: yes
# configure:17268: checking for GNU gettext in libintl
# configure:17295: clang++ -o conftest -std=c++11 conftest.cpp -lintl >&5
# /sysroot/bin/ld: error: cannot find -lintl
# /tmp/conftest-1401bd.o:conftest.cpp:function main: error: undefined reference to '_nl_msg_cat_cntr'
# /tmp/conftest-1401bd.o:conftest.cpp:function main: error: undefined reference to '_nl_expand_alias'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:17295: $? = 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
# | #define HAVE_ICONV 1
# | /* end confdefs.h. */
# | #include
# | extern int _nl_msg_cat_cntr;
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | const char *_nl_expand_alias (const char *);
# | int
# | main ()
# | {
# | bindtextdomain ("", "");
# | return * gettext ("") + _nl_msg_cat_cntr + *_nl_expand_alias ("")
# | ;
# | return 0;
# | }
# configure:17334: result: no
# configure:17369: checking whether to use NLS
# configure:17371: result: no
# 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 bbb1c0051f92
#
# config.status:1192: creating po/Makefile.in
# config.status:1192: creating Makefile
# config.status:1192: creating net6-1.3.pc
# config.status:1192: creating inc/config.hpp
# config.status:1421: executing depfiles commands
# config.status:1421: executing libtool commands
# config.status:1421: 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/sbin/grep -E'
# ac_cv_path_FGREP='/usr/sbin/grep -F'
# ac_cv_path_GMSGFMT=/usr/sbin/msgfmt
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_MSGFMT=/usr/sbin/msgfmt
# ac_cv_path_MSGMERGE=/usr/sbin/msgmerge
# ac_cv_path_SED=/usr/sbin/sed
# ac_cv_path_XGETTEXT=/usr/sbin/xgettext
# ac_cv_path_ac_pt_PKG_CONFIG=/usr/sbin/pkg-config
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/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='/sysroot/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
# am_cv_func_iconv=yes
# am_cv_lib_iconv=no
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext1_libc=no
# gt_cv_func_gnugettext1_libintl=no
# 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=/sysroot/bin/ld
# lt_cv_path_LDCXX='/sysroot/bin/ld -m elf_x86_64'
# lt_cv_path_NM='/sysroot/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=no
# lt_cv_prog_compiler_static_works_CXX=no
# 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=yes
# 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/sbin/grep -E'
# EXEEXT=''
# FGREP='/usr/sbin/grep -F'
# GMSGFMT='/usr/sbin/msgfmt'
# GMSGFMT_015='/usr/sbin/msgfmt'
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/sysroot/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIPO=''
# LN_S='ln -s'
# LTLIBICONV=''
# 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/sbin/mkdir -p'
# MSGFMT='/usr/sbin/msgfmt'
# MSGFMT_015='/usr/sbin/msgfmt'
# MSGMERGE='/usr/sbin/msgmerge'
# NM='/sysroot/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/sbin/pkg-config'
# PKG_CONFIG_LIBDIR=''
# PKG_CONFIG_PATH=''
# POSUB=''
# RANLIB='ranlib'
# SED='/usr/sbin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# USE_NLS='no'
# VERSION='1.3.14'
# WIN32_FALSE=''
# WIN32_TRUE='#'
# XGETTEXT='/usr/sbin/xgettext'
# XGETTEXT_015='/usr/sbin/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/sbin/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 HAVE_ICONV 1
#
# configure: exit 0