Opened 2 years ago
Closed 2 years ago
#65519 closed defect (fixed)
librecad-devel @2.2.0-20220607-rc4: builds failing on some macOS releases; unable to find SDK
Reported by: | mascguy (Christopher Nielsen) | Owned by: | mascguy (Christopher Nielsen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | Cc: | ||
Port: | librecad-devel qt5 |
Description
The previous RC release built fine, so need to review upstream's latest changes.
Change History (5)
comment:1 Changed 2 years ago by mascguy (Christopher Nielsen)
comment:2 Changed 2 years ago by mascguy (Christopher Nielsen)
Port: | qt5 added |
---|
comment:3 Changed 2 years ago by kencu (Ken)
root of the issue seems to be that if the user has Xcode installed, and MacPorts sets the DEVELOPER_DIR to the CLTs directory, then xcrun is broken on newer systems.
use_xcode yes
forces MacPorts to set the DEVELOPER_DIR to Xcode, and xcrun is unbroken.
I think ...
comment:4 Changed 2 years ago by Christopher Nielsen <mascguy@…>
comment:5 Changed 2 years ago by mascguy (Christopher Nielsen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This appears to be caused by ongoing issues with qt* being unable to find the correct macOS SDK. Sigh...