Search Criteria
Package Details: codechecker 6.24.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/codechecker.git (read-only, click to copy) |
---|---|
Package Base: | codechecker |
Description: | Analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy |
Upstream URL: | https://github.com/Ericsson/codechecker |
Licenses: | Apache-2.0 |
Submitter: | carsme |
Maintainer: | carsme |
Last Packager: | carsme |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2023-03-13 14:40 (UTC) |
Last Updated: | 2024-10-29 08:56 (UTC) |
Dependencies (7)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- python (python37AUR, python311AUR, python310AUR)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python-pip (make)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – for running Clang Static Analyzer and Clang Tidy
- cppcheck (cppcheck-gitAUR) (optional) – for running CPPCheck analysis
Latest Comments
carsme commented on 2023-07-25 06:16 (UTC)
Updated to latest version and made some changes in the packaging structure. Testing is very much appreciated.
tuankiet65 commented on 2023-04-30 15:39 (UTC)
There's a race condition in the Makefile. If your makepkg runs make with multiple jobs, the
cp -p scripts/gerrit_changed_files_to_skipfile.py ...
might run before the destination directory actually exists. I've proposed a patch here: https://github.com/Ericsson/codechecker/pull/3901/commits/12c2e75dd34e7755e8a95578876d91ccaa8f8157. But be warned that there are at least one other race condition that I don't have time to investigate, so if it still fails after applying the patch, try building it again.carsme commented on 2023-04-13 06:46 (UTC) (edited on 2023-04-13 06:47 (UTC) by carsme)
@jcelerier I'm afraid I cannot reproduce this. Could you try building in a clean chroot? https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
You can also try to delete your Yay cache directory:
jcelerier commented on 2023-04-11 20:38 (UTC)
Hello, got an error while trying to build: