Build of perl-socket6 with clang_glibc toolchain

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

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

SLOCLanguage
1,708 ansic
718 makefile
223 perl
2,649 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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: perl-socket6 0.28-1 (Thu Apr 13 18:27:50 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for gcc... cc
# 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 cc accepts -g... yes
# checking for cc option to accept ISO C89... none needed
# checking whether your Perl5 have PL_sv_undef... yes
# checking how to run the C preprocessor... cc -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for getaddrinfo... yes
# checking for getnameinfo... yes
# checking for gethostbyname2... yes
# checking for getipnodebyname... no
# checking for getipnodebyname in -lsocket... no
# checking whether your system has IPv6 directory... no
# checking for getipnodebyaddr... no
# checking for getipnodebyaddr in -lsocket... no
# checking whether your system has IPv6 directory... (cached) no
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking for working inet_ntop... yes
# checking whether you have sa_len in struct sockaddr... no
# checking whether you have sin6_scope_id in struct sockaddr_in6... yes
# checking for socklen_t... yes
# configure: creating ./config.status
# config.status: creating config.pl
# config.status: creating gailookup.pl
# config.status: creating config.h
# Checking if your kit is complete...
# Looks good
# Generating a Unix-style Makefile
# Writing Makefile for Socket6
# Writing MYMETA.yml and MYMETA.json
# cp Socket6.pm blib/lib/Socket6.pm
# Running Mkbootstrap for Socket6 ()
# chmod 644 "Socket6.bs"
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -noprototypes -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" Socket6.xs > Socket6.xsc && mv Socket6.xsc Socket6.c
# cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Socket6.c
# Socket6.xs:871:10: warning: cast to 'SV *' (aka 'struct sv *') from smaller integer type 'int' [-Wint-to-pointer-cast]
# ST(0) = (SV *) not_here("getipnodebyname");
# ^
# Socket6.xs:942:10: warning: cast to 'SV *' (aka 'struct sv *') from smaller integer type 'int' [-Wint-to-pointer-cast]
# ST(0) = (SV *) not_here("getipnodebyaddr");
# ^
# 2 warnings generated.
# rm -f blib/arch/auto/Socket6/Socket6.so
# cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong Socket6.o -o blib/arch/auto/Socket6/Socket6.so \
# \
#
# chmod 755 blib/arch/auto/Socket6/Socket6.so
# "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket6.bs blib/arch/auto/Socket6/Socket6.bs 644
# Manifying 1 pod document
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Running Mkbootstrap for Socket6 ()
# chmod 644 "Socket6.bs"
# Manifying 1 pod document
# Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
# Installing /tmp/perl-socket6/pkg/perl-socket6/usr/lib/perl5/vendor_perl/auto/Socket6/Socket6.so
# Installing /tmp/perl-socket6/pkg/perl-socket6/usr/lib/perl5/vendor_perl/Socket6.pm
# Installing /tmp/perl-socket6/pkg/perl-socket6/usr/share/man/man3/Socket6.3pm
# Appending installation info to /tmp/perl-socket6/pkg/perl-socket6/usr/lib/perl5/core_perl/perllocal.pod
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "perl-socket6"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: perl-socket6 0.28-1 (Thu Apr 13 18:28:04 UTC 2017)

CMD: pacman --query --file perl-socket6-0.28-1-x86_64.pkg.tar.xz
# perl-socket6 0.28-1

Creating hybrid package for 'perl-socket6'

Trying to find vanilla package 'perl-socket6'...

CMD: pacman --query --file /mirror/perl-socket6-0.28-1.pkg.tar.xz
# perl-socket6 0.28-1

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/lib/perl5/vendor_perl/Socket6.pm
# /usr/lib/perl5/vendor_perl/auto/Socket6/Socket6.so
# /usr/share/man/man3/Socket6.3pm.gz
# /sysroot/usr/lib/perl5/vendor_perl/Socket6.pm
# /sysroot/usr/lib/perl5/vendor_perl/auto/Socket6/Socket6.so

Generating .MTREE

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

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO .BUILDINFO usr sysroot .MTREE

CMD: xz -c -z

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

CMD: bsdtar -tqf perl-socket6.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/perl-socket6.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/perl-socket6.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/perl-socket6.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/perl-socket6/src/Socket6-0.28/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 --with-perl=/usr/bin/perl
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 6a750b0a33f0
# 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:1986: checking for gcc
# configure:2013: result: cc
# configure:2242: checking for C compiler version
# configure:2251: cc --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /
# configure:2262: $? = 0
# configure:2251: cc -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# 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
# 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: //../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:2262: $? = 0
# configure:2251: cc -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:2262: $? = 1
# configure:2251: cc -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:2262: $? = 1
# configure:2282: checking whether the C compiler works
# configure:2304: cc -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:2308: $? = 0
# configure:2356: result: yes
# configure:2359: checking for C compiler default output file name
# configure:2361: result: a.out
# configure:2367: checking for suffix of executables
# configure:2374: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:2378: $? = 0
# configure:2400: result:
# configure:2422: checking whether we are cross compiling
# configure:2430: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:2434: $? = 0
# configure:2441: ./conftest
# configure:2445: $? = 0
# configure:2460: result: no
# configure:2465: checking for suffix of object files
# configure:2487: cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:2491: $? = 0
# configure:2512: result: o
# configure:2516: checking whether we are using the GNU C compiler
# configure:2535: cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:2535: $? = 0
# configure:2544: result: yes
# configure:2553: checking whether cc accepts -g
# configure:2573: cc -c -g conftest.c >&5
# configure:2573: $? = 0
# configure:2614: result: yes
# configure:2631: checking for cc option to accept ISO C89
# configure:2694: cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:2694: $? = 0
# configure:2707: result: none needed
# configure:2795: checking whether your Perl5 have PL_sv_undef
# configure:2839: result: yes
# configure:2857: checking how to run the C preprocessor
# configure:2888: cc -E conftest.c
# configure:2888: $? = 0
# configure:2902: cc -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2902: $? = 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 HAVE_PL_SV_UNDEF 1
# | /* end confdefs.h. */
# | #include
# configure:2927: result: cc -E
# configure:2947: cc -E conftest.c
# configure:2947: $? = 0
# configure:2961: cc -E conftest.c
# conftest.c:10:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:2961: $? = 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 HAVE_PL_SV_UNDEF 1
# | /* end confdefs.h. */
# | #include
# configure:2990: checking for grep that handles long lines and -e
# configure:3048: result: /usr/bin/grep
# configure:3053: checking for egrep
# configure:3115: result: /usr/bin/grep -E
# configure:3122: checking for getaddrinfo
# configure:3122: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:3122: $? = 0
# configure:3122: result: yes
# configure:3282: checking for getnameinfo
# configure:3282: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:3282: $? = 0
# configure:3282: result: yes
# configure:3442: checking for gethostbyname2
# configure:3442: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:3442: $? = 0
# configure:3442: result: yes
# configure:3602: checking for getipnodebyname
# configure:3602: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# conftest-6db170.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getipnodebyname'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3602: $? = 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 HAVE_PL_SV_UNDEF 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETHOSTBYNAME2 1
# | /* end confdefs.h. */
# | /* Define getipnodebyname to an innocuous variant, in case declares getipnodebyname.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define getipnodebyname innocuous_getipnodebyname
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char getipnodebyname (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef getipnodebyname
# |
# | /* 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 getipnodebyname ();
# | /* 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_getipnodebyname || defined __stub___getipnodebyname
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return getipnodebyname ();
# | ;
# | return 0;
# | }
# configure:3602: result: no
# configure:3608: checking for getipnodebyname in -lsocket
# configure:3633: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3633: $? = 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 HAVE_PL_SV_UNDEF 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETHOSTBYNAME2 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 getipnodebyname ();
# | int
# | main ()
# | {
# | return getipnodebyname ();
# | ;
# | return 0;
# | }
# configure:3642: result: no
# configure:3649: checking whether your system has IPv6 directory
# configure:3660: result: no
# configure:3762: checking for getipnodebyaddr
# configure:3762: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# conftest-55fccf.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `getipnodebyaddr'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3762: $? = 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 HAVE_PL_SV_UNDEF 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETHOSTBYNAME2 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:3762: result: no
# configure:3768: checking for getipnodebyaddr in -lsocket
# configure:3793: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lsocket >&5
# /usr/bin/ld: cannot find -lsocket
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:3793: $? = 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 HAVE_PL_SV_UNDEF 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETHOSTBYNAME2 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 getipnodebyaddr ();
# | int
# | main ()
# | {
# | return getipnodebyaddr ();
# | ;
# | return 0;
# | }
# configure:3802: result: no
# configure:3809: checking whether your system has IPv6 directory
# configure:3820: result: no
# configure:3922: checking for inet_pton
# configure:3922: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:3922: $? = 0
# configure:3922: result: yes
# configure:4082: checking for inet_ntop
# configure:4082: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:4082: $? = 0
# configure:4082: result: yes
# configure:4246: checking for working inet_ntop
# configure:4279: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:4279: $? = 0
# configure:4279: ./conftest
# configure:4279: $? = 0
# configure:4296: result: yes
# configure:4299: checking whether you have sa_len in struct sockaddr
# configure:4316: cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# conftest.c:21:32: error: no member named 'sa_len' in 'struct sockaddr'
# struct sockaddr sa; int i = sa.sa_len;
# ~~ ^
# 1 error generated.
# configure:4316: $? = 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 HAVE_PL_SV_UNDEF 1
# | #define HAVE_GETADDRINFO 1
# | #define HAVE_GETNAMEINFO 1
# | #define HAVE_GETHOSTBYNAME2 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define CAN_INET_NTOP 1
# | /* end confdefs.h. */
# | #include
# | #include
# | int
# | main ()
# | {
# | struct sockaddr sa; int i = sa.sa_len;
# | ;
# | return 0;
# | }
# configure:4330: result: no
# configure:4333: checking whether you have sin6_scope_id in struct sockaddr_in6
# configure:4351: cc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:4351: $? = 0
# configure:4365: result: yes
# configure:4368: checking for socklen_t
# configure:4385: cc -o conftest -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
# configure:4385: $? = 0
# configure:4400: result: yes
# configure:4522: 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 6a750b0a33f0
#
# config.status:802: creating config.pl
# config.status:802: creating gailookup.pl
# config.status:802: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=cc
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
# 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=
# ac_cv_env_host_alias_value=
# 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_getipnodebyaddr=no
# ac_cv_func_getipnodebyname=no
# ac_cv_func_getnameinfo=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_lib_inet6_getaddrinfo=no
# ac_cv_lib_inet6_gethostbyname2=no
# ac_cv_lib_inet6_getipnodebyaddr=no
# ac_cv_lib_inet6_getipnodebyname=no
# ac_cv_lib_inet6_getnameinfo=no
# ac_cv_lib_inet6_inet_ntop=no
# ac_cv_lib_inet6_inet_pton=no
# ac_cv_lib_socket_getaddrinfo=no
# ac_cv_lib_socket_gethostbyname2=no
# ac_cv_lib_socket_getipnodebyaddr=no
# ac_cv_lib_socket_getipnodebyname=no
# ac_cv_lib_socket_getnameinfo=no
# ac_cv_lib_socket_inet_ntop=no
# ac_cv_lib_socket_inet_pton=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_perl=/usr/bin/perl
# ac_cv_prog_CPP='cc -E'
# ac_cv_prog_ac_ct_CC=cc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ipv6_cv_can_inet_ntop=yes
# ipv6_cv_dir=no
# ipv6_cv_getaddrinfo=yes
# ipv6_cv_gethostbyname2=yes
# ipv6_cv_getipnodebyaddr=no
# ipv6_cv_getipnodebyname=no
# ipv6_cv_getnameinfo=yes
# ipv6_cv_inet_ntop=yes
# ipv6_cv_inet_pton=yes
# ipv6_cv_sa_len=no
# ipv6_cv_sin6_scope_id=yes
# ipv6_cv_socklen_t=yes
# socket6_cv_perl_path=/usr/bin/perl
# socket6_cv_pl_sv_undef=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='cc'
# CFLAGS='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
# CPP='cc -E'
# CPPFLAGS=''
# DEFINES=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# GREP='/usr/bin/grep'
# INET6LIBS=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PERLPATH='/usr/bin/perl'
# SHELL='/bin/sh'
# ac_ct_CC='cc'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias=''
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# perl=''
# prefix='/usr/local'
# 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 HAVE_PL_SV_UNDEF 1
# #define HAVE_GETADDRINFO 1
# #define HAVE_GETNAMEINFO 1
# #define HAVE_GETHOSTBYNAME2 1
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define CAN_INET_NTOP 1
# #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
# #define HAVE_SOCKLEN_T 1
#
# configure: exit 0