Your message dated Mon, 08 Dec 2008 11:18:20 +0100 with message-id <[EMAIL PROTECTED]> and subject line Fixed since Xorg 7.0 has caused the Debian Bug report #81464, regarding Emacs 20 and rpath to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 81464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=81464 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: emacs20 Version: 20.7-2 The emacs20 binary has a hardcoded rpath to /usr/X11R6/lib, which makes it difficult to use with a non-standard version of the X11 shared libraries. I suggest that this hardcoded rpath should be removed. $ cat /etc/ld.so.conf /usr/X11R6/alpha/lib /usr/X11R6/lib /usr/X11R6/lib/Xaw3d $ ldd `which xedit` libXaw.so.7 => /usr/X11R6/alpha/lib/libXaw.so.7 (0x40018000) libXmu.so.6 => /usr/X11R6/alpha/lib/libXmu.so.6 (0x4006b000) libXt.so.6 => /usr/X11R6/alpha/lib/libXt.so.6 (0x40080000) libSM.so.6 => /usr/X11R6/alpha/lib/libSM.so.6 (0x400ca000) libICE.so.6 => /usr/X11R6/alpha/lib/libICE.so.6 (0x400d4000) libXpm.so.4 => /usr/X11R6/alpha/lib/libXpm.so.4 (0x400ea000) libXext.so.6 => /usr/X11R6/alpha/lib/libXext.so.6 (0x400f8000) libX11.so.6 => /usr/X11R6/alpha/lib/libX11.so.6 (0x40106000) libm.so.6 => /lib/libm.so.6 (0x401df000) libc.so.6 => /lib/libc.so.6 (0x401fc000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) $ ldd `which emacs20` libXaw.so.6 => /usr/X11R6/lib/libXaw.so.6 (0x40014000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x4004c000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4005e000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x400a7000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x400b0000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x400c6000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x400d2000) libncurses.so.5 => /lib/libncurses.so.5 (0x40177000) libm.so.6 => /lib/libm.so.6 (0x401b5000) libc.so.6 => /lib/libc.so.6 (0x401d2000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) $ readelf -d `which emacs20` | grep rpath 0x0000000f (RPATH) Library rpath: [/usr/X11R6/lib] Regards, Juliusz Chroboczek
--- End Message ---
--- Begin Message ---Package: emacs21 Version: 21.4a+1-3 Since the move to the modular X.org, the emacs21-x binary does not have an rpath anymore. Marking this bug as fixed in the etch version. Cheers, Sven
--- End Message ---

