[Mesa-dev] Doing 8.0.1 release?

Matt Turner mattst88 at gmail.com
Thu May 24 11:36:20 PDT 2012


On Thu, May 24, 2012 at 2:20 PM, Jeremy Huddleston <jeremyhu at apple.com> wrote:
> This is still a problem with the 8.0.3 release.  Can this please get addressed in 8.0.4 =):
>
> python -t -O -O ../../src/mapi/glapi/gen/gl_table.py -f ../../src/mapi/glapi/gen/gl_and_es_API.xml -m remap_table -c es1 > main/api_exec_es1_dispatch.h
> python -t -O -O ../../src/mapi/glapi/gen/gl_table.py -f ../../src/mapi/glapi/gen/gl_and_es_API.xml -m remap_table -c es2 > main/api_exec_es2_dispatch.h
> python -t -O -O ../../src/mapi/glapi/gen/remap_helper.py -f ../../src/mapi/glapi/gen/gl_and_es_API.xml -c es1 > main/api_exec_es1_remap_helper.h
> Traceback (most recent call last):
>  File "../../src/mapi/glapi/gen/gl_table.py", line 28, in <module>
>    import gl_XML
>  File "/private/tmp/X11libs_trunk.roots/X11libs_trunk~obj/MesaLib/Mesa-8.0.3/src/mapi/glapi/gen/gl_XML.py", line 28, in <module>
>    import libxml2
> ImportError: No module named libxml2
> ...

Odd. Is this actually a Mesa bug, or is the libxml2 python dependency
not available on your system? Mesa depends on libxml2 with USE=python
in Gentoo.


More information about the mesa-dev mailing list