[MacPorts] #63568: qgis3: configure failure due to configure script try finding pyuic5 binary with which
MacPorts
noreply at macports.org
Sun Oct 3 19:57:01 UTC 2021
#63568: qgis3: configure failure due to configure script try finding pyuic5 binary
with which
------------------------+--------------------
Reporter: i0ntempest | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.1
Keywords: | Port: qgis3
------------------------+--------------------
Line 62 of {{{work/qgis-QGIS-d3e6fb5/cmake/FindPyQt5.py}}} is
{{{'pyqt_bin_dir': os.path.dirname(shutil.which("pyuic5")),}}}, which I
think is the script trying to find pyuic5 binary to use, but the actual
binary has "-3.9" (or the version of your python) appended so this line
fails, giving a configure error. Change the code to find {{{pyuic5-3.9}}}
fixes the configure, but the build still fails with
{{{python/CMakeFiles/python_module_qgis__core_autogen.dir/build.make:761:
*** missing separator. Stop.}}} \\
Could be related to the recent dependency change.
--
Ticket URL: <https://trac.macports.org/ticket/63568>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list