Re: Bug in fink bootstrap script

Scott Hannahs <[email protected]>
Newsgroups gmane.os.apple.fink.devel
Message-ID <[email protected]>
> On Jun 12, 2015, at 19:26, Alexander Hansen <[email protected]> wrote:
> 
> 
>> On Jun 12, 2015, at 16:07, Scott Hannahs <[email protected]> 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
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.