Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 356767

Summary: dev-libs/glib-2.26.1-r1 needs dev-python/pygobject and dev-python/dbus-python for tests
Product: Gentoo Linux Reporter: Nikoli <nikoli>
Component: [OLD] GNOMEAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikoli 2011-02-27 23:41:22 UTC
./gio/tests/gdbus-testserver.py:import gobject
./gio/tests/gdbus-testserver.py:import time
./gio/tests/gdbus-testserver.py:import dbus
./gio/tests/gdbus-testserver.py:import dbus.service
./gio/tests/gdbus-testserver.py:import dbus.mainloop.glib

Without pygobject and dbus-python src_test fails:
TEST: gdbus-connection... (pid=13932)
  /gdbus/connection/basic:                                             OK
  /gdbus/connection/life-cycle:                                        OK
  /gdbus/connection/send:                                              OK
  /gdbus/connection/signals:                                           OK
  /gdbus/connection/filter:                                            Traceback (most recent call last):
  File "./gdbus-testserver.py", line 3, in <module>
    import gobject
ImportError: No module named gobject
Timeout waiting 30 sec on service
**
ERROR:gdbus-connection.c:826:test_connection_filter_on_timeout: code should not be reached
FAIL
Comment 1 Pacho Ramos gentoo-dev 2011-02-28 08:21:22 UTC

*** This bug has been marked as a duplicate of bug 349236 ***