From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: cyd@stupidchicken.com Newsgroups: gmane.emacs.devel Subject: Re: emacs segfault on bootstrap Date: Sat, 28 Jan 2006 21:31:12 -0800 (PST) Message-ID: <38231.18.95.5.111.1138512672.squirrel@webmail.stupidchicken.com> References: <87zmljt9ra.fsf@downtown.mentenet.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138524585 7207 80.91.229.2 (29 Jan 2006 08:49:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 29 Jan 2006 08:49:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 29 09:49:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F38Ff-0000LX-KT for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2006 09:49:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F38IZ-00043X-ES for ged-emacs-devel@m.gmane.org; Sun, 29 Jan 2006 03:52:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F35Cc-00075I-M8 for emacs-devel@gnu.org; Sun, 29 Jan 2006 00:34:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F35CZ-00070T-2U for emacs-devel@gnu.org; Sun, 29 Jan 2006 00:34:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F35CX-0006z3-BH for emacs-devel@gnu.org; Sun, 29 Jan 2006 00:34:14 -0500 Original-Received: from [66.33.201.159] (helo=webmail1.sd.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F35Ac-00019h-0k for emacs-devel@gnu.org; Sun, 29 Jan 2006 00:32:14 -0500 Original-Received: from webmail.stupidchicken.com (localhost [127.0.0.1]) by webmail1.sd.dreamhost.com (Postfix) with ESMTP id 2544E2C193; Sat, 28 Jan 2006 21:31:12 -0800 (PST) Original-Received: from 18.95.5.111 (SquirrelMail authenticated user cyd@stupidchicken.com) by webmail.stupidchicken.com with HTTP; Sat, 28 Jan 2006 21:31:12 -0800 (PST) In-Reply-To: <87zmljt9ra.fsf@downtown.mentenet.com> Original-To: "Clemens Schueller" User-Agent: SquirrelMail/1.4.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:49664 Archived-At: > A "./configure --prefix=/opt/emacs22 --disable-largefile" runs without > problems. > > But when I type "make bootstrap", I become the following errormessage: > > [bootstrap-emacs] Speicherzugriffsfehler > | make[2]: Verlasse Verzeichnis »/misc/cvs/emacs/src« > | make[1]: *** [bootstrap-build] Fehler 2 > | make[1]: Verlasse Verzeichnis »/misc/cvs/emacs« > | make: *** [bootstrap] Fehler 2 > +---- > > What goes wrong here - anybody an idea? I can't reproduce this.