> On May 28, 2015, at 12:06, Sean Lake <odysseus9...@gmail.com> wrote:
> 
> Hello all,
> 
> I've updated Xcode and, as is my wont, I erased fink to do a fresh install. 
> I'm running into a problem with the ./bootstrap step of the process, though. 
> I get this error:
> 
> Verifying that installed Xcode Command Line Tools version is supported...
> 6.3.2.0.1.1431401888 is OK
> Verifying that installed Xcode app version is supported...
> Found Xcode version: 6.3.2
> ERROR:  This version of fink needs at most Xcode 6.2 on this OS X version.
> 
> I'm on OS X 10.10, so I can't start from a binary installer downloaded source 
> forge.

Yeah, no supported OS X (10.7-10.10) has a binary installer right now.  

> 
> How do I get around this?
> 
> Thanks,
> Sean

This was reported before, and there’s a fix in fink’s git which is awaiting a 
new fink release.  Once my job stops trying to kill me maybe I’ll have a chance 
to do that.

The fix is to edit fink-0.38.4/bootstrap  and change line 366 to

        } elsif ($vers == 13) {

and line 372 to

        } elsif ($vers >= 14) {


-- 
Alexander Hansen, Ph.D.
Fink User Liaison


------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to