From owner-freebsd-questions@FreeBSD.ORG Fri Aug 1 20:21:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69C7637B401 for ; Fri, 1 Aug 2003 20:21:11 -0700 (PDT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797E443FA3 for ; Fri, 1 Aug 2003 20:21:10 -0700 (PDT) (envelope-from lowell@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc12) with ESMTP id <20030802032109012003orjue>; Sat, 2 Aug 2003 03:21:09 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h723L7M1046637; Fri, 1 Aug 2003 23:21:07 -0400 (EDT) (envelope-from lowell@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h723L6Rc046634; Fri, 1 Aug 2003 23:21:06 -0400 (EDT) To: Forrest Aldrich References: <6.0.0.12.2.20030717093843.01e35ae0@192.168.1.1> <6.0.0.12.2.20030717093843.01e35ae0@192.168.1.1> <6.0.0.14.2.20030801230143.01b01508@192.168.1.1> From: Lowell Gilbert Date: 01 Aug 2003 23:21:05 -0400 In-Reply-To: <6.0.0.14.2.20030801230143.01b01508@192.168.1.1> Message-ID: <44n0esd9su.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Groff issues with latest FreeBSD-4.x build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2003 03:21:11 -0000 Forrest Aldrich writes: > I just rebuilt the entire system from CVS, and still get this problem: > > # man man > Formatting page, please wait...troff: fatal error: can't find macro > file tty-char > Done. > > This can't be that complex of an issue, which is probably why I'm > still figuring it out. Doesn't the 'man' command need to find its > tmac files in /usr/share/tmac? If so, then there's something wrong > with the man configuration somewhere (something I'm not familiar with). > > Any pointers would really be appreciated, nobody else responded. Hmm. Not exactly my thing, but what happens if you try the formatting directly? zcat /usr/share/man/man1/ls.1.gz |nroff -man