>>> Unpacking source... >>> Unpacking lrzsz-0.12.20.tar.gz to /var/tmp/portage/lrzsz-0.12.20-r1/work * Applying lrzsz-makefile-smp.patch ...  [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20 ... * econf: updating lrzsz-0.12.20/config.sub with /usr/share/gnuconfig/config.sub * econf: updating lrzsz-0.12.20/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-nls --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu creating cache ./config.cache checking for a BSD compatible install... /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking for gcc... gcc checking whether the C compiler (gcc -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes ) works... yes checking whether the C compiler (gcc -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking for ranlib... ranlib checking for POSIXized ISC... no checking for AIX... no checking for minix/config.h... no checking for gcc option to accept ANSI C... none needed checking for function prototypes... yes checking for working const... yes checking for inline... inline checking for syslog in -lsocket... no checking for syslog in -lbe... no checking for gethostbyname in -lnsl... yes checking for ANSI C header files... yes checking for fcntl.h... yes checking for limits.h... yes checking for sys/ioctl.h... yes checking for sys/time.h... yes checking for unistd.h... yes checking for sys/times.h... yes checking for termios.h... yes checking for sys/termios.h... yes checking for termio.h... yes checking for sys/termio.h... no checking for sgtty.h... yes checking for termios.h... (cached) yes checking for sys/termios.h... (cached) yes checking for termio.h... (cached) yes checking for sys/termio.h... (cached) no checking for sgtty.h... (cached) yes checking for sys/mman.h... yes checking for utime.h... yes checking for syslog.h... yes checking for sys/syslog.h... yes checking for sys/param.h... yes checking for sys/select.h... yes checking for strings.h... yes checking for arpa/inet.h... yes checking for size_t... yes checking for mode_t... yes checking for off_t... yes checking for speed_t... yes checking for st_rdev in struct stat... yes checking whether time.h and sys/time.h may both be included... yes checking whether sys/time.h and sys/select.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for errno declaration... yes checking whether setvbuf arguments are reversed... no checking return type of signal handlers... void checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking for working alloca.h... yes checking for alloca... yes checking for gettimeofday... yes checking for settimeofday... yes checking for strchr... yes checking for memcpy... yes checking for select... yes checking for vprintf... yes checking for times... yes checking for rdchk... no checking for utime... yes checking for syslog... yes checking for siginterrupt... yes checking for mkdir... yes checking for mktime... yes checking for strerror... yes checking for strstr... yes checking for strdup... yes checking for strtoul... yes checking for strtol... yes checking for strpbrk... yes checking for stpcpy... yes checking for strftime... yes checking for vasprintf... yes checking for getopt_long... yes checking for ftime... yes checking that ftime works correctly... yes checking for timezone variable... yes checking for LOG_UUCP... yes checking for argz.h... yes checking for limits.h... (cached) yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for string.h... yes checking for unistd.h... (cached) yes checking for values.h... yes checking for sys/param.h... (cached) yes checking for getcwd... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for strchr... (cached) yes checking for strcasecmp... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for LC_MESSAGES... yes checking whether NLS is requested... yes checking whether included gettext is requested... no checking for libintl.h... yes checking for gettext in libc... yes checking for msgfmt... /usr/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for catalogs to be installed... updating cache ./config.cache creating ./config.status creating Makefile creating intl/Makefile creating lib/Makefile creating testsuite/Makefile creating man/Makefile creating po/Makefile.in creating src/Makefile creating debian/rules creating Specfile creating systype creating src/lrzszbug creating config.h make all-recursive make[1]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20' Making all in lib make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/lib' gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c long-options.c long-options.c: In function `parse_long_options': long-options.c:41: warning: function declaration isn't a prototype long-options.c:42: warning: function declaration isn't a prototype gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c xstrtol.c xstrtol.c:68: warning: function declaration isn't a prototype gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c xstrtoul.c In file included from xstrtoul.c:2: xstrtol.c:68: warning: function declaration isn't a prototype gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c error.c error.c:76: warning: function declaration isn't a prototype rm -f libzmodem.a ar cru libzmodem.a long-options.o xstrtol.o xstrtoul.o error.o ranlib libzmodem.a make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/lib' Making all in intl make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/intl' Making all in src make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/src' gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c lrz.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c timing.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c zperr.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c zreadline.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c crctab.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c rbsb.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c zm.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c protname.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c tcp.c tcp.c: In function `tcp_server': tcp.c:75: warning: passing arg 3 of `getsockname' from incompatible pointer type tcp.c:83: warning: passing arg 3 of `getsockname' from incompatible pointer type tcp.c: In function `tcp_accept': tcp.c:103: warning: passing arg 3 of `accept' from incompatible pointer type gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c lsyslog.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c canit.c gcc -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -o lrz lrz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a -lnsl gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c lsz.c gcc -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -o lsz lsz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a -lnsl make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/src' Making all in po make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/po' make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/po' Making all in man make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/man' Making all in testsuite make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite' make[1]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20' >>> Source compiled. >>> Test phase [check]: net-dialup/lrzsz-0.12.20-r1 make check-recursive make[1]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20' Making check in lib make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/lib' gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c long-options.c long-options.c: In function `parse_long_options': long-options.c:41: warning: function declaration isn't a prototype long-options.c:42: warning: function declaration isn't a prototype gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c xstrtol.c xstrtol.c:68: warning: function declaration isn't a prototype gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c xstrtoul.c In file included from xstrtoul.c:2: xstrtol.c:68: warning: function declaration isn't a prototype gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c error.c error.c:76: warning: function declaration isn't a prototype rm -f libzmodem.a ar cru libzmodem.a long-options.o xstrtol.o xstrtoul.o error.o ranlib libzmodem.a make make[3]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/lib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/lib' make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/lib' Making check in intl make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/intl' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/intl' Making check in src make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/src' gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c lrz.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c timing.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c zperr.c gcc -DNFGVMIN -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I.. -I. -I../src -I../intl -I../lib -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -c zreadline.c gcc -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -o lrz lrz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a -lnsl gcc -march=athlon64 -O2 -pipe -fforce-addr -ffast-math -msse2 -ftracer -m3dnow -Wstrict-prototypes -o lsz lsz.o timing.o zperr.o zreadline.o crctab.o rbsb.o zm.o protname.o tcp.o lsyslog.o canit.o ../lib/libzmodem.a -lnsl make make[3]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/src' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/src' make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/src' Making check in po make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/po' make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/po' Making check in man make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/man' make make[3]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/man' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/man' make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/man' Making check in testsuite make[2]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite' make check-DEJAGNU make[3]: Entering directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite' Making a new site.exp file... sed: impossibile leggere site.bak: No such file or directory make[3]: [site.exp] Error 2 (ignored) mv: impossibile fare stat di `site.exp': No such file or directory make[3]: [site.exp] Error 1 (ignored) srcdir=`cd . && pwd`; export srcdir; \ EXPECT=expect; export EXPECT; \ runtest=runtest; \ if /bin/sh -c "$runtest --version" > /dev/null 2>&1; then \ $runtest --tool lrzsz --srcdir $srcdir ; \ else echo "WARNING: could not find \`runtest'" 1>&2; :;\ fi WARNING: Couldn't find the global config file. Test Run By portage on Sat Jan 28 14:46:14 2006 Native configuration is x86_64-unknown-linux-gnu === lrzsz tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/config/unix.exp as tool-and-target-specific interface file. Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/abuse.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/command.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/compatability.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/crc.exp ... FAIL: crc-check-sender-equal-crc FAIL: crc-check-receiver-equal-crc Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/manage.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/newer.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/path.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/resume.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/timing.exp ... *** these test take some time *** Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/uppercase.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/window.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/xmodem.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/ymodem.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/zmodem-crc16.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/zmodem-escape.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/zmodem-tcp.exp ... Running /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/lrzsz/zmodem.exp ... === lrzsz Summary === # of expected passes 72 # of unexpected failures 2 # of unsupported tests 12 /var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite/../src/lsz version 0.12.20 make[3]: *** [check-DEJAGNU] Error 1 make[3]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite' make[2]: *** [check] Error 2 make[2]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20/testsuite' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/lrzsz-0.12.20-r1/work/lrzsz-0.12.20' make: *** [check] Error 2 !!! ERROR: net-dialup/lrzsz-0.12.20-r1 failed. Call stack: ebuild.sh, line 1894: Called dyn_test ebuild.sh, line 1008: Called src_test !!! Make check failed. See above for details. !!! If you need support, post the topmost build error, and the call stack if relevant.