On 4/1/14, 3:46 PM, pfs...@gmx.com wrote:
>
> On 1 Apr 2014, at 23:06, Alexander Hansen <alexanderk.han...@gmail.com> wrote:
>> The source download page is pointing to the wrong version of fink--we need 
>> to fix that.  Try getting fink-0.36.3.1 instead, e.g. via the
>> default download box on https://sourceforge.net/projects/fink/
>
> Thank you very much. This resolved one of the issues I had. However, I'm 
> still not able to install Fink. This is the output:
>
> Checking package... looks good (fink-0.36.3.1).
> Checking system... i386-apple-darwin13.1.0
> Configured with: --prefix=/Library/Developer/CommandLineTools/usr 
> --with-gxx-include-dir=/usr/include/c++/4.2.1
> This system is supported and tested.
> Distribution: 10.9
> 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...
> xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer 
> directory '/Library/Developer/CommandLineTools' is a command line tools 
> instance
> 5.1.0.0.1.1393561416 is OK
> Verifying that installed Xcode app version is supported...
> Found Xcode version: 0.0
> ERROR:  This version of fink needs at least Xcode 5.0 on this OS X version.
>
>
> So it seems that xcode-select is not working properly but it seems to be 
> installed:
>
> $which xcode-select
> /usr/bin/xcode-select
>
> This might be a simple Linux problem (I'm new to all this) but it seems that 
> people had this issue in combination with other software before. One 
> suggestion was to use the following command
>
> $sudo xcode-select -switch /Library/Developer/CommandLineTools,
>
> which, however, didn't help me. Any ideas why this issue is coming up? As I 
> said, I have the Command Line Tools installed -- but not XCode.
>
>

I was able to install fink on 10.9 with only the command-line tools 
present at one point.  I think at that time we _didn't_ set a default 
value of 0.0 when Xcode.app wasn't detected, but that caused other problems.

Can I have you try the following?  Edit the file "bootstrap" in the fink 
source directory and at around line 392 change

        if (!$xcode_version) {

to

        if ($xcode_version eq '0.0') {

and then see if you can proceed.
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
_______________________________________________
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