Re: Xcode 15 issues - my temporary workaround

2023-09-27 Thread Carlo Tambuatco
So, if I upgrade to macOS Sonoma, and I have to follow the migration process for upgrading macOS and macports, would the process detailed by the OP work but instead of renaming /opt/local and /Applications/Macports I should install ld64, then edit /opt/local/bin/ld to add -ld_classic option before

Re: Xcode 15 issues - my temporary workaround

2023-09-27 Thread Christopher Jones
Hi, Thanks. We will need to see how widespread problems are due to this, but we might need to. at least temporarily, set this as the default in some central place if it ends up affecting a lot of ports. Just to note, a potentially more convenient way to force the legacy linker is via the

Xcode 15 issues - my temporary workaround

2023-09-25 Thread CC
Hi - Instead of reverting to Xcode 14, I have had success (so far) by forcing the linker to use the "classic" version. Xcode 15 switched the default to Apple's newer "prime" linker. what I did -- - start with a clean slate (mv /opt/local /opt/local.0; mv /Applications/MacPorts