From owner-freebsd-stable@FreeBSD.ORG Mon Aug 18 15:09:12 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C8341065672 for ; Mon, 18 Aug 2008 15:09:12 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from QMTA06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by mx1.freebsd.org (Postfix) with ESMTP id 09D838FC16 for ; Mon, 18 Aug 2008 15:09:11 +0000 (UTC) (envelope-from alex-goncharov@comcast.net) Received: from OMTA01.westchester.pa.mail.comcast.net ([76.96.62.11]) by QMTA06.westchester.pa.mail.comcast.net with comcast id 3pC41a0060EZKEL56r9Bm9; Mon, 18 Aug 2008 15:09:11 +0000 Received: from daland.home ([24.61.21.4]) by OMTA01.westchester.pa.mail.comcast.net with comcast id 3r9A1a00k05H7zL3Mr9BA6; Mon, 18 Aug 2008 15:09:11 +0000 X-Authority-Analysis: v=1.0 c=1 a=EQi3qIMnYrsA:10 a=rITDv7nW5hcA:10 a=q2MSeDgXQc-nXTfRhloA:9 a=MZIqqZ0Za6Fh4m-4r2sA:7 a=qcZBCPgBS-xDA1DQ7SOVgb8uKgwA:4 a=si9q_4b84H0A:10 a=XF7b4UCPwd8A:10 Received: from algo by daland.home with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KV6M2-0005nl-LY for freebsd-stable@FreeBSD.org; Mon, 18 Aug 2008 11:09:10 -0400 From: Alex Goncharov To: freebsd-stable@FreeBSD.org Message-Id: Sender: Alex Goncharov Date: Mon, 18 Aug 2008 11:09:10 -0400 Cc: Subject: Groff is not working in the latest code X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alex Goncharov List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Aug 2008 15:09:12 -0000 The following happens in 7.0-STABLE built from the source "csup"ed either yesterday's or this morning: ------------------------------------------------------------ $ groff -mm -t -Tascii tmp.mm groff: can't find `DESC' file groff:fatal error: invalid device `ascii' $ truss -mm -t -Tascii tmp.mm 2>&1 | grep DESC ++ [ ~/doc1/employ/ab-initio ] ++ truss groff -mm -t -Tascii tmp.mm 2>&1 | grep DESC open("/usr/local/share/groff/site-font/devascii/DESC",O_RDONLY,0666) ERR#2 'No such file or directory' open("/usr/local/share/groff/1.19.2/font/devascii/DESC",O_RDONLY,0666) ERR#2 'No such file or directory' open("/usr/lib/font/devascii/DESC",O_RDONLY,0666) ERR#2 'No such file or directory' groff: can't find `DESC' file write(2,"groff: can't find `DESC' file\n",30) = 30 (0x1e) $ ls -l /usr/share/groff_font/devascii/DESC -r--r--r-- 1 root wheel 95 Aug 18 08:59 /usr/share/groff_font/devascii/DESC $ GROFF_FONT_PATH=/usr/share/groff_font groff -mm -t -Tascii tmp.mm troff: fatal error: can't find macro file m $ which groff /usr/bin/groff ------------------------------------------------------------ Note an attempt to look for a file under /usr/local, which should not happen for a program in "base". This behavior is very new -- no such problem existed in the code fetched last Saturday. There, I see: ------------------------------------------------------------ $ truss groff -mm -t -Tascii tmp.mm 2>&1 | grep DESC open("/usr/share/groff_font/devascii/DESC",O_RDONLY,0666) = 3 (0x3) ------------------------------------------------------------ Anybody know of what happened? Thanks, -- Alex -- alex-goncharov@comcast.net -- /* * Machines that have broken down will work perfectly when the * repairman arrives. */