Changes between Initial Version and Version 1 of Ticket #43090


Ignore:
Timestamp:
Mar 27, 2014, 12:47:18 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

On my system, with the port installed universal, the script reads:

#!/bin/sh
exec arch -i -3 -8 -6 -x -8 -6 -_ -6 -4 pythonw2.7 /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/pyuic.py ${1+"$@"}

This is clearly wrong.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43090

    • Property Keywords arch removed
    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Summary changed from py27-pyqt4 @4.10.4_0 breaks arch somehow to py27-pyqt4 @4.10.4_0: arch: Unknown architecture: x
  • Ticket #43090 – Description

    initial v1  
     1{{{
    12sudo port install py27-pyqt4
    23
     
    1112arch: Unknown architecture: 6
    1213arch: Unknown architecture: 4
     14}}}
    1315
    1416Seems the arch setting is set to each character in x86_64 (arch=x, arch=8, arch=6, etc.) instead of to the string.  Sorry I don't know how to fix it.
    1517
    1618Not a problem in @
     19{{{
    1720sudo port activate   py27-pyqt4 @4.10.3_2
    1821saltbox:tools jea$ /opt/local/bin/pyuic4-2.7 -?
     
    2124    from PyQt4 import QtCore
    2225RuntimeError: the sip module implements API v11.0 but the PyQt4.QtCore module requires API v10.1
     26}}}
    2327
    2428
    25