From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: compilation failure Date: Wed, 30 Mar 2011 08:13:22 +0200 (CEST) Message-ID: <20110330.081322.460926700.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1301465635 13604 80.91.229.12 (30 Mar 2011 06:13:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 30 Mar 2011 06:13:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 30 08:13:50 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Q4of7-0001UC-TC for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2011 08:13:50 +0200 Original-Received: from localhost ([127.0.0.1]:33503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4of6-00052B-PR for ged-emacs-devel@m.gmane.org; Wed, 30 Mar 2011 02:13:48 -0400 Original-Received: from [140.186.70.92] (port=56204 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q4oev-00050n-Jb for emacs-devel@gnu.org; Wed, 30 Mar 2011 02:13:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q4oet-0005gm-S2 for emacs-devel@gnu.org; Wed, 30 Mar 2011 02:13:37 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:35718) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Q4oet-0005gU-BC for emacs-devel@gnu.org; Wed, 30 Mar 2011 02:13:35 -0400 Original-Received: (qmail invoked by alias); 30 Mar 2011 06:13:33 -0000 Original-Received: from 178-191-190-89.adsl.highway.telekom.at (EHLO localhost) [178.191.190.89] by mail.gmx.net (mp031) with SMTP; 30 Mar 2011 08:13:33 +0200 X-Authenticated: #54312696 X-Provags-ID: V01U2FsdGVkX1+HWONBEI+HdP4GUrDZG6Kw/xpCYYyOZ4pKn4x8tS T+/yOlpndpPsBp X-Mailer: Mew version 6.3.50 on Emacs 24.0.50.1 / Mule 6.0 (HANACHIRUSATO) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 213.165.64.23 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:137890 Archived-At: [bzr rev 103778] The last two days, `make boostrap' aborts on my GNU/Linux box with Loading loadup.el (source)... Using load-path (/home/wl/bzr/emacs.compiled/lisp) Loading emacs-lisp/byte-run... Loading emacs-lisp/backquote... Loading subr... Loading version.el (source)... Loading widget... /bin/sh: Zeile 8: 29927 Speicherzugriffsfehler LC_ALL=C `/bin/pwd`/temacs -batch -l loadup dump make[2]: *** [emacs] Fehler 1 make[2]: Leaving directory `/usr/local/home/wl/bzr/emacs.compiled/src' make[1]: *** [src] Fehler 2 make[1]: Leaving directory `/usr/local/home/wl/bzr/emacs.compiled' make: *** [bootstrap] Fehler 2 Are there some bigger changes under construction so that this expected currently? Werner