Bug 730793
| Summary: | [abrt] yum-3.4.3-4.fc16: rpmsack.py:1618:get_package:AttributeError: 'RPMDBAdditionalData' object has no attribute 'yumdb_cache' | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mads Kiilerich <mads> | |
| Component: | yum | Assignee: | Seth Vidal <skvidal> | |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 16 | CC: | ffesti, james.antill, maxamillion, pmatilai, rjones, tim.lauridsen, zpavlas | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Unspecified | |||
| Whiteboard: | abrt_hash:0591769b9451961585360da7b96201c73d0a5b69 | |||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 883463 (view as bug list) | Environment: | ||
| Last Closed: | 2011-08-17 06:44:27 UTC | Type: | --- | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 883463 | |||
|
Description
Mads Kiilerich
2011-08-15 19:25:42 UTC
This happened while /var/lib/rpm needed recovery. Yum should however not fail this bad. Ordinary yum commands run by root failed nicely. Fixed in upstream, closing. The fix for this bug was:
commit 2f480e8dd6757cbe48037a5507c0c19cc97b2e71
Author: Zdeněk Pavlas <zpavlas>
Date: Tue Aug 16 13:13:12 2011 +0200
Small fix in RPMDBAdditionalData init. BZ 730793
Initialize RPMDBAdditionalData object even when makedirs /var/lib/yum/yumdb
|