Bug 426693

Summary: pirut crashes after update
Product: [Fedora] Fedora Reporter: Alessandro <alessandro.paggi>
Component: yum-utilsAssignee: Seth Vidal <skvidal>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: james.antill, jiuke2k, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-12-28 13:48:14 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
crash dump none

Description Alessandro 2007-12-24 12:56:46 UTC
Description of problem:

After the last update pirut crasches every time I try to launch add/remove
software or software update.

Comment 1 Alessandro 2007-12-24 12:56:46 UTC
Created attachment 290348 [details]
crash dump

Comment 2 Jeremy Katz 2007-12-24 15:00:52 UTC
*** Bug 426695 has been marked as a duplicate of this bug. ***

Comment 3 James Antill 2007-12-27 22:20:49 UTC
 This is a bug in the yum-priorities plugin, the upstream fix is to change:

    if opts.samearch:

...around line 88 of priorities.py to:

    if opts and opts.samearch:

...or you can just remove the plugin for now.


Comment 4 Jeremy Katz 2007-12-28 13:48:14 UTC

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