<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 - mesa: Finish subdir-objects transition"
href="https://bugs.freedesktop.org/show_bug.cgi?id=90905">90905</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>mesa: Finish subdir-objects transition
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>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>emil.l.velikov@gmail.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mattst88@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr>
<tr>
<th>CC</th>
<td>axel.davy@ens.fr
</td>
</tr></table>
<p>
<div>
<pre>The last thing blocking enabling subdir-objects (the default for automake-1.4,
and the only option for automake-2.0) is
src/loader/Makefile.am:
if HAVE_DRICOMMON
...
libloader_la_SOURCES += \
$(top_srcdir)/src/mesa/drivers/dri/common/xmlconfig.c
...
endif
Worse, since the loader is linked into the gallium dri targets, which also
links in dricommon which includes xmlconfig.c...
# XXX: Temporary allow duplicated symbols, as the loader pulls in xmlconfig.c
# which already provides driParse* and driQuery* amongst others.
# Remove this hack as we come up with a cleaner solution.
gallium_dri_la_LDFLAGS += \
-Wl,--allow-multiple-definition
I'd fix it myself, but I literally have no idea what is going on. I've been
poking about this since at least December 21st last year, so I'd *really*
appreciate sorting this out.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>