Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 119822 - Cannot add/remove packages due to python errors and undefined symbols in rpm lib
Summary: Cannot add/remove packages due to python errors and undefined symbols in rpm lib
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-packages
Version: rawhide
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC2Blocker
TreeView+ depends on / blocked
 
Reported: 2004-04-02 14:00 UTC by Prentis Brooks
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-05-06 21:48:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Prentis Brooks 2004-04-02 14:00:43 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040312

Description of problem:
Execution of system-config-packages fails due to an undefined symbol.
 This is a clean install of core2 test2:


[root@magetower prentis]# system-config-packages
Traceback (most recent call last):
  File "/usr/share/system-config-packages/MainWindow.py", line 16, in ?
    import method
  File "/usr/share/system-config-packages/method.py", line 15, in ?
    import GroupSet
  File "/usr/share/system-config-packages/GroupSet.py", line 20, in ?
    import rpm
ImportError: /usr/lib/python2.3/site-packages/rpmmodule.so: undefined
symbol: rpmdsBT
[root@magetower prentis]# rpm -q system-config-packages
system-config-packages-1.2.10-1


Version-Release number of selected component (if applicable):
system-config-packages-1.2.10-1

How reproducible:
Always

Steps to Reproduce:
1. execute system-config-packages as root
2.
3.
    

Actual Results:  Error reported and application exited

Expected Results:  GUI should have appeared to allow me to modify
installed applications.

Additional info:

Comment 1 Jeremy Katz 2004-05-06 21:48:46 UTC
You didn't have a match version of rpm and rpm-python.


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