Summary: | emerge --resume gives traceback if the ebuild it's trying to emerge has a bad digest. | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Petteri Räty (RETIRED) <betelgeuse> |
Component: | Core - Dependencies | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | InVCS |
Priority: | High | ||
Version: | 2.2 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 181949 |
Description
Petteri Räty (RETIRED)
![]() Currently, we use a KeyError as a catch-all for any error that occurs when attempting to access the metadata of an ebuild. We really need to use more specialized exceptions where appropriate. In this case, a DigestException should be raised when the digest verification fails. It's fixed to bail out earlier in svn r7188. This has been released in 2.1.3_rc7. |