Opened 6 years ago

Closed 6 years ago

#56540 closed defect (invalid)

port upgrade outdated hangs on (outdated) gcc48

Reported by: antonvoo Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: highsierra Cc:
Port:

Description

I run High Sierra latest versions of Xcode, OSX and MacPort

port upgrade outdated stops on gcc48 stating that it is incompatible with the os I proceeded to uninstall gcc48 without errors. However, port upgrade outdated stiil stops with the same message.

Any help is appreciated.

Change History (4)

comment:1 Changed 6 years ago by antonvoo

Summary: uninstall gcc48 failedport upgrade outdated stops on (outdated) gcc48

comment:2 Changed 6 years ago by antonvoo

Summary: port upgrade outdated stops on (outdated) gcc48port upgrade outdated hangs on (outdated) gcc48

comment:3 Changed 6 years ago by kencu (Ken)

try

sudo port clean gcc48
sudo port uninstall gcc48

then

sudo port -v installed gcc48

and if it shows nothing

sudo port -v upgrade outdated

comment:4 Changed 6 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: highsierra added
Resolution: invalid
Status: newclosed

For High Sierra, gcc5 or later is required. Earlier versions are not compatible.

If you have a port installed that requires an earlier version of gcc, check if it has a variant for a newer version of gcc, and if so, use that.

Note: See TracTickets for help on using tickets.