Bug 560723 - [abrt] crash in yumex-2.9.4-1.fc12
Summary: [abrt] crash in yumex-2.9.4-1.fc12
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex
Version: 12
Hardware: x86_64
OS: Linux
low
medium
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:3c544387
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-02-01 17:28 UTC by foxxxino
Modified: 2010-11-03 10:32 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2010-03-28 07:05:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (6.78 KB, text/plain)
2010-02-01 17:28 UTC, foxxxino
no flags Details

Description foxxxino 2010-02-01 17:28:54 UTC
abrt 1.0.4 detected a crash.

architecture: x86_64
Attached file: backtrace
cmdline: /usr/bin/python /usr/share/yumex/yumex.pyc
component: yumex
executable: /usr/share/yumex/yumex.pyc
kernel: 2.6.31.12-174.2.3.fc12.x86_64
package: yumex-2.9.4-1.fc12
release: Fedora release 12 (Constantine)

Comment 1 foxxxino 2010-02-01 17:28:57 UTC
Created attachment 388092 [details]
File: backtrace

Comment 2 Tim Lauridsen 2010-02-01 19:36:45 UTC
looks like python-enum is missing or corrupted

try yum reinstall python-enum

Comment 3 Albert Vila Calvo 2010-02-11 19:44:21 UTC
I've done su -c 'yum reinstall python-enum'

Loaded plugins: presto, refresh-packagekit
Setting up Reinstall Process
No Match for argument: python-enum
Package(s) python-enum available, but not installed.
Nothing to do

Comment 4 Tim Lauridsen 2010-02-12 12:13:08 UTC
> Package(s) python-enum available, but not installed.

then install it :)

yum install python-enum

Comment 5 Antonio Bulgheroni 2010-03-20 08:50:40 UTC

How to reproduce
-----
1. from a console running as root
2. type yumex
3.


Comment
-----
on a freshly installed system

Comment 6 Antonio Bulgheroni 2010-03-20 10:35:46 UTC
To fix it do the following as root:

yum install python-enum pexpect.noarch

Comment 7 Tim Lauridsen 2010-03-28 07:05:37 UTC
Closing as not a bug, because it is not a bug in yumex under normal condition it should not be possible to install yumex, without the "python-enum" & "pexpect" dependencies.

Comment 8 Md. Mubaswirun Nabi 2010-06-13 15:16:34 UTC
I've done su -c 'yum reinstall python-enum'

after doing this, yumex opens but it shows an error message: "an exception has been triggered" immediately after opening.the error message says: 
"Traceback (most recent call last):
  File "/usr/share/yumex/yumex.py", line 47, in <module>
    app.run()
  File "/usr/lib/python2.6/site-packages/yumexgui/__init__.py", line 631, in run
    self.setup_gui()
  File "/usr/lib/python2.6/site-packages/yumexgui/__init__.py", line 801, in setup_gui
    self.populate_package_cache()
  File "/usr/lib/python2.6/site-packages/yumexgui/__init__.py", line 889, in populate_package_cache
    self.backend.setup(self.is_offline, repos)
  File "/usr/lib/python2.6/site-packages/yumexbackend/yum_backend.py", line 256, in setup
    rc = YumClient.setup(self, debuglevel=yumdebuglevel, plugins=plugins, filelog=filelog, offline=offline, repos=repos, proxy=proxy)
  File "/usr/lib/python2.6/site-packages/yumexbackend/yum_client.py", line 194, in setup
    self.child = pexpect.spawn(cmd,args, timeout = self._timeout_value)
AttributeError: 'module' object has no attribute 'spawn'"  

what should I do now ???

Comment 9 Tim Lauridsen 2010-06-14 15:46:34 UTC
Try with 'yum reinstall pexpect.noarch'

Comment 10 Md. Mubaswirun Nabi 2010-06-15 11:53:15 UTC
(In reply to comment #9)
> Try with 'yum reinstall pexpect.noarch'    

i have reinstalled pexpect.noarch.....now yumex is working.thanks a lot Tim Lauridsen....

Comment 11 marian.trizuliak 2010-11-03 10:32:16 UTC
Fix worked for me. Thx


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