<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 - build error - incompatible types in assignment of 'unsigned int*' to 'uint [3] {aka unsigned int [3]}'"
href="https://bugs.freedesktop.org/show_bug.cgi?id=94137">94137</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>build error - incompatible types in assignment of 'unsigned int*' to 'uint [3] {aka unsigned int [3]}'
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86-64 (AMD64)
</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>Mesa core
</td>
</tr>
<tr>
<th>Assignee</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>fabio.ped@libero.it
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>samuel.pitoiset@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>CXX core/libclover_la-kernel.lo
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp: In member
function 'void clover::kernel::launch(clover::command_queue&, const
std::vector<unsigned int>&, const std::vector<unsigned int>&, const
std::vector<unsigned int>&)':
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp:79:15:
error: incompatible types in assignment of 'unsigned int*' to 'uint [3] {aka
unsigned int [3]}'
info.block = pad_vector(q, block_size, 1).data(),
^
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp:80:14:
error: incompatible types in assignment of 'unsigned int*' to 'uint [3] {aka
unsigned int [3]}'
info.grid = pad_vector(q, reduced_grid_size, 1).data(),
^
../../../../../../src/gallium/state_trackers/clover/core/kernel.cpp:81:41:
error: 'const struct clover::module' has no member named 'sysm'
info.pc = find(name_equals(_name), m.sysm).offset;
^
make[4]: *** [core/libclover_la-kernel.lo] Error 1
Full log here:
<a href="https://launchpadlibrarian.net/238406354/buildlog_ubuntu-xenial-i386.mesa_11.2~git1602131930.b410ed~gd~x_BUILDING.txt.gz">https://launchpadlibrarian.net/238406354/buildlog_ubuntu-xenial-i386.mesa_11.2~git1602131930.b410ed~gd~x_BUILDING.txt.gz</a></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>