piglit: 78996bff399fd380a2bbac73dcbfe366ae502483 (master) [100%] Generating texture_lod_tests.list Traceback (most recent call last): File "generated_tests/gen_texture_lod_tests.py", line 180, in <module> main() File "generated_tests/gen_texture_lod_tests.py", line 159, in main **params.__dict__)) AttributeError: 'Parameters' object has no attribute '__dict__'
This is a python 2.6 specific problem, it works fine on 2.7. I'll send out a patch.
I have sent a patch to the list to address this issue: [PATCH] gen_texure_lod_tests.py: Fix python 2.6 compatibility
The build fails with Python 2.7 as well.
I just made a clean build of piglit with python 2.7.6 and it worked fine git clean -fdx cmake . -GNinja ninja works for me (tm) Either way the patch mentioned should fix the problem.
Fixed with commit 796f34749dc21ad96f6ac25ca94d403a0974581e on master
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.