all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "unexec: not enough room for load commands ..." on OSX
@ 2013-05-20 14:22 Randal L. Schwartz
  2013-05-20 21:31 ` David Reitter
  0 siblings, 1 reply; 2+ messages in thread
From: Randal L. Schwartz @ 2013-05-20 14:22 UTC (permalink / raw)
  To: emacs-devel


About every third or fourth day when I build the HEAD on OSX, I get
something that looks like this:

    Writing LC_DYLD_INFO_ONLY command
    Writing LC_SYMTAB command
    Writing LC_DYSYMTAB command
    Writing LC_LOAD_DYLINKER  command
    Writing LC_UUID           command
    Writing LC_VERSION_MIN_MACOSX command
    Writing LC_SOURCE_VERSION command
    Writing LC_MAIN           command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_LOAD_DYLIB     command
    Writing LC_FUNCTION_STARTS command
    Writing LC_DATA_IN_CODE   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

Even resetting the workdir to a fresh checkout, and following the
instructions in INSTALL.BZR, doesn't fix it.

But then, a couple of days later, on a later daily HEAD, it just "works
again".

Is someone fixing this by setting some value to a higher number?  If so,
can I do that myself too?

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion




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

* Re: "unexec: not enough room for load commands ..." on OSX
  2013-05-20 14:22 "unexec: not enough room for load commands ..." on OSX Randal L. Schwartz
@ 2013-05-20 21:31 ` David Reitter
  0 siblings, 0 replies; 2+ messages in thread
From: David Reitter @ 2013-05-20 21:31 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

On May 20, 2013, at 10:22 AM, Randal L. Schwartz <merlyn@stonehenge.com> wrote:

>    unexec: not enough room for load commands for new __DATA segments
>    make[1]: *** [bootstrap-emacs] Error 1
>    make: *** [src] Error 2

I get these, too.  

I found that adjusting headerpad_extra in autogen/configure (or configure.ac) may take care of the issue.


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

end of thread, other threads:[~2013-05-20 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 14:22 "unexec: not enough room for load commands ..." on OSX Randal L. Schwartz
2013-05-20 21:31 ` David Reitter

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.