Re: Bug in fink bootstrap script

Alexander Hansen <[email protected]>
Newsgroups gmane.os.apple.fink.devel
Message-ID <[email protected]>
> 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.

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


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