ccls has hardcoded path compiled in binary, bug in formula? #2656
Replies: 2 comments
-
Hard to say. I've followed up in the upstream thread you linked to, but the issue is essentially that the build process configures itself with
|
Beta Was this translation helpful? Give feedback.
-
PR Homebrew/homebrew-core#91706 to fix this has been merged. Please |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The package
ccls
has a hardcoded path the the clang resource directory compiled into the binary. When running it shows the following in the log:20:11:30 initialize.cc:329 I use -resource-dir=/usr/local/Cellar/llvm/13.0.0/lib/clang/13.0.0
But on my system this path is
/usr/local/Cellar/llvm/13.0.0_2/lib/clang/13.0.0
. I have been in discussions about this (MaskRay/ccls#853 (comment)) and I have some questions:Beta Was this translation helpful? Give feedback.
All reactions