Changes between Initial Version and Version 2 of Ticket #71073


Ignore:
Timestamp:
Oct 9, 2024, 7:36:30 AM (3 hours ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #71073 – Description

    initial v2  
    1 I recently selfupdated to 2.10.2, and when I ran port upgrade outdated, Macports would exit with an error while trying to build libgcc11.  I'm pretty sure I didn't need it or gcc11, so I removed both (sudo port uninstall libgcc11, sudo port uninstall gcc11).
     1I recently selfupdated to 2.10.2, and when I ran `port upgrade outdated`, Macports would exit with an error while trying to build libgcc11.  I'm pretty sure I didn't need it or gcc11, so I removed both (`sudo port uninstall libgcc11`, `sudo port uninstall gcc11`).
    22
    33For some reason, sudo port upgrade outdated still tries to build and install libgcc11.
     
    55Checking https://ports.macports.org/port/libgcc11/details/ shows that the following packages depend on libgcc11:
    66
    7 mpich-devel-gcc11
    8 mpich-gcc11
    9 openmpi-gcc11
    10 p5-locale-gettext
     7* mpich-devel-gcc11
     8* mpich-gcc11
     9* openmpi-gcc11
     10* p5-locale-gettext
    1111
    12 gcc11
    13 libgcc10
     12* gcc11
     13* libgcc10
    1414
    1515I removed all of them and/or verified that none of them are installed on my Mac.
     
    1717However, despite removing dependent packages, sudo port upgrade outdated still returns (after attempting to build libgcc11)
    1818
    19 "Error: Failed to build libgcc11: command execution failed           
     19{{{
     20Error: Failed to build libgcc11: command execution failed           
    2021Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_gcc11/libgcc11/main.log for details.
    2122Error: Problem while installing libgcc11
    22 Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug."
     23Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug.
     24}}}
    2325
    2426What still requires libgcc11?