From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: Gnus 5.11 in Emacs CVS Date: 21 Apr 2004 14:39:44 +0900 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87znbl2oqd.fsf@tc-1-100.kawasaki.gol.ne.jp> <87vfk2rs88.fsf@tc-1-100.kawasaki.gol.ne.jp> <871xmmdtyp.fsf@tc-1-100.kawasaki.gol.ne.jp> <20040419222303.GA14432@fencepost> Reply-To: Miles Bader NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1082526366 4939 80.91.224.253 (21 Apr 2004 05:46:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Apr 2004 05:46:06 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Apr 21 07:45:59 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGAYZ-0006DM-00 for ; Wed, 21 Apr 2004 07:45:59 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BGAYZ-00050I-00 for ; Wed, 21 Apr 2004 07:45:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGAYK-0000d7-8W for emacs-devel@quimby.gnus.org; Wed, 21 Apr 2004 01:45:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BGAXd-0000bx-9w for emacs-devel@gnu.org; Wed, 21 Apr 2004 01:45:01 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BGAX4-0000Rw-0L for emacs-devel@gnu.org; Wed, 21 Apr 2004 01:44:58 -0400 Original-Received: from [210.143.35.52] (helo=TYO202.gate.nec.co.jp) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BGAT3-0007wq-U3; Wed, 21 Apr 2004 01:40:18 -0400 Original-Received: from mailgate3.nec.co.jp (mailgate53.nec.co.jp [10.7.69.192]) by TYO202.gate.nec.co.jp (8.11.7/3.7W01080315) with ESMTP id i3L5dmh04816; Wed, 21 Apr 2004 14:40:15 +0900 (JST) Original-Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id i3L5dm808076; Wed, 21 Apr 2004 14:39:48 +0900 (JST) Original-Received: from edtmg03.lsi.nec.co.jp ([10.26.16.203]) by mailsv5.nec.co.jp (8.11.7/3.7W-MAILSV4-NEC) with ESMTP id i3L5dlW01148; Wed, 21 Apr 2004 14:39:47 +0900 (JST) Original-Received: from mcsss2.ucom.lsi.nec.co.jp (localhost [127.0.0.1]) by edtmg03.lsi.nec.co.jp (8.12.10/8.12.10) with ESMTP id i3L5dj5A021910; Wed, 21 Apr 2004 14:39:46 +0900 (JST) Original-Received: from mcspd15 (mcspd15 [10.30.114.174]) by mcsss2.ucom.lsi.nec.co.jp (8.12.10/8.12.8/EDcg v2.01-mc/1046780839) with ESMTP id i3L5djnX007594; Wed, 21 Apr 2004 14:39:45 +0900 (JST) Original-Received: by mcspd15 (Postfix, from userid 31295) id 27E0E131D6; Wed, 21 Apr 2004 14:39:45 +0900 (JST) Original-To: emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Blat: Foop In-Reply-To: Original-Lines: 57 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:21974 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:21974 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > > > > src/bootstrap-emacs -batch -f byte-compile-file lisp/vc-arch.el > > > > > > Didn't work for me, because my > > > --prefix=/import/xtra/emacs/Gnus_5_11_arch doesn't exist yet. > > > > Hmmm, it should work (I think) -- the emacs being run is not the installed > > emacs, but src/bootstrap-emacs, and it should be getting its lisp files from > > ../lisp. > > From a discussion in emacs-pretest-bug (approx. two weeks ago) I > recall that this is not the case: > Subject: Use of system lisp when running freshly built emacs "in place". > > > BTW, are you building in the source tree, or using a separate build dir? > > I always build in the Emacs source directory. I tried building from a fresh arch checkout, in the source-dir, with a non-standard (and non-existant) --prefix: $ cd /usr/local/emacs $ tla get emacs--cvs-trunk--0 test ... $ cd test $ ./configure --prefix=/usr/local/emacs-test ... $ make bootstrap ... ... (fails as before, trying to compile eshell/esh-module.el) $ src/bootstrap-emacs -batch -f batch-byte-compile lisp/vc-arch.el In end of data: vc-arch.el:421:1:Warning: the function `vc-switches' might not be defined at runtime. Wrote /usr/local/src/emacs/test/lisp/vc-arch.elc $ make -C lisp bootstrap EMACS=../src/bootstrap-emacs ... (all lisp files now successfully compile) $ make ... (emacs finishes compiling correctly) I'm not sure what's going on with your builds; maybe it's the long pathnames, or your OS? I'm using debian unstable on a 386 machine. When you said that the line compiling vc-arch.el failed, what was the error message? Thanks, -Miles -- The secret to creativity is knowing how to hide your sources. --Albert Einstein