Bug 204171 - Yum returns with traceback on conflict
Summary: Yum returns with traceback on conflict
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-26 11:09 UTC by Nickolay V. Shmyrev
Modified: 2014-01-21 22:54 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-08-30 16:50:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Nickolay V. Shmyrev 2006-08-26 11:09:22 UTC
Description of problem:

yum-metadata-parser-1.0-7.1.fc6
yum-2.9.5-2

--> Processing Conflict: cups conflicts kdelibs < 6:3.5.2-6
Traceback (most recent call last):
  File "/usr/bin/yum", line 29, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 143, in main
    (result, resultmsgs) = base.buildTransaction()
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 430, in
buildTransaction
    (rescode, restring) = self.resolveDeps()
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 239, in resolveDeps
    (checkdep, missing, conflict, errormsgs) = self._processConflict(dep)
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 691, in
_processConflict
    (confname, confarch, confepoch, confver, confrel) = conflict_packages[0] #
take the first one, probably the only one
TypeError: unpack non-sequence


Version-Release number of selected component (if applicable):


How reproducible:

always

Steps to Reproduce:

yum upgrade where conflict will occure

Comment 1 Seth Vidal 2006-08-30 16:30:37 UTC
known - will be fixed before 2.9.6

Comment 2 Seth Vidal 2006-08-30 16:50:29 UTC
fixed in cvs.
if you do not find it fixed in 2.9.6 reopen, please.



Note You need to log in before you can comment on or make changes to this bug.