portage icon indicating copy to clipboard operation
portage copied to clipboard

[MIRROR] Package management system

Results 87 portage issues
Sort by recently updated
recently updated
newest added

As for the single = Python 3.7. Signed-off-by: Sam James

This contains parts of https://github.com/gentoo/portage/pull/875 but also includes the commit that makes the pkgconfig version check use `ver_test()` to compare the versions.

Requested as a useful part in the output from tinderbox runs. Closes: https://bugs.gentoo.org/864382 Signed-off-by: Thomas Bracht Laumann Jespersen

Long-obsolete since fb2459330cf226ee34d3875a1143531bd109aaf2 and 40da7ee19c4c195da35083bf2d2fcbd852ad3846. Indeed, pkgcore dropped QA interceptors for the same reason after its analogue of those commits. Arfrever notably pointed out that for the binaries listed, it'd...

Rebased version of #759. Just throwing this up so I don't forget about it and for visibility. Need to read over the ML feedback from before and see whether we...

one cannot just install any binpkg on a Prefix system, it needs to contain a compatible EPREFIX, that is, the same (preferable), or one that can be adjusted to using...

Note that Portage doesn't really do anything with these right now AFAICT but it may in future (not planned though) decide to ignore non-acceptable tokens, etc. Bug: https://bugs.gentoo.org/861659 Signed-off-by: Sam...

During bootstrap, the bash being used is without readline support, which means no compgen is available. Signed-off-by: Fabian Groffen

…ipts - canonicalise EPREFIX only once (pull out of the loop) - do not process binary files (grep -I) - ensure we match files, avoid double / (bug #861305) -...

Discussed these 2 potential additions to the portage GCC warning checklist, during a code review session with sam: ``` [-Wincompatible-pointer-types] [-Wclobbered] ``` They appear rarely enough that the additional noise...