[MacPorts] #66145: qt5-qtbase: configure Failed to resolve SDK path for 'macosx13'
MacPorts
noreply at macports.org
Thu Nov 3 03:22:32 UTC 2022
#66145: qt5-qtbase: configure Failed to resolve SDK path for 'macosx13'
--------------------------+--------------------
Reporter: boccio-john | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: qt5-qtbase |
--------------------------+--------------------
Comment (by kencu):
So this is supposed to be fixed, and did work for a number of folks, but
not everyone. We are trying to sort out why not.
As above, if after cleaning all builds (possibly using reclaim as above)
and updating all your portfiles to the latest versions, you still get the
build error, add {{{configure.sdk_version}}} with nothing specified after
it on the line to the qt5-qtbase Portfile, so it looks like below:
{{{
bbedit `port file qt5-qtbase`
}}}
change this:
{{{
homepage https://www.qt.io
set qt_version 5.15.6
}}}
to this:
{{{
homepage https://www.qt.io
configure.sdk_version
set qt_version 5.15.6
}}}
that should get you going. It shouldn't be needed, but anyway, if it is
needed for you, please let us know it worked.
--
Ticket URL: <https://trac.macports.org/ticket/66145#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list