> On Jun 12, 2015, at 19:26, Alexander Hansen <alexanderk.han...@gmail.com> > wrote: > > >> 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.
I was just installing on an updated system with a clean fink install. As usual, I didn’t go to the git master but just the ordinary download page. I am not sure when 10.10.4 is coming out but there are folks who will find this a stumbling block. I was sort of startled to find this and I am glad it is fixed. -Scott ------------------------------------------------------------------------------ _______________________________________________ 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