From owner-freebsd-questions Wed Sep 4 19:03:00 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA14112 for questions-outgoing; Wed, 4 Sep 1996 19:03:00 -0700 (PDT) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA14105 for ; Wed, 4 Sep 1996 19:02:50 -0700 (PDT) Received: from localhost (dbabler@localhost) by Rigel.orionsys.com (8.7.5/8.6.9) with SMTP id TAA15026; Wed, 4 Sep 1996 19:02:01 -0700 (PDT) Date: Wed, 4 Sep 1996 19:02:00 -0700 (PDT) From: Dave Babler To: Richard Wackerbarth cc: questions@freebsd.org Subject: Re: Problem with 2.1.5 make world In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Sep 1996, Richard Wackerbarth wrote: > Dave, > I think we are the first to really test the lndir of the CD. Ah.... and thanks for all the help you've given me on this, by the way! > > See the patch that I posted earlier. I found the same thing. > > Basically add the "-L" option to the "find" command in the Makefile for > share/examples. > > BTW, it's 2.1.5-STABLE, not -CURRENT. -CURRENT refers to 2.2 or beyond. > If you are not subscribed to "stable@freebsd.org" I suggest that you do so. Yes, of course. my mistake. > > Hopefully someone will have committed it before tomorrows update. > > - - - - - > Dave wrote: > >After grinding away all day doing a make world, my new 2.1.5-CURRENT > >errored out saying: > > > >===> share/examples > >"Makefile", line 1: warning: Couldn't read shell's output > >(repeated 9 more times) > >make: don't know how to make copies. Stop > >*** Error code 2 > > > >Stop. > >*** Error code 1 > > > >Stop. > >*** Error code 1 > > > >Stop. > > > > > >It'd been generating a LOT of warnings throughout the process of making > >the doc entries too. What might the problem be? Could this be a problem > >generated by much of the source tree being linked to the live filesystem > >CD, or is something else munged? > > It's the ln's to the CD. > > >