From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Jan_Dj=C3=A4rv?= Newsgroups: gmane.emacs.devel Subject: Re: trunk not building on OSX Date: Wed, 16 May 2012 12:24:51 +0200 Message-ID: <0D7BCAD4-304D-403D-88A5-85E079259720@swipnet.se> References: <861umlqy35.fsf@red.stonehenge.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1337163918 12040 80.91.229.3 (16 May 2012 10:25:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 10:25:18 +0000 (UTC) Cc: "emacs-devel@gnu.org" To: "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 16 12:25:14 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SUbPt-0008MS-7f for ged-emacs-devel@m.gmane.org; Wed, 16 May 2012 12:25:13 +0200 Original-Received: from localhost ([::1]:58263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUbPr-0007Pf-Oo for ged-emacs-devel@m.gmane.org; Wed, 16 May 2012 06:25:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39578) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUbPj-0007Lw-Vf for emacs-devel@gnu.org; Wed, 16 May 2012 06:25:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SUbPe-0002i5-SL for emacs-devel@gnu.org; Wed, 16 May 2012 06:25:03 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:35791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUbPe-0002hs-L6 for emacs-devel@gnu.org; Wed, 16 May 2012 06:24:58 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 2FD039D04 for ; Wed, 16 May 2012 12:24:56 +0200 (CEST) Original-Received: (qmail 6572 invoked by uid 89); 16 May 2012 11:20:45 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 16 May 2012 11:20:45 -0000 Original-Received: from [172.20.199.248] (janiphone [172.20.199.248]) by coolsville.localdomain (Postfix) with ESMTPSA id ADBBF7FA06C; Wed, 16 May 2012 12:24:54 +0200 (CEST) In-Reply-To: <861umlqy35.fsf@red.stonehenge.com> X-Mailer: iPhone Mail (9B206) X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 62.20.26.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150515 Archived-At: Hello. I do not have this problem. How do you configure Emacs? Jan D. 15 maj 2012 kl. 17:10 skrev merlyn@stonehenge.com (Randal L. Schwartz): > > 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 > unexec: not enough room for load commands for new __DATA segments > make[1]: *** [emacs] Error 1 > make: *** [src] Error 2 > > I've seen this before, and it sometimes gets fixed if I completely wipe > back to the distro, because some intermediate build product is throwing > it off. No luck today. > > Here's the commit I'm at. If anyone wants me to try something, let me > know: > > Author: Glenn Morris > Date: Mon May 14 09:33:11 2012 -0700 > > Make a self-contained ns build able to find its own libexec > directory > > Ref: > http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00298.html > > * src/nsterm.m (ns_init_paths): > Put "libexec" before "bin", for the sake of init_callproc_1. > > > -- > Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 > > Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. > See http://methodsandmessages.posterous.com/ for Smalltalk discussion >