Build of netstat-nat with clang_glibc toolchain

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

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

SLOCLanguage
787 sh
755 ansic
627 makefile
2,169 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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/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: netstat-nat 1.4.10-3 (Thu Apr 13 18:19:56 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for x86_64-unknown-linux-gcc... clang
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of clang... gcc3
# checking for a BSD-compatible install... /usr/bin/install -c
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/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 stdio.h usability... yes
# checking stdio.h presence... yes
# checking for stdio.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for unistd.h... (cached) yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking errno.h usability... yes
# checking errno.h presence... yes
# checking for errno.h... yes
# checking for strings.h... (cached) yes
# checking net/if.h usability... yes
# checking net/if.h presence... yes
# checking for net/if.h... yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: executing depfiles commands
# make[1]: Entering directory '/tmp/netstat-nat/src/netstat-nat-1.4.10'
# if clang -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"netstat-nat\" -DVERSION=\"1.4.10\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_NETDB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_ERRNO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_NET_IF_H=1 -DHAVE_SYS_IOCTL_H=1 -I. -I. -MT netstat-nat.o -MD -MP -MF ".deps/netstat-nat.Tpo" -c -o netstat-nat.o netstat-nat.c; \
# then mv -f ".deps/netstat-nat.Tpo" ".deps/netstat-nat.Po"; else rm -f ".deps/netstat-nat.Tpo"; exit 1; fi
# netstat-nat.c:530:9: warning: implicit declaration of function 'string_search' is invalid in C99 [-Wimplicit-function-declaration]
# if (string_search(line, "tcp")) {
# ^
# netstat-nat.c:615:5: warning: implicit declaration of function 'search_first_hit' is invalid in C99 [-Wimplicit-function-declaration]
# search_first_hit("src=", line, srcip_f);
# ^
# netstat-nat.c:617:5: warning: implicit declaration of function 'search_sec_hit' is invalid in C99 [-Wimplicit-function-declaration]
# search_sec_hit("src=", line, srcip_s);
# ^
# netstat-nat.c:633:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, dstip_s) == 0) && (strcmp(dstip_f, srcip_s) == 0)) {
# ^ ~~
# netstat-nat.c:633:7: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, dstip_s) == 0) && (strcmp(dstip_f, srcip_s) == 0)) {
# ^
# ( )
# netstat-nat.c:633:7: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, dstip_s) == 0) && (strcmp(dstip_f, srcip_s) == 0)) {
# ^
# ( )
# netstat-nat.c:638:42: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0)) {
# ^ ~~
# netstat-nat.c:638:42: note: add parentheses after the '!' to evaluate the comparison first
# if ((strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0)) {
# ^
# ( )
# netstat-nat.c:638:42: note: add parentheses around left hand side expression to silence this warning
# if ((strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0)) {
# ^
# ( )
# netstat-nat.c:644:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^ ~~
# netstat-nat.c:644:7: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:644:7: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:644:43: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^ ~~
# netstat-nat.c:644:43: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:644:43: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:644:79: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^ ~~
# netstat-nat.c:644:79: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:644:79: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:644:115: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^ ~~
# netstat-nat.c:644:115: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:644:115: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (!strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:650:7: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^ ~~
# netstat-nat.c:650:7: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:650:7: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:650:43: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^ ~~
# netstat-nat.c:650:43: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:650:43: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:650:79: warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^ ~~
# netstat-nat.c:650:79: note: add parentheses after the '!' to evaluate the comparison first
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:650:79: note: add parentheses around left hand side expression to silence this warning
# if ((!strcmp(srcip_f, srcip_s) == 0) && (!strcmp(srcip_f, dstip_s) == 0) && (!strcmp(dstip_f, srcip_s) == 0) && (strcmp(dstip_f, dstip_s) == 0) ) {
# ^
# ( )
# netstat-nat.c:824:70: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf("Could not allocate memory (%i bytes); %s.\n -- Exiting.\n", bufsize, strerror(errno));
# ~~ ^~~~~~~
# %zu
# netstat-nat.c:837:70: warning: format specifies type 'int' but the argument has type 'size_t' (aka 'unsigned long') [-Wformat]
# printf("Could not allocate memory (%i bytes); %s.\n -- Exiting.\n", newbufsize, strerror(errno));
# ~~ ^~~~~~~~~~
# %zu
# 14 warnings generated.
# clang -o netstat-nat netstat-nat.o
# make[1]: Leaving directory '/tmp/netstat-nat/src/netstat-nat-1.4.10'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/netstat-nat/src/netstat-nat-1.4.10'
# make[2]: Entering directory '/tmp/netstat-nat/src/netstat-nat-1.4.10'
# test -z "/usr/bin" || mkdir -p -- "/tmp/netstat-nat/pkg/netstat-nat/usr/bin"
# /usr/bin/install -c 'netstat-nat' '/tmp/netstat-nat/pkg/netstat-nat/usr/bin/netstat-nat'
# test -z "/usr/share/doc/netstat-nat-1.4.10" || mkdir -p -- "/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10"
# /usr/bin/install -c -m 644 'INSTALL' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10/INSTALL'
# /usr/bin/install -c -m 644 'NEWS' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10/NEWS'
# /usr/bin/install -c -m 644 'README' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10/README'
# /usr/bin/install -c -m 644 'ChangeLog' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10/ChangeLog'
# /usr/bin/install -c -m 644 'AUTHORS' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10/AUTHORS'
# /usr/bin/install -c -m 644 'COPYING' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10/COPYING'
# /usr/bin/install -c -m 644 'NEWS' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/doc/netstat-nat-1.4.10/NEWS'
# test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/netstat-nat/pkg/netstat-nat/usr/share/man/man1"
# /usr/bin/install -c -m 644 './netstat-nat.1' '/tmp/netstat-nat/pkg/netstat-nat/usr/share/man/man1/netstat-nat.1'
# make[2]: Leaving directory '/tmp/netstat-nat/src/netstat-nat-1.4.10'
# make[1]: Leaving directory '/tmp/netstat-nat/src/netstat-nat-1.4.10'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "netstat-nat"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: netstat-nat 1.4.10-3 (Thu Apr 13 18:20:03 UTC 2017)

CMD: pacman --query --file netstat-nat-1.4.10-3-x86_64.pkg.tar.xz
# netstat-nat 1.4.10-3

Creating hybrid package for 'netstat-nat'

Trying to find vanilla package 'netstat-nat'...

CMD: pacman --query --file /mirror/netstat-nat-1.4.10-3.pkg.tar.xz
# netstat-nat 1.4.10-3

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/netstat-nat
# /usr/share/man/man1/netstat-nat.1.gz
# /usr/share/doc/netstat-nat-1.4.10/NEWS
# /usr/share/doc/netstat-nat-1.4.10/COPYING
# /usr/share/doc/netstat-nat-1.4.10/README
# /usr/share/doc/netstat-nat-1.4.10/ChangeLog
# /usr/share/doc/netstat-nat-1.4.10/INSTALL
# /usr/share/doc/netstat-nat-1.4.10/AUTHORS

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 netstat-nat.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/netstat-nat.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/netstat-nat.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/netstat-nat.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/netstat-nat/src/netstat-nat-1.4.10/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ca428920ba85
# 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: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:1759: checking for a BSD-compatible install
# configure:1815: result: /usr/bin/install -c
# configure:1826: checking whether build environment is sane
# configure:1869: result: yes
# configure:1934: checking for gawk
# configure:1950: found /usr/bin/gawk
# configure:1961: result: gawk
# configure:1972: checking whether make sets $(MAKE)
# configure:1993: result: yes
# configure:2069: checking for x86_64-unknown-linux-strip
# configure:2099: result: no
# configure:2109: checking for strip
# configure:2125: found /usr/bin/strip
# configure:2136: result: strip
# configure:2185: checking for x86_64-unknown-linux-gcc
# configure:2212: result: clang
# configure:2490: checking for C compiler version
# configure:2497: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:2500: $? = 0
# configure:2507: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# Selected multilib: .;@m64
# configure:2510: $? = 0
# configure:2517: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2520: $? = 1
# configure:2543: checking for C compiler default output file name
# configure:2570: clang conftest.c >&5
# configure:2573: $? = 0
# configure:2611: result: a.out
# configure:2628: checking whether the C compiler works
# configure:2638: ./a.out
# configure:2641: $? = 0
# configure:2658: result: yes
# configure:2665: checking whether we are cross compiling
# configure:2667: result: no
# configure:2670: checking for suffix of executables
# configure:2677: clang -o conftest conftest.c >&5
# configure:2680: $? = 0
# configure:2704: result:
# configure:2710: checking for suffix of object files
# configure:2736: clang -c conftest.c >&5
# configure:2739: $? = 0
# configure:2762: result: o
# configure:2766: checking whether we are using the GNU C compiler
# configure:2795: clang -c conftest.c >&5
# configure:2801: $? = 0
# configure:2818: result: yes
# configure:2823: checking whether clang accepts -g
# configure:2853: clang -c -g conftest.c >&5
# configure:2859: $? = 0
# configure:2958: result: yes
# configure:2975: checking for clang option to accept ISO C89
# configure:3049: clang -c conftest.c >&5
# configure:3055: $? = 0
# configure:3078: result: none needed
# configure:3107: checking for style of include used by make
# configure:3135: result: GNU
# configure:3163: checking dependency style of clang
# configure:3253: result: gcc3
# configure:3283: checking for a BSD-compatible install
# configure:3339: result: /usr/bin/install -c
# configure:3363: checking how to run the C preprocessor
# configure:3403: clang -E conftest.c
# configure:3409: $? = 0
# configure:3440: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3446: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "netstat-nat"
# | #define VERSION "1.4.10"
# | /* end confdefs.h. */
# | #include
# configure:3479: result: clang -E
# configure:3508: clang -E conftest.c
# configure:3514: $? = 0
# configure:3545: clang -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:3551: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE "netstat-nat"
# | #define VERSION "1.4.10"
# | /* end confdefs.h. */
# | #include
# configure:3589: checking for grep that handles long lines and -e
# configure:3663: result: /usr/bin/grep
# configure:3668: checking for egrep
# configure:3746: result: /usr/bin/grep -E
# configure:3751: checking for ANSI C header files
# configure:3781: clang -c conftest.c >&5
# configure:3787: $? = 0
# configure:3886: clang -o conftest conftest.c >&5
# configure:3889: $? = 0
# configure:3895: ./conftest
# configure:3898: $? = 0
# configure:3915: result: yes
# configure:3939: checking for sys/types.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for sys/stat.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for stdlib.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for string.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for memory.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for strings.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for inttypes.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for stdint.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:3939: checking for unistd.h
# configure:3960: clang -c conftest.c >&5
# configure:3966: $? = 0
# configure:3982: result: yes
# configure:4018: checking stdio.h usability
# configure:4035: clang -c conftest.c >&5
# configure:4041: $? = 0
# configure:4055: result: yes
# configure:4059: checking stdio.h presence
# configure:4074: clang -E conftest.c
# configure:4080: $? = 0
# configure:4094: result: yes
# configure:4122: checking for stdio.h
# configure:4130: result: yes
# configure:4008: checking for stdlib.h
# configure:4014: result: yes
# configure:4008: checking for string.h
# configure:4014: result: yes
# configure:4018: checking netdb.h usability
# configure:4035: clang -c conftest.c >&5
# configure:4041: $? = 0
# configure:4055: result: yes
# configure:4059: checking netdb.h presence
# configure:4074: clang -E conftest.c
# configure:4080: $? = 0
# configure:4094: result: yes
# configure:4122: checking for netdb.h
# configure:4130: result: yes
# configure:4008: checking for unistd.h
# configure:4014: result: yes
# configure:4018: checking arpa/inet.h usability
# configure:4035: clang -c conftest.c >&5
# configure:4041: $? = 0
# configure:4055: result: yes
# configure:4059: checking arpa/inet.h presence
# configure:4074: clang -E conftest.c
# configure:4080: $? = 0
# configure:4094: result: yes
# configure:4122: checking for arpa/inet.h
# configure:4130: result: yes
# configure:4018: checking errno.h usability
# configure:4035: clang -c conftest.c >&5
# configure:4041: $? = 0
# configure:4055: result: yes
# configure:4059: checking errno.h presence
# configure:4074: clang -E conftest.c
# configure:4080: $? = 0
# configure:4094: result: yes
# configure:4122: checking for errno.h
# configure:4130: result: yes
# configure:4008: checking for strings.h
# configure:4014: result: yes
# configure:4018: checking net/if.h usability
# configure:4035: clang -c conftest.c >&5
# configure:4041: $? = 0
# configure:4055: result: yes
# configure:4059: checking net/if.h presence
# configure:4074: clang -E conftest.c
# configure:4080: $? = 0
# configure:4094: result: yes
# configure:4122: checking for net/if.h
# configure:4130: result: yes
# configure:4018: checking sys/ioctl.h usability
# configure:4035: clang -c conftest.c >&5
# configure:4041: $? = 0
# configure:4055: result: yes
# configure:4059: checking sys/ioctl.h presence
# configure:4074: clang -E conftest.c
# configure:4080: $? = 0
# configure:4094: result: yes
# configure:4122: checking for sys/ioctl.h
# configure:4130: result: yes
# configure:4290: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ca428920ba85
#
# config.status:616: creating Makefile
# config.status:801: 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_header_arpa_inet_h=yes
# ac_cv_header_errno_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_net_if_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stdint_h=yes
# ac_cv_header_stdio_h=yes
# ac_cv_header_stdlib_h=yes
# ac_cv_header_string_h=yes
# ac_cv_header_strings_h=yes
# ac_cv_header_sys_ioctl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/netstat-nat/src/netstat-nat-1.4.10/missing --run aclocal-1.9'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/netstat-nat/src/netstat-nat-1.4.10/missing --run tar'
# AUTOCONF='${SHELL} /tmp/netstat-nat/src/netstat-nat-1.4.10/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/netstat-nat/src/netstat-nat-1.4.10/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/netstat-nat/src/netstat-nat-1.4.10/missing --run automake-1.9'
# AWK='gawk'
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CFLAGS=''
# CPP='clang -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"netstat-nat\" -DVERSION=\"1.4.10\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_NETDB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ARPA_INET_H=1 -DHAVE_ERRNO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_NET_IF_H=1 -DHAVE_SYS_IOCTL_H=1'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/netstat-nat/src/netstat-nat-1.4.10/missing --run makeinfo'
# OBJEXT='o'
# PACKAGE='netstat-nat'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='1.4.10'
# ac_ct_CC=''
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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='/tmp/netstat-nat/src/netstat-nat-1.4.10/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='mkdir -p --'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE "netstat-nat"
# #define VERSION "1.4.10"
# #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_STDIO_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_ERRNO_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_NET_IF_H 1
# #define HAVE_SYS_IOCTL_H 1
#
# configure: exit 0