From owner-freebsd-bugs Tue Dec 16 07:39:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA03123 for bugs-outgoing; Tue, 16 Dec 1997 07:39:42 -0800 (PST) (envelope-from owner-freebsd-bugs) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA03115 for ; Tue, 16 Dec 1997 07:39:36 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from bonsai.hiwaay.net (max4-84.HiWAAY.net [208.147.145.84]) by fly.HiWAAY.net (8.8.7/8.8.6) with SMTP id JAA27814; Tue, 16 Dec 1997 09:39:29 -0600 (CST) Message-ID: <3496A18B.15FB7483@hiwaay.net> Date: Tue, 16 Dec 1997 09:43:07 -0600 From: Steve Price X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: John Ioannidis CC: freebsd-bugs@FreeBSD.ORG Subject: Re: problem when building 2.2.5 References: <199712160518.AAA21226@arran.research.att.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk John Ioannidis wrote: > > After tonight's sup, I have the following problem: > > ===> gnu/usr.bin/man/man > make: don't know how to make /usr/src/gnu/usr.bin/man/man/manpath.c. Stop > *** Error code 2 > You have a stale .depend file in the man/man directory. The man/man Makefile now uses the manpath/manpath.c file via a .PATH directive. Steve > Symlinking manpath/manpath.[ch] to ..../man/man/ is a trivial fix; > the makefile has to be fixed, really. > > /ji