Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 520732 - dev-util/catfish should depend on x11-libs/gtk+:3[introspection]
Summary: dev-util/catfish should depend on x11-libs/gtk+:3[introspection]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-24 00:55 UTC by Paweł Stankowski
Modified: 2014-08-24 07:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Stankowski 2014-08-24 00:55:13 UTC
When running catfish 1.0.2 or 1.2.1 without gtk compiled with introspection use flag, application breaks on start.

Reproducible: Always

Steps to Reproduce:
1. Re-build gtk-3 with 'introspection' flag disabled
2. Run catfish
Actual Results:  
ERROR:root:Could not find any typelib for Gtk
Traceback (most recent call last):
  File "/usr/share/catfish/bin/catfish.py", line 43, in <module>
    import catfish
  File "/usr/share/catfish/catfish/__init__.py", line 23, in <module>
    from gi.repository import Gtk  # pylint: disable=E0611
ImportError: cannot import name Gtk


Expected Results:  
Introspection flag in gtk3 should be enforced by ebuild script
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-08-24 07:52:17 UTC
Fixed. Thanks for the report.