Bug 238149

Summary: clearsilver causes yumdownloader to crash
Product: [Fedora] Fedora Reporter: Chris Taylor <chtaylo3>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 6CC: gwync, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: 1.1.8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-07 04:32:17 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Chris Taylor 2007-04-27 14:35:14 UTC
Description of problem:
yumdownloader crashes on clearsilver download

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

How reproducible:


Steps to Reproduce:
1. start with fresh fc6 and download yum-utils
2. yumdownloader --resolve --destdir=/some/dir trac
3.
  
Actual results:
$ sudo yumdownloader --resolve --destdir=~/workspace/TrackPackages trac
Password:
core                      100% |=========================| 1.1 kB    00:00     
updates                   100% |=========================| 1.2 kB    00:00     
extras                    100% |=========================| 1.1 kB    00:00     
primary.xml.gz            100% |=========================| 496 kB    00:06     
updates   : ################################################## 1290/1290
trac-0.10.3.1-2.fc6.noarc 100% |=========================|  56 kB    00:00     
python-clearsilver-0.10.4 100% |=========================| 7.5 kB    00:00     
Traceback (most recent call last):
  File "/usr/bin/yumdownloader", line 191, in ?
    main()
  File "/usr/bin/yumdownloader", line 159, in main
    if not pkg in toDownload:
  File "/usr/lib/python2.4/site-packages/yum/packages.py", line 191, in __eq__
    if other == None: 
  File "/usr/lib/python2.4/site-packages/yum/transactioninfo.py", line 403, in
__cmp__
    if self.name > other.name:
AttributeError: 'NoneType' object has no attribute 'name'


Expected results:

yumdownloader doesn't bomb on clearsilver when --resolve arg is specified.
This might be a bug in yumdownloader .... not sure.

Additional info:

Comment 1 Jeffrey C. Ollie 2007-04-27 14:41:26 UTC
I think that this is more likely a bug in yumdownloader, reassigning.

Comment 2 Seth Vidal 2007-12-07 04:32:17 UTC
I can't make this happen on f7 or f8 yumdownloader. I'm going to close this - if
you can make it happen reopen this bug. Thanks.