Changes between Version 1 and Version 2 of Ticket #59407, comment 1


Ignore:
Timestamp:
Oct 20, 2019, 10:21:29 PM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59407, comment 1

    v1 v2  
    33So far, `gcc9` and `libgcc9` are the only ones that work on Catalina.
    44
    5 Do you know what port you're trying to install is the one calling for gcc8? Perhaps that can be fixed. You can find that by running `port rdeps XYZ` where `XYZ` of course is the port you're trying to install. It's possible there is a `gcc8` reference in there somewhere we need to fix.
     5Do you know which port you're trying to install is calling for gcc8? Perhaps that can be fixed. You can find that by running `port rdeps XYZ` where `XYZ` of course is the port you're trying to install. It's possible there is a `gcc8` reference in there somewhere we need to fix.
    66
    77Now, if you already had `gcc8` / `libgcc8` installed in some previous version of MacPorts, then you upgraded to Catalina, and it won't update, that's a different problem. In that case you need to follow the https://trac.macports.org/wiki/Migration instructions.