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

--- Comment #7 from Matt Turner <[email protected]> ---
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.
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to