Summary: | sys-apps/portage: FEATURES=metadata-transfer FileNotFoundError when eclass is removed | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Zac Medico <zmedico> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | josef64 |
Priority: | Normal | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 659322 | ||
Attachments: | emerge --info |
Description
Zac Medico
![]() Created attachment 542710 [details]
emerge --info
I added the associated emerge --info to this bug.
Thank you
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=eb81c8081ae53e862f9f0f82c6119f936ca896e7 commit eb81c8081ae53e862f9f0f82c6119f936ca896e7 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2018-08-07 18:29:51 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2018-08-07 18:34:29 +0000 action_metadata: refresh eclass cache (bug 663022) After sync, the eclass cache can contain stale data, therefore use the update_eclasses method to refresh it. Bug: https://bugs.gentoo.org/663022 lib/portage/metadata.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (In reply to Larry the Git Cow from comment #2) > The bug has been referenced in the following commit(s): After adding this patch the sync works now fine here. Thanks! :) |