Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81314 - QA: gnome-python-2.6.1 failes with maketest
Summary: QA: gnome-python-2.6.1 failes with maketest
Status: RESOLVED DUPLICATE of bug 69343
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 17:47 UTC by Lars Strojny
Modified: 2005-07-17 13:06 UTC (History)
1 user (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 Lars Strojny 2005-02-08 17:47:14 UTC
$ emerge gnome-python
[...]
make[2]: Entering directory `/var/tmp/portage/gnome-python-2.6.1/work/gnome-python-2.6.1/tests'

Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Traceback (most recent call last):
  File "./runtests.py", line 22, in ?
    suite.addTest(loader.loadTestsFromName(name))
  File "/usr/lib/python2.3/unittest.py", line 485, in loadTestsFromName
    module = __import__(string.join(parts_copy,'.'))
  File "/var/tmp/portage/gnome-python-2.6.1/work/gnome-python-2.6.1/tests/testbonobo.py", line 4, in ?
    from common import bonobo
  File "/var/tmp/portage/gnome-python-2.6.1/work/gnome-python-2.6.1/tests/common.py", line 10, in ?
    import bonobo.ui
  File "/usr/lib/python2.3/ihooks.py", line 399, in import_module
    m = self.load_tail(q, tail)
  File "/usr/lib/python2.3/ihooks.py", line 450, in load_tail
    m = self.import_it(head, mname, m)
  File "/usr/lib/python2.3/ihooks.py", line 489, in import_it
    m = self.loader.load_module(fqname, stuff)
  File "/usr/lib/python2.3/ihooks.py", line 268, in load_module
    m = self.hooks.load_dynamic(name, filename, file)
  File "/var/tmp/portage/gnome-python-2.6.1/work/gnome-python-2.6.1/ltihooks.py", line 50, in load_dynamic
    return ihooks.Hooks.load_dynamic(self, name, filename, file)
  File "/usr/lib/python2.3/ihooks.py", line 172, in load_dynamic
    return imp.load_dynamic(name, filename, file)
ImportError: could not import gtk._gtk
make[2]: *** [check-local] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-python-2.6.1/work/gnome-python-2.6.1/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/gnome-python-2.6.1/work/gnome-python-2.6.1/tests'
make: *** [check-recursive] Error 1

!!! ERROR: dev-python/gnome-python-2.6.1 failed.
!!! Function src_test, Line 566, Exitcode 0
!!! Make check failed. See above for details.
!!! If you need support, post the topmost build error, NOT this status message.


$ emerge info
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10-as3 i686)
=================================================================
System uname: 2.6.10-as3 i686 Intel(R) Pentium(R) 4 CPU 3.40GHz
Gentoo Base System version 1.6.9
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  8 2005, 01:30:18)]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.9.4, 1.5, 1.8.5-r3, 1.6.3, 1.7.9-r1, 1.4_p6
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -fstack-protector -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer -fstack-protector -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks maketest sandbox sfperms test userpriv usersandbox"
GENTOO_MIRRORS="ftp://mirror.switch.ch/mirror/gentoo/ http://mirror.switch.ch/mirror/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/"
LANG="de_DE.utf-8"
LC_ALL="de_DE.utf-8"
MAKEOPTS="-j2 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aalib acl acpi alsa apache2 bash-completion bitmap-fonts bzlib caca calendar cdr cpdflib crypt cups dvd eds encode esd evo exif fam flac ftp gd gd-external gif gimpprint gnome gstreamer gtk2 gtkhtml hal hbci howl iconv imlib2 ipv6 ithreads jpeg mad mmx mng mono moznocompose moznoirc moznomail mozsvg mpeg mpeg4 mysql ncurses nls nptl nptlonly oggvorbis opengl openssh pam pcre pic png python samba session simplexml sockets spell sqlite sse sse2 ssl svg threads tiff truetype truetype-fonts type1-fonts unicode usb userlocales wmf xmlrpc xv zlib linguas_GER"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS
Comment 1 Lars Strojny 2005-02-08 17:48:19 UTC
btw: Useflac "doc" isn't in IUSE.
(QA Notice: USE Flag 'doc' not in IUSE for dev-python/gnome-python-2.6.1)
Comment 2 foser (RETIRED) gentoo-dev 2005-02-09 08:28:18 UTC

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