[kaffe] bug report: KaffeInternal test fails w/ possible fixes

Dalibor Topic robilad at kaffe.org
Tue Oct 28 08:54:02 PST 2003


jrandom wrote:
> ah ok, my bad.  yes, I had another rt.jar in my classpath.  With the
> following, things work fine (all 144 pass):
> 
> Index: Makefile.in
> ===================================================================
> RCS file: /cvs/kaffe/kaffe/test/regression/Makefile.in,v
> retrieving revision 1.138
> diff -c -r1.138 Makefile.in
> *** Makefile.in 25 Oct 2003 20:00:40 -0000      1.138
> --- Makefile.in 28 Oct 2003 00:21:25 -0000
> ***************
> *** 693,698 ****
> --- 693,699 ----
>   check-TESTS: $(TESTS)
>         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
>         srcdir=$(srcdir); export srcdir; \
> +       unset CLASSPATH ; \
>         list='$(TESTS)'; \
>         if test -n "$$list"; then \
>           for tst in $$list; do \
> 
> -jrandom

Hi jrandom,

Thanks for the patch. Patches to Makefile.in files don't work that well, 
as they get wiped away as soon as we regenerate Makefile.in files from 
Makefile.am files using the developers/autogen.sh script. ;)

I've checked in a slightly different fix: In the top Makefile.am the 
BUILD_ENVIRONMENT script is generated. There I took the bit that 
prepended the old CLASSPATH out. Could you update from CVS, reconfigure 
and rebuild, and give it a try?

cheers,
dalibor topic





More information about the kaffe mailing list