Bug 472102 - yumex does not start
Summary: yumex does not start
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex
Version: 9
Hardware: x86_64
OS: Linux
medium
high
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-18 19:15 UTC by Farzad Ghanei
Modified: 2009-06-16 07:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-01-06 10:15:16 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Farzad Ghanei 2008-11-18 19:15:20 UTC
Description of problem:
when starting yumex, it will show an error message telling this:
Error Type: <class 'yum.update_md.UpdateNoticeException'> 
Error Value: No id element found 
  File : /usr/share/yumex/yumex.py , line 737, in <module>
    mainApp = YumexApplication() 
  File : /usr/share/yumex/yumex.py , line 446, in __init__
    self.setupYum() 
  File : /usr/share/yumex/yumex.py , line 467, in setupYum
    self.yumbase._setupBase() 
  File : /usr/share/yumex/yumapi.py , line 80, in _setupBase
    self._setupUpdateMetadata() 
  File : /usr/share/yumex/yumapi.py , line 137, in _setupUpdateMetadata
    self.updateMetadata.add(repo) 
  File : /usr/lib/python2.5/site-packages/yum/update_md.py , line 319, in add
    un = UpdateNotice(elem) 
  File : /usr/lib/python2.5/site-packages/yum/update_md.py , line 69, in __init__
    self._parse(elem) 
  File : /usr/lib/python2.5/site-packages/yum/update_md.py , line 146, in _parse
    raise UpdateNoticeException("No id element found") 



Version-Release number of selected component (if applicable):
yumex-2.0.4-1.fc9.noarch

How reproducible:
always

Steps to Reproduce:
1.run the application
2.
3.
  
Actual results:
shows the error message and closes the application

Expected results:
start the yumex application

Additional info:

Comment 1 Bryan L. Gay 2008-12-10 23:57:57 UTC
I've tried this with yumex on a fresh install of F10 using the updates repo included in install, same results.

Also, Smart package manager, apt-get, and every other package manager I've tried, including the built-in Add/Remove Software all die a horrible python-related death. I'm running the i386 platform, so this can be marked as affecting both platforms.

Let me know what details other than the above need to be added to this bug. I'm re-installing F10 without the updates repo to see if this is an updates-introduced bug. Will report back with the results.

I also have a F10 installed from rawhide that I'll check to see if this machine has been affected.

Comment 2 Tim Lauridsen 2008-12-11 06:28:12 UTC
This is fixed in yumex-2.0.5 currently in updates-testing

yum --enablerepo=updates-testing update yumex


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