Created attachment 977275 [details] build.log piglit fails to build on EL-6 (see attached build.log even with patch fixing the python 2.7 v. 2.6 problem).
Created attachment 977276 [details] suggested patch for python 2.6 / 2.7 issue Just trying this to get further in the analysis. Not sure whether it actually matters.
See http://thread.gmane.org/gmane.comp.video.piglit/12362/focus=12365 saying also: > Which one it is? How difficult it would be to switch piglit to > python 2.6? I hope not that difficult (as there were not that > many changes between 2.6 and 2.7). Does anybody know? We rely on a couple of 2.7 features, one of them is oredered dictionaries, the other is dict comprehensions. We also use a lot of unnamed format strings ( '{}{}'.format(a, b) ). > > And of course, when I apply just the attached patch I get to yet > another problem: freeglut (RHEL-6 has freeglut-2.6.0). But let's > walk this minefield one mine at the time. You need waffle, glut is not recommended for linux. (https://github.com/waffle-gl/waffle, http://www.waffle-gl.org) --- ordered dictionaries are not problem https://pypi.python.org/pypi/collections2/0.3.0
We have temporary builds at http://copr.fedoraproject.org/coprs/mcepl/piglit-el6 but it is not correct (using packages from Rawhide, and I am quite sure that a lot of the code is broken).
I am not sure anybody cares about this bug at this point.