[Mesa-dev] [Bug 52435] Classic DRI drivers fail to install when libdricore8.1.0.so isn't already in the system

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 28 11:11:08 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=52435

--- Comment #7 from Matt Turner <mattst88 at gmail.com> ---
Okay, I can reproduce.

> make -C src/mesa/drivers/dri/radeon DESTDIR="${pkgdir}" install

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
(http://www.gnu.org/software/libtool/manual/html_node/Install-mode.html):

> 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.

Thus, you need to make install libdricore into the inst-prefix before you can
make install DRI drivers that depend on it.

I did

> make -C src/mesa/libdricore/ DESTDIR=`pwd`/p install

before

> make -C src/mesa/drivers/dri/radeon DESTDIR=`pwd`/p install

and everything worked.

As such, I think this isn't a bug. Let me know if you agree.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20120928/7c07b2fe/attachment.html>


More information about the mesa-dev mailing list