https://bugs.freedesktop.org/show_bug.cgi?id=76960
Priority: medium Bug ID: 76960 Keywords: regression CC: bri...@vmware.com, huax...@intel.com, i...@freedesktop.org Assignee: mesa-dev@lists.freedesktop.org Summary: NameError: name 'src' is not defined Severity: blocker Classification: Unclassified OS: Linux (All) Reporter: v...@freedesktop.org Hardware: x86-64 (AMD64) Status: NEW Version: git Component: Other Product: Mesa mesa: 5a68f731029258ddede4bd5d578cee203f4a80b3 (master 10.2.0-devel) $ scons [...] Generating build/linux-x86_64-debug/mapi/glapi/glprocs.h ... Traceback (most recent call last): File "<string>", line 1, in <module> NameError: name 'src' is not defined cecffa08d191615b59751dc84fe33d051e4a4b67 is the first bad commit commit cecffa08d191615b59751dc84fe33d051e4a4b67 Author: Ian Romanick <ian.d.roman...@intel.com> Date: Tue Apr 1 13:04:17 2014 -0700 glapi: Enable ES compatibility mode Ages ago Chia-I added an ES compatibility flag to several of the various generator scripts. The intention was to bridge differences between ES and desktop in Mesa builds without ES. It doesn't appear that it has ever been used. Recent changes to static_dispatch status of several ES1 functions caused problems in desktop-only, non-shared-glapi builds. Enabling the ES compatibility mode appears to fix these build problems. This is kind of a duct tape solution to this problem. As I mentioned in the cover letter for the series that triggered the build problem, I would like to make some major changes to the generator architecture and the XML. The whole point of the proposed architecture changes is to better handle the differences between desktop GL and ES. I think duct tape is okay for now. Signed-off-by: Ian Romanick <ian.d.roman...@intel.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76869 Tested-by: Brian Paul <bri...@vmware.com> Tested-by: Lu Hua <huax...@intel.com> Cc: Vinson Lee <v...@freedesktop.org> Cc: Chia-I Wu <o...@lunarg.com> :040000 040000 49d832f3a17a5e1df34ebc1fcfa1604456a66f03 e1f9b761ab1c0183699f261e7830e3dcd1a5bf2a M src bisect run success -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev