codechecker
codechecker copied to clipboard
Install with pipx is broken
Describe the bug
codechecker analyzer-version throws an uncaught exception
CodeChecker version
[INFO 2025-10-03 19:53] - CodeChecker web version:
Kind | Version
Base package version | 6.26.2 Package build date | 2025-09-22T16:47 Git commit ID (hash) | fa596ef3c6e5245d18b494683adaeb42af265cad Git tag information | 6.26.2 Server supported Thrift API version | 6.65 Client Thrift API version | 6.65
To Reproduce
pipx install codechecker
CodeChecker analyzer-version
Expected behaviour
Not an exception!
Desktop (please complete the following information)
- OS: macOS 15.6.1
- Browser: Zen
- Version: 1.16.1b (Firefox 143.0.1)
This seems to be related to macOS instead of pipx. I used uv tool install codechecker to install codechecker on Ubuntu 24.04 and cross-checked it with the pipx install (They should be anyways doing the same!).
| OS | arch | status |
|---|---|---|
| Ubuntu 24.04 | aarch64 (Docker) | ✅ |
| Ubuntu 24.04 | x86_64 | ✅ |
| macOS 15.7.1 | aarch64 | ❌ |
The unhandled exception seems to be related to the ld_logger library which seems to be missing on macOS, this was fixed in #4673.
It is also not visible anymore when building latest main from source.