Summary: | Fixing the recursive dependency hell with FEATURES=test | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Jeroen Roovers (RETIRED) <jer> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | as.gentoo, hwoarang, kensington, kingjon3377, sam, zerochaos |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=703348 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 175808 | ||
Bug Blocks: | 912975 |
Description
Jeroen Roovers (RETIRED)
2012-05-26 17:51:51 UTC
(In reply to comment #0) > In the case above, setting FEATUTES=-test USE=-test means rebuilding a lot > of the installed packages. In bug 373209 comment #3 we have a plan to make --newuse independent of USE=test state. *** Bug 296818 has been marked as a duplicate of this bug. *** This issue got a little bit of discussion on the ML lately and imho is a rather big issue which is preventing some devs (me at least) from running useful tests widely across the tree. --with-test-deps is neat and pretty close for this, but doesn't automatically solve if you go straight for FEATURES="test". |