GNOME Bugzilla – Bug 570281
pygtk fails tests with python 2.6
Last modified: 2009-02-14 11:45:52 UTC
Trying to update pygtk to 2.14 for gentoo repositories consumption I'm not sure this is entirely pygtk problem here, maybe python 2.6 issue only. # make check Making check in . make[1]: Entering directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0' Making check in gtk make[1]: Entering directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/gtk' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/gtk' Making check in examples make[1]: Entering directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/examples' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/examples' Making check in tests make[1]: Entering directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/tests' make check-local make[2]: Entering directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/tests' Traceback (most recent call last):
+ Trace 212143
srcDir=srcDir)
atk = importModule('atk', buildDir)
obj = __import__(module, {}, {}, fromlist)
q, tail = self.find_head_package(parent, str(name))
q = self.import_it(head, qname, parent)
m = self.loader.load_module(fqname, stuff)
m = self.hooks.load_dynamic(name, filename, file)
return ihooks.Hooks.load_dynamic(self, name, filename, file)
return imp.load_dynamic(name, filename, file)
make[2]: *** [check-local] Error 1 make[2]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/tests' make[1]: *** [check-am] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-python/pygtk-2.14.0/work/pygtk-2.14.0/tests' make: *** [check-recursive] Error 1
*** This bug has been marked as a duplicate of 565593 ***