From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.devel Subject: Re: Emacs 23.3 release candidate Date: Tue, 01 Mar 2011 20:43:42 +0100 Message-ID: <4D6D4C6E.8020507@online.de> References: <87pqqbze4t.fsf@stupidchicken.com> <4D6CE1E8.6080502@online.de> <87d3maraqw.fsf@stupidchicken.com> <4D6D3562.4010209@online.de> <87ei6qwta2.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1299009806 11200 80.91.229.12 (1 Mar 2011 20:03:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 20:03:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 01 21:03:21 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 1PuVmu-00069A-MF for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2011 21:03:16 +0100 Original-Received: from localhost ([127.0.0.1]:36902 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuVQG-0003FD-Ud for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2011 14:39:53 -0500 Original-Received: from [140.186.70.92] (port=33328 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuVQA-000383-EV for emacs-devel@gnu.org; Tue, 01 Mar 2011 14:39:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuVPs-0002qV-GX for emacs-devel@gnu.org; Tue, 01 Mar 2011 14:39:30 -0500 Original-Received: from moutng.kundenserver.de ([212.227.17.10]:56889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuVPs-0002mr-19 for emacs-devel@gnu.org; Tue, 01 Mar 2011 14:39:28 -0500 Original-Received: from [192.168.178.29] (brln-4d0c18d7.pool.mediaWays.net [77.12.24.215]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MLTGA-1Pv3Nf1l1G-000FsZ; Tue, 01 Mar 2011 20:39:26 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.11) Gecko/20100711 Thunderbird/3.0.6 In-Reply-To: <87ei6qwta2.fsf@stupidchicken.com> X-Provags-ID: V02:K0:uZ72VxqAIGD/cj8kDPuDp67aMCNGmGTs3t+/i2RKzXZ rekCddD8aJIjIfhrhKXF/6WLMFnTA3LmC8S+4BkwiPmuy79NR7 t97tHqwg952BU0U9Oai9Bfpj4dffw4wwIdkmaOsp6lRQRKlLB0 WsvpDRJ+vw8HjAQiPjQgi7YpYckdO1I8hhuxVRScU955gm64hb Js0o4UJT6vKo0A0GU4dYedtiH8LWXFfHY9f2hsLUQw= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.10 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:136687 Archived-At: Am 01.03.2011 20:11, schrieb Chong Yidong: > Andreas Röhler writes: > >>>> Compiling MY-PATH/uni-input.el >>>> Wrote MY-PATH/uni-input.elc >>>> make[2]: Leaving directory `MY-PATH/leim' >>>> make[1]: Leaving directory `MY-PATH/emacs-23.3' >>>> make: *** [bootstrap] Fehler 2 >>>> >>>> Compilation exited abnormally with code 2 at Tue Mar 1 10:41:13 >>> >>> I don't understand why Make is signalling an error here. Could you >>> describe the procedure you used to build emacs, including the arguments >>> supplied to configure and to make? >> >> CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure >> than from inside Emacs >> M-x compile >> make -k bootstrap > > I can't reproduce the error. For me, the above steps end with > > ... > Compiling /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.el > Wrote /home/cyd/pretest/emacs-23.3/leim/quail/uni-input.elc > make[2]: Leaving directory `/home/cyd/pretest/emacs-23.3/leim' > make[1]: Leaving directory `/home/cyd/pretest/emacs-23.3' > > Compilation finished at Tue Mar 1 13:54:19 > > > so it looks like your bootstrap finished, except that Make exited with > code 2 for no apparent reason. (There is nothing noteworthy in the > compile log that you sent me separately.) > > Anyone using SuSE 10.2 and able to try reproducing the problem? > As I had trouble with the previous pretest due to file-permission issues, maybe it's the cause here to. BTW emacs-23.2.94 has been built on Suse 10.3 smoothly.