Opened 3 years ago

Closed 3 years ago

#62452 closed defect (fixed)

llvm-3.5 requires a C++11 runtime, which your configuration does not allow

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: bigsur Cc: larryv (Lawrence Velázquez), kencu (Ken)
Port: llvm-3.5

Description

llvm-3.5 fails on macOS 11:

https://build.macports.org/builders/ports-11_x86_64-builder/builds/23456/steps/install-port/logs/stdio

Error: llvm-3.5 requires a C++11 runtime, which your configuration does not allow

macOS 11 of course has a C++11 runtime.

But the port is trying to make this determination by looking for /usr/lib/libc++.dylib in the filesystem. That won't work on macOS 11 since system libraries are no longer located in the filesystem.

Change History (1)

comment:1 Changed 3 years ago by ken-cunningham-webuse

Resolution: fixed
Status: assignedclosed

In 28a80040b50912ce01989821d2a05dee28314198/macports-ports (master):

llvm-3.5: make obsolete

closes: #62452

Note: See TracTickets for help on using tickets.