Changes between Initial Version and Version 1 of SequoiaProblems


Ignore:
Timestamp:
Sep 16, 2024, 10:19:37 PM (12 days ago)
Author:
jmroot (Joshua Root)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SequoiaProblems

    v1 v1  
     1= macOS Sequoia Problems =
     2
     3== General Issues ==
     4
     5First of all, please read [wiki:Migration].
     6
     7== Updating MacPorts Base ==
     8
     9MacPorts must be [https://www.macports.org/install.php installed] in a version configured for macOS 15 Sequoia. If you update from an older OS version, you need to run `port migrate` to reinstall MacPorts base and installed ports that are not OS-independent (see link above).
     10
     11Ensure you have Xcode 16.0 or greater installed and selected (e.g. `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer`), and that you have the command line tools installed (`xcode-select --install`). You also have to agree to the license by running `sudo xcodebuild -license`.
     12
     13There have been reports that the `-license` option might not be sufficient alone, and following command might be required to agree to the license: `sudo xcodebuild -runFirstLaunch`
     14
     15== Trace mode not working ==
     16
     17Building ports in trace mode (i.e. with the `-t` option) will fail on Apple Silicon systems running Sequoia. This appears to be due to new security features in Ventura+. This issue is being followed in Ticket: #66358
     18
     19== Rosetta 2 and build_arch ==
     20
     21A number of MacPorts portfiles and MacPorts base assume that arm64 Macs will have Rosetta 2 installed; you will likely run into issues if you have not installed it. Note that Rosetta 2 is not installed by default, or when running x86_64 binaries from the command line — you must open an application that has only x86_64 code in it to get the prompt to install Rosetta 2, or run {{{softwareupdate --install-rosetta}}} in a terminal window.
     22
     23== Tickets for Broken Ports ==
     24
     25[[TicketQuery(component=ports&status!=closed&keywords~=sequoia,or,component=ports&status!=closed&keywords~=15.0)]]
     26[[TicketQuery(component=ports&status!=closed&keywords!~= sequoia,and,keywords!~=15.0&summary~=Sequoia,or,summary=~[^0-9]15\.0[^0-9])]]