From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: more CVS trouble Date: Wed, 07 Jan 2004 14:41:38 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1073508248 7209 80.91.224.253 (7 Jan 2004 20:44:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Jan 2004 20:44:08 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 07 21:44:05 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AeKX7-0003YI-00 for ; Wed, 07 Jan 2004 21:44:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AeLT9-0005o8-Tr for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Jan 2004 16:44:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AeLSo-0005n3-GO for help-gnu-emacs@gnu.org; Wed, 07 Jan 2004 16:43:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AeLSH-0005aI-IZ for help-gnu-emacs@gnu.org; Wed, 07 Jan 2004 16:43:40 -0500 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AeLSH-0005Zn-1w for help-gnu-emacs@gnu.org; Wed, 07 Jan 2004 16:43:09 -0500 Original-Received: from linux183.ma.utexas.edu (mail@linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id i07KfcB13157; Wed, 7 Jan 2004 14:41:38 -0600 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1AeKUk-0007vH-00; Wed, 07 Jan 2004 14:41:38 -0600 Original-To: help-gnu-emacs@gnu.org X-all-your-base-are-belong-to-us: You are on the way to destruction. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15791 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15791 Sorry about this... I'm a cvs newbie, so maybe I've just mucked up the instructions Kai gave me last time. I ran these commands: cvs -z3 -dr:ext:anoncvs@savannah.gnu.org:/cvsroot/emacs co emacs export CVSROOT=":ext:anoncvs@savannah.gnu.org:/cvsroot/emacs" cvs update -P and got these results upon running ./configure && make bootstrap make[1]: Leaving directory `/home/jcorneli/emacs/leim' (cd man; make info) make[1]: Entering directory `/home/jcorneli/emacs/man' cd /home/jcorneli/emacs/man; makeinfo emacs.texi emacs.texi:10: Unknown command `copying'. emacs.texi:31: Unmatched `@end'. makeinfo: Removing output file `../info/emacs' due to errors; use --force to preserve. make[1]: *** [../info/emacs] Error 2 make[1]: Leaving directory `/home/jcorneli/emacs/man' make: *** [info] Error 2 Please help!