| 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] GNOME | Assignee: | 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: | --- | |
*** This bug has been marked as a duplicate of bug 349236 *** |
./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