* Package: mail-mta/nullmailer-2.0-r2  * Repository: gentoo  * Maintainer: robbat2@gentoo.org net-mail@gentoo.org  * USE: abi_x86_64 amd64 elibc_glibc kernel_linux ssl test userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking nullmailer-2.0.tar.gz to /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work >>> Source unpacked in /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work >>> Preparing source in /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0 ... * Running eautoreconf in '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0' ... * Running aclocal ...  [ ok ] * Running autoconf --force ...  [ ok ] * Running autoheader ...  [ ok ] * Running automake --add-missing --copy --force-missing ...  [ ok ] * Running elibtoolize in: nullmailer-2.0/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/nullmailer-2.0-r2 --htmldir=/usr/share/doc/nullmailer-2.0-r2/html --libdir=/usr/lib64 --localstatedir=/var --enable-tls checking for a BSD-compatible install... /usr/lib/portage/python3.5/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/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-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking dependency style of x86_64-pc-linux-gnu-g++... none checking whether x86_64-pc-linux-gnu-g++ accepts -fno-rtti... yes checking whether x86_64-pc-linux-gnu-g++ accepts -fno-exceptions... yes checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for strip... /usr/bin/strip checking for rm... /bin/rm checking for mkdir... /bin/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... x86_64-pc-linux-gnu-g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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 >>> Source configured. >>> Compiling source in /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0 ... make -j1 (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/missing autoheader) rm -f stamp-h1 touch config.h.in cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make all-recursive make[1]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0' Making all in doc make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/doc' Making all in lib make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' Making all in cli++ make[3]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/cli++' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o main.o main.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o messages.o messages.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o only_long.o only_long.cc rm -f libcli++.a x86_64-pc-linux-gnu-ar cru libcli++.a main.o messages.o only_long.o x86_64-pc-linux-gnu-ranlib libcli++.a make[3]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/cli++' Making all in fdbuf make[3]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/fdbuf' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdbuf.o fdbuf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdbuf_copy.o fdbuf_copy.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdibuf.o fdibuf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdobuf.o fdobuf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdobuf_chownmod.o fdobuf_chownmod.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdobuf_seek.o fdobuf_seek.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdobuf_signed.o fdobuf_signed.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdobuf_unsigned.o fdobuf_unsigned.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o tlsibuf.o tlsibuf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o tlsobuf.o tlsobuf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdibuf_mystring.o fdibuf_mystring.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdibuf_netstring.o fdibuf_netstring.cc rm -f libfdbuf.a x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-ranlib libfdbuf.a make[3]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/fdbuf' Making all in mystring make[3]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/mystring' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o append.o append.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o assign.o assign.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o count.o count.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o fdobuf.o fdobuf.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o find_first_ch.o find_first_ch.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o find_first_of.o find_first_of.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o find_last_ch.o find_last_ch.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o find_last_of.o find_last_of.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o iter.o iter.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o join.o join.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o lower.o lower.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o lstrip.o lstrip.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o mystring.o mystring.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o rep.o rep.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o rstrip.o rstrip.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o sub.o sub.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o subst.o subst.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o strip.o strip.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o upper.o upper.cc rm -f libmystring.a x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-ranlib libmystring.a make[3]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/mystring' make[3]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o address.o address.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o argparse.o argparse.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o base64.o base64.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o canonicalize.o canonicalize.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o config_path.o config_path.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o config_read.o config_read.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o config_readlist.o config_readlist.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o config_readint.o config_readint.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o config_syserr.o config_syserr.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o tcpconnect.o tcpconnect.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o errcodes.o errcodes.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o hostname.o hostname.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o itoa.o itoa.cc itoa.cc: In function 'const char* itoa(long int, int)': itoa.cc:18:32: warning: array subscript is below array bounds [-Warray-bounds] while(digits > 0 && ptr > buf-1) ~~~^~ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o makefield.o makefield.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o netstring.o netstring.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o forkexec.o forkexec.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o selfpipe.o selfpipe.cc selfpipe.cc: In function 'void catcher(int)': selfpipe.cc:69:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] write(fds[1], &sig, sizeof sig); ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o setenv.o setenv.cc Creating defines.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o defines.o defines.cc rm -f libmisc.a x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-ranlib libmisc.a /bin/rm -f libnullmailer.a sh ./mergelib.sh libnullmailer.a \ libmisc.a \ fdbuf/libfdbuf.a \ mystring/libmystring.a make[3]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' Making all in protocols make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/protocols' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o smtp.o smtp.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o protocol.o protocol.cc x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o tls_gnutls.o tls_gnutls.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o smtp smtp.o protocol.o tls_gnutls.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a -lgnutls x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o qmqp.o qmqp.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o qmqp qmqp.o protocol.o tls_gnutls.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a -lgnutls make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/protocols' Making all in src make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/src' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o mailq.o mailq.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o mailq mailq.o ../lib/libnullmailer.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o dsn.o dsn.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nullmailer-dsn dsn.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o inject.o inject.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nullmailer-inject inject.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o smtpd.o smtpd.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nullmailer-smtpd smtpd.o ../lib/libnullmailer.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o queue.o queue.cc queue.cc: In function 'void trigger()': queue.cc:81:8: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] write(fd, &x, 1); ~~~~~^~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nullmailer-queue queue.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o send.o send.cc send.cc: In function 'bool read_trigger()': send.cc:435:9: warning: ignoring return value of 'ssize_t read(int, void*, size_t)', declared with attribute warn_unused_result [-Wunused-result] read(trigger, buf, sizeof buf); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o nullmailer-send send.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o sendmail.o sendmail.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o sendmail sendmail.o ../lib/cli++/libcli++.a ../lib/libnullmailer.a make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/src' Making all in test make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o address-test.o address-test.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o address-test address-test.o ../lib/libnullmailer.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o argparse-test.o argparse-test.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o argparse-test argparse-test.o ../lib/libnullmailer.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DCLI_ONLY_LONG=false -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o clitest0-clitest.o `test -f 'clitest.cc' || echo './'`clitest.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o clitest0 clitest0-clitest.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I../lib -DCLI_ONLY_LONG=true -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -c -o clitest1-clitest.o `test -f 'clitest.cc' || echo './'`clitest.cc x86_64-pc-linux-gnu-g++ -march=native -mtune=native -O2 -pipe -fno-rtti -fno-exceptions -W -Wall -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -o clitest1 clitest1-clitest.o ../lib/libnullmailer.a ../lib/cli++/libcli++.a sed -e 's,[@]SRCDIR[@],/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0,g; s,[@]BUILDDIR[@],/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0,g;' < functions.in > functions make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test' make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0' make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0' make[1]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0' >>> Source compiled. >>> Test phase: mail-mta/nullmailer-2.0-r2 make -j1 check Making check in doc make[1]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/doc' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/doc' Making check in lib make[1]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' Making check in cli++ make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/cli++' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/cli++' Making check in fdbuf make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/fdbuf' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/fdbuf' Making check in mystring make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/mystring' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib/mystring' make[2]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' make[1]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/lib' Making check in protocols make[1]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/protocols' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/protocols' Making check in src make[1]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/src' Making check in test make[1]: Entering directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test' ./address-test 42 tests run, 0 failed. ./argparse-test 12 tests run, 0 failed. sh ./clitest.sh All tests passed. ./runtests `find /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests -type f -not -name '.*'` Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/protocols... Testing protocol success with smtp (command-line) Testing protocol success with smtp (stdin) Testing protocol success with smtp (stdin, IPv6) Testing protocol success with smtp (source addr) Testing protocol failure with smtp (bad source addr 1) Result was 5, should be 10. ******************************Failed!****************************** Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/smtpd... Testing the nullmailer-smtpd program testing queued message envelope testing queued message contents Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/queue/validate... Testing queue from to Testing queue from <@b.c> to Testing queue from to <@e.f> Testing queue from to Testing queue from to Testing queue from <> to Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/queue/rewrite... Checking that queue rewrites user@localhost to adminaddr. Checking that queue rewrites user@hostname to adminaddr. Checking that queue does not rewrite non-local users. Checking that queue rewrites to multiple adminaddr. Checking that queue transmits the envelope sender normally. Checking that queue rewrites sender with allmailfrom. Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/inject/return-path... Checking that inject does not inserts a return-path. Checking that inject strips return-paths. Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/inject/bad-headers... Checking that inject rejects leading continuation lines. No recipients were listed. Checking that inject rejects malformed RFC headers. No recipients were listed. No recipients were listed. No recipients were listed. Checking that inject rejects bad addresses. nullmailer-inject: Invalid header line: from: foo' Checking that inject honors -f 'a@b.c' Checking that inject honors -f '' Checking that inject honors -f 'a@b' Checking that inject honors -f '' Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/inject/date... Checking that inject inserts a date line. Checking that inject preserves an existing date line. Checking that inject does not add more date lines. Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/inject/recips... Checking that inject uses command line with -a. Checking that inject ignores header lines with -a. Checking that inject uses command line with -b. Checking that inject uses header lines with -b. Checking that inject ignores command line with -h. Checking that inject uses header lines with -h. Checking that inject uses command line with -e and no header. Checking that inject uses command line with -e and header. Checking that inject uses header with -e and no command line. Checking that inject ignores header with -e and command line. Checking that inject uses command line with no header by default. Checking that inject uses command line with header by default. Checking that inject uses header with no command line by default. Checking that inject ignores header with command line by default. Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/inject/from... Checking that inject inserts a from line. Checking that inject preserves an existing from line. Checking that inject does not add more from lines. Checking that inject will strip from lines. Checking that inject obeys me Checking that inject obeys config/defaulthost Checking that inject obeys config/defaultdomain Checking that inject ignores config/defaultdomain for localhost Checking that inject obeys HOSTNAME. Checking that inject obeys MAILHOST. Checking that inject obeys NULLMAILER_HOST. Checking that inject uses getpwnam Checking that inject obeys LOGNAME. Checking that inject obeys USER. Checking that inject obeys MAILUSER. Checking that inject obeys NULLMAILER_USER. Checking that inject uses a blank name. Checking that inject obeys NAME. Checking that inject obeys MAILNAME. Checking that inject obeys NULLMAILER_NAME. Checking that inject will use address-comment form. Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/dsn... Testing envelope: sender, recipient, end Testing header: from, to, subject, date, message-id, mime, content-type Testing report header: reporting-mta, date Testing recipient report 1: final-recipient, action, status, date Testing recipient report 2: final-recipient, action, status, date Testing quoted message pre-header Testing quoted message header Testing quoted message body Testing fixed bounce address Testing max-lines: 0, 1, 2, bouncelines=1, override Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/send... Testing sending with a succeeding protocol Testing sending with a failing protocol Testing handling of a permanent failure Checking failed message was moved out of the queue Checking for a generated bounce message Checking bounce sender Checking bounce recipient Checking bounce contents Checking log outputs Done. Running test /var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test/tests/mailq... Testing the output of the mailq command Done. 15 tests run, 1 failed make[1]: *** [Makefile:636: check] Error 1 make[1]: Leaving directory '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0/test' make: *** [Makefile:365: check-recursive] Error 1 * ERROR: mail-mta/nullmailer-2.0-r2::gentoo failed (test phase): * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 3065: Called default * phase-functions.sh, line 853: Called default_src_test * phase-functions.sh, line 882: Called __eapi0_src_test * phase-helpers.sh, line 764: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} check || \ * die "Make check failed. See above for details." * * If you need support, post the output of `emerge --info '=mail-mta/nullmailer-2.0-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=mail-mta/nullmailer-2.0-r2::gentoo'`. * The complete build log is located at '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/temp/environment'. * Working directory: '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0' * S: '/var/tmp/portage/mail-mta/nullmailer-2.0-r2/work/nullmailer-2.0'