From owner-freebsd-current Mon Jan 6 20:11:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA26554 for current-outgoing; Mon, 6 Jan 1997 20:11:20 -0800 (PST) Received: from po1.glue.umd.edu (root@po1.glue.umd.edu [129.2.128.44]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id UAA26549 for ; Mon, 6 Jan 1997 20:11:17 -0800 (PST) Received: from ginger.eng.umd.edu (ginger.eng.umd.edu [129.2.103.20]) by po1.glue.umd.edu (8.8.3/8.7.3) with ESMTP id XAA25928; Mon, 6 Jan 1997 23:11:09 -0500 (EST) Received: from localhost (chuckr@localhost) by ginger.eng.umd.edu (8.8.3/8.7.3) with SMTP id XAA10554; Mon, 6 Jan 1997 23:11:09 -0500 (EST) X-Authentication-Warning: ginger.eng.umd.edu: chuckr owned process doing -bs Date: Mon, 6 Jan 1997 23:11:08 -0500 (EST) From: Chuck Robey X-Sender: chuckr@ginger.eng.umd.edu To: "Jordan K. Hubbard" cc: current@freebsd.org Subject: Re: -current make world broken in more ways than you could shake a stick at In-Reply-To: <199701070338.TAA26734@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 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! ----------------------------+-----------------------------------------------