Build of isatapd with musl toolchain

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

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

SLOCLanguage
1,417 makefile
1,371 ansic
1,054 sh
3,842 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: isatapd 0.9.7-4 (Tue Apr 4 23:26:33 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# 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 for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# checking for ANSI C header files... yes
# checking for sys/types.h... yes
# checking for sys/stat.h... yes
# checking for stdlib.h... yes
# checking for string.h... yes
# checking for memory.h... yes
# checking for strings.h... yes
# checking for inttypes.h... yes
# checking for stdint.h... yes
# checking for unistd.h... yes
# checking net/if.h usability... yes
# checking net/if.h presence... yes
# checking for net/if.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking netinet/ip.h usability... yes
# checking netinet/ip.h presence... yes
# checking for netinet/ip.h... yes
# checking netinet/icmp6.h usability... yes
# checking netinet/icmp6.h presence... yes
# checking for netinet/icmp6.h... yes
# checking linux/socket.h usability... no
# checking linux/socket.h presence... no
# checking for linux/socket.h... no
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for pid_t... yes
# checking for stdlib.h... (cached) yes
# checking for GNU libc compatible malloc... no
# checking for ioctl... yes
# checking for getopt_long... yes
# checking for syslog... yes
# checking for fcntl... yes
# checking if 1=2... no
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating man/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/isatapd/src/isatapd-0.9.7'
# Making all in .
# make[2]: Entering directory '/tmp/isatapd/src/isatapd-0.9.7'
# make[2]: Leaving directory '/tmp/isatapd/src/isatapd-0.9.7'
# Making all in src
# make[2]: Entering directory '/tmp/isatapd/src/isatapd-0.9.7/src'
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -MT isatap.o -MD -MP -MF .deps/isatap.Tpo -c -o isatap.o isatap.c
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -MT tunnel.o -MD -MP -MF .deps/tunnel.Tpo -c -o tunnel.o tunnel.c
# clang -DHAVE_CONFIG_H -I. -I.. -Wall -MT rdisc.o -MD -MP -MF .deps/rdisc.Tpo -c -o rdisc.o rdisc.c
# tunnel.c:23:10: fatal error: 'linux/if_tunnel.h' file not found
# #include
# ^
# 1 error generated.
# isatap.c:70:24: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]
# n = (struct PRLENTRY*)malloc(sizeof(struct PRLENTRY));
# ^
# ../config.h:99:16: note: expanded from macro 'malloc'
# #define malloc rpl_malloc
# ^
# isatap.c:70:6: warning: cast to 'struct PRLENTRY *' from smaller integer type 'int' [-Wint-to-pointer-cast]
# n = (struct PRLENTRY*)malloc(sizeof(struct PRLENTRY));
# ^
# main.c:134:27: warning: implicit declaration of function 'rpl_malloc' is invalid in C99 [-Wimplicit-function-declaration]
# n = (struct ROUTER_NAME*)malloc(sizeof(struct ROUTER_NAME));
# ^
# ../config.h:99:16: note: expanded from macro 'malloc'
# #define malloc rpl_malloc
# ^
# main.c:134:6: warning: cast to 'struct ROUTER_NAME *' from smaller integer type 'int' [-Wint-to-pointer-cast]
# n = (struct ROUTER_NAME*)malloc(sizeof(struct ROUTER_NAME));
# ^
# make[2]: *** [Makefile:270: tunnel.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# 2 warnings generated.
# mv -f .deps/isatap.Tpo .deps/isatap.Po
# 2 warnings generated.
# mv -f .deps/rdisc.Tpo .deps/rdisc.Po
# mv -f .deps/main.Tpo .deps/main.Po
# make[2]: Leaving directory '/tmp/isatapd/src/isatapd-0.9.7/src'
# make[1]: *** [Makefile:279: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/isatapd/src/isatapd-0.9.7'
# make: *** [Makefile:219: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/isatapd/src/isatapd-0.9.7/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --sbindir=/usr/bin
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = a8532bef9d39
# 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:2224: checking for a BSD-compatible install
# configure:2292: result: /usr/bin/install -c
# configure:2303: checking whether build environment is sane
# configure:2353: result: yes
# configure:2402: checking for x86_64-unknown-linux-strip
# configure:2432: result: no
# configure:2442: checking for strip
# configure:2458: found /sysroot/bin/strip
# configure:2469: result: strip
# configure:2494: checking for a thread-safe mkdir -p
# configure:2533: result: /usr/sbin/mkdir -p
# configure:2546: checking for gawk
# configure:2562: found /usr/sbin/gawk
# configure:2573: result: gawk
# configure:2584: checking whether make sets $(MAKE)
# configure:2606: result: yes
# configure:2704: checking for style of include used by make
# configure:2732: result: GNU
# configure:2763: checking for x86_64-unknown-linux-gcc
# configure:2790: result: clang
# configure:3059: checking for C compiler version
# configure:3068: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:3079: $? = 0
# configure:3068: 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:3079: $? = 0
# configure:3068: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3079: $? = 1
# configure:3068: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3079: $? = 1
# configure:3099: checking whether the C compiler works
# configure:3121: clang conftest.c >&5
# configure:3125: $? = 0
# configure:3173: result: yes
# configure:3176: checking for C compiler default output file name
# configure:3178: result: a.out
# configure:3184: checking for suffix of executables
# configure:3191: clang -o conftest conftest.c >&5
# configure:3195: $? = 0
# configure:3217: result:
# configure:3239: checking whether we are cross compiling
# configure:3247: clang -o conftest conftest.c >&5
# configure:3251: $? = 0
# configure:3258: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3262: $? = 127
# configure:3277: result: yes
# configure:3282: checking for suffix of object files
# configure:3304: clang -c conftest.c >&5
# configure:3308: $? = 0
# configure:3329: result: o
# configure:3333: checking whether we are using the GNU C compiler
# configure:3352: clang -c conftest.c >&5
# configure:3352: $? = 0
# configure:3361: result: yes
# configure:3370: checking whether clang accepts -g
# configure:3390: clang -c -g conftest.c >&5
# configure:3390: $? = 0
# configure:3431: result: yes
# configure:3448: checking for clang option to accept ISO C89
# configure:3511: clang -c conftest.c >&5
# configure:3511: $? = 0
# configure:3524: result: none needed
# configure:3546: checking dependency style of clang
# configure:3657: result: gcc3
# configure:3678: checking how to run the C preprocessor
# configure:3709: clang -E conftest.c
# configure:3709: $? = 0
# configure:3723: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3723: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isatapd"
# | #define VERSION "0.9.7"
# | /* end confdefs.h. */
# | #include
# configure:3748: result: clang -E
# configure:3768: clang -E conftest.c
# configure:3768: $? = 0
# configure:3782: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3782: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isatapd"
# | #define VERSION "0.9.7"
# | /* end confdefs.h. */
# | #include
# configure:3811: checking for grep that handles long lines and -e
# configure:3869: result: /usr/sbin/grep
# configure:3874: checking for egrep
# configure:3936: result: /usr/sbin/grep -E
# configure:3941: checking for ANSI C header files
# configure:3961: clang -c conftest.c >&5
# configure:3961: $? = 0
# configure:4045: result: yes
# configure:4059: checking for sys/types.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for sys/stat.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for stdlib.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for string.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for memory.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for strings.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for inttypes.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for stdint.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4059: checking for unistd.h
# configure:4059: clang -c conftest.c >&5
# configure:4059: $? = 0
# configure:4059: result: yes
# configure:4074: checking net/if.h usability
# configure:4074: clang -c conftest.c >&5
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking net/if.h presence
# configure:4074: clang -E conftest.c
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking for net/if.h
# configure:4074: result: yes
# configure:4074: checking netdb.h usability
# configure:4074: clang -c conftest.c >&5
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking netdb.h presence
# configure:4074: clang -E conftest.c
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking for netdb.h
# configure:4074: result: yes
# configure:4074: checking arpa/inet.h usability
# configure:4074: clang -c conftest.c >&5
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking arpa/inet.h presence
# configure:4074: clang -E conftest.c
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking for arpa/inet.h
# configure:4074: result: yes
# configure:4074: checking netinet/ip.h usability
# configure:4074: clang -c conftest.c >&5
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking netinet/ip.h presence
# configure:4074: clang -E conftest.c
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking for netinet/ip.h
# configure:4074: result: yes
# configure:4074: checking netinet/icmp6.h usability
# configure:4074: clang -c conftest.c >&5
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking netinet/icmp6.h presence
# configure:4074: clang -E conftest.c
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking for netinet/icmp6.h
# configure:4074: result: yes
# configure:4074: checking linux/socket.h usability
# configure:4074: clang -c conftest.c >&5
# conftest.c:59:10: fatal error: 'linux/socket.h' file not found
# #include
# ^
# 1 error generated.
# configure:4074: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isatapd"
# | #define VERSION "0.9.7"
# | #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_NET_IF_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_ICMP6_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:4074: result: no
# configure:4074: checking linux/socket.h presence
# configure:4074: clang -E conftest.c
# conftest.c:26:10: fatal error: 'linux/socket.h' file not found
# #include
# ^
# 1 error generated.
# configure:4074: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isatapd"
# | #define VERSION "0.9.7"
# | #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_NET_IF_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | /* end confdefs.h. */
# | #include
# configure:4074: result: no
# configure:4074: checking for linux/socket.h
# configure:4074: result: no
# configure:4074: checking sys/utsname.h usability
# configure:4074: clang -c conftest.c >&5
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking sys/utsname.h presence
# configure:4074: clang -E conftest.c
# configure:4074: $? = 0
# configure:4074: result: yes
# configure:4074: checking for sys/utsname.h
# configure:4074: result: yes
# configure:4086: checking getopt.h usability
# configure:4086: clang -c conftest.c >&5
# configure:4086: $? = 0
# configure:4086: result: yes
# configure:4086: checking getopt.h presence
# configure:4086: clang -E conftest.c
# configure:4086: $? = 0
# configure:4086: result: yes
# configure:4086: checking for getopt.h
# configure:4086: result: yes
# configure:4097: checking for pid_t
# configure:4097: clang -c conftest.c >&5
# configure:4097: $? = 0
# configure:4097: clang -c conftest.c >&5
# conftest.c:64:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:4097: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "isatapd"
# | #define VERSION "0.9.7"
# | #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_NET_IF_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETINET_IP_H 1
# | #define HAVE_NETINET_ICMP6_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_GETOPT_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
# | int
# | main ()
# | {
# | if (sizeof ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:4097: result: yes
# configure:4110: checking for stdlib.h
# configure:4110: result: yes
# configure:4120: checking for GNU libc compatible malloc
# configure:4154: result: no
# configure:4179: checking for ioctl
# configure:4179: clang -o conftest conftest.c >&5
# configure:4179: $? = 0
# configure:4179: result: yes
# configure:4179: checking for getopt_long
# configure:4179: clang -o conftest conftest.c >&5
# configure:4179: $? = 0
# configure:4179: result: yes
# configure:4179: checking for syslog
# configure:4179: clang -o conftest conftest.c >&5
# configure:4179: $? = 0
# configure:4179: result: yes
# configure:4179: checking for fcntl
# configure:4179: clang -o conftest conftest.c >&5
# configure:4179: $? = 0
# configure:4179: result: yes
# configure:4189: checking if 1=2
# configure:4191: result: no
# configure:4326: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on a8532bef9d39
#
# config.status:864: creating Makefile
# config.status:864: creating src/Makefile
# config.status:864: creating man/Makefile
# config.status:864: creating config.h
# config.status:1093: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# 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_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_func_fcntl=yes
# ac_cv_func_getopt_long=yes
# ac_cv_func_ioctl=yes
# ac_cv_func_malloc_0_nonnull=no
# ac_cv_func_syslog=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_linux_socket_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_icmp6_h=yes
# ac_cv_header_netinet_ip_h=yes
# 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_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_unistd_h=yes
# 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_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_type_pid_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/isatapd/src/isatapd-0.9.7/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AUTOCONF='${SHELL} /tmp/isatapd/src/isatapd-0.9.7/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/isatapd/src/isatapd-0.9.7/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/isatapd/src/isatapd-0.9.7/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=' ${LIBOBJDIR}malloc$U.o'
# LIBS=''
# LTLIBOBJS=' ${LIBOBJDIR}malloc$U.lo'
# MAKEINFO='${SHELL} /tmp/isatapd/src/isatapd-0.9.7/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='isatapd'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.9.7'
# ac_ct_CC=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/isatapd/src/isatapd-0.9.7/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# 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='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "isatapd"
# #define VERSION "0.9.7"
# #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_NET_IF_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NETINET_IP_H 1
# #define HAVE_NETINET_ICMP6_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_MALLOC 0
# #define malloc rpl_malloc
# #define HAVE_IOCTL 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_SYSLOG 1
# #define HAVE_FCNTL 1
#
# configure: exit 0