Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 157986 Details for
Bug 242368
yum (as used by pirut) fails to install all dependencies
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Clear Depsolve.deps
yum-cleardepscache.diff (text/plain), 678 bytes, created by
Florian Festi
on 2007-06-27 09:11:58 UTC
(
hide
)
Description:
Clear Depsolve.deps
Filename:
MIME Type:
Creator:
Florian Festi
Created:
2007-06-27 09:11:58 UTC
Size:
678 bytes
patch
obsolete
>Index: yum/depsolve.py >=================================================================== >RCS file: /cvsroot/yum/cvs/yum/yum/depsolve.py,v >retrieving revision 1.171 >diff -u -r1.171 depsolve.py >--- yum/depsolve.py 26 Jun 2007 16:01:01 -0000 1.171 >+++ yum/depsolve.py 27 Jun 2007 09:07:20 -0000 >@@ -793,6 +793,9 @@ > # reset what we've seen as things may have changed between > # calls to resolveDeps (rh#242368) > self._dcobj.already_seen = {} >+ # clear cache as things may have changed between >+ # calls to resolveDeps (rh#242368, rh#245755) >+ self.deps = {} > > errors = [] > if self.dsCallback: self.dsCallback.start()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242368
:
156028
|
156138
|
156140
|
156144
| 157986