All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 25876] New: Direct Rendering Disabled Due to Undefined Symbols
@ 2010-01-03 23:29 bugzilla-daemon
  2010-01-04  2:04 ` [Bug 25876] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-03 23:29 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=25876

           Summary: Direct Rendering Disabled Due to Undefined Symbols
           Product: Mesa
           Version: git
          Platform: x86 (IA32)
        OS/Version: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/Radeon
        AssignedTo: dri-devel@lists.sourceforge.net
        ReportedBy: tstellar@gmail.com


I just built the latest version of mesa from git, commit:      
e388d62b4712bcd75cecad53f5ca20a2bb6f89b1

Direct rendering is disabled due to some undefined symbols, here is the
debugging output from glxinfo:

libGL: XF86DRIGetClientDriverName: 5.3.0 r300 (screen 0)
libGL: OpenDriver: trying /usr/lib/dri/tls/r300_dri.so
libGL: OpenDriver: trying /usr/lib/dri/r300_dri.so
libGL error: dlopen /usr/lib/dri/r300_dri.so failed (/usr/lib/dri/r300_dri.so:
undefined symbol: _glthread_GetID)
libGL error: unable to load driver: r300_dri.so
libGL: OpenDriver: trying /usr/lib/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/dri/swrast_dri.so
libGL error: dlopen /usr/lib/dri/swrast_dri.so failed
(/usr/lib/dri/swrast_dri.so: undefined symbol: _glapi_check_multithread)
libGL error: unable to load driver: swrast_dri.so
libGL error: reverting to indirect rendering

I am using xorg-server version 1.7.3.901, kernel version 2.6.32, and the latest
versions of libdrm and ddx.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 25876] Direct Rendering Disabled Due to Undefined Symbols
  2010-01-03 23:29 [Bug 25876] New: Direct Rendering Disabled Due to Undefined Symbols bugzilla-daemon
@ 2010-01-04  2:04 ` bugzilla-daemon
  2010-01-04  2:46 ` bugzilla-daemon
  2010-01-04  2:51 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-04  2:04 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=25876


Kristian Høgsberg <krh@bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




--- Comment #1 from Kristian Høgsberg <krh@bitplanet.net>  2010-01-03 18:04:19 PST ---
Should be fixed now, please give git master a try.

thanks,
Kristian


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 25876] Direct Rendering Disabled Due to Undefined Symbols
  2010-01-03 23:29 [Bug 25876] New: Direct Rendering Disabled Due to Undefined Symbols bugzilla-daemon
  2010-01-04  2:04 ` [Bug 25876] " bugzilla-daemon
@ 2010-01-04  2:46 ` bugzilla-daemon
  2010-01-04  2:51 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-04  2:46 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=25876





--- Comment #2 from Tom Stellard <tstellar@gmail.com>  2010-01-03 18:46:50 PST ---
I just tried again with mesa master, commit:   
b8326b011d9b16dcc502507a52bd747a4b709399
I can confirm this bug has been fixed.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 25876] Direct Rendering Disabled Due to Undefined Symbols
  2010-01-03 23:29 [Bug 25876] New: Direct Rendering Disabled Due to Undefined Symbols bugzilla-daemon
  2010-01-04  2:04 ` [Bug 25876] " bugzilla-daemon
  2010-01-04  2:46 ` bugzilla-daemon
@ 2010-01-04  2:51 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2010-01-04  2:51 UTC (permalink / raw)
  To: dri-devel

http://bugs.freedesktop.org/show_bug.cgi?id=25876


Kristian Høgsberg <krh@bitplanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Kristian Høgsberg <krh@bitplanet.net>  2010-01-03 18:51:19 PST ---
Thanks, closing bug.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-04  2:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-03 23:29 [Bug 25876] New: Direct Rendering Disabled Due to Undefined Symbols bugzilla-daemon
2010-01-04  2:04 ` [Bug 25876] " bugzilla-daemon
2010-01-04  2:46 ` bugzilla-daemon
2010-01-04  2:51 ` 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.