all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Ronis <ronis@ronispc.chem.mcgill.ca>
To: Glenn Morris <rgm@gnu.org>
Cc: 4134@emacsbugs.donarmstrong.com
Subject: bug#4134: 23.1; Buffer Tab not being linked properly
Date: Thu, 20 Aug 2009 22:21:50 -0400	[thread overview]
Message-ID: <1250821310.7644.17.camel@montroll.chem.mcgill.ca> (raw)
In-Reply-To: <h0ws4yhsle.fsf@fencepost.gnu.org>

I figured out what the problem is.  I'm running slackware 12.2 which no
longer supports gnome.  To have gnome, I use the garnome build system
(which basically installs everything gnome needs into a separate tree).
Since, some (usually older) components exist in the system, garnome uses
environment variables like PATH and LD_LIBRARY_PATH to make sure that
the garnome versions of various libraries, programs are found first.

When I build basic system utilities (emacs is one of them), I break out
of garnome (by unsetting environment variables) and build/install.  As
such emacs links against slackware's libs.  Even so, running in the
garnome environment still worked, until now.  In fact, my problem goes
away if I run in the garnome-free environment, and I can hack a fix, by
calling emacs from a script.

Since I'm usually running gnome, I rebuilt emacs in the garnome
environment.  The build completed, but the resulting emacs has the
problem.  My bet is that one of the more recent gnome libs (probably gtk
+) is at fault.  I'm using gtk+2.17.8 here.  

Any suggestions how to pin this down?  I build garnome with -O2 -g so
debugging sessions are possible.

Here's  a list of the garnome versions used by emacs:

	libgtk-x11-2.0.so.0 => /opt/gnome/lib/libgtk-x11-2.0.so.0 (0xb7b19000)
	libgdk-x11-2.0.so.0 => /opt/gnome/lib/libgdk-x11-2.0.so.0 (0xb7a6d000)
	libatk-1.0.so.0 => /opt/gnome/lib/libatk-1.0.so.0 (0xb7a50000)
	libpangoft2-1.0.so.0 => /opt/gnome/lib/libpangoft2-1.0.so.0
(0xb7a25000)
	libgdk_pixbuf-2.0.so.0 => /opt/gnome/lib/libgdk_pixbuf-2.0.so.0
(0xb7a0a000)
	libpangocairo-1.0.so.0 => /opt/gnome/lib/libpangocairo-1.0.so.0
(0xb79a9000)
	libgio-2.0.so.0 => /opt/gnome/lib/libgio-2.0.so.0 (0xb78fd000)
	libXcursor.so.1 => /opt/gnome/lib/libXcursor.so.1 (0xb78c7000)
	libXrender.so.1 => /opt/gnome/lib/libXrender.so.1 (0xb78b9000)
	libcairo.so.2 => /opt/gnome/lib/libcairo.so.2 (0xb7834000)
	libpango-1.0.so.0 => /opt/gnome/lib/libpango-1.0.so.0 (0xb768e000)
	libfreetype.so.6 => /opt/gnome/lib/libfreetype.so.6 (0xb7614000)
	libfontconfig.so.1 => /opt/gnome/lib/libfontconfig.so.1 (0xb75cc000)
	libgobject-2.0.so.0 => /opt/gnome/lib/libgobject-2.0.so.0 (0xb7588000)
	libgmodule-2.0.so.0 => /opt/gnome/lib/libgmodule-2.0.so.0 (0xb7584000)
	libglib-2.0.so.0 => /opt/gnome/lib/libglib-2.0.so.0 (0xb74a4000)
	libXft.so.2 => /opt/gnome/lib/libXft.so.2 (0xb7385000)
	librsvg-2.so.2 => /opt/gnome/lib/librsvg-2.so.2 (0xb7289000)
	libdbus-1.so.3 => /opt/gnome/lib/libdbus-1.so.3 (0xb7230000)
	libpixman-1.so.0 => /opt/garnome-svn-2.27/lib/libpixman-1.so.0
(0xb6f4b000)
	libglitz.so.1 => /opt/garnome-svn-2.27/lib/libglitz.so.1 (0xb6f23000)
	libexpat.so.1 => /opt/garnome-svn-2.27/lib/libexpat.so.1 (0xb6ec7000)
	libgsf-1.so.114 => /opt/garnome-svn-2.27/lib/libgsf-1.so.114
(0xb6e81000)
	libcroco-0.6.so.3 => /opt/garnome-svn-2.27/lib/libcroco-0.6.so.3
(0xb6e35000)
	libxml2.so.2 => /opt/garnome-svn-2.27/lib/libxml2.so.2 (0xb6cfa000)








  parent reply	other threads:[~2009-08-21  2:21 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-01  7:11 bug#4122: Link to corresponding Ubuntu bug era eriksson
2009-09-01  7:15 ` Processed: " Emacs bug Tracking System
2009-09-02 17:04 ` bug#4122: Jan Djärv
2009-08-11 15:31   ` bug#4122: 23.1; GTK menu contents don't change Robin Green
2009-09-02 17:10     ` bug#4122: marked as done (23.1; GTK menu contents don't change) Emacs bug Tracking System
2009-08-11 15:54   ` bug#4125: 23.1; GTK menu contents don't change Robin Green
2009-09-02 17:10     ` bug#4125: marked as done (23.1; GTK menu contents don't change) Emacs bug Tracking System
2009-08-12 17:55   ` bug#4134: 23.1; Buffer Tab not being linked properly David Ronis
2009-08-21  0:34     ` Glenn Morris
2009-08-21  0:40       ` Processed: " Emacs bug Tracking System
2009-08-21  1:00       ` David Ronis
2009-08-21  1:18         ` Glenn Morris
2009-08-21  1:31           ` David Ronis
2009-08-21  1:51           ` David Ronis
2009-08-21  2:21           ` David Ronis [this message]
2009-08-22 23:06             ` Glenn Morris
2009-09-02 17:10     ` bug#4134: marked as done (23.1; Problems with gtk+ >= 2.7.19) Emacs bug Tracking System

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=1250821310.7644.17.camel@montroll.chem.mcgill.ca \
    --to=ronis@ronispc.chem.mcgill.ca \
    --cc=4134@emacsbugs.donarmstrong.com \
    --cc=rgm@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.