Bug 902868
| Summary: | [abrt] AttributeError: 'YumBaseCli' object has no attribute 'rpmdb' | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Filipe Sousa <natros> | ||||||||||
| Component: | dnf | Assignee: | Ales Kozumplik <akozumpl> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 18 | CC: | akozumpl, jzeleny | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | x86_64 | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | abrt_hash:f1272cba5a45c97907057b754b12cfc73d1d2010 | ||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2013-02-08 13:29:19 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: | |||||||||||||
| Attachments: |
|
||||||||||||
Created attachment 685220 [details]
File: backtrace
Created attachment 685221 [details]
File: core_backtrace
Created attachment 685222 [details]
File: environ
Created attachment 685223 [details]
File: smolt_data
Hello, I think this has been fixed with ac51e21c905e36142619718d149747c6a2c82147. Can you please try again with dnf-0.2.20-1 (currently in updates-testing in F18) and comment here if the problem has gone away? Thank you, Ales hello, so far so good. |
Description of problem: dnf upgrade Version-Release number of selected component: dnf-0.2.17-1.git6a055e6.fc18 Additional info: cmdline: /usr/bin/python /bin/dnf upgrade executable: /bin/dnf kernel: 3.7.2-204.fc18.x86_64 uid: 0 Truncated backtrace: __init__.py:780:yumUtilsMsg:AttributeError: 'YumBaseCli' object has no attribute 'rpmdb' Traceback (most recent call last): File "/bin/dnf", line 35, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 314, in user_main errcode = main(args) File "/usr/lib/python2.7/site-packages/dnf/cli/main.py", line 182, in main (result, resultmsgs) = base.buildTransaction() File "/usr/lib/python2.7/site-packages/dnf/yum/__init__.py", line 847, in buildTransaction self.yumUtilsMsg(self.logger.critical, "yum-complete-transaction") File "/usr/lib/python2.7/site-packages/dnf/yum/__init__.py", line 780, in yumUtilsMsg if self.rpmdb.contains(name="yum-utils"): AttributeError: 'YumBaseCli' object has no attribute 'rpmdb' Local variables in innermost frame: prog: 'yum-complete-transaction' self: <dnf.cli.cli.YumBaseCli object at 0x1f59650> func: <bound method Logger.critical of <logging.Logger object at 0x1f597d0>>