[MacPorts] #18066: pyrex hardcodes MACOSX_DEPLOYMENT_TARGET to 10.3

MacPorts noreply at macports.org
Sat Feb 21 22:03:08 PST 2009


#18066: pyrex hardcodes MACOSX_DEPLOYMENT_TARGET to 10.3
----------------------------------+-----------------------------------------
  Reporter:  harry@…              |       Owner:  ram@…           
      Type:  defect               |      Status:  closed          
  Priority:  Normal               |   Milestone:  Port Bugs       
 Component:  ports                |     Version:  1.7.0           
Resolution:  fixed                |    Keywords:                  
      Port:  py-pyrex             |  
----------------------------------+-----------------------------------------
Description changed by raimue@…:

Old description:

> In Mac/DarwinSystem.py there's a line that does this:
>
>   os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.3"
>
> Which cases builds on Leopard to fail like this:
>
>   distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET
> mismatch: now "10.3" but "10.5" during configure

New description:

 In Mac/DarwinSystem.py there's a line that does this:
 {{{
 os.environ["MACOSX_DEPLOYMENT_TARGET"] = "10.3"
 }}}
 Which cases builds on Leopard to fail like this:
 {{{
 distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET
 mismatch: now "10.3" but "10.5" during configure
 }}}

--

-- 
Ticket URL: <http://trac.macports.org/ticket/18066#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list