Opened 4 years ago
Closed 4 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:
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 4 years ago by ken-cunningham-webuse
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In 28a80040b50912ce01989821d2a05dee28314198/macports-ports (master):