Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-18 Thread Trevor Harmon
On Mar 18, 2008, at 8:22 AM, Daniel Macks wrote: > FWIW, I didn't test this submission...was a minor-version update to an > existing package with minimal interaction with other packages, assumed > that if it worked for submitter when submitted, it was good to go. I'm sorry about this. I certainly

Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-18 Thread Alexander Hansen
Daniel Macks wrote: > On Tue, Mar 18, 2008 at 09:06:50AM -0400, Alexander Hansen wrote: > >> Daniel Macks wrote: >> >>> On Sun, Mar 16, 2008 at 10:04:50AM -0700, Trevor Harmon wrote: >>> >>> On Mar 16, 2008, at 7:11 AM, Martin Costabel wrote:

Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-18 Thread Daniel Macks
On Tue, Mar 18, 2008 at 09:06:50AM -0400, Alexander Hansen wrote: > Daniel Macks wrote: > > On Sun, Mar 16, 2008 at 10:04:50AM -0700, Trevor Harmon wrote: > > > >> On Mar 16, 2008, at 7:11 AM, Martin Costabel wrote: > >> > >> > >>> OSX 10.5.2 update, perhaps? > >>> > >> No, that was

Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-18 Thread Alexander Hansen
Daniel Macks wrote: > On Sun, Mar 16, 2008 at 10:04:50AM -0700, Trevor Harmon wrote: > >> On Mar 16, 2008, at 7:11 AM, Martin Costabel wrote: >> >> >>> OSX 10.5.2 update, perhaps? >>> >> No, that was released on February 11. The package was working fine >> with it. I'm pretty sure

Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-16 Thread Daniel Macks
On Sun, Mar 16, 2008 at 10:04:50AM -0700, Trevor Harmon wrote: > On Mar 16, 2008, at 7:11 AM, Martin Costabel wrote: > > > OSX 10.5.2 update, perhaps? > > No, that was released on February 11. The package was working fine > with it. I'm pretty sure it was a change in Fink that's causing this

Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-16 Thread Alexander Hansen
On Mar 16, 2008, at 1:04 PM, Trevor Harmon wrote: > On Mar 16, 2008, at 7:11 AM, Martin Costabel wrote: > >> OSX 10.5.2 update, perhaps? > > No, that was released on February 11. The package was working fine > with it. I'm pretty sure it was a change in Fink that's causing this > problem. > > Tre

Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-16 Thread Trevor Harmon
On Mar 16, 2008, at 7:11 AM, Martin Costabel wrote: > OSX 10.5.2 update, perhaps? No, that was released on February 11. The package was working fine with it. I'm pretty sure it was a change in Fink that's causing this problem. Trevor

Re: [Fink-devel] Recent Fink update breaks classpath package

2008-03-16 Thread Martin Costabel
Trevor Harmon wrote: > The classpath-0.97 package was accepted into the unstable tree on > March 2. Today I did a "fink self-update" and discovered it no longer > builds successfully. It gives me this error: > > ../java/util/EnumSet.java:252: inconvertible types > found : java.util.Collectio

[Fink-devel] Recent Fink update breaks classpath package

2008-03-15 Thread Trevor Harmon
The classpath-0.97 package was accepted into the unstable tree on March 2. Today I did a "fink self-update" and discovered it no longer builds successfully. It gives me this error: ../java/util/EnumSet.java:252: inconvertible types found : java.util.Collection required: java.util.EnumSet