Build of sipcalc with vanilla toolchain

The build took 00h 00m 26s and was SUCCESSFUL.

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

SLOCLanguage
3,180 ansic
1,683 makefile
1,166 sh
6,029 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...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: sipcalc 1.1.6-2 (Wed Aug 24 13:16:07 UTC 2016)
# ==> 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... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -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... yes
# checking sys/bitypes.h presence... yes
# checking for sys/bitypes.h... yes
# 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 gcc needs -traditional... no
# checking for inet_ntoa in -lnsl... yes
# 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... no
# checking if type uint16_t exists... no
# checking if type uint32_t exists... no
# 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'
# gcc -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
# gcc -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
# mv -f .deps/interface.Tpo .deps/interface.Po
# gcc -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
# mv -f .deps/sub-func.Tpo .deps/sub-func.Po
# gcc -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/sub-output.Tpo .deps/sub-output.Po
# mv -f .deps/sub.Tpo .deps/sub.Po
# gcc -I/usr/local/include -o sipcalc sub-func.o interface.o sub-output.o sub.o -lnsl -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 Aug 24 13:16:14 UTC 2016)

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 = 71e6f69818ff
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/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 /usr/sbin/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:2672: result: no
# configure:2682: checking for gcc
# configure:2698: found /usr/sbin/gcc
# configure:2709: result: gcc
# configure:2938: checking for C compiler version
# configure:2947: gcc --version >&5
# gcc (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:2958: $? = 0
# configure:2947: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# 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:2958: $? = 0
# configure:2947: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2958: $? = 1
# configure:2947: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2958: $? = 1
# configure:2978: checking whether the C compiler works
# configure:3000: gcc 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: gcc -o conftest conftest.c >&5
# configure:3074: $? = 0
# configure:3096: result:
# configure:3118: checking whether we are cross compiling
# configure:3126: gcc -o conftest conftest.c >&5
# configure:3130: $? = 0
# configure:3137: ./conftest
# configure:3141: $? = 0
# configure:3156: result: no
# configure:3161: checking for suffix of object files
# configure:3183: gcc -c conftest.c >&5
# configure:3187: $? = 0
# configure:3208: result: o
# configure:3212: checking whether we are using the GNU C compiler
# configure:3231: gcc -c conftest.c >&5
# configure:3231: $? = 0
# configure:3240: result: yes
# configure:3249: checking whether gcc accepts -g
# configure:3269: gcc -c -g conftest.c >&5
# configure:3269: $? = 0
# configure:3310: result: yes
# configure:3327: checking for gcc option to accept ISO C89
# configure:3390: gcc -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 gcc
# configure:3599: result: gcc3
# configure:3622: checking how to run the C preprocessor
# configure:3653: gcc -E conftest.c
# configure:3653: $? = 0
# configure:3667: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -E
# configure:3712: gcc -E conftest.c
# configure:3712: $? = 0
# configure:3726: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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: gcc -c conftest.c >&5
# configure:3905: $? = 0
# configure:3978: gcc -o conftest conftest.c >&5
# configure:3978: $? = 0
# configure:3978: ./conftest
# configure:3978: $? = 0
# configure:3989: result: yes
# configure:4002: checking for sys/types.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for sys/stat.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for stdlib.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for string.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for memory.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for strings.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for inttypes.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for stdint.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4002: checking for unistd.h
# configure:4002: gcc -c conftest.c >&5
# configure:4002: $? = 0
# configure:4002: result: yes
# configure:4017: checking sys/ioctl.h usability
# configure:4017: gcc -c conftest.c >&5
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking sys/ioctl.h presence
# configure:4017: gcc -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: gcc -c conftest.c >&5
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking sys/bitypes.h presence
# configure:4017: gcc -E conftest.c
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking for sys/bitypes.h
# configure:4017: result: yes
# configure:4017: checking sys/sockio.h usability
# configure:4017: gcc -c conftest.c >&5
# conftest.c:58:24: fatal error: sys/sockio.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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
# | #define HAVE_SYS_BITYPES_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: gcc -E conftest.c
# conftest.c:25:24: fatal error: sys/sockio.h: No such file or directory
# #include
# ^
# compilation terminated.
# 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
# | #define HAVE_SYS_BITYPES_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: gcc -c conftest.c >&5
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking netdb.h presence
# configure:4017: gcc -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: gcc -c conftest.c >&5
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking ctype.h presence
# configure:4017: gcc -E conftest.c
# configure:4017: $? = 0
# configure:4017: result: yes
# configure:4017: checking for ctype.h
# configure:4017: result: yes
# configure:4028: checking whether gcc needs -traditional
# configure:4062: result: no
# configure:4069: checking for inet_ntoa in -lnsl
# configure:4094: gcc -o conftest conftest.c -lnsl >&5
# configure:4094: $? = 0
# configure:4103: result: yes
# configure:4117: checking for socket
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for strstr
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# conftest.c:52:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for strtol
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for strtoul
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for gethostbyname
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for gethostbyname2
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for inet_ntop
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4117: checking for getipnodebyaddr
# configure:4117: gcc -o conftest conftest.c -lnsl >&5
# /tmp/cc7udcVH.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `getipnodebyaddr'
# collect2: error: ld returned 1 exit status
# 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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: gcc -o conftest conftest.c -lnsl >&5
# configure:4117: $? = 0
# configure:4117: result: yes
# configure:4179: checking for socket in -lsocket
# configure:4204: gcc -o conftest -I/usr/local/include conftest.c -lsocket -lnsl -L/usr/local/lib >&5
# /usr/sbin/ld: cannot find -lsocket
# collect2: error: ld returned 1 exit status
# 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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: gcc -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: gcc -c -I/usr/local/include conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:43:22: error: too many arguments to function 'gethostbyname'
# struct hostent *h; h=gethostbyname("127.0.0.1", AF_INET)
# ^~~~~~~~~~~~~
# In file included from conftest.c:38:0:
# /usr/include/netdb.h:144:24: note: declared here
# extern struct hostent *gethostbyname (const char *__name);
# ^~~~~~~~~~~~~
# 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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: gcc -c -I/usr/local/include conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:43:65: error: 'NULL' undeclared (first use in this function)
# struct addrinfo h; struct addrinfo *r; getaddrinfo("127.0.0.1", NULL, &h, &r)
# ^~~~
# conftest.c:43:65: note: each undeclared identifier is reported only once for each function it appears in
# 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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: gcc -c -I/usr/local/include conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:44:38: error: 'struct sockaddr' has no member named 'sa_len'
# struct sockaddr sa;int x; x=sizeof(sa.sa_len);
# ^
# 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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: gcc -c -I/usr/local/include conftest.c >&5
# configure:4341: $? = 0
# configure:4341: result: yes
# configure:4341: checking getopt.h presence
# configure:4341: gcc -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: gcc -o conftest -I/usr/local/include conftest.c -lnsl -L/usr/local/lib >&5
# configure:4367: $? = 0
# configure:4367: result: yes
# configure:4425: checking if type uint8_t exists
# configure:4440: gcc -c -I/usr/local/include conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:1: error: unknown type name 'uint8_t'
# uint8_t a;
# ^~~~~~~
# configure:4440: $? = 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# | uint8_t a;
# | ;
# | return 0;
# | }
# configure:4449: result: no
# configure:4453: checking if type uint16_t exists
# configure:4468: gcc -c -I/usr/local/include conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:1: error: unknown type name 'uint16_t'
# uint16_t a;
# ^~~~~~~~
# configure:4468: $? = 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# | uint16_t a;
# | ;
# | return 0;
# | }
# configure:4477: result: no
# configure:4481: checking if type uint32_t exists
# configure:4496: gcc -c -I/usr/local/include conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:46:1: error: unknown type name 'uint32_t'
# uint32_t a;
# ^~~~~~~~
# configure:4496: $? = 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_SYS_BITYPES_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_CTYPE_H 1
# | #define HAVE_LIBNSL 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
# | /* end confdefs.h. */
# |
# | #include
# |
# | int
# | main ()
# | {
# | uint32_t a;
# | ;
# | return 0;
# | }
# configure:4505: result: no
# configure:4509: checking if type u_int8_t exists
# configure:4524: gcc -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: gcc -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: gcc -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 71e6f69818ff
#
# config.status:873: creating Makefile
# config.status:873: creating doc/Makefile
# config.status:873: creating include/Makefile
# config.status:873: creating src/Makefile
# config.status:873: creating config.h
# config.status:1102: executing depfiles commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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=yes
# 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=yes
# 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_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# 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='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=' -I/usr/local/include'
# CPP='gcc -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=' -lnsl -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='gcc'
# 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_SYS_BITYPES_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_CTYPE_H 1
# #define HAVE_LIBNSL 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_U_INT8_T 1
# #define HAVE_U_INT16_T 1
# #define HAVE_U_INT32_T 1
#
# configure: exit 0