Bug 220673

Summary: Pup crashes while retrieving update information
Product: [Fedora] Fedora Reporter: Larry Spitz <spitz>
Component: pirutAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: james, krimpelstaetter, rvp
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-01-25 18:34:05 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:
Attachments:
Description Flags
exception captured
none
Exception information saved from PUP crash
none
application state pirut/pup none

Description Larry Spitz 2006-12-22 22:36:38 UTC
Description of problem: Pup (package updater) causes exception while retrieving
update information


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


How reproducible: Very


Steps to Reproduce:
1.Initiate Pup
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Larry Spitz 2006-12-22 22:36:38 UTC
Created attachment 144318 [details]
exception captured

Comment 2 Harald Hoyer 2006-12-29 11:16:20 UTC
$ rpm -qf $(which pup)
pirut-1.2.8-1.fc6


Comment 3 Jeremy Katz 2007-01-03 18:11:56 UTC
Is your network connection working?  Do things work if you just run yum update?

Comment 4 James Allerton-Austin 2007-01-25 10:26:03 UTC
Created attachment 146521 [details]
Exception information saved from PUP crash

Comment 5 James Allerton-Austin 2007-01-25 10:28:31 UTC
Network connection working correctly and "yum update" works correctly.

Comment 6 Martin P. Krimpelstätter 2007-01-25 15:14:26 UTC
Created attachment 146552 [details]
application state pirut/pup

Comment 7 Martin P. Krimpelstätter 2007-01-25 15:17:50 UTC
Comment on attachment 146552 [details]
application state pirut/pup

Seems that I got the same exception as James. Network connection working
properly, yum update successful.

Comment 8 Vladimir Romantsov 2007-01-25 16:09:19 UTC
I got the same exception! The problem in line from extra/comps.xml
<packagereq type="optinoal">digikamimageplugins</packagereq>

bad key word: OPTINOAL and
 /usr/lib/python2.4/site-packages/yum/comps.py", line 143, in parse_package_list
    raise CompsException

Comment 9 Vladimir Romantsov 2007-01-25 16:23:08 UTC
Key word should be OPTIONAL, but in attachment 146552 [details] from Martin (genre: optinoal):

ile "/usr/lib/python2.4/site-packages/yum/comps.py", line 143, in parse_package_list
    raise CompsException
CompsException

Local variables in innermost frame:
genre: optinoal
self: Graphics
package: digikam
packagelist_elem: <Element 'packagelist' at 0x890a2d8>
child: <Element 'packagereq' at 0x890a248>


Comment 10 Jeremy Katz 2007-01-25 18:34:05 UTC

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