Summary: | sys-apps/portage: dep_zapdeps highest_cpv variable needs to satisfy all atoms for a given $CATEGORY/$PN | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Zac Medico <zmedico> |
Component: | Core - Dependencies | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chewi, esigra |
Priority: | Normal | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=597752 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 155723, 604854 |
Description
Zac Medico
![]() I've posted a patch for review: https://archives.gentoo.org/gentoo-portage-dev/message/864ba15ba1df4edc134eef4dcb8d0f19 https://github.com/gentoo/portage/pull/70 Note that package selection consistency provided by depgraph's _dep_check_composite_db only takes affect after a package is added to the graph. Therefore, for packages that have not been added to the graph yet, dep_zapdeps needs to handle package selection consistency internally. This is in the master branch: https://gitweb.gentoo.org/proj/portage.git/commit/?id=d7af27b4166f9ce693203bfc92d9bf44d3db081c Fixed in portage-2.3.3. |