all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17435: RHBA-2014:0303-1 (Red Hat bug fix) breaks compilation of Emacs
@ 2014-05-07 19:37 David Crick
  2014-05-07 19:45 ` Glenn Morris
  0 siblings, 1 reply; 3+ messages in thread
From: David Crick @ 2014-05-07 19:37 UTC (permalink / raw)
  To: 17435

RHBA-2014:0303-1:

The previous rebase to GLib 2.26 added the GSettings API, but without the
gsettings-desktop-schemas package. As a consequence, some programs
(such as OpenJDK or VMWare) attempted to use GSettings, but since
gsettings-desktop-schemas was absent, these programs terminated unexpectedly.
This update removes GSettings from glib2, and the crashes now no longer occur.



Unfortunately this now breaks compilation of emacs from stock source
(emacs-24.3):

xsettings.o: In function `something_changed_gsettingsCB':
xsettings.c:(.text+0x33f): undefined reference to `g_settings_get_value'
xsettings.c:(.text+0x3db): undefined reference to `g_settings_get_value'
xsettings.c:(.text+0x46d): undefined reference to `g_settings_get_value'
xsettings.o: In function `init_gsettings':
xsettings.c:(.text+0x1791): undefined reference to `g_settings_list_schemas'
xsettings.c:(.text+0x17f2): undefined reference to `g_settings_new'
xsettings.c:(.text+0x187a): undefined reference to `g_settings_get_value'
xsettings.c:(.text+0x18f0): undefined reference to `g_settings_get_value'
xsettings.c:(.text+0x1966): undefined reference to `g_settings_get_value'


Rolling back to an earlier version of the glib2 RPMs results in Emacs
compiling OK again.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-07 19:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 19:37 bug#17435: RHBA-2014:0303-1 (Red Hat bug fix) breaks compilation of Emacs David Crick
2014-05-07 19:45 ` Glenn Morris
2014-05-07 19:49   ` David Crick

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.