GNU bug report logs - #13876
24.3 rc1 won't build on OS X

Previous Next

Packages: emacs, ns;

Reported by: "George W. Pigman III" <gwp <at> hss.caltech.edu>

Date: Tue, 5 Mar 2013 16:47:02 UTC

Severity: important

Tags: moreinfo, unreproducible

Found in version 24.3

Done: Glenn Morris <rgm <at> gnu.org>

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 13876 in the body.
You can then email your comments to 13876 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#13876; Package emacs. (Tue, 05 Mar 2013 16:47:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "George W. Pigman III" <gwp <at> hss.caltech.edu>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 05 Mar 2013 16:47:02 GMT) Full text and rfc822 format available.

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

From: "George W. Pigman III" <gwp <at> hss.caltech.edu>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3 rc1 won't build on OS X
Date: Tue, 5 Mar 2013 06:51:13 -0800
On OS X 10.8.2 using Xcode Version 4.6 (4H127) emacs 24.3 rc1 stops building when dumping emacs:

Writing LC_LOAD_DYLIB     command
Writing LC_FUNCTION_STARTS command
Writing LC_DYLIB_CODE_SIGN_DRS command
unexec: not enough room for load commands for new __DATA segments
make[1]: *** [bootstrap-emacs] Error 1
make: *** [src] Error 2

Before making a second time I tried make bootstrap-clean and autogen.sh; the same thing happened.

Mac Pigman



Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13876; Package emacs,ns. (Tue, 05 Mar 2013 17:03:01 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: "George W. Pigman III" <gwp <at> hss.caltech.edu>
Cc: 13876 <at> debbugs.gnu.org
Subject: Re: bug#13876: 24.3 rc1 won't build on OS X
Date: Tue, 05 Mar 2013 12:02:06 -0500
"George W. Pigman III" wrote:

> On OS X 10.8.2 using Xcode Version 4.6 (4H127) emacs 24.3 rc1 stops building when dumping emacs:

Just to say that it's not quite as bad as your subject line suggests. :)
It does build on Mac OS X, eg see http://emacsformacosx.com/builds .

There are known problems with certain compilers (?)
http://debbugs.gnu.org/9927

It is unlikely these will be fixed for 24.3 at this stage.

Maybe someone could summarize what works and what doesn't?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13876; Package emacs,ns. (Thu, 07 Mar 2013 04:09:02 GMT) Full text and rfc822 format available.

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

From: Glenn Morris <rgm <at> gnu.org>
To: 13876 <at> debbugs.gnu.org
Cc: "George W. Pigman III" <gwp <at> hss.caltech.edu>
Subject: Re: bug#13876: 24.3 rc1 won't build on OS X
Date: Wed, 06 Mar 2013 23:08:15 -0500
Glenn Morris wrote:

> "George W. Pigman III" wrote:
>
>> On OS X 10.8.2 using Xcode Version 4.6 (4H127) emacs 24.3 rc1 stops
>> building when dumping emacs:
[...]
> There are known problems with certain compilers (?)
> http://debbugs.gnu.org/9927
[...]
> Maybe someone could summarize what works and what doesn't?

Anyone?

Is it a case of needing to use stock gcc rather than Apple's version, or
certain versions of gcc, or something else...?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13876; Package emacs,ns. (Thu, 07 Mar 2013 07:45:02 GMT) Full text and rfc822 format available.

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

From: Leo Liu <sdl.web <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#13876: 24.3 rc1 won't build on OS X
Date: Thu, 07 Mar 2013 15:43:09 +0800
On 2013-03-07 12:08 +0800, Glenn Morris wrote:
> Anyone?
>
> Is it a case of needing to use stock gcc rather than Apple's version, or
> certain versions of gcc, or something else...?

I use ./configure and make and it builds just fine.

OS X: 10.8.2; I have xcode 4.5.2 and its command-line-tools installed.

Leo





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13876; Package emacs,ns. (Thu, 07 Mar 2013 16:02:01 GMT) Full text and rfc822 format available.

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

From: Jan Djärv <jan.h.d <at> swipnet.se>
To: Glenn Morris <rgm <at> gnu.org>
Cc: "George W. Pigman III" <gwp <at> hss.caltech.edu>, 13876 <at> debbugs.gnu.org
Subject: Re: bug#13876: 24.3 rc1 won't build on OS X
Date: Thu, 7 Mar 2013 17:00:44 +0100
Hello.

I have not had problems building with gcc or clang.
The reports I've seen seems to use a newer Gcc than OSX has (4.2).

	Jan D.

7 mar 2013 kl. 05:08 skrev Glenn Morris <rgm <at> gnu.org>:

> Glenn Morris wrote:
> 
>> "George W. Pigman III" wrote:
>> 
>>> On OS X 10.8.2 using Xcode Version 4.6 (4H127) emacs 24.3 rc1 stops
>>> building when dumping emacs:
> [...]
>> There are known problems with certain compilers (?)
>> http://debbugs.gnu.org/9927
> [...]
>> Maybe someone could summarize what works and what doesn't?
> 
> Anyone?
> 
> Is it a case of needing to use stock gcc rather than Apple's version, or
> certain versions of gcc, or something else...?
> 
> 





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#13876; Package emacs,ns. (Thu, 07 Mar 2013 16:42:02 GMT) Full text and rfc822 format available.

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

From: "George W. Pigman III" <gwp <at> hss.caltech.edu>
To: Jan Djärv <jan.h.d <at> swipnet.se>
Cc: Glenn Morris <rgm <at> gnu.org>, 13876 <at> debbugs.gnu.org
Subject: Re: bug#13876: 24.3 rc1 won't build on OS X
Date: Thu, 7 Mar 2013 08:41:15 -0800
[Message part 1 (text/plain, inline)]
> > Is it a case of needing to use stock gcc rather than Apple's version, or
> > certain versions of gcc, or something else...?
> 
> I use ./configure and make and it builds just fine.
> 
> OS X: 10.8.2; I have xcode 4.5.2 and its command-line-tools installed.
This is very odd.  I have the same setup and tried again with rc2.  The first time while dumping emacs I got the same error that I originally reported.  I did a make distclean and tried again.  Worked fine.
George
[Message part 2 (text/html, inline)]

Added tag(s) unreproducible and moreinfo. Request was from Paul Eggert <eggert <at> cs.ucla.edu> to control <at> debbugs.gnu.org. (Wed, 13 Mar 2013 17:27:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 13876 <at> debbugs.gnu.org and "George W. Pigman III" <gwp <at> hss.caltech.edu> Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 07 Apr 2013 02:22:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 05 May 2013 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 12 years and 49 days ago.

Previous Next


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