[MacPorts] #72174: qt5-qtbase 5.15.15 fails on x86_64 Sequoia 15.4
MacPorts
noreply at macports.org
Mon May 12 01:43:57 UTC 2025
#72174: qt5-qtbase 5.15.15 fails on x86_64 Sequoia 15.4
-------------------------+---------------------------------
Reporter: rcfa | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Resolution: | Keywords:
Port: qt5-qtbase |
-------------------------+---------------------------------
Comment (by MicroTed):
I had a similar error while trying to install wxmaxima, and after figuring
out how to build it by hand, I modified the local Portfile to remove -icu
and add some include and library paths because there were more errors of
headers not being found. I know next to nothing about this, so there is
probably a much better solution.
/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/aqua/qt5/Portfile
blitz:qt5% diff Portfile.bak Portfile
{{{
1290d1289
< -icu \
1306c1305,1308
< -no-system-proxies
---
> -no-system-proxies \
> -I '/opt/local/include' \
> -L '/opt/local/lib' \
> -L '/opt/local/libexec/openssl3/lib'
}}}
I then had to force authentication by following the warning. This is on M1
MBP, Sequoia 15.4.1 with latest xcode tools [Apple clang version 17.0.0
(clang-1700.0.13.3)]
I didn't try removing ports altogether and reinstalling, but did update
everything (I think)
--
Ticket URL: <https://trac.macports.org/ticket/72174#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list