Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 97854

Summary: eix 0.2.6 fails in test phase
Product: Gentoo Linux Reporter: Henrique Ferreiro <henrique.ferreiro>
Component: Current packagesAssignee: Benedikt Böhm (RETIRED) <hollow>
Status: RESOLVED WONTFIX    
Severity: normal CC: emilbeinroth
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Henrique Ferreiro 2005-07-03 15:24:32 UTC
This is the output:

make[2]: Entering directory `/var/tmp/portage/eix-0.2.6/work/eix-0.2.6/tests'
source='varsreadertest.cc' object='varsreadertest.o' libtool=no \
depfile='.deps/varsreadertest.Po' tmpdepfile='.deps/varsreadertest.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src   -W -Wall -O3
-march=pentium-m -mtune=pentium-m -pipe -fno-delayed-branch
-momit-leaf-frame-pointer -fomit-frame-pointer -fno-trapping-math
-falign-functions=64 -fforce-addr -ftracer -fvisibility-inlines-hidden -c -o
varsreadertest.o `test -f 'varsreadertest.cc' || echo './'`varsreadertest.cc
varsreadertest.cc: In function `int main(int, char**)':
varsreadertest.cc:45: error: `FSM_ALLOW_VAR_REFERENCES' undeclared (first use
this function)
varsreadertest.cc:45: error: (Each undeclared identifier is reported only once
for each function it appears in.)
make[2]: *** [varsreadertest.o] Error 1
make[2]: Leaving directory `/var/tmp/portage/eix-0.2.6/work/eix-0.2.6/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/eix-0.2.6/work/eix-0.2.6/tests'
make: *** [check-recursive] Error 1


Reproducible: Always
Steps to Reproduce:
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-07-03 16:00:38 UTC
Please, fix or disable the tests, they are broken even with really simple CFLAGS
like -O2.
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2005-07-07 12:54:45 UTC
will be fixed with 0.2.7 in portage 
Comment 3 Rumen Yotov 2005-09-03 22:13:56 UTC
Hi,
Just to confirm, 0.2.6 breaks on test phase for me too. Disabled 'test' all OK.
Thanks. Rumen