Bug 639029 - Dependency missing.
Summary: Dependency missing.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: terminator
Version: 13
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Dominic Hopf
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-30 16:27 UTC by Hugo Osvaldo Barrera
Modified: 2010-10-17 04:54 UTC (History)
2 users (show)

Fixed In Version: terminator-0.95-2.fc13
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-10-10 05:36:13 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Hugo Osvaldo Barrera 2010-09-30 16:27:09 UTC
* Description of problem:

A dependency seems to be missing.  Terminator fails to start.  (See the ImportError).

By missing, I mean that the package is not marked as a dependency.

---

* Version-Release number of selected component (if applicable):

terminator.noarch  0.95-1.fc13

---
* How reproducible:

[hugo@desktop17 ~]$ terminator 
ConfigBase::load: Unable to open /home/hugo/.config/terminator/config ([Errno 2] No such file or directory: '/home/hugo/.config/terminator/config')
ImportError: could not import bonobo.ui
Traceback (most recent call last):
  File "/usr/bin/terminator", line 74, in <module>
    TERMINATOR = Terminator()
  File "/usr/lib/python2.6/site-packages/terminatorlib/terminator.py", line 41, in __init__
    self.prepare_attributes()
  File "/usr/lib/python2.6/site-packages/terminatorlib/terminator.py", line 64, in prepare_attributes
    self.attempt_gnome_client()
  File "/usr/lib/python2.6/site-packages/terminatorlib/terminator.py", line 80, in attempt_gnome_client
    self.gnome_client.connect_to_session_manager()
AttributeError: '__main__.GnomeClient' object has no attribute 'connect_to_session_manager'
[hugo@desktop17 ~]$
---
* Solution:

After installing gnome-python2-bonobo.x86_64, terminator ran fine.

Note that the dependency is really architecture-dependent.

Comment 1 Dominic Hopf 2010-09-30 23:59:05 UTC
Hi Hugo,

thanks very much for reporting this issue. That one wasn't that easy to point out I guess, since even a mock build doesn't claim about that missing dependency.

I've just added the dependency and rebuilt the package, you can download and verify from http://koji.fedoraproject.org/koji/taskinfo?taskID=2505280 if you like. 

If you can confirm this works for you, I'll go push this as an update.

Regards,
Dominic

Comment 2 Hugo Osvaldo Barrera 2010-10-01 02:36:12 UTC
[root@hyperion tmp]# rpm -Uvh terminator-0.95-2.fc13.noarch.rpm 
error: Failed dependencies:
	gnome-python2-bonobo is needed by terminator-0.95-2.fc13.noarch
[root@hyperion hugo]# yum install gnome-python2-bonobo
<...>
[root@hyperion tmp]# rpm -Uvh terminator-0.95-2.fc13.noarch.rpm 
Preparing...                ########################################### [100%]
   1:terminator             ########################################### [100%]



The package installed fine, and terminator work, so I'd say it's ready to get pushed :-)

Thanks, and great job :D

Comment 3 Fedora Update System 2010-10-01 20:40:52 UTC
terminator-0.95-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/terminator-0.95-2.fc14

Comment 4 Fedora Update System 2010-10-01 20:40:58 UTC
terminator-0.95-2.fc13 has been submitted as an update for Fedora 13.
https://admin.fedoraproject.org/updates/terminator-0.95-2.fc13

Comment 5 Dominic Hopf 2010-10-01 20:42:21 UTC
Thanks very much for verifying, Hugo. :)

Comment 6 Fedora Update System 2010-10-02 01:13:57 UTC
terminator-0.95-2.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update terminator'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/terminator-0.95-2.fc14

Comment 7 Fedora Update System 2010-10-10 05:36:08 UTC
terminator-0.95-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2010-10-17 04:54:08 UTC
terminator-0.95-2.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.


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