Changes between Initial Version and Version 1 of Ticket #66331


Ignore:
Timestamp:
Nov 24, 2022, 5:05:53 AM (18 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

(lib)gcc9 is not supported on macOS High Sierra anymore. Use a newer version of (lib)gcc.

Since the problem happened when upgrading ports, figure out which of your installed ports depends on (lib)gcc9 and see if the port offers a variant to use a newer (lib)gcc instead.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66331

    • Property Keywords highsierra added
    • Property Port libgcc9 added
    • Property Summary changed from Handling of is not supported on Darwin 17 i386 within upgrade outdated to libgcc9: Error: gcc9 9.5.0 is not supported on Darwin 17 i386
  • Ticket #66331 – Description

    initial v1  
     1{{{
    12sudo port upgrade outdated
     3}}}
    24
    35ends with the following show stopper on my Mac Os High Sierra
    46
     7{{{
    58--->  Computing dependencies for libgcc9
    69--->  Fetching archive for libgcc9
     
    1417Error: Follow https://guide.macports.org/#project.tickets if you believe there
    1518is a bug.
     19}}}
    1620
    1721I'd love to know how i can at least partly keep my system up-to date e.g. forcing to ignore/skip errors like this or find out which applications i might need to deinstall or install old versions from a dmg or the like.