<div dir="ltr">FYI here is the full build log of the failing build.<br><br><a href="https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=powerpc&ver=9.1.3-1&stamp=1369778584">https://buildd.debian.org/status/fetch.php?pkg=mesa&arch=powerpc&ver=9.1.3-1&stamp=1369778584</a><br>
<br>Andreas.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/5/30 Andreas Boll <span dir="ltr"><<a href="mailto:andreas.boll.dev@gmail.com" target="_blank">andreas.boll.dev@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This fixes the following build errors on powerpc:<br>
<br>
CC glapi_dispatch.lo<br>
In file included from glapi_dispatch.c:90:0:<br>
../../../../../src/mapi/glapi/glapitemp.h:1640:1: error: no previous<br>
prototype for 'glReadBufferNV' [-Werror=missing-prototypes]<br>
../../../../../src/mapi/glapi/glapitemp.h:4198:1: error: no previous<br>
prototype for 'glDrawBuffersNV' [-Werror=missing-prototypes]<br>
../../../../../src/mapi/glapi/glapitemp.h:6377:1: error: no previous<br>
prototype for 'glFlushMappedBufferRangeEXT'<br>
[-Werror=missing-prototypes]<br>
../../../../../src/mapi/glapi/glapitemp.h:6389:1: error: no previous<br>
prototype for 'glMapBufferRangeEXT' [-Werror=missing-prototypes]<br>
../../../../../src/mapi/glapi/glapitemp.h:6401:1: error: no previous<br>
prototype for 'glBindVertexArrayOES' [-Werror=missing-prototypes]<br>
../../../../../src/mapi/glapi/glapitemp.h:6413:1: error: no previous<br>
prototype for 'glDeleteVertexArraysOES' [-Werror=missing-prototypes]<br>
../../../../../src/mapi/glapi/glapitemp.h:6433:1: error: no previous<br>
prototype for 'glGenVertexArraysOES' [-Werror=missing-prototypes]<br>
../../../../../src/mapi/glapi/glapitemp.h:6445:1: error: no previous<br>
prototype for 'glIsVertexArrayOES' [-Werror=missing-prototypes]<br>
<br>
NOTE: This is a candidate for the 9.0 and 9.1 branches.<br>
<br>
Reviewed-by: Maarten Lankhorst <<a href="mailto:maarten.lankhorst@canonical.com">maarten.lankhorst@canonical.com</a>><br>
---<br>
src/mapi/glapi/gen/es_EXT.xml | 23 ++++++++++++++---------<br>
1 file changed, 14 insertions(+), 9 deletions(-)<br>
<br>
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml<br>
index ff378ac..f412333 100644<br>
--- a/src/mapi/glapi/gen/es_EXT.xml<br>
+++ b/src/mapi/glapi/gen/es_EXT.xml<br>
@@ -689,22 +689,25 @@<br>
<br>
<!-- 71. GL_OES_vertex_array_object --><br>
<category name="GL_OES_vertex_array_object" number="71"><br>
- <function name="BindVertexArrayOES" alias="BindVertexArray" es2="2.0"><br>
+ <function name="BindVertexArrayOES" alias="BindVertexArray"<br>
+ static_dispatch="false" es2="2.0"><br>
<param name="array" type="GLuint"/><br>
</function><br>
<br>
<function name="DeleteVertexArraysOES" alias="DeleteVertexArrays"<br>
- es2="2.0"><br>
+ static_dispatch="false" es2="2.0"><br>
<param name="n" type="GLsizei"/><br>
<param name="arrays" type="const GLuint *" count="n"/><br>
</function><br>
<br>
- <function name="GenVertexArraysOES" alias="GenVertexArrays" es2="2.0"><br>
+ <function name="GenVertexArraysOES" alias="GenVertexArrays"<br>
+ static_dispatch="false" es2="2.0"><br>
<param name="n" type="GLsizei"/><br>
<param name="arrays" type="GLuint *" output="true" count="n"/><br>
</function><br>
<br>
- <function name="IsVertexArrayOES" alias="IsVertexArray" es2="2.0"><br>
+ <function name="IsVertexArrayOES" alias="IsVertexArray"<br>
+ static_dispatch="false" es2="2.0"><br>
<param name="array" type="GLuint"/><br>
<return type="GLboolean"/><br>
</function><br>
@@ -779,7 +782,8 @@<br>
<size name="Get" mode="get"/><br>
</enum><br>
<br>
- <function name="DrawBuffersNV" alias="DrawBuffers" es2="2.0"><br>
+ <function name="DrawBuffersNV" alias="DrawBuffers"<br>
+ static_dispatch="false" es2="2.0"><br>
<param name="n" type="GLsizei" counter="true"/><br>
<param name="bufs" type="const GLenum *" count="n"/><br>
</function><br>
@@ -787,7 +791,8 @@<br>
<br>
<!-- 93. GL_NV_read_buffer --><br>
<category name="GL_NV_read_buffer"><br>
- <function name="ReadBufferNV" alias="ReadBuffer" es2="2.0"><br>
+ <function name="ReadBufferNV" alias="ReadBuffer"<br>
+ static_dispatch="false" es2="2.0"><br>
<param name="mode" type="GLenum"/><br>
</function><br>
</category><br>
@@ -815,8 +820,8 @@<br>
<enum name="MAP_FLUSH_EXPLICIT_BIT_EXT" value="0x0010"/><br>
<enum name="MAP_UNSYNCHRONIZED_BIT_EXT" value="0x0020"/><br>
<br>
- <function name="MapBufferRangeEXT" alias="MapBufferRange" es1="1.0"<br>
- es2="2.0"><br>
+ <function name="MapBufferRangeEXT" alias="MapBufferRange"<br>
+ static_dispatch="false" es1="1.0" es2="2.0"><br>
<param name="target" type="GLenum"/><br>
<param name="offset" type="GLintptr"/><br>
<param name="size" type="GLsizeiptr"/><br>
@@ -825,7 +830,7 @@<br>
</function><br>
<br>
<function name="FlushMappedBufferRangeEXT" alias="FlushMappedBufferRange"<br>
- es1="1.0" es2="2.0"><br>
+ static_dispatch="false" es1="1.0" es2="2.0"><br>
<param name="target" type="GLenum"/><br>
<param name="offset" type="GLintptr"/><br>
<param name="length" type="GLsizeiptr"/><br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.10.4<br>
<br>
</font></span></blockquote></div><br></div>