all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13876: 24.3 rc1 won't build on OS X
@ 2013-03-05 14:51 George W. Pigman III
  2013-03-05 17:02 ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: George W. Pigman III @ 2013-03-05 14:51 UTC (permalink / raw)
  To: 13876

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




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

* bug#13876: 24.3 rc1 won't build on OS X
  2013-03-05 14:51 bug#13876: 24.3 rc1 won't build on OS X George W. Pigman III
@ 2013-03-05 17:02 ` Glenn Morris
  2013-03-07  4:08   ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2013-03-05 17:02 UTC (permalink / raw)
  To: George W. Pigman III; +Cc: 13876

"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?





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

* bug#13876: 24.3 rc1 won't build on OS X
  2013-03-05 17:02 ` Glenn Morris
@ 2013-03-07  4:08   ` Glenn Morris
  2013-03-07  7:43     ` Leo Liu
  2013-03-07 16:00     ` Jan Djärv
  0 siblings, 2 replies; 6+ messages in thread
From: Glenn Morris @ 2013-03-07  4:08 UTC (permalink / raw)
  To: 13876; +Cc: George W. Pigman III

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...?





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

* bug#13876: 24.3 rc1 won't build on OS X
  2013-03-07  4:08   ` Glenn Morris
@ 2013-03-07  7:43     ` Leo Liu
  2013-03-07 16:00     ` Jan Djärv
  1 sibling, 0 replies; 6+ messages in thread
From: Leo Liu @ 2013-03-07  7:43 UTC (permalink / raw)
  To: 13876

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






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

* bug#13876: 24.3 rc1 won't build on OS X
  2013-03-07  4:08   ` Glenn Morris
  2013-03-07  7:43     ` Leo Liu
@ 2013-03-07 16:00     ` Jan Djärv
  2013-03-07 16:41       ` George W. Pigman III
  1 sibling, 1 reply; 6+ messages in thread
From: Jan Djärv @ 2013-03-07 16:00 UTC (permalink / raw)
  To: Glenn Morris; +Cc: George W. Pigman III, 13876

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@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...?
> 
> 






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

* bug#13876: 24.3 rc1 won't build on OS X
  2013-03-07 16:00     ` Jan Djärv
@ 2013-03-07 16:41       ` George W. Pigman III
  0 siblings, 0 replies; 6+ messages in thread
From: George W. Pigman III @ 2013-03-07 16:41 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 13876

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 772 bytes --]

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

end of thread, other threads:[~2013-03-07 16:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 14:51 bug#13876: 24.3 rc1 won't build on OS X George W. Pigman III
2013-03-05 17:02 ` Glenn Morris
2013-03-07  4:08   ` Glenn Morris
2013-03-07  7:43     ` Leo Liu
2013-03-07 16:00     ` Jan Djärv
2013-03-07 16:41       ` George W. Pigman III

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.