Summary: | emerge's --jobs does not do full parallelization due to PDEPEND circular dependencies | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Yichao Zhou <broken.zhou> |
Component: | Unclassified | Assignee: | Portage team <dev-portage> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | esigra |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=279623 https://bugs.gentoo.org/show_bug.cgi?id=856631 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 184128 |
Description
Yichao Zhou
2013-01-15 04:26:35 UTC
Your issue it triggered by the following circular dependency: x11-drivers/* -> xorg-server -> xorg-drivers -> x11-drivers/* It happens because of the following dependency in the xorg-drivers ebuild: PDEPEND=xorg? ( >=x11-base/xorg-drivers-1.13 ) |