Changes between Version 5 and Version 6 of BigSurProblems


Ignore:
Timestamp:
Jan 21, 2021, 12:07:58 AM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BigSurProblems

    v5 v6  
    2323MacPorts defaults to building for the architecture that it is running as. If you have a universal MacPorts installation on an Apple Silicon Mac, and you run it from a terminal emulator that is not a native arm64 binary, MacPorts will end up being run as x86_64, and will build ports accordingly, which is often unexpected. This can be corrected by explicitly setting `build_arch arm64` in macports.conf, or by using a native terminal emulator.
    2424
     25== Rebuilding from source ==
     26
     27Some port problems can be worked around by instructing MacPorts to build the port on your machine from source, rather than using the prebuilt version. For example, this might be the case if the version of the macOS SDK used on our build machine is different from the one on your machine. Instead of running `sudo port install`, try running `sudo port -s install`. If that fixes the problem, please report it to us so that it can be fixed properly.
     28
    2529== Tickets for Broken Ports ==
    26 
    27 Some port problems can be worked around by instructing MacPorts to build the port on your machine from source, rather than using the prebuilt version.  Instead of running `sudo port install`, try running `sudo port -s install`.
    2830
    2931[[TicketQuery(component=ports&status!=closed&keywords~=bigsur,or,component=ports&status!=closed&keywords~=11.0)]]