[MacPorts] #65203: Failed to build gcc8: command execution failed

MacPorts noreply at macports.org
Thu May 19 17:38:18 UTC 2022


#65203: Failed to build gcc8: command execution failed
------------------------+--------------------
  Reporter:  manulcaux  |      Owner:  (none)
      Type:  defect     |     Status:  new
  Priority:  Normal     |  Milestone:
 Component:  ports      |    Version:  2.7.2
Resolution:             |   Keywords:
      Port:  gcc8       |
------------------------+--------------------

Comment (by ryandesign):

 Then something you have installed depends on gcc8. Figure out what it is
 by running:
 {{{
 port installed depends:gcc8
 }}}
 For each port listed, if you don't need it, try to uninstall it. If you do
 need it, check if it perhaps offers variants for different gcc versions:
 {{{
 port variants putThePortNameHere
 }}}
 Install the port with a newer gcc variant:
 {{{
 sudo port install putThePortNameHere +gcc11
 }}}
 or perhaps the port is set up to pick the newest gcc variant if you don't
 pick one; if so, do that:
 {{{
 sudo port install putThePortNameHere
 }}}

 Another way to identify what is using gcc8:
 {{{
 sudo port uninstall gcc8
 }}}
 If ports you have installed depend on gcc8, MacPorts will prevent you from
 uninstalling it and tell you their names.

-- 
Ticket URL: <https://trac.macports.org/ticket/65203#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list