Changes between Initial Version and Version 1 of Ticket #65511


Ignore:
Timestamp:
Jul 20, 2022, 10:33:08 AM (21 months ago)
Author:
jmroot (Joshua Root)
Comment:

It looks like gmp installed with no problems. After every install or upgrade, rev-upgrade runs automatically, and that checks for broken linking in all installed ports. It found that llvm-3.0 and gcc46 are broken. You should probably just uninstall those, because they aren't going to work on Big Sur anyway.

The fact that you have those ports installed most likely means your MacPorts installation was migrated from an older OS version, and you should follow the wiki:Migration procedure.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #65511

    • Property Keywords port install gmp removed
  • Ticket #65511 – Description

    initial v1  
    22
    33#### SNIP ####
    4 
     4{{{
    55sudo port install gmp                             
    66Password:
     
    1919Error: rev-upgrade failed: Error rebuilding gcc46
    2020Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    21 
     21}}}
    2222#### UNSNIP ####
    2323
     
    2525
    2626The log file cited gives a long trace of what happened, but the ultimate error is indeed
    27 
     27{{{
    2828   :error:fetch building gcc46 is not supported with Xcode 9 or greater
    2929   :error:fetch Failed to fetch gcc46: unsupported platform
    30 
     30}}}
    3131The advice in the first snipped output, to run "port rev-upgrade" isn't very useful:
    3232
    3333#### SNIP ####
    34 
     34{{{
    3535sudo port rev-upgrade
    3636Password:
     
    4848Error: rev-upgrade failed: Error rebuilding gcc46
    4949Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
    50 
     50}}}
    5151#### UNSNIP ####
    5252
     
    5656
    5757#### SNIP ####
    58 
     58{{{
    5959port installed gcc46
    6060The following ports are currently installed:
    6161 gcc46 @4.6.3_3 (active)
    62 
     62}}}
    6363#### UNSNIP ####
    6464