Bug 219077 - "yum install" and "yumdownloader --source" fail
Summary: "yum install" and "yumdownloader --source" fail
Keywords:
Status: CLOSED DUPLICATE of bug 219029
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: rawhide
Hardware: All
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-12-10 15:05 UTC by Roozbeh Pournader
Modified: 2014-01-21 22:56 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-12-11 05:48:10 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch to fix the problem in yum (529 bytes, patch)
2006-12-10 16:49 UTC, Roozbeh Pournader
no flags Details | Diff

Description Roozbeh Pournader 2006-12-10 15:05:27 UTC
Description of problem:
yumdownloader --source crashes on rawhide.

Version-Release number of selected component (if applicable):
yum-utils-1.0.1-1.fc7

How reproducible:
Always

Steps to Reproduce:
1. yumdownloader --source gtk2
  
Actual results:
Traceback (most recent call last):
  File "/usr/bin/yumdownloader", line 191, in <module>
    main()
  File "/usr/bin/yumdownloader", line 129, in main
    name = newpkg.returnSimple('sourcerpm').rsplit('-',2)[0]
  File "/usr/lib/python2.5/site-packages/yum/sqlitesack.py", line 66, in
returnSimple
    (self.pkgID,))
AttributeError: YumAvailablePackageSqlite instance has no attribute 'pkgID'

Comment 1 Roozbeh Pournader 2006-12-10 16:49:39 UTC
Created attachment 143246 [details]
patch to fix the problem in yum

Ah, this is a yum problem, not a yum-utils one, and also makes "yum install"
stop working. Attaching a patch that fixes both.

Comment 2 Seth Vidal 2006-12-11 05:48:10 UTC

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


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