GNU bug report logs - #19510
--with-ns won't run on Fedora 21

Previous Next

Package: emacs;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Sun, 4 Jan 2015 21:30:03 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19510 in the body.
You can then email your comments to 19510 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#19510; Package emacs. (Sun, 04 Jan 2015 21:30:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Paul Eggert <eggert <at> cs.ucla.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 04 Jan 2015 21:30:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Emacs bug reports and feature requests <bug-gnu-emacs <at> gnu.org>
Subject: --with-ns won't run on Fedora 21
Date: Sun, 04 Jan 2015 13:29:21 -0800
On Fedora 21 x86-64, if I configure emacs with "./configure --with-ns 
CFLAGS='-g3 -O2 -DGNUSTEP'" (the -DGNUSTEP is to work around Bug#19507), the 
resulting executable fails with the following diagnostic:

2015-01-04 13:27:06.763 emacs[28811] Did not find correct version of backend 
(libgnustep-back-024.bundle), falling back to std (libgnustep-back.bundle).
2015-01-04 13:27:06.764 emacs[28811] NSApplication.m:304  Assertion failed in 
initialize_gnustep_backend.  Unable to find backend back
./emacs: Uncaught exception NSInternalInconsistencyException, reason: 
NSApplication.m:304  Assertion failed in initialize_gnustep_backend.  Unable to 
find backend back

Sorry, I don't know what those diagnostics mean.  I'm using just the standard 
Fedora 21 installation as far as I know.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19510; Package emacs. (Mon, 05 Jan 2015 06:35:01 GMT) Full text and rfc822 format available.

Message #8 received at 19510 <at> debbugs.gnu.org (full text, mbox):

From: "Jan D." <jan.h.d <at> swipnet.se>
To: Paul Eggert <eggert <at> cs.ucla.edu>, 19510 <at> debbugs.gnu.org
Subject: Re: bug#19510: --with-ns won't run on Fedora 21
Date: Mon, 05 Jan 2015 07:34:51 +0100
Paul Eggert skrev den 2015-01-04 22:29:
> On Fedora 21 x86-64, if I configure emacs with "./configure --with-ns
> CFLAGS='-g3 -O2 -DGNUSTEP'" (the -DGNUSTEP is to work around Bug#19507),
> the resulting executable fails with the following diagnostic:
>
> 2015-01-04 13:27:06.763 emacs[28811] Did not find correct version of
> backend (libgnustep-back-024.bundle), falling back to std
> (libgnustep-back.bundle).
> 2015-01-04 13:27:06.764 emacs[28811] NSApplication.m:304  Assertion
> failed in initialize_gnustep_backend.  Unable to find backend back
> ./emacs: Uncaught exception NSInternalInconsistencyException, reason:
> NSApplication.m:304  Assertion failed in initialize_gnustep_backend.
> Unable to find backend back
>
> Sorry, I don't know what those diagnostics mean.  I'm using just the
> standard Fedora 21 installation as far as I know.
>
>

It looks like you have installed the wrong backend.

	Jan D.





Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Wed, 07 Jan 2015 02:39:02 GMT) Full text and rfc822 format available.

Notification sent to Paul Eggert <eggert <at> cs.ucla.edu>:
bug acknowledged by developer. (Wed, 07 Jan 2015 02:39:02 GMT) Full text and rfc822 format available.

Message #13 received at 19510-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: "Jan D." <jan.h.d <at> swipnet.se>, 19510-done <at> debbugs.gnu.org
Subject: Re: bug#19510: --with-ns won't run on Fedora 21
Date: Tue, 06 Jan 2015 18:38:04 -0800
Jan D. wrote:
> It looks like you have installed the wrong backend.

I imagine it was something more complicated than that, as I hadn't installed 
anything other than what Fedora 21 packages.  I had already installed the 
gnustep-gui-devel package but apparently that does not suffice to run GnuStep 
apps.  After installing gnustep-examples the problem went away.  The examples 
themselves aren't needed, but they have prerequisites that apparently supply the 
missing runtime components.  The whole thing is very mysterious, I must say; it 
would be nice if the diagnostics were clearer, but I'm so lost that I don't know 
what they should say.

Anyway, thank for checking, and I am closing the bug.  Bug#19507 still remains 
(it wasn't affected by installing gnustep-examples).




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#19510; Package emacs. (Wed, 07 Jan 2015 06:00:03 GMT) Full text and rfc822 format available.

Message #16 received at 19510-done <at> debbugs.gnu.org (full text, mbox):

From: "Jan D." <jan.h.d <at> swipnet.se>
To: Paul Eggert <eggert <at> cs.ucla.edu>
Cc: 19510-done <at> debbugs.gnu.org
Subject: Re: bug#19510: --with-ns won't run on Fedora 21
Date: Wed, 7 Jan 2015 06:59:46 +0100
> 7 jan 2015 kl. 03:38 skrev Paul Eggert <eggert <at> cs.ucla.edu>:
> 
> Jan D. wrote:
>> It looks like you have installed the wrong backend.
> 
> I imagine it was something more complicated than that, as I hadn't installed anything other than what Fedora 21 packages.  I had already installed the gnustep-gui-devel package but apparently that does not suffice to run GnuStep apps.  After installing gnustep-examples the problem went away.  The examples themselves aren't needed, but they have prerequisites that apparently supply the missing runtime components.  The whole thing is very mysterious, I must say; it would be nice if the diagnostics were clearer, but I'm so lost that I don't know what they should say.

I don't have Fedora 21 installed, but on 20 you had to install gnustep-back separately.
At one time there was two backends you could choose from, but 20 only seems to have one.

> 
> Anyway, thank for checking, and I am closing the bug.  Bug#19507 still remains (it wasn't affected by installing gnustep-examples).

Right.

	Jan D.





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Feb 2015 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 137 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.