Build of sipcalc with musl toolchain

The build took 00h 01m 18s and was SUCCESSFUL.

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

SLOCLanguage
3,181 ansic
1,683 makefile
1,166 sh
6,030 total

The process tree of the build process is here.

Log

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

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

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

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: sipcalc 1.1.6-2 (Wed Apr 5 00:42:09 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 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 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 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 sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking for unistd.h... (cached) yes
# checking for sys/types.h... (cached) yes
# checking sys/bitypes.h usability... no
# checking sys/bitypes.h presence... no
# checking for sys/bitypes.h... no
# checking sys/sockio.h usability... no
# checking sys/sockio.h presence... no
# checking for sys/sockio.h... no
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking ctype.h usability... yes
# checking ctype.h presence... yes
# checking for ctype.h... yes
# checking whether clang needs -traditional... no
# checking for inet_ntoa in -lnsl... no
# checking for socket... yes
# checking for strstr... yes
# checking for strtol... yes
# checking for strtoul... yes
# checking for gethostbyname... yes
# checking for gethostbyname2... yes
# checking for inet_ntop... yes
# checking for getipnodebyaddr... no
# checking for getaddrinfo... yes
# checking for socket in -lsocket... no
# checking for gethostbyname in netdb.h... yes
# checking for gethostbyname2 in netdb.h... no
# checking for getaddrinfo in netdb.h... no
# checking if struct sockaddr has sa_len field... no
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for getopt_long... yes
# checking if type uint8_t exists... yes
# checking if type uint16_t exists... yes
# checking if type uint32_t exists... yes
# checking if type u_int8_t exists... yes
# checking if type u_int16_t exists... yes
# checking if type u_int32_t exists... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating include/Makefile
# config.status: creating src/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# Making all in doc
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/doc'
# Making all in include
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/include'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/include'
# Making all in src
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/src'
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -MT sub-func.o -MD -MP -MF .deps/sub-func.Tpo -c -o sub-func.o sub-func.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -MT interface.o -MD -MP -MF .deps/interface.Tpo -c -o interface.o interface.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -MT sub-output.o -MD -MP -MF .deps/sub-output.Tpo -c -o sub-output.o sub-output.c
# clang -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/local/include -MT sub.o -MD -MP -MF .deps/sub.Tpo -c -o sub.o sub.c
# mv -f .deps/interface.Tpo .deps/interface.Po
# mv -f .deps/sub-output.Tpo .deps/sub-output.Po
# mv -f .deps/sub.Tpo .deps/sub.Po
# mv -f .deps/sub-func.Tpo .deps/sub-func.Po
# clang -I/usr/local/include -o sipcalc sub-func.o interface.o sub-output.o sub.o -L/usr/local/lib
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/src'
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# make[1]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in doc
# make[1]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/doc'
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/sipcalc/pkg/sipcalc//usr/share/man/man1'
# /usr/bin/install -c -m 644 sipcalc.1 '/tmp/sipcalc/pkg/sipcalc//usr/share/man/man1'
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/doc'
# make[1]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/doc'
# Making install in include
# make[1]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/include'
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/include'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/include'
# make[1]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/include'
# Making install in src
# make[1]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/src'
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6/src'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/sipcalc/pkg/sipcalc//usr/bin'
# /usr/bin/install -c sipcalc '/tmp/sipcalc/pkg/sipcalc//usr/bin'
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/src'
# make[1]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6/src'
# make[1]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# make[2]: Entering directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# make[1]: Leaving directory '/tmp/sipcalc/src/sipcalc-1.1.6'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "sipcalc"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: sipcalc 1.1.6-2 (Wed Apr 5 00:42:23 UTC 2017)

CMD: pacman --query --file sipcalc-1.1.6-2-x86_64.pkg.tar.xz
# sipcalc 1.1.6-2

Creating hybrid package for 'sipcalc'

Trying to find vanilla package 'sipcalc'...

CMD: pacman --query --file /mirror/sipcalc-1.1.6-2.pkg.tar.xz
# sipcalc 1.1.6-2

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/share/man/man1/sipcalc.1.gz
# /usr/share/licenses/sipcalc/LICENSE
# /usr/bin/sipcalc

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z

CMD: bsdtar -tqf sipcalc.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/sipcalc.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/sipcalc.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/sipcalc.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/sipcalc/src/sipcalc-1.1.6/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
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5ff2ea421b3c
# 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:2172: checking for a BSD-compatible install
# configure:2240: result: /usr/bin/install -c
# configure:2251: checking whether build environment is sane
# configure:2301: result: yes
# configure:2350: checking for x86_64-unknown-linux-strip
# configure:2380: result: no
# configure:2390: checking for strip
# configure:2406: found /sysroot/bin/strip
# configure:2417: result: strip
# configure:2442: checking for a thread-safe mkdir -p
# configure:2481: result: /usr/sbin/mkdir -p
# configure:2494: checking for gawk
# configure:2510: found /usr/sbin/gawk
# configure:2521: result: gawk
# configure:2532: checking whether make sets $(MAKE)
# configure:2554: result: yes
# configure:2642: checking for x86_64-unknown-linux-gcc
# configure:2669: result: clang
# configure:2938: checking for C compiler version
# configure:2947: clang --version >&5
# clang version 3.8.1
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2958: $? = 0
# configure:2947: 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:2958: $? = 0
# configure:2947: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2958: $? = 1
# configure:2947: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2958: $? = 1
# configure:2978: checking whether the C compiler works
# configure:3000: clang conftest.c >&5
# configure:3004: $? = 0
# configure:3052: result: yes
# configure:3055: checking for C compiler default output file name
# configure:3057: result: a.out
# configure:3063: checking for suffix of executables
# configure:3070: clang -o conftest conftest.c >&5
# configure:3074: $? = 0
# configure:3096: result:
# configure:3118: checking whether we are cross compiling
# configure:3126: clang -o conftest conftest.c >&5
# configure:3130: $? = 0
# configure:3137: ./conftest
# ./conftest: error while loading shared libraries: /usr/lib/libc.so: invalid ELF header
# configure:3141: $? = 127
# configure:3156: result: yes
# configure:3161: checking for suffix of object files
# configure:3183: clang -c conftest.c >&5
# configure:3187: $? = 0
# configure:3208: result: o
# configure:3212: checking whether we are using the GNU C compiler
# configure:3231: clang -c conftest.c >&5
# configure:3231: $? = 0
# configure:3240: result: yes
# configure:3249: checking whether clang accepts -g
# configure:3269: clang -c -g conftest.c >&5
# configure:3269: $? = 0
# configure:3310: result: yes
# configure:3327: checking for clang option to accept ISO C89
# configure:3390: clang -c conftest.c >&5
# configure:3390: $? = 0
# configure:3403: result: none needed
# configure:3434: checking for style of include used by make
# configure:3462: result: GNU
# configure:3488: checking dependency style of clang
# configure:3599: result: gcc3
# configure:3622: checking how to run the C preprocessor
# configure:3653: clang -E conftest.c
# configure:3653: $? = 0
# configure:3667: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3667: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | /* end confdefs.h. */
# | #include
# configure:3692: result: clang -E
# configure:3712: clang -E conftest.c
# configure:3712: $? = 0
# configure:3726: clang -E conftest.c
# conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3726: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | /* end confdefs.h. */
# | #include
# configure:3755: checking for grep that handles long lines and -e
# configure:3813: result: /usr/sbin/grep
# configure:3818: checking for egrep
# configure:3880: result: /usr/sbin/grep -E
# configure:3885: checking for ANSI C header files
# configure:3905: clang -c conftest.c >&5
# configure:3905: $? = 0
# configure:3989: result: yes
# configure:4002: checking for sys/types.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for sys/stat.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for stdlib.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for string.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for memory.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for strings.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for inttypes.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for stdint.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for unistd.h
# configure:4002: clang -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4017: checking sys/ioctl.h usability
# configure:4017: clang -c conftest.c >&5
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking sys/ioctl.h presence
# configure:4017: clang -E conftest.c
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking for sys/ioctl.h
# configure:4017: result: yes
# configure:4017: checking for unistd.h
# configure:4017: result: yes
# configure:4017: checking for sys/types.h
# configure:4017: result: yes
# configure:4017: checking sys/bitypes.h usability
# configure:4017: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: 'sys/bitypes.h' file not found
# #include
# ^
# 1 error generated.
# configure:4017: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_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:4017: result: no
# configure:4017: checking sys/bitypes.h presence
# configure:4017: clang -E conftest.c
# conftest.c:24:10: fatal error: 'sys/bitypes.h' file not found
# #include
# ^
# 1 error generated.
# configure:4017: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:4017: result: no
# configure:4017: checking for sys/bitypes.h
# configure:4017: result: no
# configure:4017: checking sys/sockio.h usability
# configure:4017: clang -c conftest.c >&5
# conftest.c:57:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4017: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_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:4017: result: no
# configure:4017: checking sys/sockio.h presence
# configure:4017: clang -E conftest.c
# conftest.c:24:10: fatal error: 'sys/sockio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4017: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | /* end confdefs.h. */
# | #include
# configure:4017: result: no
# configure:4017: checking for sys/sockio.h
# configure:4017: result: no
# configure:4017: checking netdb.h usability
# configure:4017: clang -c conftest.c >&5
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking netdb.h presence
# configure:4017: clang -E conftest.c
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking for netdb.h
# configure:4017: result: yes
# configure:4017: checking ctype.h usability
# configure:4017: clang -c conftest.c >&5
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking ctype.h presence
# configure:4017: clang -E conftest.c
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking for ctype.h
# configure:4017: result: yes
# configure:4028: checking whether clang needs -traditional
# conftest.c:26:10: fatal error: 'sgtty.h' file not found
# #include
# ^
# 1 error generated.
# conftest.c:26:10: fatal error: 'termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:4062: result: no
# configure:4069: checking for inet_ntoa in -lnsl
# configure:4094: clang -o conftest conftest.c -lnsl >&5
# /sysroot/bin/ld: error: cannot find -lnsl
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4094: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char inet_ntoa ();
# | int
# | main ()
# | {
# | return inet_ntoa ();
# | ;
# | return 0;
# | }
# configure:4103: result: no
# configure:4117: checking for socket
# configure:4117: clang -o conftest conftest.c >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for strstr
# configure:4117: clang -o conftest conftest.c >&5
# conftest.c:50:6: warning: incompatible redeclaration of library function 'strstr' [-Wincompatible-library-redeclaration]
# char strstr ();
# ^
# conftest.c:50:6: note: 'strstr' is a builtin with type 'char *(const char *, const char *)'
# 1 warning generated.
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for strtol
# configure:4117: clang -o conftest conftest.c >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for strtoul
# configure:4117: clang -o conftest conftest.c >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for gethostbyname
# configure:4117: clang -o conftest conftest.c >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for gethostbyname2
# configure:4117: clang -o conftest conftest.c >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for inet_ntop
# configure:4117: clang -o conftest conftest.c >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for getipnodebyaddr
# configure:4117: clang -o conftest conftest.c >&5
# /tmp/conftest-d59542.o:conftest.c:function main: error: undefined reference to 'getipnodebyaddr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4117: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_NTOP 1
# | /* end confdefs.h. */
# | /* Define getipnodebyaddr to an innocuous variant, in case declares getipnodebyaddr.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getipnodebyaddr innocuous_getipnodebyaddr
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getipnodebyaddr (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getipnodebyaddr
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char getipnodebyaddr ();
# | /* The GNU C library defines this for functions which it implements
# | to always fail with ENOSYS. Some functions are actually named
# | something starting with __ and the normal name is an alias. */
# | #if defined __stub_getipnodebyaddr || defined __stub___getipnodebyaddr
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getipnodebyaddr ();
# | ;
# | return 0;
# | }
# configure:4117: result: no
# configure:4117: checking for getaddrinfo
# configure:4117: clang -o conftest conftest.c >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4179: checking for socket in -lsocket
# configure:4204: clang -o conftest -I/usr/local/include conftest.c -lsocket -L/usr/local/lib >&5
# /sysroot/bin/ld: error: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:4204: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETADDRINFO 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char socket ();
# | int
# | main ()
# | {
# | return socket ();
# | ;
# | return 0;
# | }
# configure:4213: result: no
# configure:4225: checking for gethostbyname in netdb.h
# configure:4240: clang -c -I/usr/local/include conftest.c >&5
# configure:4240: $? = 0
# configure:4242: result: yes
# configure:4253: checking for gethostbyname2 in netdb.h
# configure:4268: clang -c -I/usr/local/include conftest.c >&5
# conftest.c:41:49: error: too many arguments to function call, expected 1, have 2
# struct hostent *h; h=gethostbyname("127.0.0.1", AF_INET)
# ~~~~~~~~~~~~~ ^~~~~~~
# /sysroot/include/sys/socket.h:118:25: note: expanded from macro 'AF_INET'
# #define AF_INET PF_INET
# ^~~~~~~
# /sysroot/include/sys/socket.h:72:25: note: expanded from macro 'PF_INET'
# #define PF_INET 2
# ^
# /sysroot/include/netdb.h:123:1: note: 'gethostbyname' declared here
# struct hostent *gethostbyname (const char *);
# ^
# 1 error generated.
# configure:4268: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETHOSTBYNAME_NETDB 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# | struct hostent *h; h=gethostbyname("127.0.0.1", AF_INET)
# | ;
# | return 0;
# | }
# configure:4277: result: no
# configure:4281: checking for getaddrinfo in netdb.h
# configure:4296: clang -c -I/usr/local/include conftest.c >&5
# conftest.c:41:65: error: use of undeclared identifier 'NULL'
# struct addrinfo h; struct addrinfo *r; getaddrinfo("127.0.0.1", NULL, &h, &r)
# ^
# 1 error generated.
# configure:4296: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETHOSTBYNAME_NETDB 1
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# | struct addrinfo h; struct addrinfo *r; getaddrinfo("127.0.0.1", NULL, &h, &r)
# | ;
# | return 0;
# | }
# configure:4305: result: no
# configure:4309: checking if struct sockaddr has sa_len field
# configure:4325: clang -c -I/usr/local/include conftest.c >&5
# conftest.c:42:39: error: no member named 'sa_len' in 'struct sockaddr'
# struct sockaddr sa;int x; x=sizeof(sa.sa_len);
# ~~ ^
# 1 error generated.
# configure:4325: $? = 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 "sipcalc"
# | #define VERSION "1.1.6"
# | #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_SYS_IOCTL_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_SOCKET 1
# | #define HAVE_STRSTR 1
# | #define HAVE_STRTOL 1
# | #define HAVE_STRTOUL 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETHOSTBYNAME_NETDB 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | struct sockaddr sa;int x; x=sizeof(sa.sa_len);
# | ;
# | return 0;
# | }
# configure:4334: result: no
# configure:4341: checking getopt.h usability
# configure:4341: clang -c -I/usr/local/include conftest.c >&5
# configure:4341: $? = 0
# configure:4341: result: yes
# configure:4341: checking getopt.h presence
# configure:4341: clang -E conftest.c
# configure:4341: $? = 0
# configure:4341: result: yes
# configure:4341: checking for getopt.h
# configure:4341: result: yes
# configure:4367: checking for getopt_long
# configure:4367: clang -o conftest -I/usr/local/include conftest.c -L/usr/local/lib >&5
# configure:4367: $? = 0
# configure:4367: result: yes
# configure:4425: checking if type uint8_t exists
# configure:4440: clang -c -I/usr/local/include conftest.c >&5
# configure:4440: $? = 0
# configure:4442: result: yes
# configure:4453: checking if type uint16_t exists
# configure:4468: clang -c -I/usr/local/include conftest.c >&5
# configure:4468: $? = 0
# configure:4470: result: yes
# configure:4481: checking if type uint32_t exists
# configure:4496: clang -c -I/usr/local/include conftest.c >&5
# configure:4496: $? = 0
# configure:4498: result: yes
# configure:4509: checking if type u_int8_t exists
# configure:4524: clang -c -I/usr/local/include conftest.c >&5
# configure:4524: $? = 0
# configure:4526: result: yes
# configure:4537: checking if type u_int16_t exists
# configure:4552: clang -c -I/usr/local/include conftest.c >&5
# configure:4552: $? = 0
# configure:4554: result: yes
# configure:4565: checking if type u_int32_t exists
# configure:4580: clang -c -I/usr/local/include conftest.c >&5
# configure:4580: $? = 0
# configure:4582: result: yes
# configure:4725: 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 5ff2ea421b3c
#
# config.status:874: creating Makefile
# config.status:874: creating doc/Makefile
# config.status:874: creating include/Makefile
# config.status:874: creating src/Makefile
# config.status:874: creating config.h
# config.status:1103: 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_getaddrinfo=yes
# ac_cv_func_gethostbyname2=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_getipnodebyaddr=no
# ac_cv_func_getopt_long=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_socket=yes
# ac_cv_func_strstr=yes
# ac_cv_func_strtol=yes
# ac_cv_func_strtoul=yes
# ac_cv_header_ctype_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_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_bitypes_h=no
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_sockio_h=no
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_lib_nsl_inet_ntoa=no
# ac_cv_lib_socket_socket=no
# 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_gcc_traditional=no
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/sipcalc/src/sipcalc-1.1.6/missing --run aclocal-1.11'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AUTOCONF='${SHELL} /tmp/sipcalc/src/sipcalc-1.1.6/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/sipcalc/src/sipcalc-1.1.6/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/sipcalc/src/sipcalc-1.1.6/missing --run automake-1.11'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -I/usr/local/include'
# 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=''
# LIBS=' -L/usr/local/lib'
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/sipcalc/src/sipcalc-1.1.6/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='sipcalc'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.1.6'
# 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/sipcalc/src/sipcalc-1.1.6/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='${exec_prefix}/sbin'
# 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 "sipcalc"
# #define VERSION "1.1.6"
# #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_SYS_IOCTL_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_SOCKET 1
# #define HAVE_STRSTR 1
# #define HAVE_STRTOL 1
# #define HAVE_STRTOUL 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETHOSTBYNAME2 1
# #define HAVE_INET_NTOP 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETHOSTBYNAME_NETDB 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_GETOPT_LONG 1
# #define HAVE_UINT8_T 1
# #define HAVE_UINT16_T 1
# #define HAVE_UINT32_T 1
# #define HAVE_U_INT8_T 1
# #define HAVE_U_INT16_T 1
# #define HAVE_U_INT32_T 1
#
# configure: exit 0