Bug 40180 - r600_dri.so: undefined symbol: radeon_drm_winsys_create
Summary: r600_dri.so: undefined symbol: radeon_drm_winsys_create
Status: CLOSED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/r600 (show other bugs)
Version: git
Hardware: Other Linux (All)
: medium critical
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-17 13:43 UTC by Vinson Lee
Modified: 2011-08-17 19:28 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
fix (717 bytes, patch)
2011-08-17 13:54 UTC, Marek Olšák
Details | Splinter Review

Description Vinson Lee 2011-08-17 13:43:58 UTC
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
Comment 1 Vinson Lee 2011-08-17 13:50:33 UTC
mesa: 8c409403217cf8c13e1d2dd306ad5e86b566c5c9 (master) - good
Comment 2 Marek Olšák 2011-08-17 13:54:20 UTC
Created attachment 50333 [details] [review]
fix

Could you try this patch?
Comment 3 Vinson Lee 2011-08-17 14:02:53 UTC
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
Comment 4 Vinson Lee 2011-08-17 14:05:13 UTC
(In reply to comment #2)
> Created an attachment (id=50333) [details]
> fix
> 
> Could you try this patch?

The attachment with id=50333 fixes the reported issue.
Comment 5 Marek Olšák 2011-08-17 14:25:30 UTC
Alright, pushed and closing.
Comment 6 Vinson Lee 2011-08-17 19:28:39 UTC
mesa: fe2147c2a8e2cda7b12cc8e5e64fce3143ca673a (master)

Verified fixed.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.