From owner-freebsd-current Mon Jan 6 19:38:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA25333 for current-outgoing; Mon, 6 Jan 1997 19:38:54 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id TAA25328 for ; Mon, 6 Jan 1997 19:38:51 -0800 (PST) Received: (from jkh@localhost) by time.cdrom.com (8.8.4/8.6.9) id TAA26734 for current@freebsd.org; Mon, 6 Jan 1997 19:38:42 -0800 (PST) Date: Mon, 6 Jan 1997 19:38:42 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199701070338.TAA26734@time.cdrom.com> To: current@freebsd.org Subject: -current make world broken in more ways than you could shake a stick at Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 (The missing piece being rluser.texinfo). I'm sure after this one is resolved, I'll find another 10 problems just based on user feedback. Uh, folks, wasn't there something in our "charter" which stipulated that the world should continue to build with each new change? Just judging by the last week's events, that's gone totally out the window, it seems, and this is troublesome. :-( Jordan