Bug#529330: xserver-xorg: xserver crashes with undefined symbol: BuiltinRegisterFpeFunctions

2009-05-19 Thread Julien Cristau
On Mon, May 18, 2009 at 20:22:19 +0200, Julien Langer wrote:

 xserver 7.4 crashes with undefined symbol: BuiltinRegisterFpeFunctions
 7.3+18 still works fine.
 
What version of libxfont1 is installed?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529330: xserver-xorg: xserver crashes with undefined symbol: BuiltinRegisterFpeFunctions

2009-05-19 Thread Julien Langer
2009/5/19 Julien Cristau jcris...@debian.org

On Mon, May 18, 2009 at 20:22:19 +0200, Julien Langer wrote:

  xserver 7.4 crashes with undefined symbol: BuiltinRegisterFpeFunctions
  7.3+18 still works fine.
 

What version of libxfont1 is installed?


 1:1.4.0-1 is installed

-Julien


Bug#529330: xserver-xorg: xserver crashes with undefined symbol: BuiltinRegisterFpeFunctions

2009-05-19 Thread Julien Cristau
On Tue, May 19, 2009 at 19:32:14 +0200, Julien Langer wrote:

 2009/5/19 Julien Cristau jcris...@debian.org
 
  On Mon, May 18, 2009 at 20:22:19 +0200, Julien Langer wrote:
 
   xserver 7.4 crashes with undefined symbol: BuiltinRegisterFpeFunctions
   7.3+18 still works fine.
  
 
 What version of libxfont1 is installed?
 
 
  1:1.4.0-1 is installed
 
then you probably have a locally installed libXfont that somehow
conflicts with the system one.  What does 'ldd /usr/bin/Xorg' say?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#529330: xserver-xorg: xserver crashes with undefined symbol: BuiltinRegisterFpeFunctions

2009-05-19 Thread Julien Langer
2009/5/19 Julien Cristau jcris...@debian.org

  then you probably have a locally installed libXfont that somehow
 conflicts with the system one.  What does 'ldd /usr/bin/Xorg' say?


You're right:

 % ldd /usr/bin/Xorg
linux-gate.so.1 =  (0xe000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb7f63000)
libXfont.so.1 = /usr/X11R6/lib/libXfont.so.1 (0xb7ee8000)
libXau.so.6 = /usr/lib/libXau.so.6 (0xb7ee4000)
libfontenc.so.1 = /usr/lib/libfontenc.so.1 (0xb7ede000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0xb7e9c000)
libhal.so.1 = /usr/lib/libhal.so.1 (0xb7e8c000)
libdbus-1.so.3 = /usr/lib/libdbus-1.so.3 (0xb7e53000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0xb7e4e000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb7e27000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xb7e1e000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb7df2000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb7c92000)
/lib/ld-linux.so.2 (0xb7f82000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7c7d000)
libsmbios.so.2 = /usr/lib/libsmbios.so.2 (0xb7be7000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7bce000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7add000)

The /usr/X11R6/lib/libXfont.so.1 didn't belong do any package and after
moving it away, everything's ok now.
Thanks!

-Julien