[MacPorts] #51765: qgis @2.14.3 build error
MacPorts
noreply at macports.org
Thu Jul 7 04:51:02 PDT 2016
#51765: qgis @2.14.3 build error
----------------------+---------------------
Reporter: loris@… | Owner: vince@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: qgis |
----------------------+---------------------
Comment (by loris@…):
Finally I found the solution: during installation of the dependencies I
forgot to "select" the defaults version of python and cython:
{{{
$ sudo port select --set python python27
Selecting 'python27' for 'python' succeeded. 'python27' is now active.
$ sudo port select --set python2 python27
Selecting 'python27' for 'python2' succeeded. 'python27' is now active.
$ sudo port select --set cython cython27
Selecting 'cython27' for 'cython' succeeded. 'cython27' is now active.
}}}
To avoid another error during the startup of qgis I need to install an
additional plugin:
{{{
$ sudo port install qt4-mac-sqlite3-plugin
}}}
I think it would be better to add it as a dependence in the qgis portfile!
Best wishes,
Loris
--
Ticket URL: <https://trac.macports.org/ticket/51765#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list