Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139503 - net-im/gajim-0.10.1 needs dev-python/pygtk built with glade support
Summary: net-im/gajim-0.10.1 needs dev-python/pygtk built with glade support
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 139446
  Show dependency tree
 
Reported: 2006-07-06 18:13 UTC by Thomas Cort (RETIRED)
Modified: 2006-12-20 15:18 UTC (History)
3 users (show)

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 Thomas Cort (RETIRED) gentoo-dev 2006-07-06 18:13:03 UTC
I get the following error when I attempt to run =net-im/gajim-0.10.1:

tcort@candcc0 ~ $ gajim
Traceback (most recent call last):
  File "gajim.py", line 36, in ?
    import message_control
  File "/usr/share/gajim/src/message_control.py", line 15, in ?
    import gtk.glade
ImportError: No module named glade

This is because dev-python/pygtk only builds gtk.glade if dev-util/glade is installed. Can someone add dev-util/glade to DEPEND in dev-python/pygtk?
Comment 1 Thomas Cort (RETIRED) gentoo-dev 2006-08-16 13:40:24 UTC
(In reply to comment #0)
> Can someone add dev-util/glade to DEPEND in dev-python/pygtk?

Any news on this? Its holding up Bug #139446.

Comment 2 Alastair Tse (RETIRED) gentoo-dev 2006-08-17 16:53:18 UTC
emm, i don't believe so. it depends on gnome-base/libglade rather than dev-util/glade. here's the configure.in

dnl libglade
PKG_CHECK_MODULES(LIBGLADE, [libglade-2.0 >= libglade_required_version],
        build_libglade=true, build_libglade=false)
AC_SUBST(LIBGLADE_CFLAGS)
AC_SUBST(LIBGLADE_LIBS)
AM_CONDITIONAL(BUILD_LIBGLADE, $build_libglade)
if test -n "$export_dynamic"; then
  LIBGLADE_LIBS=`echo $LIBGLADE_LIBS | sed -e "s/$export_dynamic//"`
fi
Comment 3 Ahmed Ammar (RETIRED) gentoo-dev 2006-08-19 16:59:36 UTC
I'd have to agree with Alastair here, all works fine when i tested without glade installed. (Bug #139446)

libglade is a DEPEND of pygtk, pygtk is a DEPEND of gajim. I fail to see the issue ?
Comment 4 Ahmed Ammar (RETIRED) gentoo-dev 2006-08-19 17:09:50 UTC
(In reply to comment #3)
> I'd have to agree with Alastair here, all works fine when i tested without
> glade installed. (Bug #139446)
> 
> libglade is a DEPEND of pygtk, pygtk is a DEPEND of gajim. I fail to see the
> issue ?
> 

The issue is pygtk-2.8.6 keyworded ~alpha, so alpha has this issue from pygtk-2.6.1's gnome flag.
Comment 5 Thomas Cort (RETIRED) gentoo-dev 2006-08-19 17:21:14 UTC
marking pygtk-2.8.6 stable on alpha fixed the problem.