Bug 729964
Summary: | [abrt] yum-3.4.3-4.fc16: auto-update-debuginfo.py:41:enable_debuginfo_repos:TypeError: hasattr expected 2 arguments, got 1 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mads Kiilerich <mads> |
Component: | yum | Assignee: | Seth Vidal <skvidal> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | ffesti, hadfieldster, james.antill, kmaraas, maxamillion, pmatilai, tim.lauridsen, vonbrand, xeno, zpavlas |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:0cd44c51aeaaa33ef338eb5332a7a9c667e13bf1 | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 05:18:38 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: |
Description
Mads Kiilerich
2011-08-11 12:16:54 UTC
Package: yum-3.4.3-4.fc16 Architecture: i686 OS Release: Fedora release 16 (Verne) Comment ----- Happens when running yum list or yum check-update at least Workaround: rpm -e yum-plugin-auto-update-debug-info I guess /usr/lib/yum-plugins/auto-update-debuginfo.py line 41 should have been: if opts is not None and hasattr(opts, 'repos'): *** Bug 730172 has been marked as a duplicate of this bug. *** *** Bug 730171 has been marked as a duplicate of this bug. *** Package: yum-3.2.29-8.fc15 Architecture: i686 OS Release: Fedora release 15 (Lovelock) Comment ----- An attempt to perform any operation (update, search, check-update) triggers this bug Most likely to update of those two components: Aug 12 11:02:34 Updated: yum-utils-1.1.31-1.fc15.noarch Aug 12 11:02:37 Updated: yum-plugin-auto-update-debug-info-1.1.31-1.fc15.noarch If you don't want to remove the package to get around this problem, you can disable the plugin until the bug is fixed by passing '--disableplugin=auto-update-debug-info' as another parameter to yum. *** This bug has been marked as a duplicate of bug 729982 *** |