* [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create
@ 2011-08-17 20:43 bugzilla-daemon
2011-08-17 20:50 ` [Bug 40180] " bugzilla-daemon
` (5 more replies)
0 siblings, 6 replies; 7+ messages in thread
From: bugzilla-daemon @ 2011-08-17 20:43 UTC (permalink / raw)
To: dri-devel
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
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 40180] r600_dri.so: undefined symbol: radeon_drm_winsys_create 2011-08-17 20:43 [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create bugzilla-daemon @ 2011-08-17 20:50 ` bugzilla-daemon 2011-08-17 20:54 ` bugzilla-daemon ` (4 subsequent siblings) 5 siblings, 0 replies; 7+ messages in thread From: bugzilla-daemon @ 2011-08-17 20:50 UTC (permalink / raw) To: dri-devel 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 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 40180] r600_dri.so: undefined symbol: radeon_drm_winsys_create 2011-08-17 20:43 [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create bugzilla-daemon 2011-08-17 20:50 ` [Bug 40180] " bugzilla-daemon @ 2011-08-17 20:54 ` bugzilla-daemon 2011-08-17 21:02 ` bugzilla-daemon ` (3 subsequent siblings) 5 siblings, 0 replies; 7+ messages in thread From: bugzilla-daemon @ 2011-08-17 20:54 UTC (permalink / raw) To: dri-devel 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? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 40180] r600_dri.so: undefined symbol: radeon_drm_winsys_create 2011-08-17 20:43 [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create bugzilla-daemon 2011-08-17 20:50 ` [Bug 40180] " bugzilla-daemon 2011-08-17 20:54 ` bugzilla-daemon @ 2011-08-17 21:02 ` bugzilla-daemon 2011-08-17 21:05 ` bugzilla-daemon ` (2 subsequent siblings) 5 siblings, 0 replies; 7+ messages in thread From: bugzilla-daemon @ 2011-08-17 21:02 UTC (permalink / raw) To: dri-devel 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 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 40180] r600_dri.so: undefined symbol: radeon_drm_winsys_create 2011-08-17 20:43 [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create bugzilla-daemon ` (2 preceding siblings ...) 2011-08-17 21:02 ` bugzilla-daemon @ 2011-08-17 21:05 ` bugzilla-daemon 2011-08-17 21:25 ` bugzilla-daemon 2011-08-18 2:28 ` bugzilla-daemon 5 siblings, 0 replies; 7+ messages in thread From: bugzilla-daemon @ 2011-08-17 21:05 UTC (permalink / raw) To: dri-devel 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. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 40180] r600_dri.so: undefined symbol: radeon_drm_winsys_create 2011-08-17 20:43 [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create bugzilla-daemon ` (3 preceding siblings ...) 2011-08-17 21:05 ` bugzilla-daemon @ 2011-08-17 21:25 ` bugzilla-daemon 2011-08-18 2:28 ` bugzilla-daemon 5 siblings, 0 replies; 7+ messages in thread From: bugzilla-daemon @ 2011-08-17 21:25 UTC (permalink / raw) To: dri-devel 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. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel ^ permalink raw reply [flat|nested] 7+ messages in thread
* [Bug 40180] r600_dri.so: undefined symbol: radeon_drm_winsys_create 2011-08-17 20:43 [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create bugzilla-daemon ` (4 preceding siblings ...) 2011-08-17 21:25 ` bugzilla-daemon @ 2011-08-18 2:28 ` bugzilla-daemon 5 siblings, 0 replies; 7+ messages in thread From: bugzilla-daemon @ 2011-08-18 2:28 UTC (permalink / raw) To: dri-devel 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. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-08-18 2:28 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2011-08-17 20:43 [Bug 40180] New: r600_dri.so: undefined symbol: radeon_drm_winsys_create bugzilla-daemon 2011-08-17 20:50 ` [Bug 40180] " bugzilla-daemon 2011-08-17 20:54 ` bugzilla-daemon 2011-08-17 21:02 ` bugzilla-daemon 2011-08-17 21:05 ` bugzilla-daemon 2011-08-17 21:25 ` bugzilla-daemon 2011-08-18 2:28 ` bugzilla-daemon
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.