Changes between Initial Version and Version 1 of Ticket #72848
- Timestamp:
- Aug 17, 2025, 6:01:25 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #72848
- Property Keywords sequoia arm64 added; mips-elf-gcc removed
-
Property
Summary
changed from
Cannot install on Sequoia 15.6tomips-elf-gcc: build failure
-
Ticket #72848 – Description
initial v1 1 1 Xcode 16.4, Sequoia 15.6, Macbook Air M2 2 2 3 {{{ 3 4 sudo port install mips-elf-gcc 5 }}} 4 6 5 7 Fails. 6 8 7 9 Followed instructions to fix Sequoia problems here: 8 https://trac.macports.org/wiki/SequoiaProblems10 SequoiaProblems 9 11 10 12 Including this fix: 13 {{{ 11 14 sudo rm -rf /Library/Developer/CommandLineTools/usr/include/c++ 15 }}} 12 16 13 17 Still fails.
