Summary: | sys-apps/portage-3.0.54: traceback when trying to use binpkgs | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Patrick Lauer <patrick> |
Component: | Binary packages support | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | captaincrutches |
Priority: | Normal | Keywords: | InVCS, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=916336 https://github.com/gentoo/portage/pull/1169 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 916256 | ||
Bug Blocks: |
Description
Patrick Lauer
![]() What was the truncated output in [...]? Was ${package} already installed or not? I'd like to construct a test case for this but I can't get it to happen here yet. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=c56ca69564452198039e17b3a07f24f5b87a6852 commit c56ca69564452198039e17b3a07f24f5b87a6852 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-11-06 15:03:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-11-06 15:57:56 +0000 emerge: fix _show_ignored_binaries_respect_use with incomplete depgraph I've gone for the simpler solution of just using an empty tuple where the merge list is empty to preserve prior behaviour with what we do (or do not) display wrt skipped binaries. Bug: https://bugs.gentoo.org/916614 Signed-off-by: Sam James <sam@gentoo.org> NEWS | 2 + lib/_emerge/depgraph.py | 4 +- lib/portage/tests/resolver/test_useflags.py | 89 +++++++++++++++++++++++++++++ 3 files changed, 94 insertions(+), 1 deletion(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0baf5e0bd0879f55a87111ced2140262dbec689b commit 0baf5e0bd0879f55a87111ced2140262dbec689b Author: Sam James <sam@gentoo.org> AuthorDate: 2023-11-06 21:41:33 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-11-06 21:41:33 +0000 sys-apps/portage: add 3.0.55 Closes: https://bugs.gentoo.org/916256 Closes: https://bugs.gentoo.org/915842 Closes: https://bugs.gentoo.org/916247 Closes: https://bugs.gentoo.org/916336 Closes: https://bugs.gentoo.org/916601 Closes: https://bugs.gentoo.org/916614 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-3.0.55.ebuild | 238 +++++++++++++++++++++++++++++++++ 2 files changed, 239 insertions(+) |