Build of perl-netaddr-ip with vanilla toolchain

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

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

SLOCLanguage
1,632 makefile
1,427 perl
1,049 ansic
4,108 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: perl-netaddr-ip 4.079-2 (Wed Aug 24 13:46:39 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
#
# This build requires a C compiler by default except on Windows where
# the Pure Perl version is mandatory. The Pure Perl version, which does
# not require compilation of XS code, can be used by invoking this as:
#
# perl Makefile.PL -noxs
#
#
# ======================================================================
# W A R N I N G - Please do read below if you have legacy code
# ======================================================================
#
# Versions 3.21 and above of NetAddr::IP, include hooks for the Storable
# class that are incompatible with the old (automatic) method of storing
# data. To regain backwards compatibility, the module must be use()d as
#
# use NetAddr::IP ':old_storable';
#
# which will disable the new hooks and revert back to the old ways.
#
# If you do not use Storable along with NetAddr::IP, or just don't know
# what this all means, most likely you're safe to go ahead.
#
# Versions before 3.25 recognized by default IP addresses as returned by
# inet_aton. This is no longer the default. To enable this behavior
# again, the module must be use()d as
#
# use NetAddr::IP ':aton';
#
# Versions before 4.008 recognized the above syntax. This behavior is
# fundamentally broken, is DEPRECATED and WILL BE REMOVED in version 5.0
# Use this method to create new objects from 'aton's
#
# $ip = new_from_aton NetAddr::IP(inet_aton('1.2.3.4'))
#
# Checking if your kit is complete...
# Looks good
# Checking if your kit is complete...
# Looks good
# Testing if you have a C compiler and the needed header files....
# building for linux
# cc compile.c -o compile.output
# You have a working compiler.
# checking for gcc... cc
# 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 cc accepts -g... yes
# checking for cc option to accept ISO C89... none needed
# checking how to run the C preprocessor... cc -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/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for an ANSI C-conforming const... yes
# checking for int32_t... yes
# checking for uint16_t... yes
# checking for uint32_t... yes
# checking for uint8_t... yes
# checking whether cc needs -traditional... no
# checking for library containing gethostbyname... none required
# checking for library containing inet_aton... none required
# checking for library containing inet_pton... none required
# checking for library containing inet_addr... none required
# checking whether byte ordering is bigendian... no
# checking for uint8_t... yes
# checking size of uint8_t... 1
# checking for uint16_t... yes
# checking size of uint16_t... 2
# checking for uint32_t... yes
# checking size of uint32_t... 4
# checking for u_int8_t... yes
# checking size of u_int8_t... 1
# checking for u_int16_t... yes
# checking size of u_int16_t... 2
# checking for u_int32_t... yes
# checking size of u_int32_t... 4
# configure.gcc: creating ./config.status
# config.status: creating config.h
# Checking if your kit is complete...
# Looks good
# "\x{00c3}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# "\x{00b1}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# "\x{00c3}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# "\x{00b1}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# "\x{00c3}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# "\x{00b1}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# "\x{00c3}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# "\x{00b1}" does not map to ascii at /usr/share/perl5/core_perl/ExtUtils/MakeMaker.pm line 1180.
# Generating a Unix-style Makefile
# Writing Makefile for NetAddr::IP::Util
# Writing MYMETA.yml and MYMETA.json
# Generating a Unix-style Makefile
# Writing Makefile for NetAddr::IP::Lite
# Writing MYMETA.yml and MYMETA.json
# Generating a Unix-style Makefile
# Writing Makefile for NetAddr::IP
# Writing MYMETA.yml and MYMETA.json
# make[1]: Entering directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite'
# cp IP.pm blib/lib/NetAddr/IP.pm
# AutoSplitting blib/lib/NetAddr/IP.pm (blib/lib/auto/NetAddr/IP)
# make[2]: Entering directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite/Util'
# cp Lite.pm ../blib/lib/NetAddr/IP/Lite.pm
# "/usr/bin/perl" "/usr/share/perl5/core_perl/ExtUtils/xsubpp" -typemap "/usr/share/perl5/core_perl/ExtUtils/typemap" -typemap "typemap" Util.xs > Util.xsc && mv Util.xsc Util.c
# cp Util.pm ../../blib/lib/NetAddr/IP/Util.pm
# AutoSplitting ../../blib/lib/NetAddr/IP/Util.pm (../../blib/lib/auto/NetAddr/IP/Util)
# cp lib/NetAddr/IP/UtilPP.pm ../../blib/lib/NetAddr/IP/UtilPP.pm
# AutoSplitting ../../blib/lib/NetAddr/IP/UtilPP.pm (../../blib/lib/auto/NetAddr/IP/UtilPP)
# cp lib/NetAddr/IP/InetBase.pm ../../blib/lib/NetAddr/IP/InetBase.pm
# AutoSplitting ../../blib/lib/NetAddr/IP/InetBase.pm (../../blib/lib/auto/NetAddr/IP/InetBase)
# cp Util_IS.pm ../../blib/lib/NetAddr/IP/Util_IS.pm
# Running Mkbootstrap for NetAddr::IP::Util ()
# chmod 644 "Util.bs"
# 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=\"1.53\" -DXS_VERSION=\"1.53\" -fPIC "-I/usr/lib/perl5/core_perl/CORE" Util.c
# rm -f ../../blib/arch/auto/NetAddr/IP/Util/Util.so
# cc -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -L/usr/local/lib -fstack-protector-strong Util.o -o ../../blib/arch/auto/NetAddr/IP/Util/Util.so \
# \
#
# chmod 755 ../../blib/arch/auto/NetAddr/IP/Util/Util.so
# "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../blib/arch/auto/NetAddr/IP/Util/Util.bs 644
# Manifying 3 pod documents
# make[2]: Leaving directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite/Util'
# Manifying 1 pod document
# make[1]: Leaving directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite'
# Manifying 1 pod document
# ==> Entering fakeroot environment...
# ==> Starting package()...
# make[1]: Entering directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite'
# make[2]: Entering directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite/Util'
# Running Mkbootstrap for NetAddr::IP::Util ()
# chmod 644 "Util.bs"
# Manifying 3 pod documents
# make[2]: Leaving directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite/Util'
# Manifying 1 pod document
# make[1]: Leaving directory '/tmp/perl-netaddr-ip/src/NetAddr-IP-4.079/Lite'
# Manifying 1 pod document
# Appending installation info to /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/core_perl/perllocal.pod
# Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/NetAddr/IP.pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/NetAddr/IP/Lite.pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/NetAddr/IP/Util.pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/NetAddr/IP/UtilPP.pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/NetAddr/IP/InetBase.pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/NetAddr/IP/Util_IS.pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/do_prefix.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/prefix.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/nprefix.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/wildcard.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compact_v6.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compV6.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/short.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/canon.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitplan.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitref.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/hostenum.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/compactref.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/coalesce.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re6.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/mod_version.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/autosplit.ix
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/autosplit.ix
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_deadlen.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/hasbits.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x2.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x10.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/shiftleft.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/slowadd128.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_sa128.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/addconst.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/add128.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/sub128.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/notcontiguous.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv4to6.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/mask4to6.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipanyto6.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/maskanyto6.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv6to4.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcd.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcd2bin.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/comp128.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcdn.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bin2bcdn.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2txt.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2bin.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcd2bin.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcdcheck.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/simple_pack.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/autosplit.ix
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_ntoa.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_aton.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_ntoa.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_any2n.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2dx.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2ad.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_pton.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_ntop.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_packzeros.al
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/autosplit.ix
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/share/man/man3/NetAddr::IP::Util.3pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/share/man/man3/NetAddr::IP::InetBase.3pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/share/man/man3/NetAddr::IP::UtilPP.3pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/share/man/man3/NetAddr::IP::Lite.3pm
# Installing /tmp/perl-netaddr-ip/pkg/perl-netaddr-ip/usr/share/man/man3/NetAddr::IP.3pm
# ==> Tidying install...
# -> Removing doc files...
# -> Removing empty directories...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "perl-netaddr-ip"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: perl-netaddr-ip 4.079-2 (Wed Aug 24 13:47:03 UTC 2016)

CMD: pacman --query --file perl-netaddr-ip-4.079-2-x86_64.pkg.tar.xz
# perl-netaddr-ip 4.079-2

Creating hybrid package for 'perl-netaddr-ip'

Trying to find vanilla package 'perl-netaddr-ip'...

CMD: pacman --query --file /mirror/perl-netaddr-ip-4.079-2.pkg.tar.xz
# perl-netaddr-ip 4.079-2

Package file has the following structure:
# /.PKGINFO
# /.BUILDINFO
# /.MTREE
# /usr/share/man/man3/NetAddr::IP::InetBase.3pm.gz
# /usr/share/man/man3/NetAddr::IP::Lite.3pm.gz
# /usr/share/man/man3/NetAddr::IP.3pm.gz
# /usr/share/man/man3/NetAddr::IP::UtilPP.3pm.gz
# /usr/share/man/man3/NetAddr::IP::Util.3pm.gz
# /usr/lib/perl5/vendor_perl/NetAddr/IP.pm
# /usr/lib/perl5/vendor_perl/NetAddr/IP/Util_IS.pm
# /usr/lib/perl5/vendor_perl/NetAddr/IP/Lite.pm
# /usr/lib/perl5/vendor_perl/NetAddr/IP/UtilPP.pm
# /usr/lib/perl5/vendor_perl/NetAddr/IP/InetBase.pm
# /usr/lib/perl5/vendor_perl/NetAddr/IP/Util.pm
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/do_prefix.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/wildcard.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/canon.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re6.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compact_v6.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitplan.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/coalesce.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/short.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/mod_version.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitref.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/prefix.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/hostenum.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/nprefix.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/compactref.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/autosplit.ix
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compV6.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2dx.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_aton.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_ntop.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_ntoa.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_any2n.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_ntoa.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2ad.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_packzeros.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/autosplit.ix
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_pton.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/autosplit.ix
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x2.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bin2bcdn.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipanyto6.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x10.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/maskanyto6.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/simple_pack.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/sub128.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/mask4to6.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/notcontiguous.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv6to4.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcd2bin.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/slowadd128.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcdn.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/addconst.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/shiftleft.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2txt.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcdcheck.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcd2bin.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2bin.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/add128.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_deadlen.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/comp128.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_sa128.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/autosplit.ix
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcd.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv4to6.al
# /usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/hasbits.al
# /sysroot/usr/lib/perl5/vendor_perl/NetAddr/IP.pm
# /sysroot/usr/lib/perl5/vendor_perl/NetAddr/IP/Lite.pm
# /sysroot/usr/lib/perl5/vendor_perl/NetAddr/IP/Util.pm
# /sysroot/usr/lib/perl5/vendor_perl/NetAddr/IP/UtilPP.pm
# /sysroot/usr/lib/perl5/vendor_perl/NetAddr/IP/InetBase.pm
# /sysroot/usr/lib/perl5/vendor_perl/NetAddr/IP/Util_IS.pm
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/do_prefix.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/prefix.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/nprefix.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/wildcard.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compact_v6.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_compV6.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/short.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/canon.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitplan.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/_splitref.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/hostenum.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/compactref.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/coalesce.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/re6.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/mod_version.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/autosplit.ix
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_ntoa.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_aton.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/ipv6_ntoa.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_any2n.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2dx.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/inet_n2ad.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_pton.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_inet_ntop.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/_packzeros.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/InetBase/autosplit.ix
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/Util.so
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/Util/autosplit.ix
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_deadlen.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/hasbits.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x2.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_128x10.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/shiftleft.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/slowadd128.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_sa128.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/addconst.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/add128.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/sub128.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/notcontiguous.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv4to6.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/mask4to6.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipanyto6.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/maskanyto6.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/ipv6to4.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcd.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcd2bin.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/comp128.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bin2bcdn.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bin2bcdn.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2txt.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/bcdn2bin.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcd2bin.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/_bcdcheck.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/simple_pack.al
# /sysroot/usr/lib/perl5/vendor_perl/auto/NetAddr/IP/UtilPP/autosplit.ix

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-netaddr-ip.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/perl-netaddr-ip.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-netaddr-ip.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 30451

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/perl-netaddr-ip.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/perl-netaddr-ip.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-netaddr-ip/src/NetAddr-IP-4.079/Lite/Util/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.gcc, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ configure.gcc
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 937ef25b30a3
# 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.gcc:1723: checking for gcc
# configure.gcc:1750: result: cc
# configure.gcc:1988: checking for C compiler version
# configure.gcc:1995: cc --version >&5
# cc (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.gcc:1998: $? = 0
# configure.gcc:2005: cc -v >&5
# Using built-in specs.
# COLLECT_GCC=cc
# 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.gcc:2008: $? = 0
# configure.gcc:2015: cc -V >&5
# cc: error: unrecognized command line option '-V'
# cc: fatal error: no input files
# compilation terminated.
# configure.gcc:2018: $? = 1
# configure.gcc:2041: checking for C compiler default output file name
# configure.gcc:2068: cc conftest.c >&5
# configure.gcc:2071: $? = 0
# configure.gcc:2109: result: a.out
# configure.gcc:2126: checking whether the C compiler works
# configure.gcc:2136: ./a.out
# configure.gcc:2139: $? = 0
# configure.gcc:2156: result: yes
# configure.gcc:2163: checking whether we are cross compiling
# configure.gcc:2165: result: no
# configure.gcc:2168: checking for suffix of executables
# configure.gcc:2175: cc -o conftest conftest.c >&5
# configure.gcc:2178: $? = 0
# configure.gcc:2202: result:
# configure.gcc:2208: checking for suffix of object files
# configure.gcc:2234: cc -c conftest.c >&5
# configure.gcc:2237: $? = 0
# configure.gcc:2260: result: o
# configure.gcc:2264: checking whether we are using the GNU C compiler
# configure.gcc:2293: cc -c conftest.c >&5
# configure.gcc:2299: $? = 0
# configure.gcc:2316: result: yes
# configure.gcc:2321: checking whether cc accepts -g
# configure.gcc:2351: cc -c -g conftest.c >&5
# configure.gcc:2357: $? = 0
# configure.gcc:2456: result: yes
# configure.gcc:2473: checking for cc option to accept ISO C89
# configure.gcc:2547: cc -c conftest.c >&5
# configure.gcc:2553: $? = 0
# configure.gcc:2576: result: none needed
# configure.gcc:2602: checking how to run the C preprocessor
# configure.gcc:2642: cc -E conftest.c
# configure.gcc:2648: $? = 0
# configure.gcc:2679: cc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure.gcc:2685: $? = 1
# configure.gcc: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure.gcc:2718: result: cc -E
# configure.gcc:2747: cc -E conftest.c
# configure.gcc:2753: $? = 0
# configure.gcc:2784: cc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure.gcc:2790: $? = 1
# configure.gcc: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | /* end confdefs.h. */
# | #include
# configure.gcc:2828: checking for grep that handles long lines and -e
# configure.gcc:2902: result: /usr/sbin/grep
# configure.gcc:2907: checking for egrep
# configure.gcc:2985: result: /usr/sbin/grep -E
# configure.gcc:2990: checking for ANSI C header files
# configure.gcc:3020: cc -c conftest.c >&5
# configure.gcc:3026: $? = 0
# configure.gcc:3125: cc -o conftest conftest.c >&5
# configure.gcc:3128: $? = 0
# configure.gcc:3134: ./conftest
# configure.gcc:3137: $? = 0
# configure.gcc:3154: result: yes
# configure.gcc:3178: checking for sys/types.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for sys/stat.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for stdlib.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for string.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for memory.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for strings.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for inttypes.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for stdint.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3178: checking for unistd.h
# configure.gcc:3199: cc -c conftest.c >&5
# configure.gcc:3205: $? = 0
# configure.gcc:3221: result: yes
# configure.gcc:3251: checking sys/socket.h usability
# configure.gcc:3268: cc -c conftest.c >&5
# configure.gcc:3274: $? = 0
# configure.gcc:3288: result: yes
# configure.gcc:3292: checking sys/socket.h presence
# configure.gcc:3307: cc -E conftest.c
# configure.gcc:3313: $? = 0
# configure.gcc:3327: result: yes
# configure.gcc:3355: checking for sys/socket.h
# configure.gcc:3363: result: yes
# configure.gcc:3251: checking netinet/in.h usability
# configure.gcc:3268: cc -c conftest.c >&5
# configure.gcc:3274: $? = 0
# configure.gcc:3288: result: yes
# configure.gcc:3292: checking netinet/in.h presence
# configure.gcc:3307: cc -E conftest.c
# configure.gcc:3313: $? = 0
# configure.gcc:3327: result: yes
# configure.gcc:3355: checking for netinet/in.h
# configure.gcc:3363: result: yes
# configure.gcc:3251: checking arpa/inet.h usability
# configure.gcc:3268: cc -c conftest.c >&5
# configure.gcc:3274: $? = 0
# configure.gcc:3288: result: yes
# configure.gcc:3292: checking arpa/inet.h presence
# configure.gcc:3307: cc -E conftest.c
# configure.gcc:3313: $? = 0
# configure.gcc:3327: result: yes
# configure.gcc:3355: checking for arpa/inet.h
# configure.gcc:3363: result: yes
# configure.gcc:3251: checking netdb.h usability
# configure.gcc:3268: cc -c conftest.c >&5
# configure.gcc:3274: $? = 0
# configure.gcc:3288: result: yes
# configure.gcc:3292: checking netdb.h presence
# configure.gcc:3307: cc -E conftest.c
# configure.gcc:3313: $? = 0
# configure.gcc:3327: result: yes
# configure.gcc:3355: checking for netdb.h
# configure.gcc:3363: result: yes
# configure.gcc:3378: checking for an ANSI C-conforming const
# configure.gcc:3453: cc -c conftest.c >&5
# configure.gcc:3459: $? = 0
# configure.gcc:3474: result: yes
# configure.gcc:3485: checking for int32_t
# configure.gcc:3516: cc -c conftest.c >&5
# configure.gcc:3522: $? = 0
# configure.gcc:3551: cc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:59:60: warning: integer overflow in expression [-Woverflow]
# < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
# ^
# conftest.c:58:12: error: storage size of 'test_array' isn't constant
# static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
# ^~~~~~~~~~
# configure.gcc:3557: $? = 1
# configure.gcc: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | /* end confdefs.h. */
# | #include
# | #ifdef HAVE_SYS_TYPES_H
# | # include
# | #endif
# | #ifdef HAVE_SYS_STAT_H
# | # include
# | #endif
# | #ifdef STDC_HEADERS
# | # include
# | # include
# | #else
# | # ifdef HAVE_STDLIB_H
# | # include
# | # endif
# | #endif
# | #ifdef HAVE_STRING_H
# | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
# | # include
# | # endif
# | # include
# | #endif
# | #ifdef HAVE_STRINGS_H
# | # include
# | #endif
# | #ifdef HAVE_INTTYPES_H
# | # include
# | #endif
# | #ifdef HAVE_STDINT_H
# | # include
# | #endif
# | #ifdef HAVE_UNISTD_H
# | # include
# | #endif
# | int
# | main ()
# | {
# | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1)
# | < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))];
# | test_array [0] = 0
# |
# | ;
# | return 0;
# | }
# configure.gcc:3586: result: yes
# configure.gcc:3599: checking for uint16_t
# configure.gcc:3630: cc -c conftest.c >&5
# configure.gcc:3636: $? = 0
# configure.gcc:3657: result: yes
# configure.gcc:3671: checking for uint32_t
# configure.gcc:3702: cc -c conftest.c >&5
# configure.gcc:3708: $? = 0
# configure.gcc:3729: result: yes
# configure.gcc:3747: checking for uint8_t
# configure.gcc:3778: cc -c conftest.c >&5
# configure.gcc:3784: $? = 0
# configure.gcc:3805: result: yes
# configure.gcc:3825: checking whether cc needs -traditional
# configure.gcc:3867: result: no
# configure.gcc:3881: checking for library containing gethostbyname
# configure.gcc:3922: cc -o conftest conftest.c >&5
# configure.gcc:3928: $? = 0
# configure.gcc:3956: result: none required
# configure.gcc:3971: checking for library containing inet_aton
# configure.gcc:4012: cc -o conftest conftest.c >&5
# configure.gcc:4018: $? = 0
# configure.gcc:4046: result: none required
# configure.gcc:4061: checking for library containing inet_pton
# configure.gcc:4102: cc -o conftest conftest.c >&5
# configure.gcc:4108: $? = 0
# configure.gcc:4136: result: none required
# configure.gcc:4151: checking for library containing inet_addr
# configure.gcc:4192: cc -o conftest conftest.c >&5
# configure.gcc:4198: $? = 0
# configure.gcc:4226: result: none required
# configure.gcc:4239: checking whether byte ordering is bigendian
# configure.gcc:4272: cc -c conftest.c >&5
# configure.gcc:4278: $? = 0
# configure.gcc:4310: cc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:33:2: error: unknown type name 'not'
# not big endian
# ^~~
# conftest.c:33:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
# not big endian
# ^~~~~~
# configure.gcc:4316: $? = 1
# configure.gcc: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #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_SOCKET_H 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME 1
# | #define HAVE_INET_ATON 1
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_ADDR 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure.gcc:4456: result: no
# configure.gcc:4475: checking for uint8_t
# configure.gcc:4505: cc -c conftest.c >&5
# configure.gcc:4511: $? = 0
# configure.gcc:4526: result: yes
# configure.gcc:4533: checking size of uint8_t
# configure.gcc:4835: cc -o conftest conftest.c >&5
# configure.gcc:4838: $? = 0
# configure.gcc:4844: ./conftest
# configure.gcc:4847: $? = 0
# configure.gcc:4870: result: 1
# configure.gcc:4880: checking for uint16_t
# configure.gcc:4910: cc -c conftest.c >&5
# configure.gcc:4916: $? = 0
# configure.gcc:4931: result: yes
# configure.gcc:4938: checking size of uint16_t
# configure.gcc:5240: cc -o conftest conftest.c >&5
# configure.gcc:5243: $? = 0
# configure.gcc:5249: ./conftest
# configure.gcc:5252: $? = 0
# configure.gcc:5275: result: 2
# configure.gcc:5285: checking for uint32_t
# configure.gcc:5315: cc -c conftest.c >&5
# configure.gcc:5321: $? = 0
# configure.gcc:5336: result: yes
# configure.gcc:5343: checking size of uint32_t
# configure.gcc:5645: cc -o conftest conftest.c >&5
# configure.gcc:5648: $? = 0
# configure.gcc:5654: ./conftest
# configure.gcc:5657: $? = 0
# configure.gcc:5680: result: 4
# configure.gcc:5690: checking for u_int8_t
# configure.gcc:5720: cc -c conftest.c >&5
# configure.gcc:5726: $? = 0
# configure.gcc:5741: result: yes
# configure.gcc:5748: checking size of u_int8_t
# configure.gcc:6050: cc -o conftest conftest.c >&5
# configure.gcc:6053: $? = 0
# configure.gcc:6059: ./conftest
# configure.gcc:6062: $? = 0
# configure.gcc:6085: result: 1
# configure.gcc:6095: checking for u_int16_t
# configure.gcc:6125: cc -c conftest.c >&5
# configure.gcc:6131: $? = 0
# configure.gcc:6146: result: yes
# configure.gcc:6153: checking size of u_int16_t
# configure.gcc:6455: cc -o conftest conftest.c >&5
# configure.gcc:6458: $? = 0
# configure.gcc:6464: ./conftest
# configure.gcc:6467: $? = 0
# configure.gcc:6490: result: 2
# configure.gcc:6500: checking for u_int32_t
# configure.gcc:6530: cc -c conftest.c >&5
# configure.gcc:6536: $? = 0
# configure.gcc:6551: result: yes
# configure.gcc:6558: checking size of u_int32_t
# configure.gcc:6860: cc -o conftest conftest.c >&5
# configure.gcc:6863: $? = 0
# configure.gcc:6869: ./conftest
# configure.gcc:6872: $? = 0
# configure.gcc:6895: result: 4
# configure.gcc:7017: 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 937ef25b30a3
#
# config.status:515: creating config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_bigendian=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_c_int32_t=yes
# ac_cv_c_uint16_t=yes
# ac_cv_c_uint32_t=yes
# ac_cv_c_uint8_t=yes
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=cc
# 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=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_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_socket_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/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_prog_CPP='cc -E'
# ac_cv_prog_ac_ct_CC=cc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_search_gethostbyname='none required'
# ac_cv_search_inet_addr='none required'
# ac_cv_search_inet_aton='none required'
# ac_cv_search_inet_pton='none required'
# ac_cv_sizeof_u_int16_t=2
# ac_cv_sizeof_u_int32_t=4
# ac_cv_sizeof_u_int8_t=1
# ac_cv_sizeof_uint16_t=2
# ac_cv_sizeof_uint32_t=4
# ac_cv_sizeof_uint8_t=1
# ac_cv_type_u_int16_t=yes
# ac_cv_type_u_int32_t=yes
# ac_cv_type_u_int8_t=yes
# ac_cv_type_uint16_t=yes
# ac_cv_type_uint32_t=yes
# ac_cv_type_uint8_t=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='cc'
# CFLAGS=''
# CPP='cc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# 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}'
# 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. ##
# ## ----------- ##
#
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #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_SOCKET_H 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_INET_ATON 1
# #define HAVE_INET_PTON 1
# #define HAVE_INET_ADDR 1
# #define SIZEOF_UINT8_T 1
# #define SIZEOF_UINT16_T 2
# #define SIZEOF_UINT32_T 4
# #define SIZEOF_U_INT8_T 1
# #define SIZEOF_U_INT16_T 2
# #define SIZEOF_U_INT32_T 4
#
# configure.gcc: exit 0