fink / scripts

Various scripts used to maintain Fink, the web site and the binary distribution. They are not intended for use by the general public.
155 stars 363 forks source link

Install Fink.tool not updated for 10.10 even though the 'download source' page lists it is ? #25

Closed SteffanH closed 9 years ago

SteffanH commented 9 years ago

According to http://www.finkproject.org/download/srcdist.php:

For OS X 10.9 and 10.10, you can use a helper script which automates the download and build steps below.

but when running the script that page links to, I get

This is for 10.9.x only.

After commenting out the check for 10.9, the following message is displayed when opting for the binary packages:

Checking package... looks good (fink-0.37.1).
Checking system... i386-apple-darwin14.0.0
Use of uninitialized value $gcc in regexp compilation at /Users/<username>/Downloads/fink/perlmod/Fink/Services.pm line 1346.
Use of uninitialized value $gcc in concatenation (.) or string at /Users/<username>/Downloads/fink/perlmod/Fink/Bootstrap.pm line 164.
This system was not released at the time this Fink release was made.  Prerelease versions of Mac OS X might work with Fink, but there are no guarantees.
akhansen commented 9 years ago

Oops, we got a little ahead of ourselves on saying that this is ready for 10.10. Sorry about that. fink-0.37.1 definitely doesn't work on 10.10

Could you try the following changes in the script?

FinkVersion="0.38.0" FinkMD5Sum="a93035b6cb7b1ae0abae1b8acc9396fe"

akhansen commented 9 years ago

I just pushed some updates which allow the script to run on 10.10. It's not quite as smooth there as I remember from testing it on 10.9--accepting the Xcode license didn't seem to work automatically--but it should do the job.