Changes between Initial Version and Version 7 of Ticket #27916


Ignore:
Timestamp:
May 25, 2011, 11:54:23 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27916

    • Property Cc singingwolfboy@… deric@… added
    • Property Owner changed from macports-tickets@… to jwa@…
  • Ticket #27916 – Description

    initial v7  
    11I am a Mozilla developer, we recommend that our Mac OS X developers use MacPorts to get build dependencies (like Mercurial, libidl, autoconf213). Mozilla's build system will use python2.7 from MacPorts over the system python if it exists, which it does in my case because it was a dep for something else I installed via MacPorts. I get the following error when trying to build Firefox with a deployment target of MACOSX_DEPLOYMENT_TARGET=10.5:
    22
     3{{{
    34checking for Python version >= 2.5 but not 3.x... Traceback (most recent call last):
    45  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site.py", line 553, in <module>
     
    2526make: *** [/Volumes/MozillaBuilds/10_6/ff_200_debug_32/objdir-debug/Makefile] Error 2
    2627make: Leaving directory `/Volumes/MozillaBuilds/10_6/ff_200_debug_32'
     28}}}
    2729
    2830I assume this is because MACOSX_DEPLOYMENT_TARGET is set to 10.5 for the Firefox build but it was set to 10.6 for the python2.7 build. For some reason the current state of MACOSX_DEPLOYMENT_TARGET matters for python2.7 when it shouldn't.