<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Classic DRI drivers fail to install when libdricore8.1.0.so isn't already in the system"
href="https://bugs.freedesktop.org/show_bug.cgi?id=52435#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED --- - Classic DRI drivers fail to install when libdricore8.1.0.so isn't already in the system"
href="https://bugs.freedesktop.org/show_bug.cgi?id=52435">bug 52435</a>
from <span class="vcard"><a class="email" href="mailto:mattst88@gmail.com" title="Matt Turner <mattst88@gmail.com>"> <span class="fn">Matt Turner</span></a>
</span></b>
<pre>Okay, I can reproduce.
<span class="quote">> make -C src/mesa/drivers/dri/radeon DESTDIR="${pkgdir}" install</span >
This is the relevant part. I guess I don't understand why you want to run make
install on individual directories?
Anyway, from the manual
(<a href="http://www.gnu.org/software/libtool/manual/html_node/Install-mode.html">http://www.gnu.org/software/libtool/manual/html_node/Install-mode.html</a>):
<span class="quote">> inst-prefix is also used to insure that if the installed object must be relinked upon installation, that it is relinked against the libraries in inst-prefix-dir/prefix, not prefix.</span >
Thus, you need to make install libdricore into the inst-prefix before you can
make install DRI drivers that depend on it.
I did
<span class="quote">> make -C src/mesa/libdricore/ DESTDIR=`pwd`/p install</span >
before
<span class="quote">> make -C src/mesa/drivers/dri/radeon DESTDIR=`pwd`/p install</span >
and everything worked.
As such, I think this isn't a bug. Let me know if you agree.</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>