Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 1997 23:11:08 -0500 (EST)
From:      Chuck Robey <chuckr@glue.umd.edu>
To:        "Jordan K. Hubbard" <jkh@time.cdrom.com>
Cc:        current@freebsd.org
Subject:   Re: -current make world broken in more ways than you could shake a stick at
Message-ID:  <Pine.OSF.3.95.970106230537.10527D-100000@ginger.eng.umd.edu>
In-Reply-To: <199701070338.TAA26734@time.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 6 Jan 1997, Jordan K. Hubbard wrote:

> After I fixed the yacc problem, I ran promptly into:
> 
> ===> gnu/usr.bin/gdb/doc
> makeinfo -I /a/src/gnu/usr.bin/gdb/doc/../../../lib/libreadline/doc --no-split -I /a/src/gnu/usr.bin/gdb/doc -I /a/src/gnu/usr.bin/gdb/doc /a/src/gnu/usr.bin/gdb/doc/gdb.texinfo -o gdb.info
> /a/src/gnu/usr.bin/gdb/doc/gdb.texinfo:8395: `@include rluser.texinfo': No such file or directory.
> /a/src/gnu/usr.bin/gdb/doc/gdb.texinfo:8162: Validation error.  `Next' field points to node `Command Line Editing', which doesn't exist.
> /a/src/gnu/usr.bin/gdb/doc/inc-hist.texi:30: Validation error.  `Prev' field poi

Found and reported to current some hours (12?) ago.  Mind reviewing my
fix?

ROOT:/usr/src/gnu/usr.bin/gdb/doc:1020 >cvs diff -u
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/src/gnu/usr.bin/gdb/doc/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile    1995/01/11 16:38:10     1.3
+++ Makefile    1997/01/07 02:49:58
@@ -1,4 +1,4 @@
 INFO = gdb gdbint stabs annotate
-MAKEINFOFLAGS += -I ${.CURDIR}/../../../lib/libreadline/doc
+MAKEINFOFLAGS += -I ${.CURDIR}/../../../contrib/libreadline/doc
 
 .include <bsd.info.mk>

BTW, there was another breakage I found in the doc subdir of amd, but
seems Bruce just fixed it (patching bsd.info.mk).

----------------------------+-----------------------------------------------
Chuck Robey                 | Interests include any kind of voice or data 
chuckr@eng.umd.edu          | communications topic, C programming, and Unix.
9120 Edmonston Ct #302      |
Greenbelt, MD 20770         | I run Journey2 and picnic, both FreeBSD
(301) 220-2114              | version 3.0 current -- and great FUN!
----------------------------+-----------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.3.95.970106230537.10527D-100000>