Build of nullmailer with vanilla toolchain

The build took 00h 00m 28s and was NOT successful.

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

SLOCLanguage
6,137 cpp
4,925 makefile
1,467 sh
184 perl
12,713 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: nullmailer 2.0-2 (Wed Aug 24 13:37:55 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking whether make supports nested variables... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking whether gcc understands -c and -o together... yes
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking for x86_64-unknown-linux-g++... no
# checking for x86_64-unknown-linux-c++... no
# checking for x86_64-unknown-linux-gpp... no
# checking for x86_64-unknown-linux-aCC... no
# checking for x86_64-unknown-linux-CC... no
# checking for x86_64-unknown-linux-cxx... no
# checking for x86_64-unknown-linux-cc++... no
# checking for x86_64-unknown-linux-cl.exe... no
# checking for x86_64-unknown-linux-FCC... no
# checking for x86_64-unknown-linux-KCC... no
# checking for x86_64-unknown-linux-RCC... no
# checking for x86_64-unknown-linux-xlC_r... no
# checking for x86_64-unknown-linux-xlC... no
# checking for g++... g++
# checking whether we are using the GNU C++ compiler... yes
# checking whether g++ accepts -g... yes
# checking dependency style of g++... gcc3
# checking whether g++ accepts -fno-rtti... yes
# checking whether g++ accepts -fno-exceptions... yes
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for strip... /usr/sbin/strip
# checking for rm... /usr/sbin/rm
# checking for mkdir... /usr/sbin/mkdir
# checking for socket in -lxnet... no
# checking for socket in -linet... no
# checking for socket in -lsocket... no
# checking for dirent.h that defines DIR... yes
# checking for library containing opendir... none required
# checking how to run the C++ preprocessor... g++ -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/wait.h that is POSIX.1 compatible... yes
# checking whether time.h and sys/time.h may both be included... 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/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for unistd.h... (cached) yes
# checking for size_t... yes
# checking whether struct tm contains tm_isdst... yes
# checking whether struct tm contains __tm_isdst... no
# checking whether struct tm contains tm_gmtoff... yes
# checking whether struct tm contains __tm_gmtoff... no
# checking whether struct utsname contains domainname... yes
# checking whether struct utsname contains __domainname... no
# checking whether named pipes are buggy... no
# checking for setenv... yes
# checking for srandom... yes
# checking for getaddrinfo... yes
# checking for gnutls_certificate_set_verify_function in -lgnutls... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating doc/Makefile
# config.status: creating lib/Makefile
# config.status: creating lib/cli++/Makefile
# config.status: creating lib/fdbuf/Makefile
# config.status: creating lib/mystring/Makefile
# config.status: creating protocols/Makefile
# config.status: creating src/Makefile
# config.status: creating test/Makefile
# config.status: creating config.h
# config.status: executing depfiles commands
# make all-recursive
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0'
# Making all in doc
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# make[2]: Nothing to be done for 'all'.
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# Making all in lib
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# Making all in cli++
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cc
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT messages.o -MD -MP -MF .deps/messages.Tpo -c -o messages.o messages.cc
# mv -f .deps/main.Tpo .deps/main.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT only_long.o -MD -MP -MF .deps/only_long.Tpo -c -o only_long.o only_long.cc
# mv -f .deps/messages.Tpo .deps/messages.Po
# mv -f .deps/only_long.Tpo .deps/only_long.Po
# rm -f libcli++.a
# ar cru libcli++.a main.o messages.o only_long.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libcli++.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# Making all in fdbuf
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdbuf.o -MD -MP -MF .deps/fdbuf.Tpo -c -o fdbuf.o fdbuf.cc
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdbuf_copy.o -MD -MP -MF .deps/fdbuf_copy.Tpo -c -o fdbuf_copy.o fdbuf_copy.cc
# mv -f .deps/fdbuf.Tpo .deps/fdbuf.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf.o -MD -MP -MF .deps/fdibuf.Tpo -c -o fdibuf.o fdibuf.cc
# mv -f .deps/fdbuf_copy.Tpo .deps/fdbuf_copy.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf.o -MD -MP -MF .deps/fdobuf.Tpo -c -o fdobuf.o fdobuf.cc
# mv -f .deps/fdibuf.Tpo .deps/fdibuf.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_chownmod.o -MD -MP -MF .deps/fdobuf_chownmod.Tpo -c -o fdobuf_chownmod.o fdobuf_chownmod.cc
# mv -f .deps/fdobuf.Tpo .deps/fdobuf.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_seek.o -MD -MP -MF .deps/fdobuf_seek.Tpo -c -o fdobuf_seek.o fdobuf_seek.cc
# mv -f .deps/fdobuf_chownmod.Tpo .deps/fdobuf_chownmod.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_signed.o -MD -MP -MF .deps/fdobuf_signed.Tpo -c -o fdobuf_signed.o fdobuf_signed.cc
# mv -f .deps/fdobuf_seek.Tpo .deps/fdobuf_seek.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf_unsigned.o -MD -MP -MF .deps/fdobuf_unsigned.Tpo -c -o fdobuf_unsigned.o fdobuf_unsigned.cc
# mv -f .deps/fdobuf_signed.Tpo .deps/fdobuf_signed.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT tlsibuf.o -MD -MP -MF .deps/tlsibuf.Tpo -c -o tlsibuf.o tlsibuf.cc
# mv -f .deps/fdobuf_unsigned.Tpo .deps/fdobuf_unsigned.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT tlsobuf.o -MD -MP -MF .deps/tlsobuf.Tpo -c -o tlsobuf.o tlsobuf.cc
# mv -f .deps/tlsibuf.Tpo .deps/tlsibuf.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf_mystring.o -MD -MP -MF .deps/fdibuf_mystring.Tpo -c -o fdibuf_mystring.o fdibuf_mystring.cc
# mv -f .deps/tlsobuf.Tpo .deps/tlsobuf.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdibuf_netstring.o -MD -MP -MF .deps/fdibuf_netstring.Tpo -c -o fdibuf_netstring.o fdibuf_netstring.cc
# mv -f .deps/fdibuf_mystring.Tpo .deps/fdibuf_mystring.Po
# mv -f .deps/fdibuf_netstring.Tpo .deps/fdibuf_netstring.Po
# rm -f libfdbuf.a
# ar cru libfdbuf.a fdbuf.o fdbuf_copy.o fdibuf.o fdobuf.o fdobuf_chownmod.o fdobuf_seek.o fdobuf_signed.o fdobuf_unsigned.o tlsibuf.o tlsobuf.o fdibuf_mystring.o fdibuf_netstring.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libfdbuf.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# Making all in mystring
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT append.o -MD -MP -MF .deps/append.Tpo -c -o append.o append.cc
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT assign.o -MD -MP -MF .deps/assign.Tpo -c -o assign.o assign.cc
# mv -f .deps/assign.Tpo .deps/assign.Po
# mv -f .deps/append.Tpo .deps/append.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT count.o -MD -MP -MF .deps/count.Tpo -c -o count.o count.cc
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT fdobuf.o -MD -MP -MF .deps/fdobuf.Tpo -c -o fdobuf.o fdobuf.cc
# mv -f .deps/count.Tpo .deps/count.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_first_ch.o -MD -MP -MF .deps/find_first_ch.Tpo -c -o find_first_ch.o find_first_ch.cc
# mv -f .deps/fdobuf.Tpo .deps/fdobuf.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_first_of.o -MD -MP -MF .deps/find_first_of.Tpo -c -o find_first_of.o find_first_of.cc
# mv -f .deps/find_first_ch.Tpo .deps/find_first_ch.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_last_ch.o -MD -MP -MF .deps/find_last_ch.Tpo -c -o find_last_ch.o find_last_ch.cc
# mv -f .deps/find_first_of.Tpo .deps/find_first_of.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT find_last_of.o -MD -MP -MF .deps/find_last_of.Tpo -c -o find_last_of.o find_last_of.cc
# mv -f .deps/find_last_ch.Tpo .deps/find_last_ch.Po
# mv -f .deps/find_last_of.Tpo .deps/find_last_of.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT iter.o -MD -MP -MF .deps/iter.Tpo -c -o iter.o iter.cc
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT join.o -MD -MP -MF .deps/join.Tpo -c -o join.o join.cc
# mv -f .deps/iter.Tpo .deps/iter.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT lower.o -MD -MP -MF .deps/lower.Tpo -c -o lower.o lower.cc
# mv -f .deps/join.Tpo .deps/join.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT lstrip.o -MD -MP -MF .deps/lstrip.Tpo -c -o lstrip.o lstrip.cc
# mv -f .deps/lower.Tpo .deps/lower.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT mystring.o -MD -MP -MF .deps/mystring.Tpo -c -o mystring.o mystring.cc
# mv -f .deps/lstrip.Tpo .deps/lstrip.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT rep.o -MD -MP -MF .deps/rep.Tpo -c -o rep.o rep.cc
# mv -f .deps/mystring.Tpo .deps/mystring.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT rstrip.o -MD -MP -MF .deps/rstrip.Tpo -c -o rstrip.o rstrip.cc
# mv -f .deps/rep.Tpo .deps/rep.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT sub.o -MD -MP -MF .deps/sub.Tpo -c -o sub.o sub.cc
# mv -f .deps/sub.Tpo .deps/sub.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT subst.o -MD -MP -MF .deps/subst.Tpo -c -o subst.o subst.cc
# mv -f .deps/rstrip.Tpo .deps/rstrip.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT strip.o -MD -MP -MF .deps/strip.Tpo -c -o strip.o strip.cc
# mv -f .deps/subst.Tpo .deps/subst.Po
# g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -fno-rtti -fno-exceptions -W -Wall -MT upper.o -MD -MP -MF .deps/upper.Tpo -c -o upper.o upper.cc
# mv -f .deps/strip.Tpo .deps/strip.Po
# mv -f .deps/upper.Tpo .deps/upper.Po
# rm -f libmystring.a
# ar cru libmystring.a append.o assign.o count.o fdobuf.o find_first_ch.o find_first_of.o find_last_ch.o find_last_of.o iter.o join.o lower.o lstrip.o mystring.o rep.o rstrip.o sub.o subst.o strip.o upper.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libmystring.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT address.o -MD -MP -MF .deps/address.Tpo -c -o address.o address.cc
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT argparse.o -MD -MP -MF .deps/argparse.Tpo -c -o argparse.o argparse.cc
# mv -f .deps/argparse.Tpo .deps/argparse.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.cc
# mv -f .deps/base64.Tpo .deps/base64.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT canonicalize.o -MD -MP -MF .deps/canonicalize.Tpo -c -o canonicalize.o canonicalize.cc
# mv -f .deps/address.Tpo .deps/address.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_path.o -MD -MP -MF .deps/config_path.Tpo -c -o config_path.o config_path.cc
# mv -f .deps/canonicalize.Tpo .deps/canonicalize.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_read.o -MD -MP -MF .deps/config_read.Tpo -c -o config_read.o config_read.cc
# mv -f .deps/config_path.Tpo .deps/config_path.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_readlist.o -MD -MP -MF .deps/config_readlist.Tpo -c -o config_readlist.o config_readlist.cc
# mv -f .deps/config_read.Tpo .deps/config_read.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_readint.o -MD -MP -MF .deps/config_readint.Tpo -c -o config_readint.o config_readint.cc
# mv -f .deps/config_readlist.Tpo .deps/config_readlist.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT config_syserr.o -MD -MP -MF .deps/config_syserr.Tpo -c -o config_syserr.o config_syserr.cc
# mv -f .deps/config_readint.Tpo .deps/config_readint.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT tcpconnect.o -MD -MP -MF .deps/tcpconnect.Tpo -c -o tcpconnect.o tcpconnect.cc
# mv -f .deps/config_syserr.Tpo .deps/config_syserr.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT errcodes.o -MD -MP -MF .deps/errcodes.Tpo -c -o errcodes.o errcodes.cc
# mv -f .deps/errcodes.Tpo .deps/errcodes.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT hostname.o -MD -MP -MF .deps/hostname.Tpo -c -o hostname.o hostname.cc
# mv -f .deps/tcpconnect.Tpo .deps/tcpconnect.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT itoa.o -MD -MP -MF .deps/itoa.Tpo -c -o itoa.o itoa.cc
# mv -f .deps/itoa.Tpo .deps/itoa.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT makefield.o -MD -MP -MF .deps/makefield.Tpo -c -o makefield.o makefield.cc
# mv -f .deps/hostname.Tpo .deps/hostname.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT netstring.o -MD -MP -MF .deps/netstring.Tpo -c -o netstring.o netstring.cc
# mv -f .deps/makefield.Tpo .deps/makefield.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT forkexec.o -MD -MP -MF .deps/forkexec.Tpo -c -o forkexec.o forkexec.cc
# mv -f .deps/netstring.Tpo .deps/netstring.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT selfpipe.o -MD -MP -MF .deps/selfpipe.Tpo -c -o selfpipe.o selfpipe.cc
# mv -f .deps/forkexec.Tpo .deps/forkexec.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT setenv.o -MD -MP -MF .deps/setenv.Tpo -c -o setenv.o setenv.cc
# mv -f .deps/selfpipe.Tpo .deps/selfpipe.Po
# Creating defines.cc
# mv -f .deps/setenv.Tpo .deps/setenv.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -fno-rtti -fno-exceptions -W -Wall -MT defines.o -MD -MP -MF .deps/defines.Tpo -c -o defines.o defines.cc
# mv -f .deps/defines.Tpo .deps/defines.Po
# rm -f libmisc.a
# ar cru libmisc.a address.o argparse.o base64.o canonicalize.o config_path.o config_read.o config_readlist.o config_readint.o config_syserr.o tcpconnect.o errcodes.o hostname.o itoa.o makefield.o netstring.o forkexec.o selfpipe.o setenv.o defines.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libmisc.a
# /usr/sbin/rm -f libnullmailer.a
# sh ./mergelib.sh libnullmailer.a \
# libmisc.a \
# fdbuf/libfdbuf.a \
# mystring/libmystring.a
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# Making all in protocols
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/protocols'
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT smtp.o -MD -MP -MF .deps/smtp.Tpo -c -o smtp.o smtp.cc
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT protocol.o -MD -MP -MF .deps/protocol.Tpo -c -o protocol.o protocol.cc
# mv -f .deps/protocol.Tpo .deps/protocol.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT tls_gnutls.o -MD -MP -MF .deps/tls_gnutls.Tpo -c -o tls_gnutls.o tls_gnutls.cc
# mv -f .deps/smtp.Tpo .deps/smtp.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT qmqp.o -MD -MP -MF .deps/qmqp.Tpo -c -o qmqp.o qmqp.cc
# mv -f .deps/qmqp.Tpo .deps/qmqp.Po
# mv -f .deps/tls_gnutls.Tpo .deps/tls_gnutls.Po
# g++ -fno-rtti -fno-exceptions -W -Wall -o smtp smtp.o protocol.o tls_gnutls.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a -lgnutls
# g++ -fno-rtti -fno-exceptions -W -Wall -o qmqp qmqp.o protocol.o tls_gnutls.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a -lgnutls
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/protocols'
# Making all in src
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/src'
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT mailq.o -MD -MP -MF .deps/mailq.Tpo -c -o mailq.o mailq.cc
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT dsn.o -MD -MP -MF .deps/dsn.Tpo -c -o dsn.o dsn.cc
# mv -f .deps/mailq.Tpo .deps/mailq.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT inject.o -MD -MP -MF .deps/inject.Tpo -c -o inject.o inject.cc
# mv -f .deps/dsn.Tpo .deps/dsn.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT smtpd.o -MD -MP -MF .deps/smtpd.Tpo -c -o smtpd.o smtpd.cc
# mv -f .deps/smtpd.Tpo .deps/smtpd.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT queue.o -MD -MP -MF .deps/queue.Tpo -c -o queue.o queue.cc
# mv -f .deps/queue.Tpo .deps/queue.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT send.o -MD -MP -MF .deps/send.Tpo -c -o send.o send.cc
# mv -f .deps/inject.Tpo .deps/inject.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT sendmail.o -MD -MP -MF .deps/sendmail.Tpo -c -o sendmail.o sendmail.cc
# mv -f .deps/send.Tpo .deps/send.Po
# g++ -fno-rtti -fno-exceptions -W -Wall -o mailq mailq.o ../lib/libnullmailer.a
# mv -f .deps/sendmail.Tpo .deps/sendmail.Po
# g++ -fno-rtti -fno-exceptions -W -Wall -o nullmailer-dsn dsn.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a
# g++ -fno-rtti -fno-exceptions -W -Wall -o nullmailer-inject inject.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a
# g++ -fno-rtti -fno-exceptions -W -Wall -o nullmailer-smtpd smtpd.o ../lib/libnullmailer.a
# g++ -fno-rtti -fno-exceptions -W -Wall -o nullmailer-queue queue.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a
# g++ -fno-rtti -fno-exceptions -W -Wall -o nullmailer-send send.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a
# g++ -fno-rtti -fno-exceptions -W -Wall -o sendmail sendmail.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/src'
# Making all in test
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/test'
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT address-test.o -MD -MP -MF .deps/address-test.Tpo -c -o address-test.o address-test.cc
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -fno-rtti -fno-exceptions -W -Wall -MT argparse-test.o -MD -MP -MF .deps/argparse-test.Tpo -c -o argparse-test.o argparse-test.cc
# mv -f .deps/argparse-test.Tpo .deps/argparse-test.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DCLI_ONLY_LONG=false -fno-rtti -fno-exceptions -W -Wall -MT clitest0-clitest.o -MD -MP -MF .deps/clitest0-clitest.Tpo -c -o clitest0-clitest.o `test -f 'clitest.cc' || echo './'`clitest.cc
# mv -f .deps/address-test.Tpo .deps/address-test.Po
# g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DCLI_ONLY_LONG=true -fno-rtti -fno-exceptions -W -Wall -MT clitest1-clitest.o -MD -MP -MF .deps/clitest1-clitest.Tpo -c -o clitest1-clitest.o `test -f 'clitest.cc' || echo './'`clitest.cc
# mv -f .deps/clitest0-clitest.Tpo .deps/clitest0-clitest.Po
# sed -e 's,[@]SRCDIR[@],/tmp/nullmailer/src/nullmailer-2.0,g; s,[@]BUILDDIR[@],/tmp/nullmailer/src/nullmailer-2.0,g;' < functions.in > functions
# g++ -fno-rtti -fno-exceptions -W -Wall -o address-test address-test.o ../lib/libnullmailer.a
# mv -f .deps/clitest1-clitest.Tpo .deps/clitest1-clitest.Po
# g++ -fno-rtti -fno-exceptions -W -Wall -o argparse-test argparse-test.o ../lib/libnullmailer.a
# g++ -fno-rtti -fno-exceptions -W -Wall -o clitest0 clitest0-clitest.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a
# g++ -fno-rtti -fno-exceptions -W -Wall -o clitest1 clitest1-clitest.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/test'
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0'
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# Making install in doc
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# make[2]: Nothing to be done for 'install-exec-am'.
# /usr/sbin/mkdir -p '/tmp/nullmailer/pkg/nullmailer/usr/share/man/man1'
# /usr/sbin/mkdir -p '/tmp/nullmailer/pkg/nullmailer/usr/share/man/man7'
# /usr/bin/install -c -m 644 nullmailer-dsn.1 nullmailer-inject.1 sendmail.1 '/tmp/nullmailer/pkg/nullmailer/usr/share/man/man1'
# /usr/bin/install -c -m 644 nullmailer.7 '/tmp/nullmailer/pkg/nullmailer/usr/share/man/man7'
# /usr/sbin/mkdir -p '/tmp/nullmailer/pkg/nullmailer/usr/share/man/man8'
# /usr/bin/install -c -m 644 nullmailer-queue.8 nullmailer-send.8 '/tmp/nullmailer/pkg/nullmailer/usr/share/man/man8'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/doc'
# Making install in lib
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# Making install in cli++
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/cli++'
# Making install in fdbuf
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/fdbuf'
# Making install in mystring
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib/mystring'
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[3]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[3]: Nothing to be done for 'install-exec-am'.
# make[3]: Nothing to be done for 'install-data-am'.
# make[3]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/lib'
# Making install in protocols
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/protocols'
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/protocols'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/sbin/mkdir -p '/tmp/nullmailer/pkg/nullmailer/usr/lib/nullmailer/nullmailer'
# /usr/bin/install -c smtp qmqp '/tmp/nullmailer/pkg/nullmailer/usr/lib/nullmailer/nullmailer'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/protocols'
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/protocols'
# Making install in src
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/src'
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/src'
# /usr/sbin/mkdir -p '/tmp/nullmailer/pkg/nullmailer/usr/bin'
# /usr/sbin/mkdir -p '/tmp/nullmailer/pkg/nullmailer/usr/bin'
# make[2]: Nothing to be done for 'install-data-am'.
# /usr/bin/install -c mailq nullmailer-dsn nullmailer-inject nullmailer-smtpd '/tmp/nullmailer/pkg/nullmailer/usr/bin'
# /usr/bin/install -c nullmailer-queue nullmailer-send sendmail '/tmp/nullmailer/pkg/nullmailer/usr/bin'
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/src'
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/src'
# Making install in test
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/test'
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0/test'
# make[2]: Nothing to be done for 'install-exec-am'.
# make[2]: Nothing to be done for 'install-data-am'.
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/test'
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0/test'
# make[1]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0'
# make[2]: Entering directory '/tmp/nullmailer/src/nullmailer-2.0'
# make[2]: Nothing to be done for 'install-exec-am'.
# /bin/sh /tmp/nullmailer/src/nullmailer-2.0/install-sh -d /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/failed
# chmod 700 /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/failed
# /bin/sh /tmp/nullmailer/src/nullmailer-2.0/install-sh -d /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/queue
# chmod 700 /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/queue
# /bin/sh /tmp/nullmailer/src/nullmailer-2.0/install-sh -d /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/tmp
# chmod 700 /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/tmp
# /bin/sh /tmp/nullmailer/src/nullmailer-2.0/install-sh -d /tmp/nullmailer/pkg/nullmailer/etc/nullmailer
# /usr/sbin/rm -f /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/trigger
# mkfifo /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/trigger
# chmod 600 /tmp/nullmailer/pkg/nullmailer/var/spool/nullmailer/trigger
# make[2]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0'
# make[1]: Leaving directory '/tmp/nullmailer/src/nullmailer-2.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "nullmailer"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Adding install file...
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: nullmailer 2.0-2 (Wed Aug 24 13:38:09 UTC 2016)

CMD: pacman --query --file nullmailer-2.0-2-x86_64.pkg.tar.xz
# nullmailer 2.0-2

Creating hybrid package for 'nullmailer'

Trying to find vanilla package 'nullmailer'...

CMD: pacman --query --file /mirror/nullmailer-2.0-2.pkg.tar.xz
# nullmailer 2.0-2