Bug 506304 - missing dependency
Summary: missing dependency
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: rhpl
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Chris Lumens
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-16 16:20 UTC by Karel Volný
Modified: 2009-07-01 16:47 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-07-01 16:47:57 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Karel Volný 2009-06-16 16:20:37 UTC
Description of problem:
My installation process broke. I tried to finish it manually. For that purpose I installed firstboot, however I am unable to run it, it gives me error message about missing module.

Version-Release number of selected component (if applicable):
firstboot-1.106-1.fc11

How reproducible:
always

Steps to Reproduce:
1. break your installation ...
2. yum install firstboot
3. firstboot
  
Actual results:
Traceback (most recent call last):
  File "/usr/sbin/firstboot", line 46, in <module>
    from rhpl.keyboard import Keyboard
  File "/usr/lib/python2.6/site-packages/rhpl/keyboard.py", line 25, in <module>
    import dbus
ImportError: No module named dbus

Expected results:
(no error, firstboot runs)

Additional info:
I know that this is not standard situation and it would run if the installation would finish correctly, but still, the dependency chain should be complete, so that the dbus module would get pulled by yum install ...

Comment 1 Chris Lumens 2009-06-29 12:17:53 UTC
This is a rhpl problem, not a firstboot problem as you can tell from the traceback.

Comment 2 Chris Lumens 2009-07-01 16:47:57 UTC
As part of bug 508951, we're planning on getting rid of rhpl so this isn't really worth looking into.


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