https://bugs.freedesktop.org/show_bug.cgi?id=50389
Bug #: 50389 Summary: [radeonsi] Unknown type of argument: ../../../../i386-linux-gnu/egl/egl_gallium.so Classification: Unclassified Product: Mesa Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priority: high Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: fabio.ped@libero.it
When enabling radeonsi building fails with:
collect2: ld returned 1 exit status mklib: Installing egl_gallium.so in ../../../../i386-linux-gnu/egl mv: cannot stat `egl_gallium.so': No such file or directory /usr/bin/install -c -d /build/buildd/mesa-8.1~git1205271341.640409~gd~p/debian/tmp/dri/usr/lib/i386-linux-gnu/egl for out in ../../../../i386-linux-gnu/egl/egl_gallium.so; do \ /bin/bash ../../../../bin/minstall -m 755 "$out" /build/buildd/mesa-8.1~git1205271341.640409~gd~p/debian/tmp/dri/usr/lib/i386-linux-gnu/egl; \ done Unknown type of argument: ../../../../i386-linux-gnu/egl/egl_gallium.so make[4]: *** [install] Error 1 make[4]: Leaving directory `/build/buildd/mesa-8.1~git1205271341.640409~gd~p/build/dri/src/gallium/targets/egl-static' make[3]: *** [install] Error 1
Full compile log here: https://launchpadlibrarian.net/106246003/buildlog_ubuntu-precise-i386.mesa_8...
https://bugs.freedesktop.org/show_bug.cgi?id=50389
--- Comment #1 from Michel Dänzer michel@daenzer.net 2012-06-01 10:07:21 UTC --- The radeonsi driver still defines a few of the same symbols as r600g, so they can't be both built into egl_gallium.so at this time. radeonsi isn't really usable yet anyway, so you probably shouldn't ship it yet.
https://bugs.freedesktop.org/show_bug.cgi?id=50389
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |freedesktop@blino.org
--- Comment #2 from Michel Dänzer michel@daenzer.net 2012-08-06 12:48:23 UTC --- *** Bug 53109 has been marked as a duplicate of this bug. ***
https://bugs.freedesktop.org/show_bug.cgi?id=50389
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Michel Dänzer michel@daenzer.net 2012-08-16 15:18:27 UTC --- Commit: 1b11395a36a44a902cfb3e1783758544662df73f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b11395a36a44a902cfb3e17837...
Author: Michel Dänzer michel.daenzer@amd.com Date: Thu Aug 16 10:37:44 2012 +0200
radeonsi: Fix symbol conflicts with r600g.
dri-devel@lists.freedesktop.org