<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Latest mesa git fails to compile in mesa/main/marshal.c"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101843">101843</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Latest mesa git fails to compile in mesa/main/marshal.c
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux (All)
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Other
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>dark.shadow4@web.de
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>I'm on latest git tree, commit 80a0c9745cad25ca35ae6ea5b29363836cc21a66
I configure mesa with
../mesa-git/autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--with-dri-driverdir=/usr/lib/xorg/modules/dri \
--with-gallium-drivers=radeonsi,swrast\
--with-dri-drivers=radeon,swrast \
--with-platforms=x11,drm \
--enable-texture-float \
--enable-xa \
--enable-glx-tls \
--enable-libglvnd
Build fails with
../../../mesa-git/src/mesa/main/marshal.c: In function
‘_mesa_marshal_NamedBufferData’:
../../../mesa-git/src/mesa/main/marshal.c:456:47: error:
‘DISPATCH_CMD_NamedBufferData’ undeclared (first use in this function); did you
mean ‘DISPATCH_CMD_BufferData’?
_mesa_glthread_allocate_command(ctx, DISPATCH_CMD_NamedBufferData,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
DISPATCH_CMD_BufferData
../../../mesa-git/src/mesa/main/marshal.c:456:47: note: each undeclared
identifier is reported only once for each function it appears in
../../../mesa-git/src/mesa/main/marshal.c: In function
‘_mesa_marshal_NamedBufferSubData’:
../../../mesa-git/src/mesa/main/marshal.c:513:47: error:
‘DISPATCH_CMD_NamedBufferSubData’ undeclared (first use in this function); did
you mean ‘DISPATCH_CMD_CopyNamedBufferSubData’?
_mesa_glthread_allocate_command(ctx, DISPATCH_CMD_NamedBufferSubData,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
DISPATCH_CMD_CopyNamedBufferSubData
../../../mesa-git/src/mesa/main/marshal.c: In function
‘_mesa_marshal_ClearBufferiv’:
../../../mesa-git/src/mesa/main/marshal.c:681:39: error:
‘DISPATCH_CMD_ClearBufferiv’ undeclared (first use in this function); did you
mean ‘DISPATCH_CMD_ClearBufferfv’?
if (!clear_buffer_add_command(ctx, DISPATCH_CMD_ClearBufferiv, buffer,
^~~~~~~~~~~~~~~~~~~~~~~~~~
DISPATCH_CMD_ClearBufferfv
../../../mesa-git/src/mesa/main/marshal.c: In function
‘_mesa_marshal_ClearBufferuiv’:
../../../mesa-git/src/mesa/main/marshal.c:710:39: error:
‘DISPATCH_CMD_ClearBufferuiv’ undeclared (first use in this function); did you
mean ‘DISPATCH_CMD_ClearBufferfi’?
if (!clear_buffer_add_command(ctx, DISPATCH_CMD_ClearBufferuiv, buffer,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
DISPATCH_CMD_ClearBufferfi
Maybe there is something wrong with my setup? It used to work just fine, but
some update led to mesa not compiling anymore.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>