Bug 172665 - yum - "no attribute 'pkgSack'" while resolving dependencies
Summary: yum - "no attribute 'pkgSack'" while resolving dependencies
Keywords:
Status: CLOSED DUPLICATE of bug 172510
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: 2005-11-08 00:51 UTC by Michal Jaegermann
Modified: 2014-01-21 22:53 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2005-11-08 04:57:29 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michal Jaegermann 2005-11-08 00:51:00 UTC
Description of problem:

I got the following traceback from yum while it tried to resolve some
dependencies:

Traceback (most recent call last):
  File "/usr/bin/yum", line 27, in ?
    yummain.main(sys.argv[1:])
  File "/usr/share/yum-cli/yummain.py", line 133, in main
    (result, resultmsgs) = base.buildTransaction()
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 339, in
buildTransaction
    (rescode, restring) = self.resolveDeps()
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 255, in resolveDeps
    (checkdep, missing, conflict, errormsgs) = self._processConflict(dep)
  File "/usr/lib/python2.4/site-packages/yum/depsolve.py", line 683, in
_processConflict
    self.doUpdateSetup()
  File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 281, in
doUpdateSetup
    self.pkgSack.simplePkgList())
AttributeError: YumBaseCli instance has no attribute 'pkgSack'


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

How reproducible:
no idea - does not seem to be obvious how to do that

Comment 1 Seth Vidal 2005-11-08 04:57:29 UTC

*** This bug has been marked as a duplicate of 172510 ***


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