<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - mesa/main/api_exec.c:940: undefined reference to `_es_AlphaFuncx'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=56827">56827</a>
</td>
</tr>
<tr>
<th>CC</th>
<td>stereotype441@gmail.com
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Summary</th>
<td>mesa/main/api_exec.c:940: undefined reference to `_es_AlphaFuncx'
</td>
</tr>
<tr>
<th>Severity</th>
<td>blocker
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vlee@freedesktop.org
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Component</th>
<td>Mesa core
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr></table>
<p>
<div>
<pre>mesa: 91b828ea740daa0bff6abb7da03dd18594016091 (master)
$ scons platform=windows toolchain=crossmingw
[...]
Linking gallium/targets/libgl-gdi/opengl32.dll ...
mesa/libmesa.a(api_exec.o): In function `_mesa_create_exec_table':
mesa/main/api_exec.c:940: undefined reference to `_es_AlphaFuncx'
mesa/main/api_exec.c:941: undefined reference to `_es_ClearColorx'
mesa/main/api_exec.c:942: undefined reference to `_es_ClearDepthx'
mesa/main/api_exec.c:943: undefined reference to `_es_ClipPlanef'
mesa/main/api_exec.c:944: undefined reference to `_es_ClipPlanex'
mesa/main/api_exec.c:945: undefined reference to `_es_Color4x'
mesa/main/api_exec.c:946: undefined reference to `_es_DepthRangex'
mesa/main/api_exec.c:953: undefined reference to `_es_DrawTexxOES'
mesa/main/api_exec.c:954: undefined reference to `_es_DrawTexxvOES'
mesa/main/api_exec.c:955: undefined reference to `_es_Fogx'
mesa/main/api_exec.c:956: undefined reference to `_es_Fogxv'
mesa/main/api_exec.c:957: undefined reference to `_es_Frustumf'
mesa/main/api_exec.c:958: undefined reference to `_es_Frustumx'
mesa/main/api_exec.c:959: undefined reference to `_es_GetClipPlanef'
mesa/main/api_exec.c:960: undefined reference to `_es_GetClipPlanex'
mesa/main/api_exec.c:962: undefined reference to `_es_GetLightxv'
mesa/main/api_exec.c:963: undefined reference to `_es_GetMaterialxv'
mesa/main/api_exec.c:964: undefined reference to `_es_GetTexEnvxv'
mesa/main/api_exec.c:965: undefined reference to `_check_GetTexGenxvOES'
mesa/main/api_exec.c:966: undefined reference to `_es_GetTexParameterxv'
mesa/main/api_exec.c:967: undefined reference to `_es_LightModelx'
mesa/main/api_exec.c:968: undefined reference to `_es_LightModelxv'
mesa/main/api_exec.c:969: undefined reference to `_es_Lightx'
mesa/main/api_exec.c:970: undefined reference to `_es_Lightxv'
mesa/main/api_exec.c:971: undefined reference to `_es_LineWidthx'
mesa/main/api_exec.c:972: undefined reference to `_es_LoadMatrixx'
mesa/main/api_exec.c:973: undefined reference to `_es_Materialx'
mesa/main/api_exec.c:974: undefined reference to `_es_Materialxv'
mesa/main/api_exec.c:975: undefined reference to `_es_MultMatrixx'
mesa/main/api_exec.c:976: undefined reference to `_es_MultiTexCoord4x'
mesa/main/api_exec.c:977: undefined reference to `_es_Normal3x'
mesa/main/api_exec.c:978: undefined reference to `_es_Orthof'
mesa/main/api_exec.c:979: undefined reference to `_es_Orthox'
mesa/main/api_exec.c:980: undefined reference to `_es_PointParameterx'
mesa/main/api_exec.c:981: undefined reference to `_es_PointParameterxv'
mesa/main/api_exec.c:983: undefined reference to `_es_PointSizex'
mesa/main/api_exec.c:984: undefined reference to `_es_PolygonOffsetx'
mesa/main/api_exec.c:986: undefined reference to `_es_Rotatex'
mesa/main/api_exec.c:987: undefined reference to `_es_SampleCoveragex'
mesa/main/api_exec.c:988: undefined reference to `_es_Scalex'
mesa/main/api_exec.c:989: undefined reference to `_es_TexEnvx'
mesa/main/api_exec.c:990: undefined reference to `_es_TexEnvxv'
mesa/main/api_exec.c:991: undefined reference to `_check_TexGenxOES'
mesa/main/api_exec.c:992: undefined reference to `_check_TexGenxvOES'
mesa/main/api_exec.c:993: undefined reference to `_es_TexParameterx'
mesa/main/api_exec.c:994: undefined reference to `_es_TexParameterxv'
mesa/main/api_exec.c:995: undefined reference to `_es_Translatex'
collect2: ld returned 1 exit status
scons: *** [gallium/targets/libgl-gdi/opengl32.dll] Error 1
scons: building terminated because of errors.
5708e2711366e4dd1f19275c943b04706fd9c633 is the first bad commit
commit 5708e2711366e4dd1f19275c943b04706fd9c633
Author: Paul Berry <<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>>
Date: Tue Oct 30 14:03:28 2012 -0700
dispatch: Remove a few FEATURE_ES1 conditionals.
This allows the GLES1.1 dispatch sanity test to be run on all builds,
even builds that do not include GLES1 support.
Reviewed-by: Jordan Justen <<a href="mailto:jordan.l.justen@intel.com">jordan.l.justen@intel.com</a>>
Reviewed-by: Matt Turner <<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>>
:040000 040000 d13effc8130975e21dc1aa770c06726e43f6fb78
d26241fff2d331c44053db21606e25292467fa60 M src
bisect run success</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>