Created attachment 337430 [details] build-log (compressed with xz) I see the following error on my hardened ~amd64 box with gcc-4.7.2 and python-3.2 when running the test-suite of webkit-gtk. make check-local make[2]: Entering directory `/var/tmp/portage/net-libs/webkit-gtk-1.10.2-r300/work/webkitgtk-1.10.2' ./Tools/Scripts/run-gtk-tests File "./Tools/Scripts/run-gtk-tests", line 168 print "Could not start accessibility bus, so skipping TestWebKitAccessibility" ^ SyntaxError: invalid syntax make[2]: *** [check-local] Error 1
Created attachment 337432 [details] emerge --info
Might be a duplicate of bug #454772, please check.
In bug #454772 the issue is a failed import in line 26 here it's a syntax error in line 168. I don't think that this has the same cause. For reference: I have pygobject:3 installed.
Please test with 2.0.4
(In reply to Pacho Ramos from comment #4) > Please test with 2.0.4 2.0.4 runs tests fine for me, but at the end of the test phase, there is the following warning in the build log. make check-local make[2]: Entering directory `/var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4' ./Tools/Scripts/run-gtk-tests --timeout=-1 *** *** Warning: jhbuild environment not present. Run update-webkitgtk-libs before build-webkit to ensure proper testing. ***
Thanks for feedback Regarding the warning, I am unsure it's valid for us: I have checked if it's run in any other distributions and it's not, I have also unable to find it in Tools/Scripts :/