From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: make info fails Date: Thu, 31 Jul 2008 11:04:06 +0200 Message-ID: <48918006.4050008@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1217495117 28001 80.91.229.12 (31 Jul 2008 09:05:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2008 09:05:17 +0000 (UTC) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 31 11:06:06 2008 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.50) id 1KOU6K-0000KV-DF for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 11:05:52 +0200 Original-Received: from localhost ([127.0.0.1]:48087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOU5P-0003pS-Oo for ged-emacs-devel@m.gmane.org; Thu, 31 Jul 2008 05:04:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KOU53-0003nG-Py for emacs-devel@gnu.org; Thu, 31 Jul 2008 05:04:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KOU51-0003mG-Ni for emacs-devel@gnu.org; Thu, 31 Jul 2008 05:04:16 -0400 Original-Received: from [199.232.76.173] (port=46010 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KOU50-0003lw-At for emacs-devel@gnu.org; Thu, 31 Jul 2008 05:04:14 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:54283) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KOU4z-0007lV-83 for emacs-devel@gnu.org; Thu, 31 Jul 2008 05:04:13 -0400 Original-Received: from c83-254-151-176.bredband.comhem.se ([83.254.151.176]:62499 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KOU4x-00089f-41 for emacs-devel@gnu.org; Thu, 31 Jul 2008 11:04:11 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 X-Antivirus: avast! (VPS 080730-0, 2008-07-30), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.176 X-Scan-Result: No virus found in message 1KOU4x-00089f-41. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1KOU4x-00089f-41 a5f75681e7d4cfaceecb82b92885ee9b X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:101786 Archived-At: I got this error from a fresh checkout now. (It is for my patched version, but I do not think that matter here.) C:\ecvsnew\bld\emacs\nt>make info 2>&1 | tee info-080731.tmp make -C ../doc/emacs info make[1]: Entering directory `C:/ecvsnew/bld/emacs/doc/emacs' makeinfo --force emacs.texi make[1]: Leaving directory `C:/ecvsnew/bld/emacs/doc/emacs' make -C ../doc/misc info make[1]: Entering directory `C:/ecvsnew/bld/emacs/doc/misc' makeinfo --force ediff.texi makeinfo --force gnus.texi makeinfo --force faq.texi makeinfo --force ada-mode.texi makeinfo --force ns-emacs.texi makeinfo --force mairix-el.texi make[1]: Leaving directory `C:/ecvsnew/bld/emacs/doc/misc' make -C ../doc/lispref info make[1]: Entering directory `C:/ecvsnew/bld/emacs/doc/lispref' makeinfo --force -I. -I. -o ./../../info/elisp ./elisp.texi .//os.texi:671: `@end' expected `defvar', but saw `table'. make[1]: *** [../../info/elisp] Error 1 make[1]: Leaving directory `C:/ecvsnew/bld/emacs/doc/lispref' make: *** [info-gmake] Error 2