Bug 250932 - missing dependencies: dbus-python, pygobject2, rhpl
Summary: missing dependencies: dbus-python, pygobject2, rhpl
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: setroubleshoot
Version: 7
Hardware: i386
OS: Linux
low
medium
Target Milestone: ---
Assignee: John Dennis
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-08-05 15:47 UTC by Dean Mander
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-08-09 19:11:40 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dean Mander 2007-08-05 15:47:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070603 Fedora/2.0.0.4-2.fc7 Firefox/2.0.0.4

Description of problem:
some dependendencies are missing when installing setroubleshoot-server.
I installed it on a machine, but only worked after installing additional packages.

Errors: see below

Version-Release number of selected component (if applicable):
setroubleshoot-server.noarch 0:1.9.4-2.fc7

How reproducible:
Always


Steps to Reproduce:
1. remove next packages: dbus-python, pygobject2, rhpl
2. yum install setroubleshoot-server
3.run sealert

Actual Results:
$ sealert -a messages
Traceback (most recent call last):
  File "/usr/bin/sealert", line 33, in <module>
    import dbus
ImportError: No module named dbus

$ yum install dbus-python

$ sealert -a messages
Traceback (most recent call last):
  File "/usr/bin/sealert", line 37, in <module>
    import gobject
ImportError: No module named gobject

$ yum install pygobject2

$ sealert -a messages
Traceback (most recent call last):
  File "/usr/bin/sealert", line 45, in <module>
    from setroubleshoot.analyze import *
  File "/usr/lib/python2.5/site-packages/setroubleshoot/analyze.py", line 35, in <module>
    from setroubleshoot.avc_audit import *
  File "/usr/lib/python2.5/site-packages/setroubleshoot/avc_audit.py", line 35, in <module>
    from setroubleshoot.signature import AVC, AvcContext
  File "/usr/lib/python2.5/site-packages/setroubleshoot/signature.py", line 62, in <module>
    from rhpl.translate import _
ImportError: No module named rhpl.translate

$ yum install rhpl

$ sealert -a messages
100% done
found 0 alerts in messages


Expected Results:



Additional info:

Comment 1 John Dennis 2007-08-09 19:11:40 UTC
Thank you for taking the time to report this, it is very much appreciated. It's
fixed upstream and should appear in the next released rpm.


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