The build took 00h 01m 29s and was NOT successful.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
8,858 |
sh |
2,051 |
ansic |
1,749 |
makefile |
12,658 |
total |
The process tree of the build process is here.
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:
There were existing files in /sysroot, using those
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: nss-mdns 0.10-6 (Wed Apr 5 02:12:05 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 gawk... gawk
checking whether make sets $(MAKE)... yes
checking for x86_64-unknown-linux-strip... no
checking for strip... strip
checking for x86_64-unknown-linux-gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
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 clang option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of clang... gcc3
checking how to run the C preprocessor... clang -E
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether clang accepts -std=gnu99... yes
checking whether clang accepts -Wall... yes
checking whether clang accepts -W... yes
checking whether clang accepts -Wextra... yes
checking whether clang accepts -pedantic... yes
checking whether clang accepts -pipe... yes
checking whether clang accepts -Wformat... yes
checking whether clang accepts -Wold-style-definition... yes
checking whether clang accepts -Wdeclaration-after-statement... yes
checking whether clang accepts -Wfloat-equal... yes
checking whether clang accepts -Wmissing-declarations... yes
checking whether clang accepts -Wmissing-prototypes... yes
checking whether clang accepts -Wstrict-prototypes... yes
checking whether clang accepts -Wredundant-decls... yes
checking whether clang accepts -Wmissing-noreturn... yes
checking whether clang accepts -Wshadow... yes
checking whether clang accepts -Wendif-labels... yes
checking whether clang accepts -Wpointer-arith... yes
checking whether clang accepts -Wbad-function-cast... yes
checking whether clang accepts -Wcast-qual... yes
checking whether clang accepts -Wcast-align... yes
checking whether clang accepts -Wwrite-strings... yes
checking whether clang accepts -Winline... yes
checking whether clang accepts -Wno-unused-parameter... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
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 ld used by clang... /sysroot/bin/ld
checking if the linker (/sysroot/bin/ld) is GNU ld... yes
checking for /sysroot/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /sysroot/bin/nm -B
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether clang++ accepts -g... yes
checking dependency style of clang++... gcc3
checking how to run the C++ preprocessor... clang++ -E
checking for x86_64-unknown-linux-g77... no
checking for x86_64-unknown-linux-xlf... no
checking for x86_64-unknown-linux-f77... no
checking for x86_64-unknown-linux-frt... no
checking for x86_64-unknown-linux-pgf77... no
checking for x86_64-unknown-linux-cf77... no
checking for x86_64-unknown-linux-fort77... no
checking for x86_64-unknown-linux-fl32... no
checking for x86_64-unknown-linux-af77... no
checking for x86_64-unknown-linux-xlf90... no
checking for x86_64-unknown-linux-f90... no
checking for x86_64-unknown-linux-pgf90... no
checking for x86_64-unknown-linux-pghpf... no
checking for x86_64-unknown-linux-epcf90... no
checking for x86_64-unknown-linux-gfortran... no
checking for x86_64-unknown-linux-g95... no
checking for x86_64-unknown-linux-xlf95... no
checking for x86_64-unknown-linux-f95... no
checking for x86_64-unknown-linux-fort... no
checking for x86_64-unknown-linux-ifort... no
checking for x86_64-unknown-linux-ifc... no
checking for x86_64-unknown-linux-efc... no
checking for x86_64-unknown-linux-pgf95... no
checking for x86_64-unknown-linux-lf95... no
checking for x86_64-unknown-linux-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... gfortran
configure: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org.
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /sysroot/bin/nm -B output from clang object... ok
checking for objdir... .libs
checking for x86_64-unknown-linux-ar... no
checking for ar... ar
checking for x86_64-unknown-linux-ranlib... no
checking for ranlib... ranlib
checking for x86_64-unknown-linux-strip... strip
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fPIC
checking if clang PIC flag -fPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... 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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
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
checking if clang++ PIC flag -fPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking whether the gfortran linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking nss.h usability... no
checking nss.h presence... no
checking for nss.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strcasecmp... yes
checking for strspn... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/README.html
config.status: creating config.h
config.status: executing depfiles commands
make all-recursive
make[1]: Entering directory '/tmp/nss-mdns/src/nss-mdns-0.10'
Making all in src
make[2]: Entering directory '/tmp/nss-mdns/src/nss-mdns-0.10/src'
if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" '-DDEBUG_TRAP=__asm__("int $3")' -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns_la-util.lo -MD -MP -MF ".deps/libnss_mdns_la-util.Tpo" -c -o libnss_mdns_la-util.lo `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/libnss_mdns_la-util.Tpo" ".deps/libnss_mdns_la-util.Plo"; else rm -f ".deps/libnss_mdns_la-util.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" '-DDEBUG_TRAP=__asm__("int $3")' -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns_la-avahi.lo -MD -MP -MF ".deps/libnss_mdns_la-avahi.Tpo" -c -o libnss_mdns_la-avahi.lo `test -f 'avahi.c' || echo './'`avahi.c; \
then mv -f ".deps/libnss_mdns_la-avahi.Tpo" ".deps/libnss_mdns_la-avahi.Plo"; else rm -f ".deps/libnss_mdns_la-avahi.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" '-DDEBUG_TRAP=__asm__("int $3")' -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns_la-nss.lo -MD -MP -MF ".deps/libnss_mdns_la-nss.Tpo" -c -o libnss_mdns_la-nss.lo `test -f 'nss.c' || echo './'`nss.c; \
then mv -f ".deps/libnss_mdns_la-nss.Tpo" ".deps/libnss_mdns_la-nss.Plo"; else rm -f ".deps/libnss_mdns_la-nss.Tpo"; exit 1; fi
if /bin/sh ../libtool --tag=CC --mode=compile clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" '-DDEBUG_TRAP=__asm__("int $3")' -DNSS_IPV4_ONLY=1 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns4_la-util.lo -MD -MP -MF ".deps/libnss_mdns4_la-util.Tpo" -c -o libnss_mdns4_la-util.lo `test -f 'util.c' || echo './'`util.c; \
then mv -f ".deps/libnss_mdns4_la-util.Tpo" ".deps/libnss_mdns4_la-util.Plo"; else rm -f ".deps/libnss_mdns4_la-util.Tpo"; exit 1; fi
mkdir .libs
clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" "-DDEBUG_TRAP=__asm__(\"int \$3\")" -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns_la-nss.lo -MD -MP -MF .deps/libnss_mdns_la-nss.Tpo -c nss.c -fPIC -DPIC -o .libs/libnss_mdns_la-nss.o
clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" "-DDEBUG_TRAP=__asm__(\"int \$3\")" -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns_la-avahi.lo -MD -MP -MF .deps/libnss_mdns_la-avahi.Tpo -c avahi.c -fPIC -DPIC -o .libs/libnss_mdns_la-avahi.o
clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" "-DDEBUG_TRAP=__asm__(\"int \$3\")" -DNSS_IPV4_ONLY=1 -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns4_la-util.lo -MD -MP -MF .deps/libnss_mdns4_la-util.Tpo -c util.c -fPIC -DPIC -o .libs/libnss_mdns4_la-util.o
clang -DHAVE_CONFIG_H -I. -I. -I.. -DMDNS_ALLOW_FILE=\"/etc/mdns.allow\" -DRESOLV_CONF_FILE=\"/etc/resolv.conf\" -DAVAHI_SOCKET=\"/var/run/avahi-daemon/socket\" "-DDEBUG_TRAP=__asm__(\"int \$3\")" -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter -MT libnss_mdns_la-util.lo -MD -MP -MF .deps/libnss_mdns_la-util.Tpo -c util.c -fPIC -DPIC -o .libs/libnss_mdns_la-util.o
nss.c:32:10: fatal error: 'nss.h' file not found
#include
^
1 error generated.
make[2]: *** [Makefile:696: libnss_mdns_la-nss.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/tmp/nss-mdns/src/nss-mdns-0.10/src'
make[1]: *** [Makefile:285: all-recursive] Error 1
make[1]: Leaving directory '/tmp/nss-mdns/src/nss-mdns-0.10'
make: *** [Makefile:214: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Printing config logfiles
CMD: config logfiles '/tmp/nss-mdns/src/nss-mdns-0.10/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 nss-mdns configure 0.10, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --host=x86_64-unknown-linux --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-lynx
## --------- ##
## Platform. ##
## --------- ##
hostname = 2686ccbb91c7
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:1998: checking for a BSD-compatible install
configure:2054: result: /usr/bin/install -c
configure:2065: checking whether build environment is sane
configure:2108: result: yes
configure:2173: checking for gawk
configure:2189: found /usr/sbin/gawk
configure:2200: result: gawk
configure:2211: checking whether make sets $(MAKE)
configure:2232: result: yes
configure:2308: checking for x86_64-unknown-linux-strip
configure:2338: result: no
configure:2348: checking for strip
configure:2364: found /sysroot/bin/strip
configure:2375: result: strip
configure:2438: checking for x86_64-unknown-linux-gcc
configure:2465: result: clang
configure:2743: checking for C compiler version
configure:2750: clang --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:2753: $? = 0
configure:2760: 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:2763: $? = 0
configure:2770: clang -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:2773: $? = 1
configure:2796: checking for C compiler default output file name
configure:2823: clang conftest.c >&5
configure:2826: $? = 0
configure:2864: result: a.out
configure:2881: checking whether the C compiler works
configure:2891: ./a.out
./a.out: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
configure:2894: $? = 127
configure:2911: result: yes
configure:2918: checking whether we are cross compiling
configure:2920: result: yes
configure:2923: checking for suffix of executables
configure:2930: clang -o conftest conftest.c >&5
configure:2933: $? = 0
configure:2957: result:
configure:2963: checking for suffix of object files
configure:2989: clang -c conftest.c >&5
configure:2992: $? = 0
configure:3015: result: o
configure:3019: checking whether we are using the GNU C compiler
configure:3048: clang -c conftest.c >&5
configure:3054: $? = 0
configure:3071: result: yes
configure:3076: checking whether clang accepts -g
configure:3106: clang -c -g conftest.c >&5
configure:3112: $? = 0
configure:3211: result: yes
configure:3228: checking for clang option to accept ISO C89
configure:3302: clang -c conftest.c >&5
configure:3308: $? = 0
configure:3331: result: none needed
configure:3360: checking for style of include used by make
configure:3388: result: GNU
configure:3416: checking dependency style of clang
configure:3506: result: gcc3
configure:3528: checking how to run the C preprocessor
configure:3568: clang -E conftest.c
configure:3574: $? = 0
configure:3605: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3611: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "nss-mdns"
| #define PACKAGE_TARNAME "nss-mdns"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "nss-mdns 0.10"
| #define PACKAGE_BUGREPORT "mzaffzqaf (at) 0pointer (dot) de"
| #define PACKAGE "nss-mdns"
| #define VERSION "0.10"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include
configure:3644: result: clang -E
configure:3673: clang -E conftest.c
configure:3679: $? = 0
configure:3710: clang -E conftest.c
conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:3716: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "nss-mdns"
| #define PACKAGE_TARNAME "nss-mdns"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "nss-mdns 0.10"
| #define PACKAGE_BUGREPORT "mzaffzqaf (at) 0pointer (dot) de"
| #define PACKAGE "nss-mdns"
| #define VERSION "0.10"
| #define _GNU_SOURCE 1
| /* end confdefs.h. */
| #include
configure:3766: checking for a BSD-compatible install
configure:3822: result: /usr/bin/install -c
configure:3833: checking whether ln -s works
configure:3837: result: yes
configure:3844: checking whether make sets $(MAKE)
configure:3865: result: yes
configure:3893: checking whether clang accepts -std=gnu99
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wall
configure:3897: result: yes
configure:3893: checking whether clang accepts -W
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wextra
configure:3897: result: yes
configure:3893: checking whether clang accepts -pedantic
configure:3897: result: yes
configure:3893: checking whether clang accepts -pipe
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wformat
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wold-style-definition
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wdeclaration-after-statement
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wfloat-equal
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wmissing-declarations
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wmissing-prototypes
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wstrict-prototypes
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wredundant-decls
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wmissing-noreturn
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wshadow
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wendif-labels
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wpointer-arith
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wbad-function-cast
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wcast-qual
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wcast-align
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wwrite-strings
configure:3897: result: yes
configure:3893: checking whether clang accepts -Winline
configure:3897: result: yes
configure:3893: checking whether clang accepts -Wno-unused-parameter
configure:3897: result: yes
configure:3986: checking build system type
configure:4004: result: x86_64-unknown-linux-gnu
configure:4026: checking host system type
configure:4041: result: x86_64-unknown-linux-gnu
configure:4063: checking for a sed that does not truncate output
configure:4117: result: /usr/sbin/sed
configure:4120: checking for grep that handles long lines and -e
configure:4194: result: /usr/sbin/grep
configure:4199: checking for egrep
configure:4277: result: /usr/sbin/grep -E
configure:4293: checking for ld used by clang
configure:4360: result: /sysroot/bin/ld
configure:4369: checking if the linker (/sysroot/bin/ld) is GNU ld
configure:4384: result: yes
configure:4389: checking for /sysroot/bin/ld option to reload object files
configure:4396: result: -r
configure:4414: checking for BSD-compatible nm
configure:4463: result: /sysroot/bin/nm -B
configure:4467: checking how to recognise dependent libraries
configure:4643: result: pass_all
configure:4731: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:4734: $? = 0
configure:4873: checking for ANSI C header files
configure:4903: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:4909: $? = 0
configure:5037: result: yes
configure:5061: checking for sys/types.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for sys/stat.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for stdlib.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for string.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for memory.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for strings.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for inttypes.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for stdint.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5061: checking for unistd.h
configure:5082: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5088: $? = 0
configure:5104: result: yes
configure:5131: checking dlfcn.h usability
configure:5148: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:5154: $? = 0
configure:5168: result: yes
configure:5172: checking dlfcn.h presence
configure:5187: clang -E conftest.c
configure:5193: $? = 0
configure:5207: result: yes
configure:5240: checking for dlfcn.h
configure:5248: result: yes
configure:5377: checking for C++ compiler version
configure:5384: clang++ --version >&5
clang version 3.8.1
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /
configure:5387: $? = 0
configure:5394: 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:5397: $? = 0
configure:5404: clang++ -V >&5
clang-3.8: error: argument to '-V' is missing (expected 1 value)
clang-3.8: error: no input files
configure:5407: $? = 1
configure:5410: checking whether we are using the GNU C++ compiler
configure:5439: clang++ -c conftest.cpp >&5
configure:5445: $? = 0
configure:5462: result: yes
configure:5467: checking whether clang++ accepts -g
configure:5497: clang++ -c -g conftest.cpp >&5
configure:5503: $? = 0
configure:5602: result: yes
configure:5627: checking dependency style of clang++
configure:5717: result: gcc3
configure:5744: checking how to run the C++ preprocessor
configure:5780: clang++ -E conftest.cpp
configure:5786: $? = 0
configure:5817: clang++ -E conftest.cpp
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5823: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "nss-mdns"
| #define PACKAGE_TARNAME "nss-mdns"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "nss-mdns 0.10"
| #define PACKAGE_BUGREPORT "mzaffzqaf (at) 0pointer (dot) de"
| #define PACKAGE "nss-mdns"
| #define VERSION "0.10"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #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
| /* end confdefs.h. */
| #include
configure:5856: result: clang++ -E
configure:5885: clang++ -E conftest.cpp
configure:5891: $? = 0
configure:5922: clang++ -E conftest.cpp
conftest.cpp:22:10: fatal error: 'ac_nonexistent.h' file not found
#include
^
1 error generated.
configure:5928: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "nss-mdns"
| #define PACKAGE_TARNAME "nss-mdns"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "nss-mdns 0.10"
| #define PACKAGE_BUGREPORT "mzaffzqaf (at) 0pointer (dot) de"
| #define PACKAGE "nss-mdns"
| #define VERSION "0.10"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #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
| /* end confdefs.h. */
| #include
configure:5977: checking for x86_64-unknown-linux-g77
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-xlf
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-f77
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-frt
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-pgf77
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-cf77
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-fort77
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-fl32
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-af77
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-xlf90
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-f90
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-pgf90
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-pghpf
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-epcf90
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-gfortran
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-g95
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-xlf95
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-f95
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-fort
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-ifort
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-ifc
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-efc
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-pgf95
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-lf95
configure:6007: result: no
configure:5977: checking for x86_64-unknown-linux-ftn
configure:6007: result: no
configure:6021: checking for g77
configure:6051: result: no
configure:6021: checking for xlf
configure:6051: result: no
configure:6021: checking for f77
configure:6051: result: no
configure:6021: checking for frt
configure:6051: result: no
configure:6021: checking for pgf77
configure:6051: result: no
configure:6021: checking for cf77
configure:6051: result: no
configure:6021: checking for fort77
configure:6051: result: no
configure:6021: checking for fl32
configure:6051: result: no
configure:6021: checking for af77
configure:6051: result: no
configure:6021: checking for xlf90
configure:6051: result: no
configure:6021: checking for f90
configure:6051: result: no
configure:6021: checking for pgf90
configure:6051: result: no
configure:6021: checking for pghpf
configure:6051: result: no
configure:6021: checking for epcf90
configure:6051: result: no
configure:6021: checking for gfortran
configure:6037: found /usr/sbin/gfortran
configure:6048: result: gfortran
configure:6066: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet. If you think this
configuration is useful to you, please write to autoconf@gnu.org.
configure:6078: checking for Fortran 77 compiler version
configure:6085: gfortran --version >&5
GNU Fortran (GCC) 6.1.1 20160602
Copyright (C) 2016 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:6088: $? = 0
configure:6095: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
Thread model: posix
gcc version 6.1.1 20160602 (GCC)
configure:6098: $? = 0
configure:6105: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:6108: $? = 1
configure:6116: checking whether we are using the GNU Fortran 77 compiler
configure:6135: gfortran -c conftest.F >&5
configure:6141: $? = 0
configure:6158: result: yes
configure:6164: checking whether gfortran accepts -g
configure:6181: gfortran -c -g conftest.f >&5
configure:6187: $? = 0
configure:6203: result: yes
configure:6233: checking the maximum length of command line arguments
configure:6342: result: 32768
configure:6353: checking command to parse /sysroot/bin/nm -B output from clang object
configure:6458: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:5:6: warning: no previous prototype for function 'nm_test_func' [-Wmissing-prototypes]
void nm_test_func(){}
^
1 warning generated.
configure:6461: $? = 0
configure:6465: /sysroot/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6468: $? = 0
configure:6520: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c conftstm.o >&5
configure:6523: $? = 0
configure:6561: result: ok
configure:6565: checking for objdir
configure:6580: result: .libs
configure:6632: checking for x86_64-unknown-linux-ar
configure:6662: result: no
configure:6672: checking for ar
configure:6688: found /sysroot/bin/ar
configure:6699: result: ar
configure:6728: checking for x86_64-unknown-linux-ranlib
configure:6758: result: no
configure:6768: checking for ranlib
configure:6784: found /sysroot/bin/ranlib
configure:6795: result: ranlib
configure:6824: checking for x86_64-unknown-linux-strip
configure:6851: result: strip
configure:7177: checking if clang supports -fno-rtti -fno-exceptions
configure:7195: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -fno-rtti -fno-exceptions conftest.c >&5
configure:7199: $? = 0
configure:7212: result: yes
configure:7227: checking for clang option to produce PIC
configure:7437: result: -fPIC
configure:7445: checking if clang PIC flag -fPIC works
configure:7463: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -fPIC -DPIC conftest.c >&5
configure:7467: $? = 0
configure:7480: result: yes
configure:7508: checking if clang static flag -static works
configure:7536: result: no
configure:7546: checking if clang supports -c -o file.o
configure:7567: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -o out/conftest2.o conftest.c >&5
configure:7571: $? = 0
configure:7593: result: yes
configure:7619: checking whether the clang linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:8574: result: yes
configure:8595: checking whether -lc should be explicitly linked in
configure:8600: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:8603: $? = 0
configure:8618: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:8621: $? = 0
configure:8633: result: no
configure:8641: checking dynamic linker characteristics
configure:9217: result: GNU/Linux ld.so
configure:9226: checking how to hardcode library paths into programs
configure:9251: result: immediate
configure:9265: checking whether stripping libraries is possible
configure:9270: result: yes
configure:10071: checking if libtool supports shared libraries
configure:10073: result: yes
configure:10076: checking whether to build shared libraries
configure:10097: result: yes
configure:10100: checking whether to build static libraries
configure:10104: result: no
configure:10196: creating libtool
configure:10784: checking for ld used by clang++
configure:10851: result: /sysroot/bin/ld -m elf_x86_64
configure:10860: checking if the linker (/sysroot/bin/ld -m elf_x86_64) is GNU ld
configure:10875: result: yes
configure:10926: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:11860: result: yes
configure:11878: clang++ -c conftest.cpp >&5
configure:11881: $? = 0
configure:12000: checking for clang++ option to produce PIC
configure:12274: result: -fPIC
configure:12282: checking if clang++ PIC flag -fPIC works
configure:12300: clang++ -c -fPIC -DPIC conftest.cpp >&5
configure:12304: $? = 0
configure:12317: result: yes
configure:12345: checking if clang++ static flag -static works
configure:12373: result: no
configure:12383: checking if clang++ supports -c -o file.o
configure:12404: clang++ -c -o out/conftest2.o conftest.cpp >&5
configure:12408: $? = 0
configure:12430: result: yes
configure:12456: checking whether the clang++ linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:12484: result: yes
configure:12551: checking dynamic linker characteristics
configure:13127: result: GNU/Linux ld.so
configure:13136: checking how to hardcode library paths into programs
configure:13161: result: immediate
configure:13687: checking if libtool supports shared libraries
configure:13689: result: yes
configure:13692: checking whether to build shared libraries
configure:13712: result: yes
configure:13715: checking whether to build static libraries
configure:13719: result: no
configure:13729: checking for gfortran option to produce PIC
configure:13939: result: -fPIC
configure:13947: checking if gfortran PIC flag -fPIC works
configure:13965: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:13969: $? = 0
configure:13982: result: yes
configure:14010: checking if gfortran static flag -static works
configure:14038: result: no
configure:14048: checking if gfortran supports -c -o file.o
configure:14069: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:14073: $? = 0
configure:14095: result: yes
configure:14121: checking whether the gfortran linker (/sysroot/bin/ld -m elf_x86_64) supports shared libraries
configure:15056: result: yes
configure:15123: checking dynamic linker characteristics
configure:15699: result: GNU/Linux ld.so
configure:15708: checking how to hardcode library paths into programs
configure:15733: result: immediate
configure:19281: checking for ANSI C header files
configure:19445: result: yes
configure:19481: checking arpa/inet.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19504: $? = 0
configure:19518: result: yes
configure:19522: checking arpa/inet.h presence
configure:19537: clang -E conftest.c
configure:19543: $? = 0
configure:19557: result: yes
configure:19590: checking for arpa/inet.h
configure:19598: result: yes
configure:19481: checking fcntl.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19504: $? = 0
configure:19518: result: yes
configure:19522: checking fcntl.h presence
configure:19537: clang -E conftest.c
configure:19543: $? = 0
configure:19557: result: yes
configure:19590: checking for fcntl.h
configure:19598: result: yes
configure:19471: checking for inttypes.h
configure:19477: result: yes
configure:19481: checking netdb.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19504: $? = 0
configure:19518: result: yes
configure:19522: checking netdb.h presence
configure:19537: clang -E conftest.c
configure:19543: $? = 0
configure:19557: result: yes
configure:19590: checking for netdb.h
configure:19598: result: yes
configure:19481: checking netinet/in.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19504: $? = 0
configure:19518: result: yes
configure:19522: checking netinet/in.h presence
configure:19537: clang -E conftest.c
configure:19543: $? = 0
configure:19557: result: yes
configure:19590: checking for netinet/in.h
configure:19598: result: yes
configure:19471: checking for stdlib.h
configure:19477: result: yes
configure:19471: checking for string.h
configure:19477: result: yes
configure:19481: checking sys/socket.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19504: $? = 0
configure:19518: result: yes
configure:19522: checking sys/socket.h presence
configure:19537: clang -E conftest.c
configure:19543: $? = 0
configure:19557: result: yes
configure:19590: checking for sys/socket.h
configure:19598: result: yes
configure:19481: checking sys/time.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19504: $? = 0
configure:19518: result: yes
configure:19522: checking sys/time.h presence
configure:19537: clang -E conftest.c
configure:19543: $? = 0
configure:19557: result: yes
configure:19590: checking for sys/time.h
configure:19598: result: yes
configure:19471: checking for unistd.h
configure:19477: result: yes
configure:19481: checking nss.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:66:10: fatal error: 'nss.h' file not found
#include
^
1 error generated.
configure:19504: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "nss-mdns"
| #define PACKAGE_TARNAME "nss-mdns"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "nss-mdns 0.10"
| #define PACKAGE_BUGREPORT "mzaffzqaf (at) 0pointer (dot) de"
| #define PACKAGE "nss-mdns"
| #define VERSION "0.10"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #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 STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:19518: result: no
configure:19522: checking nss.h presence
configure:19537: clang -E conftest.c
conftest.c:33:10: fatal error: 'nss.h' file not found
#include
^
1 error generated.
configure:19543: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "nss-mdns"
| #define PACKAGE_TARNAME "nss-mdns"
| #define PACKAGE_VERSION "0.10"
| #define PACKAGE_STRING "nss-mdns 0.10"
| #define PACKAGE_BUGREPORT "mzaffzqaf (at) 0pointer (dot) de"
| #define PACKAGE "nss-mdns"
| #define VERSION "0.10"
| #define _GNU_SOURCE 1
| #define STDC_HEADERS 1
| #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 STDC_HEADERS 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h. */
| #include
configure:19557: result: no
configure:19590: checking for nss.h
configure:19598: result: no
configure:19481: checking sys/ioctl.h usability
configure:19498: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19504: $? = 0
configure:19518: result: yes
configure:19522: checking sys/ioctl.h presence
configure:19537: clang -E conftest.c
configure:19543: $? = 0
configure:19557: result: yes
configure:19590: checking for sys/ioctl.h
configure:19598: result: yes
configure:19613: checking for an ANSI C-conforming const
configure:19688: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:57:18: warning: cast from 'const char *const' to 'char *' drops const qualifier [-Wcast-qual]
ppc = (char**) pcpcc;
^
conftest.c:79:18: warning: variable 'b' is uninitialized when used here [-Wuninitialized]
struct s *b; b->j = 5;
^
conftest.c:79:16: note: initialize the variable 'b' to silence this warning
struct s *b; b->j = 5;
^
= 0
conftest.c:63:6: warning: variable 't' is uninitialized when used here [-Wuninitialized]
*t++ = 0;
^
conftest.c:60:12: note: initialize the variable 't' to silence this warning
char *t;
^
= 0
3 warnings generated.
configure:19694: $? = 0
configure:19709: result: yes
configure:19719: checking for size_t
configure:19749: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19755: $? = 0
configure:19770: result: yes
configure:19782: checking whether time.h and sys/time.h may both be included
configure:19812: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:19818: $? = 0
configure:19833: result: yes
configure:19850: checking for stdlib.h
configure:19856: result: yes
configure:19990: checking for GNU libc compatible malloc
configure:20052: result: no
configure:20096: checking sys/select.h usability
configure:20113: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20119: $? = 0
configure:20133: result: yes
configure:20137: checking sys/select.h presence
configure:20152: clang -E conftest.c
configure:20158: $? = 0
configure:20172: result: yes
configure:20205: checking for sys/select.h
configure:20213: result: yes
configure:20086: checking for sys/socket.h
configure:20092: result: yes
configure:20226: checking types of arguments for select
configure:20264: clang -c -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20270: $? = 0
configure:20291: result: int,fd_set *,struct timeval *
configure:20330: checking for gethostbyaddr
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for gethostbyname
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for gettimeofday
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for inet_ntoa
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for memset
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:70:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
char memset ();
^
conftest.c:70:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
1 warning generated.
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for select
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for socket
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for strcspn
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:73:6: warning: incompatible redeclaration of library function 'strcspn' [-Wincompatible-library-redeclaration]
char strcspn ();
^
conftest.c:73:6: note: 'strcspn' is a builtin with type 'unsigned long (const char *, const char *)'
1 warning generated.
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for strdup
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:74:6: warning: incompatible redeclaration of library function 'strdup' [-Wincompatible-library-redeclaration]
char strdup ();
^
conftest.c:74:6: note: 'strdup' is a builtin with type 'char *(const char *)'
1 warning generated.
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for strerror
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:75:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
char strerror ();
^
conftest.c:75:6: note: 'strerror' is a builtin with type 'char *(int)'
1 warning generated.
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for strncasecmp
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:76:6: warning: incompatible redeclaration of library function 'strncasecmp' [-Wincompatible-library-redeclaration]
char strncasecmp ();
^
conftest.c:76:6: note: 'strncasecmp' is a builtin with type 'int (const char *, const char *, unsigned long)'
1 warning generated.
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for strcasecmp
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:77:6: warning: incompatible redeclaration of library function 'strcasecmp' [-Wincompatible-library-redeclaration]
char strcasecmp ();
^
conftest.c:77:6: note: 'strcasecmp' is a builtin with type 'int (const char *, const char *)'
1 warning generated.
configure:20392: $? = 0
configure:20410: result: yes
configure:20330: checking for strspn
configure:20386: clang -o conftest -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter conftest.c >&5
conftest.c:78:6: warning: incompatible redeclaration of library function 'strspn' [-Wincompatible-library-redeclaration]
char strspn ();
^
conftest.c:78:6: note: 'strspn' is a builtin with type 'unsigned long (const char *, const char *)'
1 warning generated.
configure:20392: $? = 0
configure:20410: result: yes
configure:20829: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by nss-mdns config.status 0.10, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 2686ccbb91c7
config.status:675: creating Makefile
config.status:675: creating src/Makefile
config.status:675: creating doc/Makefile
config.status:675: creating doc/README.html
config.status:675: creating config.h
config.status:986: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=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=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=clang++
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_func_gethostbyaddr=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_malloc_0_nonnull=no
ac_cv_func_memset=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_socket=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strspn=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_nss_h=no
ac_cv_header_stdc=yes
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_ioctl_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=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_GREP=/usr/sbin/grep
ac_cv_path_install='/usr/bin/install -c'
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_STRIP=strip
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_F77=gfortran
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_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
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_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_SED=/usr/sbin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /tmp/nss-mdns/src/nss-mdns-0.10/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/nss-mdns/src/nss-mdns-0.10/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /tmp/nss-mdns/src/nss-mdns-0.10/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/nss-mdns/src/nss-mdns-0.10/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/nss-mdns/src/nss-mdns-0.10/missing --run automake-1.9'
AWK='gawk'
CC='clang'
CCDEPMODE='depmode=gcc3'
CFLAGS=' -std=gnu99 -Wall -W -Wextra -pedantic -pipe -Wformat -Wold-style-definition -Wdeclaration-after-statement -Wfloat-equal -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls -Wmissing-noreturn -Wshadow -Wendif-labels -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Winline -Wno-unused-parameter -pipe -W -Wall -pedantic -std=c99 -Wno-unused-parameter'
CPP='clang -E'
CPPFLAGS=''
CXX='clang++'
CXXCPP='clang++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
ENABLE_AVAHI_FALSE='#'
ENABLE_AVAHI_TRUE=''
ENABLE_LEGACY_FALSE=''
ENABLE_LEGACY_TRUE='#'
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2'
FREEBSD_NSS_FALSE=''
FREEBSD_NSS_TRUE='#'
GREP='/usr/sbin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=' ${LIBOBJDIR}malloc$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo'
MAKEINFO='${SHELL} /tmp/nss-mdns/src/nss-mdns-0.10/missing --run makeinfo'
OBJEXT='o'
PACKAGE='nss-mdns'
PACKAGE_BUGREPORT='mzaffzqaf (at) 0pointer (dot) de'
PACKAGE_NAME='nss-mdns'
PACKAGE_STRING='nss-mdns 0.10'
PACKAGE_TARNAME='nss-mdns'
PACKAGE_URL='http://0pointer.de/lennart/projects/nss-mdns/'
PACKAGE_VERSION='0.10'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_LINKS_FALSE=''
USE_LINKS_TRUE='#'
USE_LYNX_FALSE=''
USE_LYNX_TRUE='#'
VERSION='0.10'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77='gfortran'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
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}'
have_links=''
have_lynx=''
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='/tmp/nss-mdns/src/nss-mdns-0.10/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='${datarootdir}/man'
mkdir_p='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='/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "nss-mdns"
#define PACKAGE_TARNAME "nss-mdns"
#define PACKAGE_VERSION "0.10"
#define PACKAGE_STRING "nss-mdns 0.10"
#define PACKAGE_BUGREPORT "mzaffzqaf (at) 0pointer (dot) de"
#define PACKAGE "nss-mdns"
#define VERSION "0.10"
#define _GNU_SOURCE 1
#define STDC_HEADERS 1
#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 STDC_HEADERS 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_IOCTL_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 0
#define malloc rpl_malloc
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define HAVE_GETHOSTBYADDR 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INET_NTOA 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRSPN 1
#define ENABLE_AVAHI 1
configure: exit 0