Re: error during nightly classpath builds

2004-05-23 Thread Steven Augart
Steven Augart wrote: [] Am also looking at the configure problem; we have some version test code in acinclude.m4 and it has some clear bugs [] I'll see if I can fix it tonight. [] I have fixed the version test code and submitted a patch to the commit-classpath list. However, it is

Re: error during nightly classpath builds

2004-05-23 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 21. Mai 2004 21:58 schrieb Steven Augart: For the past week or so, I've been getting the following error when I do the nightly regression builds of GNU classpath's CVS head. I wonder whether anyone else has seen this. This may not be

Re: error during nightly classpath builds

2004-05-23 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 22. Mai 2004 06:06 schrieb Steven Augart: Steven Augart wrote: [] Am also looking at the configure problem; we have some version test code in acinclude.m4 and it has some clear bugs [] I'll see if I can fix it tonight.

Re: error during nightly classpath builds

2004-05-23 Thread Steven Augart
Mark Wielaard wrote: Hi, On Fri, 2004-05-21 at 21:58, Steven Augart wrote: Might this be caused by using GCJ version 3.2.2 instead of the recommended 3.3+? Most likely yes. Try switching to gcj 3.3+ or jikes 1.18+. I've gone over to jikes 1.19 and the automatic classpath build has succeeded.

Re: error during nightly classpath builds

2004-05-23 Thread Steven Augart
Michael Koch wrote: 3.3+ is not recommended, its required. GNU classpath CVS should check this correctly. Please tell me if it doesnt. It doesn't. From the configuration log: checking for gcj... /usr/bin/gcj checking gcj version... gcj (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C)

Re: error during nightly classpath builds

2004-05-22 Thread Tom Tromey
Steven == Steven Augart [EMAIL PROTECTED] writes: Steven Might this be caused by using GCJ version 3.2.2 instead of the Steven recommended 3.3+? Yeah, this is almost certainly a gcj bug. I've been building with gcj cvs trunk with no problems. Tom

error during nightly classpath builds

2004-05-21 Thread Steven Augart
For the past week or so, I've been getting the following error when I do the nightly regression builds of GNU classpath's CVS head. I wonder whether anyone else has seen this. This may not be a recently introduced problem; the Classpath CVS head builds were broken for a couple of months