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 19:05:22 +0100 Message-ID: <4D6D3562.4010209@online.de> References: <87pqqbze4t.fsf@stupidchicken.com> <4D6CE1E8.6080502@online.de> <87d3maraqw.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 1299002492 861 80.91.229.12 (1 Mar 2011 18:01:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Mar 2011 18:01:32 +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 19:01:28 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 1PuTt1-0005z9-5r for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2011 19:01:27 +0100 Original-Received: from localhost ([127.0.0.1]:41748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuTt0-00022R-Gu for ged-emacs-devel@m.gmane.org; Tue, 01 Mar 2011 13:01:26 -0500 Original-Received: from [140.186.70.92] (port=60096 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuTsp-000210-Mb for emacs-devel@gnu.org; Tue, 01 Mar 2011 13:01:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuTso-0002hO-HC for emacs-devel@gnu.org; Tue, 01 Mar 2011 13:01:15 -0500 Original-Received: from moutng.kundenserver.de ([212.227.17.9]:57387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuTso-0002hB-1U for emacs-devel@gnu.org; Tue, 01 Mar 2011 13:01:14 -0500 Original-Received: from [192.168.178.29] (brln-4d0c18d7.pool.mediaWays.net [77.12.24.215]) by mrelayeu.kundenserver.de (node=mrbap0) with ESMTP (Nemesis) id 0M2FfQ-1QBBLu3ENI-00s9OY; Tue, 01 Mar 2011 19:01:11 +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: <87d3maraqw.fsf@stupidchicken.com> X-Provags-ID: V02:K0:aJ7LLMnrdbJfrxz+MGcVzbB6DKOMSH68VfSAx4LIbZw ++61QQGn1wAwl1cWOxjyKp3/XhCH/jz8VSd2CAAhgUK4kpTUeZ Sw8EvPXU5yv93HmDcMxhjc+PGmVRalXMTUmI86I8wbSyjuyX+S odyrw/iHZRLep/TgJ5Y22DPqufsKTFJEfvhUwPh0B4Wo5UhWiR kPlzUE5+e09njtKZ2ZRd8BA6E/1GapgitOLlYqh8OI= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.227.17.9 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:136669 Archived-At: Am 01.03.2011 18:50, schrieb Chong Yidong: > Andreas Röhler writes: > >> Compilation exited abnormally with code 2 at Tue Mar 1 10:41:13: >> >> ... >> Wrote MY-PATH/simple.elc >> make[3]: Leaving directory `MY-PATH/lisp' >> make[3]: Entering directory `MY-PATH/lisp' >> Compiling MY-PATH/minibuffer.el >> Wrote MY-PATH/sgml-input.elc >> Compiling MY-PATH/rfc1345.el >> Wrote MY-PATH/rfc1345.elc >> 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 ;;;; that's all didn't call install Would assume Emacs misses some libraries. Send you offlist the complete messages-file. You seem to be doing a bootstrap, > which should not be necessary when building from the release tarball, > (which normally only needs `./configure', `make', then `make install'.) > >> Also get a lot of warnings >> >> In beginning-of-defun-raw: >> lisp.el:282:27:Warning: `font-lock-beginning-of-syntax-function' is an >> obsolete variable (as of Emacs 23.3); use `syntax-begin-function' >> instead. > > These warnings are annoying but irrelevant. Hmm, they are numerous. Would clean up that before release. >