From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: autoconf and makeinfo issues (doc/ref has problems) (RC?). Date: Wed, 03 Apr 2002 00:43:21 -0600 Sender: guile-devel-admin@gnu.org Message-ID: <871ydx2sfq.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017817589 21121 127.0.0.1 (3 Apr 2002 07:06:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 3 Apr 2002 07:06:29 +0000 (UTC) Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16seqj-0005UY-00 for ; Wed, 03 Apr 2002 09:06:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16seqP-0000cl-00; Wed, 03 Apr 2002 02:06:09 -0500 Original-Received: from dsl-209-87-109-2.constant.com ([209.87.109.2] helo=defaultvalue.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16seUM-0007hd-00 for ; Wed, 03 Apr 2002 01:43:22 -0500 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id A2B7C6499 for ; Wed, 3 Apr 2002 00:43:21 -0600 (CST) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 7D5FF2804; Wed, 3 Apr 2002 00:43:21 -0600 (CST) Original-To: guile-devel@gnu.org Original-Lines: 36 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:283 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:283 I've nearly finished fixing the autoconf 2.53 issues in 1.6, but now I've run in to a show-stopping makeinfo problem (is this a makeinfo version issue?) Running a make fails now, complaining of interconnection problems all over our .texi files. I commented out our version.texi include in guile.texi and ran a full-blown C-u 8 texinfo-multiple-files-update, and that made things somewhat better, but we're still missing a lot of stuff that makeinfo now seems to be considering critical. Along with a lot of warnings that Info can't handle ":" in index entries, I get the following actual errors. ./preface.texi:73: `Manual Layout' has no Up field. ./preface.texi:151: `Manual Conventions' has no Up field. ./intro.texi:53: `Whirlwind Tour' has no Up field. ./intro.texi:855: `Obtaining and Installing Guile' has no Up field. ./intro.texi:958: `Reporting Bugs' has no Up field. ./guile.texi:189: Node `Top' lacks menu item for `Programming Intro' despite being its Up target. ./guile.texi:189: Node `Top' lacks menu item for `Reference Intro' despite being its Up target. ./scheme-memory.texi:207: `Objects' has no Up field. ./repl-modules.texi:97: `Value History' has no Up field. ./misc-modules.texi:60: `Formatted Output' has no Up field. ./misc-modules.texi:291: `Rx Regexps' has no Up field. ./indices.texi:11: `Procedure Index' has no Up field. ./indices.texi:26: `Variable Index' has no Up field. ./indices.texi:42: `Type Index' has no Up field. ./scheme-memory.texi:207: warning: unreferenced node `Objects'. ./repl-modules.texi:97: warning: unreferenced node `Value History'. makeinfo: Removing output file `/home/rlb/dev/guile/core-1.5/doc/ref/guile.info' due to errors; use --force to preserve. -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel