From owner-freebsd-current@FreeBSD.ORG Mon May 5 10:37:39 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93E0F37B401 for ; Mon, 5 May 2003 10:37:39 -0700 (PDT) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E0E343FBD for ; Mon, 5 May 2003 10:37:38 -0700 (PDT) (envelope-from Robin.Blanchard@gactr.uga.edu) Received: (qmail 31703 invoked from network); 5 May 2003 17:37:38 -0000 Received: from unknown (HELO ex.gactr.uga.edu) ([10.10.11.21]) (envelope-sender ) by mail.servers.gactr.gc.nat (qmail-ldap-1.03) with SMTP for ; 5 May 2003 17:37:38 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Mon, 5 May 2003 13:37:37 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Groff completely busted. Thread-Index: AcMTKzQ2dgfsnuesQX21fL4VhquHQgAAAx+AAABpMsA= From: "Robin P. Blanchard" To: Subject: RE: Groff completely busted. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2003 17:37:39 -0000 > > I'm rather at a loss to understand how this is happening to you. > >=20 > > I have been tracking -CURRENT on a daily basis, and have not > > had the problem. > >=20 > > I have seen stuff like this when awk was changed (from gawk > > to the one-true-awk), because awk was used to build the boot loader. > >=20 > > Perhaps it would be enough to be sure your > > /usr/src/contrib/groff is completely refreshed (as in "rm -fr=20 > > /usr/src/contrib/groff" then update it via "cvs update" or=20 > > CVSup, whichever suits), then=20 > > "make world"? >=20 > I'm completely baffled as well...I've tried: >=20 > # cd /usr/src/gnu/usr.bin/groff/ > # make clean && make cleandir && make obj && make depend &&=20 > make all && make install >=20 > And it's still busted...Then tried: >=20 > # /usr/src/gnu/usr.bin/groff/font/devascii/ > # make clean all install >=20 > ...still busted... >=20 > Going to try removing the groff sources completely, re-cvsup=20 > and build. Will report shortly. Negative. Blew away /usr/src/gnu/usr.bin/groff/ and re-cvsup'ed, rebuilt/installed. Still hosed: # man setenv Formatting page, please wait.../usr/bin/groff: can't find `DESC' file /usr/bin/groff:fatal error: invalid device `ascii' Done. Please help. :)