https://bugs.freedesktop.org/show_bug.cgi?id=40180
Summary: r600_dri.so: undefined symbol: radeon_drm_winsys_create Product: Mesa Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: critical Priority: medium Component: Drivers/Gallium/r600 AssignedTo: dri-devel@lists.freedesktop.org ReportedBy: vlee@vmware.com
mesa: 3f78f719732b87e6707f94c187ad6e263c6c2ef0 (master)
$ scons $ LIBGL_DEBUG=verbose LIBGL_DRIVERS_PATH=build/linux-x86-debug/gallium/targets/dri-r600 glxinfo name of display: :0 libGL: OpenDriver: trying build/linux-x86-debug/gallium/targets/dri-r600/tls/r600_dri.so libGL: OpenDriver: trying build/linux-x86-debug/gallium/targets/dri-r600/r600_dri.so libGL error: dlopen build/linux-x86-debug/gallium/targets/dri-r600/r600_dri.so failed (build/linux-x86-debug/gallium/targets/dri-r600/r600_dri.so: undefined symbol: radeon_drm_winsys_create) libGL error: unable to load driver: r600_dri.so libGL error: driver pointer missing
https://bugs.freedesktop.org/show_bug.cgi?id=40180
--- Comment #1 from Vinson Lee vlee@vmware.com 2011-08-17 13:50:33 PDT --- mesa: 8c409403217cf8c13e1d2dd306ad5e86b566c5c9 (master) - good
https://bugs.freedesktop.org/show_bug.cgi?id=40180
--- Comment #2 from Marek Olšák maraeo@gmail.com 2011-08-17 13:54:20 PDT --- Created an attachment (id=50333) View: https://bugs.freedesktop.org/attachment.cgi?id=50333 Review: https://bugs.freedesktop.org/review?bug=40180&attachment=50333
fix
Could you try this patch?
https://bugs.freedesktop.org/show_bug.cgi?id=40180
--- Comment #3 from Vinson Lee vlee@vmware.com 2011-08-17 14:02:53 PDT --- ce12f826927cf2d3ac3fd70d893abfb07adc23db is the first bad commit commit ce12f826927cf2d3ac3fd70d893abfb07adc23db Author: Marek Olšák maraeo@gmail.com Date: Fri Jul 22 19:25:07 2011 +0200
r600g: first step into winsys/radeon
Reviewed-by: Alex Deucher alexander.deucher@amd.com
:100644 100644 6fa5e5177a4a5166e4af95f5011429dbc74fec95 ea58dae6593bdaa73626a5bb8ee35784fccaa1ff M configure.ac :040000 040000 def08938d4e816c0ac2a09a648aaeaf75fc1421f 6e96e59e537bbf0c71c67dcb6d71c24331ad4d04 M src
https://bugs.freedesktop.org/show_bug.cgi?id=40180
--- Comment #4 from Vinson Lee vlee@vmware.com 2011-08-17 14:05:13 PDT --- (In reply to comment #2)
Created an attachment (id=50333)
View: https://bugs.freedesktop.org/attachment.cgi?id=50333 Review: https://bugs.freedesktop.org/review?bug=40180&attachment=50333
fix
Could you try this patch?
The attachment with id=50333 fixes the reported issue.
https://bugs.freedesktop.org/show_bug.cgi?id=40180
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Marek Olšák maraeo@gmail.com 2011-08-17 14:25:30 PDT --- Alright, pushed and closing.
https://bugs.freedesktop.org/show_bug.cgi?id=40180
Vinson Lee vlee@vmware.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Vinson Lee vlee@vmware.com 2011-08-17 19:28:39 PDT --- mesa: fe2147c2a8e2cda7b12cc8e5e64fce3143ca673a (master)
Verified fixed.
dri-devel@lists.freedesktop.org