all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: emacs GUI please help
Date: Wed, 23 Feb 2011 09:08:44 +1100	[thread overview]
Message-ID: <87vd0bpvrn.fsf@rapttech.com.au> (raw)
In-Reply-To: mailman.18.1298381794.4429.help-gnu-emacs@gnu.org

"Alex Lai (Scotia Capital)" <Alex_Lai@scotiacapital.com> writes:

> Hi emacs gurus,
>
>  
>
>             I’m wondering if you would help me with an emacs GUI issue I have
> recently when I installed emacs 23.2 for use by our financial engineering
> group. 
>
>  
>
>             [Problem]
>
>  
>
>             $ DISPLAY=sbtorsvr329:23.0; export DISPLAY
>
> $ /usr/local/bin/emacs 
> ld.so.1: emacs: fatal: relocation error: file /usr/local/bin/emacs: symbol
> rsvg_handle_get_dimensions: referenced symbol not found 
> Killed
>
>  
>
> $ DISPLAY=sbdevsvr286.dev:148.0; export DISPLAY
>
> $ /usr/local/bin/emacs                               à successful
>
>  
>
> We use the emacs and dependent packages compiled by sunfreeware.com (SMC*
> packages) for Solaris 10 sparc. 
>
> The problem I have with GUI emacs lauch  is that the success depends on the
> display set. It will launch fine for one display but crash for the other. 
> As you can see below, when the display is set to sbtorsvr329:23.0, the dynamic
> linker try to resolve the symbol rsvg_handle_get_dimensions, which is not
> defined in librsvg-2.so.2 being used, therefore it crashes;  however, when  the
> display is set to bdevsvr286.dev:148.0, the dynamic linker never try to resolve
> that symbol, as such, the GUI successfully gets launched: 
>
>  
>
> -------------------------- 
> $ LD_DEBUG=audit,reloc,symbols 
>
> $ DISPLAY=sbtorsvr329:23.0; export DISPLAY 
> $ /usr/local/bin/emacs
> 2>emacs.disp=sbtorsvr329:23.0                                                      
> à emacs GUI crashed 
> Killed 
>
> $ grep rsvg_handle_get_dimensions emacs.dis=sbtorsvr329:23.0|wc -l 
>      569 
> $ grep rsvg_handle_get_dimensions emacs.dis=sbtorsvr329:23.0|grep
> librsvg-2.so.2 
> 13815: 1: symbol=rsvg_handle_get_dimensions;  lookup in
> file=/usr/lib/librsvg-2.so.2  [ ELF ] 
> 13815: 1: symbol=rsvg_handle_get_dimensions;  lookup in
> file=/usr/lib/librsvg-2.so.2  [ ELF ] 
> 13815: 1: symbol=rsvg_handle_get_dimensions;  lookup in
> file=/usr/lib/librsvg-2.so.2  [ ELF ] 
> 13815: 1: symbol=rsvg_handle_get_dimensions;  lookup in
> file=/usr/lib/librsvg-2.so.2  [ ELF ] 
>
> $ DISPLAY=sbdevsvr286.dev:148.0; export DISPLAY 
> $ /usr/local/bin/emacs
> 2>emacs.disp=sbdevsvr286.dev:148.0                                                 
> à emacs GUI successfully launched 
>
> $ grep rsvg_handle_get_dimensions emacs.disp=sbdevsvr286.dev:148.0 
> -------------------------- 
>
>  
>
> $ ldd /usr/local/bin/emacs|grep librsvg 
>         librsvg-2.so.2 =>        /usr/lib/librsvg-2.so.2 
>
>  
>
> The above library is installed with SUNWgnome-base-libs package and doesn’t
> contain the definition for symbol rsvg_handle_get_dimensions:
>
>  
>
> $ ls -l /usr/lib/librsvg* 
> lrwxrwxrwx   1 root     root          18 Oct 17  2006 /usr/lib/librsvg-2.so ->
> librsvg-2.so.2.5.0 
> lrwxrwxrwx   1 root     root          18 Oct 17  2006 /usr/lib/librsvg-2.so.2
> -> librsvg-2.so.2.5.0 
> -rwxr-xr-x   1 root     other     112408 Dec 15  2004
> /usr/lib/librsvg-2.so.2.5.0 
>
>  
>
> $ echo $LD_LIBRARY_PATH 
> /usr/lib:/usr/lib/X11 
>
>  
>
> $ /usr/ccs/bin/nm /usr/lib/librsvg-2.so.2 | grep
> rsvg_handle_get_dimensions                                            à return
> empty
>
>  
>
>  
>
> The behaviour that emacs resolve the rsvg_handle_get_dimensions symbol for one
> display but not for the other is really a mystery for me. 
>
>  
>
> Continuing investigation, if I add path /usr/local/lib before /usr/lib, then
> the rsvg_handle_get_dimensions error doesn't appear since the librsvg provided
> by SMClrsvg contains the definition for the symbol, but then, emacs crashes
> with /usr/local/lib/libgtk-x11-2.0.so.0.1200.0 segmentation fault: 
>
>  
>
> $ LD_LIBRARY_PATH=/usr/local/lib:/usr/lib:/usr/lib/X11; export LD_LIBRARY_PATH 
> $ echo $DISPLAY 
> sbdevsvr285.dev:148.0 
>
>  
>
> $ ldd /usr/local/bin/emacs|grep svg
>
>         librsvg-2.so.2 =>        /usr/local/lib/librsvg-2.so.2
>
>  
>
> $ /usr/ccs/bin/nm /usr/local/lib/librsvg-2.so.2 | grep
> rsvg_handle_get_dimensions
>
> [1594]  |    163320|    1144|FUNC |GLOB |0    |13    
> |rsvg_handle_get_dimensions
>
>
> $ /usr/local/bin/emacs 
> GLib: Cannot convert message: Conversion from character set 'UTF-8' to '646' is
> not supported 
>
> (emacs:19813): Gtk-WARNING **: Conversion from character set '646' to 'UTF-8'
> is not supported 
> Fatal error (11)Segmentation Fault 
>
> $ mdb /usr/local/bin/emacs 
>> :r 
> GLib: Cannot convert message: Conversion from character set 'UTF-8' to '646' is
> not supported 
>
> (emacs:19831): Gtk-WARNING **: Conversion from character set '646' to 'UTF-8'
> is not supported 
> mdb: stop on SIGSEGV 
> mdb: target stopped at: 
> libgtk-x11-2.0.so.0.1200.0`gtk_rc_reparse_all_for_settings+0x17c:      
> ld        [%o5], %g1 
>> 
>
>  
>
> For most of the graphics libraries, there are two versions: the native
> SUNWgnome-base-libs version located in /usr/lib and SMCgtk version from
> sunfreeware.com located in /usr/local/lib: 
>
>  
>
> $ ls -l /usr/local/lib/libgtk-x11* 
> -rw-r--r--   1 bin      bin          834 Dec  9  2007
> /usr/local/lib/libgtk-x11-2.0.la 
> lrwxrwxrwx   1 root     root          26 Apr 21  2009
> /usr/local/lib/libgtk-x11-2.0.so -> libgtk-x11-2.0.so.0.1200.0 
> lrwxrwxrwx   1 root     root          26 Apr 21  2009
> /usr/local/lib/libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.1200.0 
> -rwxr-xr-x   1 bin      bin      4823188 Dec  9  2007
> /usr/local/lib/libgtk-x11-2.0.so.0.1200.0 
>
>  
>
> $ ls -l /usr/lib/libgtk-x11* 
> lrwxrwxrwx   1 root     root          25 Oct 17  2006
> /usr/lib/libgtk-x11-2.0.so -> libgtk-x11-2.0.so.0.400.9 
> lrwxrwxrwx   1 root     root          25 Oct 17  2006
> /usr/lib/libgtk-x11-2.0.so.0 -> libgtk-x11-2.0.so.0.400.9 
> -rwxr-xr-x   1 root     other    3617016 Dec  1  2009
> /usr/lib/libgtk-x11-2.0.so.0.400.9 
>
>  
>
> SMCemacs 23.2 requires SMCgtk  2.12.0, which means the correct version
> of library was loaded. 
>
>  
>
> I was thinking to try the native libgtk-x11 library, to do this, /usr/lib has
> been be put before /usr/local/lib, but then it will hit the
> rsvg_handle_get_dimensions error again. 
>
>   
>
> Can someone please help?
>

This all looks very odd. It has been many years since I've worked under
Solaris/SunOS, but if your workstations are correctly configured, you
should not need to set the display variable - this should happen
automatically when things are configured correctly as part of the X
login process.

Do you get the same results when running something like hostname --fqdn
on the different machines i.e. a fully qualified domain name
(host.domain.com etc)?

Are you running emacs on the central server with client workstations
connecting to the server and then running emacs? Are all these
workstations runnig the same OS? How are you determining the hostname
part of the display? How are you determining the display number? Can you
run other X applications with the display setting that appears to fail
with emacs?

My guess is that it isn't that emacs cannot load the necessary
libraries, but rather it cannot connect to the X display you have set
and therefore cannot obtain the necessary display parameters and bombs
out (remember that with X, the display information relates to the local
workstation, not the host running emacs). Running another X apps, such
as xload, may provide more details. 

Tim

-- 
tcross (at) rapttech dot com dot au


       reply	other threads:[~2011-02-22 22:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.18.1298381794.4429.help-gnu-emacs@gnu.org>
2011-02-22 22:08 ` Tim X [this message]
2011-02-21 23:38 emacs GUI please help Alex Lai (Scotia Capital)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-21 23:36 Alex Lai (Scotia Capital)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vd0bpvrn.fsf@rapttech.com.au \
    --to=timx@nospam.dev.null \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.