Hello again. Thanks for your reply, Michel.

Michel Dänzer wrote:
On Wed, 2007-05-30 at 09:54 +0200, Denis wrote:
Recently --- about five days ago --- I dist-upgraded my Sid-running iBook G4
(late 2005 version), and Xorg broke. When trying to start the X server, it
would give an error, and not start:

/usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/extensions//libdri.so

That's all? It doesn't say what symbol's unresolved?

Yes, it actually does; it's drmSetServerInfo. Happens that it got truncated in the ncurses error window that appeared, and I didn'tnotice it.

I launched X redirecting stderr to a log file, and this is what got logged before the whole system crashed (which, in case I didin't mention earlier, happens when it tries to load libdri.so):

[EMAIL PROTECTED]:~$ cat /root/log
X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux sputnik 2.6.21-1-powerpc #1 Fri May 18 20:10:25 CEST 2007 ppc
Build Date: 16 May 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed May 30 14:16:15 2007
(==) Using config file: "/etc/X11/xorg.conf"
X: symbol lookup error: /usr/lib/xorg/modules/extensions//libdri.so: undefined symbol: drmSetServerInfo
[EMAIL PROTECTED]:~$

The most likely cause is a stale libdrm; what does
ldd /usr/lib/xorg/modules/extensions/libdri.so
say?

[EMAIL PROTECTED]:~$ sudo ldd /usr/lib/xorg/modules/extensions/libdri.so
        linux-vdso32.so.1 =>  (0x00100000)
        libdrm.so.2 => /lib/libdrm.so.2 (0x6ffad000)
        libm.so.6 => /lib/libm.so.6 (0x6fee1000)
        libc.so.6 => /lib/libc.so.6 (0x6fd69000)
        /lib/ld.so.1 (0x20000000)


Anything else?

--
###########################
# Denís Fernández Cabrera #
#    [EMAIL PROTECTED]     #
#  gatonegro.ceibes.org   #
###########################


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to