> On Jun 13, 2015, at 15:07, Kalcifer Kandari <kalciferkand...@gmail.com> wrote:
> 
> Gives the same error.
> 
>> On 13 Jun 2015, at 23:03, Alexander Hansen <alexanderk.han...@gmail.com> 
>> wrote:
>> 
>> 
>>> On Jun 13, 2015, at 14:58, Kalcifer Kandari <kalciferkand...@gmail.com> 
>>> wrote:
>>> 
>>> Tried to install Fink using the 10.10 helper script 
>>> (https://github.com/fink/scripts/blob/master/srcinstaller/Install%20Fink.tool),
>>>  but got this error:
>>> 
>>> [\start]
>>> 
>>> Checking package... looks good (fink-0.38.5).
>>> Checking system... i386-apple-darwin14.3.0
>>> This system is supported and tested.
>>> Distribution: 10.10
>>> Architecture: x86_64
>>> Checking cc... looks good.
>>> Checking make... looks good.
>>> Checking head... looks good.
>>> 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.
>>> 
>>> [\end]
>>> 
>>> System information:
>>> 
>>> OSX Yosemite
>>> Version 10.10.3
>>> 
>>> MacBook Pro (17-inch, Mid 2010)
>>> Processor: 2.66 GHz Intel Core i7
>>> Memory: 8 GB 1067 MHz DDR3
>>> Startup Disk: Macintosh HD
>>> Graphics: NVIDIA GeForce GT 330M 512 MB
>> 
>> There’s a problem in fink-0.38.5’s bootstrap script.  As a workaround while 
>> we get 0.38.6 released you might try editing Install Fink.tool with a text 
>> editor and make the following changes:
>> 
>> FinkVersion="0.38.4"
>> FinkMD5Sum="2376bce43cd3650a3d282b149438f27b"
>> 
>> 
>> -- 
>> Alexander Hansen, Ph.D.
>> Fink User Liaison
>> 
> 

Oops.  I’d forgotten when this actually became a problem.  I’m sorry about this.

The other thing you can do is edit fink-0.38.5/bootstrap and change line 366 to 
be      

        } elsif ($vers == 13) {

and then line 372 to be

        } elsif ($vers >= 14) {

Then you should be able to do the bootstrap manually from a terminal:

cd /path/to/fink-0.38.5
./bootstrap

(where you should replace “/path/to” with the actual path to your fink-0.38.5 
directory).

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


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

Reply via email to