Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#52206 closed defect (wontfix)

llvm @3.5 build fails on macOS Sierra

Reported by: herrbischoff (Marcel Bischoff) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: sierra Cc:
Port: llvm-3.5

Description

Please see attached build log.

Attachments (1)

main.log (1.7 KB) - added by herrbischoff (Marcel Bischoff) 8 years ago.

Download all attachments as: .zip

Change History (6)

Changed 8 years ago by herrbischoff (Marcel Bischoff)

Attachment: main.log added

comment:1 Changed 8 years ago by larryv (Lawrence Velázquez)

Keywords: sierra added
Resolution: wontfix
Status: newclosed

The error message means what it says.

:error:fetch llvm-3.5 is not supported on macOS Sierra or newer.
:error:fetch org.macports.fetch for port llvm-3.5 returned: unsupported platform

This is intentional. Use a newer LLVM.

comment:2 Changed 8 years ago by herrbischoff (Marcel Bischoff)

Gladly. As this was installed as a dependency and not explicitly, I'm going to track down which port relies on 3.5 and will report it there.

comment:3 in reply to:  2 Changed 8 years ago by larryv (Lawrence Velázquez)

It’s probably cctools or something like that, in which case you can rebuild against a newer LLVM:

$ sudo port -n upgrade --enforce-variants cctools -llvm35 +llvm39

comment:4 Changed 8 years ago by herrbischoff (Marcel Bischoff)

Thanks for the helpful suggestion, will try. From what I can see it appears to be ghc.

comment:5 in reply to:  4 Changed 8 years ago by larryv (Lawrence Velázquez)

Well that’s unfortunate. Please file another ticket requesting that the dependency be updated.

Note: See TracTickets for help on using tickets.