Opened 4 years ago

Closed 4 years ago

#59508 closed defect (duplicate)

py37-pyqt5: Failed to determine the detail of your Qt installation (Xcode 11, macOS 10.14)

Reported by: mfacorcoran Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port:

Description

py37-pyqt5 fails to build - the error in the log file seems to be

:info:configure Error: Failed to determine the detail of your Qt installation. Try again using
:info:configure the --verbose flag to see more detail about the problem.
:info:configure Querying qmake about your Qt installation...
:info:configure Determining the details of your Qt installation...
:info:configure /opt/local/libexec/qt5/bin/qmake -o cfgtest_QtCore.mk cfgtest_QtCore.pro
:info:configure Project ERROR: Could not resolve SDK Path for 'macosx10.14' using --show-sdk-path

so perhaps this has to do with the change in the SDK path in Xcode 11? I've got MacOSX10.14.sdk linked as:

{{ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -> /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk }}

but that doesn't seem to help. I've attached the log file for completeness

Change History (1)

comment:1 Changed 4 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.