FS#18976 - Terminator - Missing Dependencies

Attached to Project: Community Packages
Opened by tntcoda (tntcoda) - Tuesday, 06 April 2010, 14:55 GMT
Last edited by Ionut Biru (wonder) - Tuesday, 06 April 2010, 17:05 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When Terminator 0.91-1 is executed:

[jack@tmob bin]$ terminator
You need to install the python bindings for gobject, gtk and pango to run Terminator.

I have pygobject and pygtk installed, and all listed depends. I guess the problem is with pango, I cant find any python bindings, and it isn't in the PKGBUILD.

Additional info:
* package version(s) - 0.91-1
* config and/or log files etc.


Steps to reproduce: Execute it.
This task depends upon

Closed by  Ionut Biru (wonder)
Tuesday, 06 April 2010, 17:05 GMT
Reason for closing:  Not a bug
Comment by Ionut Biru (wonder) - Tuesday, 06 April 2010, 15:55 GMT
what about the gnome-python? that package is an optional dependency
Comment by tntcoda (tntcoda) - Tuesday, 06 April 2010, 15:59 GMT
Sorry, I should have mentioned I have gnome-python installed as well. Doesn't help sadly.
Comment by tntcoda (tntcoda) - Tuesday, 06 April 2010, 17:00 GMT
Fixed this.

I narrowed it down to a missing libffi which is required by pygobject. For some reason (even though i explicitly reinstalled pygobject) this got broken in a recent pacman upgrade, maybe it was just me. If anyone else encounters this though, just pacman -S libffi :)

Loading...