From owner-freebsd-stable Sun May 19 14:42:42 2002 Delivered-To: freebsd-stable@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id E1F8D37B400 for ; Sun, 19 May 2002 14:42:37 -0700 (PDT) Received: from bluerondo.a.la.turk (nas-cbv-11-62-147-119-132.dial.proxad.net [62.147.119.132]) by postfix2-1.free.fr (Postfix) with ESMTP id 5DB6F5D4 for ; Sun, 19 May 2002 23:42:36 +0200 (CEST) Received: (qmail 1969 invoked by uid 1001); 19 May 2002 21:44:16 -0000 Date: Sun, 19 May 2002 23:44:16 +0200 From: Rahul Siddharthan To: stable@freebsd.org Subject: groff breakage after installworld Message-ID: <20020519214416.GA1932@lpt.ens.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.27i X-Operating-System: FreeBSD 4.6-PRERELEASE i386 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After a buildworld and installworld on May 18 from a freshly cvsupped tree, the man(1) command stopped working, with groff complaining that it couldn't find the DESC file. Apparently, after installworld, groff is looking in the wrong place for the font/macro files. I got things working by setting the environment variables GROFF_FONT_PATH=/usr/share/groff_font GROFF_TMAC_PATH=/usr/share/tmac Has anybody seen this? Since it doesn't seem to be reported on the list I assume it's not a common problem. Any idea what can have caused it and how to fix it? - Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message