| Summary: | yum-plugin-auto-update-debug-info-1.1.31-1.fc17 breaks yum for me.... downgrading to -1.1.30-3.fc17 fixes it for me | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tom London <selinux> | ||||
| Component: | yum-utils | Assignee: | Seth Vidal <skvidal> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | hein, james.antill, jan.kratochvil, mads, maxamillion, pablomg+fedora, pmatilai, tla, yaneti | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | yum-utils-1.1.31-2.fc16 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-08-18 02:37:30 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Similar failure on F15 with yum-plugin-auto-update-debug-info-1.1.31-1.fc15.noarch on 'yum upgrade':
Loaded plugins: auto-update-debuginfo, presto
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 267, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 120, in main
result, resultmsgs = base.doCommands()
File "/usr/share/yum-cli/cli.py", line 428, in doCommands
self._getTs(needTsRemove)
File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 99, in _getTs
self._getTsInfo(remove_only)
File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 110, in _getTsInfo
pkgSack = self.pkgSack
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 859, in <lambda>
pkgSack = property(fget=lambda self: self._getSacks(),
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 645, in _getSacks
self.repos.populateSack(which=repos)
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 260, in populateSack
self.doSetup()
File "/usr/lib/python2.7/site-packages/yum/repos.py", line 72, in doSetup
self.ayum.plugins.run('prereposetup')
File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 184, in run
func(conduitcls(self, self.base, conf, **kwargs))
File "/usr/lib/yum-plugins/auto-update-debuginfo.py", line 121, in prereposetup_hook
enable_debuginfo_repos(yb, conduit)
File "/usr/lib/yum-plugins/auto-update-debuginfo.py", line 41, in enable_debuginfo_repos
if opts is not None and hasattr(opts.repos) :
TypeError: hasattr expected 2 arguments, got 1
Created attachment 518143 [details]
Fix hasattr() argument
Here is a patch ; works for me but I'm not sure it's the right fix to do
fixed upstream http://yum.baseurl.org/gitweb?p=yum-utils.git;a=commitdiff;h=efb3c7b3fb96523bb5997c163bf4e33ab897f1b8 (In reply to comment #3) > fixed upstream > > http://yum.baseurl.org/gitweb?p=yum-utils.git;a=commitdiff;h=efb3c7b3fb96523bb5997c163bf4e33ab897f1b8 Locally applying this patch 'makes it work for me'. yum-utils-1.1.31-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/yum-utils-1.1.31-2.fc16 yum-utils-1.1.31-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/yum-utils-1.1.31-2.fc15 Ok, so my patch was fucked up ^^' Works for me know with the 1.1.31-2 version Package yum-utils-1.1.31-2.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing yum-utils-1.1.31-2.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/yum-utils-1.1.31-2.fc16 then log in and leave karma (feedback). *** Bug 729964 has been marked as a duplicate of this bug. *** yum-utils-1.1.31-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. yum-utils-1.1.31-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: [root@tlondon packages]# yum --skip-broken update Loaded plugins: auto-update-debuginfo, presto, refresh-packagekit Traceback (most recent call last): File "/usr/bin/yum", line 29, in <module> yummain.user_main(sys.argv[1:], exit_code=True) File "/usr/share/yum-cli/yummain.py", line 315, in user_main errcode = main(args) File "/usr/share/yum-cli/yummain.py", line 140, in main result, resultmsgs = base.doCommands() File "/usr/share/yum-cli/cli.py", line 458, in doCommands self._getTs(needTsRemove) File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 100, in _getTs self._getTsInfo(remove_only) File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 111, in _getTsInfo pkgSack = self.pkgSack File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 893, in <lambda> pkgSack = property(fget=lambda self: self._getSacks(), File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 673, in _getSacks self.repos.populateSack(which=repos) File "/usr/lib/python2.7/site-packages/yum/repos.py", line 265, in populateSack self.doSetup() File "/usr/lib/python2.7/site-packages/yum/repos.py", line 72, in doSetup self.ayum.plugins.run('prereposetup') File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 184, in run func(conduitcls(self, self.base, conf, **kwargs)) File "/usr/lib/yum-plugins/auto-update-debuginfo.py", line 121, in prereposetup_hook enable_debuginfo_repos(yb, conduit) File "/usr/lib/yum-plugins/auto-update-debuginfo.py", line 41, in enable_debuginfo_repos if opts is not None and hasattr(opts.repos) : TypeError: hasattr expected 2 arguments, got 1 [root@tlondon packages]# Happens with every yum command I tried Version-Release number of selected component (if applicable): yum-utils-1.1.31-1.fc17.noarch.rpm yum-plugin-auto-update-debug-info-1.1.31-1.fc17.noarch.rpm yum-3.4.3-6.fc17.noarch How reproducible: Every time I run 'yum .....' Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: