Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 619620 - sys-apps/portage: warning about ignored binary packages should account for FEATURES=binpkg-multi-instance
Summary: sys-apps/portage: warning about ignored binary packages should account for FE...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Binary packages support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 627566
  Show dependency tree
 
Reported: 2017-05-24 23:45 UTC by Zac Medico
Modified: 2018-02-01 23:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zac Medico gentoo-dev 2017-05-24 23:45:12 UTC
When FEATURES=binpkg-multi-instance is enabled, emerge emits warnings for ignored binary packages even though it has selected an alternative binary package with suitable properties.

The relevant code is in the depgraph._show_ignored_binaries method, where it should check if selected_pkg is a binary package.