Opened 2 years ago
Closed 2 years ago
#65711 closed defect (fixed)
ccls-clang-9.0: Undefined symbols
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | egorenar (Alexander Egorenkov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mascguy (Christopher Nielsen) | |
Port: | ccls-clang-9.0 |
Description
ccls-clang-9.0 doesn't build doesn't build due to undefined symbols. See https://build.macports.org/builders/ports-12_arm64-builder/builds/61295/steps/install-port/logs/stdio
Change History (3)
comment:1 Changed 2 years ago by kencu (Ken)
comment:2 Changed 2 years ago by mascguy (Christopher Nielsen)
Cc: | mascguy added |
---|
comment:3 Changed 2 years ago by Christopher Nielsen <mascguy@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
it is dying trying to build an arm64 slice, as arm64 arch is not available in the clang/llvm-9.0 libraries:
https://github.com/macports/macports-ports/blob/2401d4abdcc1569a7771f1274c96cf90082405dd/lang/llvm-9.0/Portfile#L273
perhaps just adding clang-9.0 to the ccls obsolete list would be simplest…