From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steffen Heise Newsgroups: gmane.emacs.bugs Subject: make for emacs fails under OS X 10.5 Date: Sat, 27 Oct 2007 18:10:11 -0400 Message-ID: <93DF8565-CAA3-4D03-949D-2B8BF6C5B812@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v912) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1193533725 4636 80.91.229.12 (28 Oct 2007 01:08:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Oct 2007 01:08:45 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 28 02:08:47 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ilwdv-0003K7-Pt for geb-bug-gnu-emacs@m.gmane.org; Sun, 28 Oct 2007 02:08:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ilwdm-0000tg-VQ for geb-bug-gnu-emacs@m.gmane.org; Sat, 27 Oct 2007 21:08:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IltrG-0002lW-NJ for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2007 18:10:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IltrF-0002iK-0e for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2007 18:10:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IltrE-0002i2-QL for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2007 18:10:16 -0400 Original-Received: from smtpoutm.mac.com ([17.148.16.74]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IltrE-0007uC-FZ for bug-gnu-emacs@gnu.org; Sat, 27 Oct 2007 18:10:16 -0400 Original-Received: from mac.com (asmtp010-s [10.150.69.73]) by smtpoutm.mac.com (Xserve/smtpout011/MantshX 4.0) with ESMTP id l9RMAE0n027308 for ; Sat, 27 Oct 2007 15:10:14 -0700 (PDT) Original-Received: from [10.0.1.200] (c-68-40-198-201.hsd1.mi.comcast.net [68.40.198.201]) (authenticated bits=0) by mac.com (Xserve/asmtp010/MantshX 4.0) with ESMTP id l9RMACjO022673 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 27 Oct 2007 15:10:13 -0700 (PDT) X-Mailer: Apple Mail (2.912) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (1) X-Mailman-Approved-At: Sat, 27 Oct 2007 21:08:07 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16856 Archived-At: make fails with the following error message: Assertion failed: (filesize <= ranges->size), function unexec_regions_recorder, file unexmacosx.c, line 454. make[1]: *** [emacs] Abort trap make[1]: *** Deleting file `emacs' make: *** [src] Error 2 Steffen