[MacPorts] #65853: qt5-qtbase fails to configure
MacPorts
noreply at macports.org
Fri Oct 28 13:57:35 UTC 2022
#65853: qt5-qtbase fails to configure
--------------------------+--------------------
Reporter: AgilentGCMS | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.7.2
Resolution: | Keywords:
Port: qt5-qtbase |
--------------------------+--------------------
Comment (by kencu):
it is frustrating this workaround is needed.
there is an SDK in the folder named MacOSX13.sdk, but it won't work with
xcrun to call it.
{{{
% ls -la
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
total 0
drwxr-xr-x 5 cunningh staff 160 26 Oct 14:03 .
drwxr-xr-x 6 cunningh staff 192 22 Oct 06:41 ..
drwxr-xr-x 7 cunningh staff 224 26 Oct 13:58 MacOSX.sdk
lrwxr-xr-x 1 cunningh staff 10 26 Oct 13:56 MacOSX13.0.sdk ->
MacOSX.sdk
lrwxr-xr-x 1 cunningh staff 10 26 Oct 13:56 MacOSX13.sdk -> MacOSX.sdk
}}}
{{{
% xcrun -sdk macosx13 --show-sdk-path
2022-10-28 06:56:31.576 xcodebuild[92396:6959077] Writing error result
bundle to
/var/folders/b4/rjyd2skj48b3hc6t2xmpdyfh0000gn/T/ResultBundle_2022-28-10_06-56-0031.xcresult
xcodebuild: error: SDK "macosx13" cannot be located.
2022-10-28 06:56:33.680 xcodebuild[92399:6959129] Writing error result
bundle to
/var/folders/b4/rjyd2skj48b3hc6t2xmpdyfh0000gn/T/ResultBundle_2022-28-10_06-56-0033.xcresult
xcodebuild: error: SDK "macosx13" cannot be located.
xcrun: error: unable to lookup item 'Path' in SDK 'macosx13'
% xcrun -sdk macosx13.0 --show-sdk-path
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65853#comment:13>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list