Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Andrew John Hughes
On 6 Nov 2006, at 05:31, Michael Koch wrote: On Mon, Nov 06, 2006 at 01:45:09AM +0100, Mark Wielaard wrote: Hi, On Mon, 2006-11-06 at 01:11 +0100, Mark Wielaard wrote: On Fri, 2006-11-03 at 10:12 -0500, Stuart Ballard wrote: On 11/1/06, Mark Wielaard [EMAIL PROTECTED] wrote: Looking

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Mark Wielaard
Hi Andrew, On Tue, 2006-11-07 at 09:11 +, Andrew John Hughes wrote: Don't know if my other post reached the list or not (I can't see it in my archives), but the problem is that there are two copyOf methods: copyOf(EnumSetT) copyOf(CollectionT) where the latter calls the former, if

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Stuart Ballard
On 11/7/06, Mark Wielaard [EMAIL PROTECTED] wrote: Things still seem to be broken on builder. I'm guessing 3.1.2 is too old, as problems with the java.util.concurrent stuff seems to have been reintroduced I upgraded the ecj on builder to v_677_R32x, 3.2.1

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Mark Wielaard
Hi Stuart, On Tue, 2006-11-07 at 08:38 -0500, Stuart Ballard wrote: On 11/7/06, Mark Wielaard [EMAIL PROTECTED] wrote: Things still seem to be broken on builder. I'm guessing 3.1.2 is too old, as problems with the java.util.concurrent stuff seems to have been reintroduced I

Re: glibj-generics-latest.zip on builder old?

2006-11-07 Thread Stuart Ballard
They seem to as of last night's run. I'm not aware of any remaining problems, although that doesn't mean there aren't any subtle ones of course :) Stuart. On 11/7/06, Mark Wielaard [EMAIL PROTECTED] wrote: Hi Stuart, On Tue, 2006-11-07 at 08:38 -0500, Stuart Ballard wrote: On 11/7/06, Mark

Re: glibj-generics-latest.zip on builder old?

2006-11-05 Thread Mark Wielaard
On Fri, 2006-11-03 at 10:12 -0500, Stuart Ballard wrote: On 11/1/06, Mark Wielaard [EMAIL PROTECTED] wrote: Looking through the log it is: 1729. ERROR in ../../classpath/java/util/EnumSet.java (at line 252) return copyOf((EnumSetT) other); ^^ The method

Re: glibj-generics-latest.zip on builder old?

2006-11-05 Thread Michael Koch
On Mon, Nov 06, 2006 at 01:45:09AM +0100, Mark Wielaard wrote: Hi, On Mon, 2006-11-06 at 01:11 +0100, Mark Wielaard wrote: On Fri, 2006-11-03 at 10:12 -0500, Stuart Ballard wrote: On 11/1/06, Mark Wielaard [EMAIL PROTECTED] wrote: Looking through the log it is: 1729. ERROR in

Re: glibj-generics-latest.zip on builder old?

2006-11-03 Thread Stuart Ballard
On 11/1/06, Mark Wielaard [EMAIL PROTECTED] wrote: Looking through the log it is: 1729. ERROR in ../../classpath/java/util/EnumSet.java (at line 252) return copyOf((EnumSetT) other); ^^ The method copyOf(EnumSetT) is ambiguous for the type EnumSetT So do we reckon

glibj-generics-latest.zip on builder old?

2006-10-31 Thread Stuart Ballard
On http://builder.classpath.org/dist/, glibj-generics-latest.zip is dated Oct 18th as opposed to all the other files including classpath-generics-latest.tar.gz and glibj-latest.zip which are dated Oct 31st as expected. Is something up with the generics build causing it to fail to produce an

Re: glibj-generics-latest.zip on builder old?

2006-10-31 Thread Mark Wielaard
Hi Stuart, On Tue, 2006-10-31 at 20:05 -0500, Stuart Ballard wrote: On http://builder.classpath.org/dist/, glibj-generics-latest.zip is dated Oct 18th as opposed to all the other files including classpath-generics-latest.tar.gz and glibj-latest.zip which are dated Oct 31st as expected. Is