unofficial mirror of bug-gnu-emacs@gnu.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

* bug#17435: RHBA-2014:0303-1 (Red Hat bug fix) breaks compilation of Emacs
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2014-05-07 19:45 UTC (permalink / raw)
  To: David Crick; +Cc: 17435

David Crick wrote:

> 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):

This is a duplicate of http://debbugs.gnu.org/17118 .

It's already fixed in Emacs for the upcoming 24.4 release.
Or you can simply work around it by using
    configure --without-gsettings

(I wonder if anyone actually reported this to Red Hat, who it seems to
me are responsible.)





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

* bug#17435: RHBA-2014:0303-1 (Red Hat bug fix) breaks compilation of Emacs
  2014-05-07 19:45 ` Glenn Morris
@ 2014-05-07 19:49   ` David Crick
  0 siblings, 0 replies; 3+ messages in thread
From: David Crick @ 2014-05-07 19:49 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 17435

Apologies for the dupe.

Thanks for the info.


On Wed, May 7, 2014 at 8:45 PM, Glenn Morris <rgm@gnu.org> wrote:
> David Crick wrote:
>
>> 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):
>
> This is a duplicate of http://debbugs.gnu.org/17118 .
>
> It's already fixed in Emacs for the upcoming 24.4 release.
> Or you can simply work around it by using
>     configure --without-gsettings
>
> (I wonder if anyone actually reported this to Red Hat, who it seems to
> me are responsible.)





^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).