Changes between Initial Version and Version 1 of Ticket #18066, comment 2


Ignore:
Timestamp:
Mar 22, 2016, 10:48:53 AM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18066, comment 2

    initial v1  
    11Oops, I meant to say that other ports using pyrex fail to build.  I'm trying to install py-glewpy, which has a dependency on python2.4.  The error is:
    22
     3{{{
    34Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-glewpy/work/glewpy-0.7.4" && /opt/local/bin/python2.4 setup.py build " returned error 1
    45Command output: Traceback (most recent call last):
     
    2021    raise DistutilsPlatformError(my_msg)
    2122distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.5" during configure
     23}}}
    2224
    2325IIRC the import of pyrex sets MACOSX_DEPLOYMENT_TARGET to 10.3 regardless of the actual OS version.