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: Current CVS compile problems Date: Sun, 01 Sep 2002 21:27:30 +1000 Sender: emacs-devel-admin@gnu.org Message-ID: <86adn2kl0d.fsf@mobile.repose.cx> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030879835 27411 127.0.0.1 (1 Sep 2002 11:30:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Sep 2002 11:30:35 +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 17lSw5-000780-00 for ; Sun, 01 Sep 2002 13:30:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17lTTn-0004CD-00 for ; Sun, 01 Sep 2002 14:05:23 +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 17lSxW-0007bR-00; Sun, 01 Sep 2002 07:32:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17lSvv-0007NI-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 07:30:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17lSvs-0007MH-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 07:30:22 -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 17lSvs-0007LL-00 for emacs-devel@gnu.org; Sun, 01 Sep 2002 07:30:20 -0400 Original-Received: from mobile (respite.repose.cx [192.168.1.128]) by plethora.repose.cx (Postfix) with SMTP id 2EE74818D for ; Sun, 1 Sep 2002 21:38:22 +1000 (EST) Original-Received: by mobile (sSMTP sendmail emulation); Sun, 1 Sep 2002 21:27:30 +1000 Original-To: Emacs Devel Original-Lines: 36 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:7246 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:7246 Hi folks, A few problems with the CVS compile at the moment. Loading dired (source)... Loading info (source)... Symbol's function definition is void: locate-library make[1]: *** [autoloads] Error 255 make[1]: Leaving directory `/home/resolve/Build/emacs/lisp' make: *** [bootstrap-lisp] Error 2 zsh: exit 2 make bootstrap And in man/ 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: *** [../info/tramp] Error 2 And finally: % cd lispintro && make makeinfo -o /home/resolve/Build/emacs/lispintro/../info/eintr /home/resolve/Build/emacs/lispintro/emacs-lisp-intro.texi emacs-lisp-intro.texi:227: Unknown command `copying'. emacs-lisp-intro.texi:256: Unmatched `@end'. emacs-lisp-intro.texi:335: Unknown command `insertcopying'. Are the last two related to my version of texinfo or something? (running unstable debian) Regards, -- Damien Elmes