#65816 closed defect (wontfix)

gcc9 9.5.0 is not supported on Darwin 17 i386

Reported by: SmritiM84 Owned by: lpsinger (Leo Singer)
Priority: Normal Milestone:
Component: ports Version: 2.7.2
Keywords: Cc: cooljeanius (Eric Gallager)
Port: gcc9

Description

I am getting an error "gcc9 9.5.0 is not supported on Darwin 17 i386". Is it possible to install an older version of Swarp compatible with my system? I am attaching the main log, with the relevant error at the end.

Attachments (1)

main.log (80.6 KB) - added by SmritiM84 19 months ago.

Download all attachments as: .zip

Change History (6)

Changed 19 months ago by SmritiM84

Attachment: main.log added

comment:1 Changed 19 months ago by jmroot (Joshua Root)

Owner: set to lpsinger
Status: newassigned

The swarp port doesn't appear to have a dependency on any gcc port?

comment:2 Changed 19 months ago by SmritiM84

But in my case it seeks permission to rebuilt gcc7, gcc8, llvm-6.0, rust and cargo. On granting the permission, it tries to get libgcc9 and then fails as mentioned before. The log file should be self-evident. I am not sure what is wrong here.

comment:3 Changed 19 months ago by ryandesign (Ryan Carsten Schmidt)

After installing or upgrading any port, MacPorts runs "rev-upgrade" (unless you've asked it not to do that). This checks if all installed ports' libraries are linked correctly. If they aren't, it reports the problem and asks if you want to rebuild. This has nothing to do with the port you were installing or upgrading at the time.

gcc9 and earlier are no longer compatible with macOS High Sierra. You should uninstall them and, when you need to use gcc, use gcc10 or newer.

comment:4 Changed 19 months ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added

comment:5 Changed 14 months ago by ryandesign (Ryan Carsten Schmidt)

Port: gcc9 added; libgcc9 swarp removed
Resolution: wontfix
Status: assignedclosed
Summary: Unable to install SWARP on Mac OS Hiugh Sierragcc9 9.5.0 is not supported on Darwin 17 i386

Closing, since we are not fixing gcc9 to be compatible with newer systems. Use a newer gcc port instead.

Note: See TracTickets for help on using tickets.