> On Jun 12, 2015, at 16:07, Scott Hannahs <shann...@users.sourceforge.net> > wrote: > > It checks for *greater* than or equal Darwin 13 and sets the maximum Xcode > version to 6.2. If you have Darwin 14/Xcode 6.3.2 it fails. > > Should be equal to Darwin version 13. There is a test for version not > matched for greater than 14 and it throws an error. > > -Scott > > > > --- bootstrap.old 2015-05-14 11:03:37.000000000 -0400 > +++ bootstrap 2015-06-12 19:00:35.000000000 -0400 > @@ -363,7 +363,7 @@ > } elsif ($vers == 12) { > $min_xcode="4.4"; > $max_xcode="5.1.1"; > - } elsif ($vers >= 13) { > + } elsif ($vers == 13) { > # > # Extrapolate for future releases > # > % > >
This is known and fixed in fink’s git master. I was planning to wait until OS 10.10.4 is released to do a fink release, but maybe we’ll accelerate that. -- Alexander Hansen, Ph.D. Fink User Liaison ------------------------------------------------------------------------------ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net List archive: http://news.gmane.org/gmane.os.apple.fink.devel Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-devel