[MacPorts] #41704: qgis depends on py27-pyqt4-devel (was: qgis not compiled on 10.9)
MacPorts
noreply at macports.org
Thu Dec 5 21:42:42 PST 2013
#41704: qgis depends on py27-pyqt4-devel
-------------------------+--------------------------------
Reporter: mabouali@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Resolution: invalid | Keywords:
Port: qgis |
-------------------------+--------------------------------
Changes (by ryandesign@…):
* status: new => closed
* cc: vince@… (added)
* resolution: => invalid
* port: => qgis
Comment:
You do not need to edit any file. Please revert your edits (or, if you use
the usual rsync for syncing, run "sudo port sync" to revert them
automatically).
qgis's python27 variant does indeed declare a dependency on
py27-pyqt4-devel. I assume that is intentional and do not recommend trying
to circumvent that. Presumably qgis requires features of pyqt4 that are
not available in the stable version yet, therefore the dependency has been
made on the development version.
Most other ports that depend on the Python 2.7 version pyqt4, such as
py27-qscintilla, can use either py27-pyqt4 or py27-pyqt4-devel, whichever
you have installed. So if you already have py27-pyqt4 installed, the
solution is to deactivate it:
{{{
sudo port -f deact py27-pyqt4
}}}
Then install py27-pyqt4-devel:
{{{
sudo port install py27-pyqt4-devel
}}}
Now you can install qgis.
--
Ticket URL: <https://trac.macports.org/ticket/41704#comment:2>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list