#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 21 months ago by kencu (Ken)

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…

comment:2 Changed 21 months ago by mascguy (Christopher Nielsen)

Cc: mascguy added

comment:3 Changed 21 months ago by Christopher Nielsen <mascguy@…>

Resolution: fixed
Status: assignedclosed

In 8e53bc6b370d506b81cccdd2fd224223535b3c68/macports-ports (master):

ccls: obsolete subport for clang 9

  • Also ensure port logic only used for non-obsolete subports

Fixes: #65711

Note: See TracTickets for help on using tickets.