pkgcheck icon indicating copy to clipboard operation
pkgcheck copied to clipboard

pkgcore-based QA utility for ebuild repos

Results 166 pkgcheck issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If you check history for: https://gitweb.gentoo.org/repo/gentoo.git/log/dev-libs/sexpp?showmsg=1 Version 0.8.7 was added prior,...

bug

### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain Usually if a package uses fortran the first approach...

check

Some ebuilds need some manual `cd`, `mv`, `cp`, `echo`, etc. for which it is easy to miss the `|| die` suffix. Is it possible to catch the trivial cases of...

enhancement
check

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ```console # pkgcheck scan --commits pkgcheck scan: error: git failed stashing...

bug

Results on current master. Important to note that some of them block on it's own previous name (like net-analyzer/snmpclitools). Not sure if this is fine or should be whitelisted. ```...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior As a silly example: ``` diff --git a/sys-apps/sed/sed-4.9-r1.ebuild b/sys-apps/sed/sed-4.9-r1.ebuild index 96c05b2fc320..b5cf28c830fe...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior see https://bugs.gentoo.org/935685 make.defaults syntax is defined in PMS 5.2.4: > The...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Portage will refuse packages with `DEPEND` containing `:=` with a fixed...

bug

``` UnknownProfileUse: 'default/server/make.defaults': unknown USE flags: 'sdl2', 'wimax' ``` Can't `make.defaults` contain local USE flags? Thanks!

question

### Is there an existing such new check request for this? - [X] I have searched the existing issues ### Explain For example, add `llvm_slot_15` to `profiles/base/use.mask`. Now the package...

check