Date: Wed, 1 Nov 2000 12:06:16 -0800 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Larry Rosenman <ler@lerctr.org> Cc: John Paul Lonie <jp@lonie.dropbear.id.au>, freebsd-stable@FreeBSD.ORG Subject: Re: Buildworld still no go for me. Message-ID: <20001101120616.B43030@dragon.nuxi.com> In-Reply-To: <20001101091118.A16352@lerami.lerctr.org>; from ler@lerctr.org on Wed, Nov 01, 2000 at 09:11:18AM -0600 References: <00103114445005.00385@kc0dxw-2> <Pine.BSF.4.21.0010311753060.2213-100000@thelab.hub.org> <20001031152159.A15863@area51.v-wave.com> <00fd01c04399$fb82bb40$14cea8c0@whitestar> <20001031183708.A11346@lerami.lerctr.org> <20001101091118.A16352@lerami.lerctr.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 01, 2000 at 09:11:18AM -0600, Larry Rosenman wrote: > > > (cd > > > /usr/src/share/doc/usd/12.vi/summary/../../../../../contrib/nvi/docs/USD.doc > > > /vitut; groff -mtty-char -Tascii -t -ms -o1- > > > /usr/src/share/doc/usd/12.vi/summary/../../../../../contrib/nvi/docs/USD.doc > > > /vitut/vi.summary) | gzip -cn > summary.ascii.gz > > > groff: can't find `DESC' file > > > groff:fatal error: invalid device `ascii' /usr/bin/groff is broken. I have zero idea what happened, but if you run k{trace,dump} on it, you'll see that FONTPATH isn't being added to the string for opening a file in /usr/src/contrib/groff/. I have no idea why this code isn't running. Groff is written in C++, so maybe some constructor wasn't getting called or something. Although a really, really quick look didn't explain it to me. I was able to fix a system showing this by manually building groff and then doing a clean buildworld. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001101120616.B43030>