From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Damien Elmes Newsgroups: gmane.emacs.devel Subject: Re: Emacs cvs newbie problems Date: Sat, 14 Sep 2002 16:40:23 +1000 Sender: emacs-devel-admin@gnu.org Message-ID: <86r8fxvzu0.fsf@mobile.repose.cx> References: <200209140220.34377.hattons@speakeasy.net> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031985737 25581 127.0.0.1 (14 Sep 2002 06:42:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 14 Sep 2002 06:42:17 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17q6dE-0006eR-00 for ; Sat, 14 Sep 2002 08:42:16 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17q7FT-0005Q9-00 for ; Sat, 14 Sep 2002 09:21:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17q6dP-0002KQ-00; Sat, 14 Sep 2002 02:42:27 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17q6bb-0002Jm-00 for emacs-devel@gnu.org; Sat, 14 Sep 2002 02:40:35 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17q6bX-0002I0-00 for emacs-devel@gnu.org; Sat, 14 Sep 2002 02:40:34 -0400 Original-Received: from cpe-203-51-32-241.nsw.bigpond.net.au ([203.51.32.241] helo=plethora.repose.cx) by monty-python.gnu.org with esmtp (Exim 4.10) id 17q6bX-0002HA-00 for emacs-devel@gnu.org; Sat, 14 Sep 2002 02:40:31 -0400 Original-Received: from mobile (respite.repose.cx [192.168.1.128]) by plethora.repose.cx (Postfix) with SMTP id C8C6D817C for ; Sat, 14 Sep 2002 16:40:23 +1000 (EST) Original-Received: by mobile (sSMTP sendmail emulation); Sat, 14 Sep 2002 16:40:23 +1000 Original-To: Emacs Devel In-Reply-To: <200209140220.34377.hattons@speakeasy.net> ("Steven T. Hatton"'s message of "Sat, 14 Sep 2002 02:20:34 -0400") Original-Lines: 23 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:7896 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7896 "Steven T. Hatton" writes: > 'make bootstrap' puked on info/tramp: > > cd /download/org/gnu/emacs/emacs/man; makeinfo tramp.texi > tramp.texi:25: Unknown command `copying'. > tramp.texi:50: Unmatched `@end'. > makeinfo: Removing output file `../info/tramp' due to errors; use --force to > preserve. > make[1]: *** [../info/tramp] Error 2 > make[1]: Leaving directory `/download/org/gnu/emacs/emacs/man' > make: *** [info] Error 2 > > I then downloaded the latest stable tarball and that ./configured and made > like a charm. I'm sure I could snag the `lisp/abbrev.elc' from that build, > but seems a whole lot like cheating. Is the current cvs image makeable? You need texinfo 4.2. Regards, -- Damien Elmes