Changes between Initial Version and Version 2 of Ticket #44096


Ignore:
Timestamp:
Jun 20, 2014, 12:53:05 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The error from py27-qscintilla that sip 4.16 or later is required does not make sense to me, since py27-sip is a dependency of py27-pyqt4 which is a dependency of py27-qscintilla, and py27-sip is at version 4.16.1.

The error you're getting from sip (and the relevant lines are likely before the ones you showed us) should be reported to the developers of sip, as it says in the error message. I'm not seeing that problem on my system either.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44096

    • Property Owner changed from macports-tickets@… to michaelld@…
    • Property Keywords qscintilla removed
    • Property Port py27-qscintilla added
    • Property Summary changed from unable to upgrade py27-qscintilla to py27-qscintilla: Error: This version of QScintilla requires sip 4.16 or later
  • Ticket #44096 – Description

    initial v2  
    22
    33I have run these commands, but to no avail.
     4{{{
    45  580 port installed qscintilla
    56  579  sudo port clean *qsci*
     
    1213  586  sudo port upgrade qscintilla
    1314  587  sudo port clean qscintilla
     15}}}
    1416
    1517the relevant log line is here:
    1618
     19{{{
    1720:debug:configure Executing command line:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-qscintilla/py27-qscintilla/work/QScintilla-gpl-2.8.2/Python" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 configure.py --sip=/opt/local/bin/sip-2.7 --pyqt-sipdir=/opt/local/share/py27-sip/PyQt4 --apidir=/opt/local/share/qt4/qsci --use-arch=x86_64
    1821
    1922:info:configure Error: This version of QScintilla requires sip 4.16 or later.
     23}}}