Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71002 - dev-tcltk/expect-5.37.1-r2 emerge fails during test phase
Summary: dev-tcltk/expect-5.37.1-r2 emerge fails during test phase
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-12 13:18 UTC by Rafal Peisert
Modified: 2005-02-12 10:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafal Peisert 2004-11-12 13:18:15 UTC
Tried to emerge dev-tcltk/expect-5.37.1-r2; buid failed during 'make test'

Reproducible: Always
Steps to Reproduce:
1. enable 'maketest' in FEATURES
2. emerge =dev-tcltk/expect-5.37.1-r2

Actual Results:  
(...)
rootme=`cd .. && pwd`; export rootme; \
EXPECT=`if [ -f ${rootme}/expect ] ; then echo ${rootme}/expect ; else echo
expect; fi`; export EXPECT; \
if [ -f ../expect ] ; then  \
   TCL_LIBRARY=`echo /usr/lib/tcl8.4/include/generic | sed -e 's/-I//' -e
's/generic//'`/library ; \
   export TCL_LIBRARY ; \
else true ; fi ; \
runtest  --tool expect EXPECT=$EXPECT --srcdir .
/bin/sh: line 1: runtest: command not found
make[1]: *** [check] Błąd 127
make[1]: Leaving directory
`/var/tmp/portage/expect-5.37.1-r2/work/expect-5.37/testsuite'
make: *** [check] Błąd 2

!!! ERROR: dev-tcltk/expect-5.37.1-r2 failed.
!!! Function src_test, Line 520, Exitcode 0
!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.

Expected Results:  
Succesful completion of the test phase and emerge.

Portage 2.0.51-r3 (default-linux/x86/2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.4.22-gentoo-r5 i686)
=================================================================
System uname: 2.4.22-gentoo-r5 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=athlon -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=athlon -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs candy ccache distlocks maketest moo sandbox sfperms"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow aalib acl acpi afs alsa apache2 apm berkdb bindist bitmap-fonts
crypt cscope doc f77 fam fbcon flash fortran freetds gd innodb ipv6 kerberos
krb4 ldap libwww mbox memlimit mmx mpi mssql mysql ncurses nls nocardbus
offensive oss pam perl prelude python readline samba sasl slang socks5 spell ssl
tcltk tcpd underscores unicode xml xml2 zlib"
Comment 1 Olivier Crete (RETIRED) gentoo-dev 2004-11-12 21:35:33 UTC
reassigning to cardoe as he is the last one to bump it... (there is nothing in the metadata)
Comment 2 SpanKY gentoo-dev 2005-02-12 10:47:20 UTC
i fixed this in 5.42.1 not too long ago