Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f8NDdCL05302 for linux-xfs-outgoing; Sun, 23 Sep 2001 06:39:12 -0700 Received: from supai.oit.umass.edu (supai.oit.umass.edu [128.119.175.6]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f8NDd9e05283 for ; Sun, 23 Sep 2001 06:39:09 -0700 Received: from CONVERSION-DAEMON by supai.oit.umass.edu (PMDF V5.2-32 #38130) id <0GK400701B678A@supai.oit.umass.edu> for linux-xfs@oss.sgi.com; Sun, 23 Sep 2001 09:37:19 -0400 (EDT) Received: from killgoretrout (fild-426.res.umass.edu [128.119.145.170]) by supai.oit.umass.edu (PMDF V5.2-32 #38130) with SMTP id <0GK4004GMB67PA@supai.oit.umass.edu> for linux-xfs@oss.sgi.com; Sun, 23 Sep 2001 09:37:19 -0400 (EDT) Date: Sun, 23 Sep 2001 09:36:26 -0400 From: Bryce Riner Subject: Re: CVS broken, it seems To: linux-xfs@oss.sgi.com Message-id: <002d01c14434$bec22ff0$aa917780@killgoretrout> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2479.0006 X-Mailer: Microsoft Outlook Express 6.00.2479.0006 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <20010922163346.A2770@vitelus.com> <5978.1001214051@ocs3.intra.ocs.com.au> <20010922200850.A4518@vitelus.com> Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk > On Sun, Sep 23, 2001 at 01:00:51PM +1000, Keith Owens wrote: > > On Sat, 22 Sep 2001 16:33:46 -0700, > > Aaron Lehmann wrote: > > >make[2]: Entering directory `/usr/src/linux-2.4-xfs/linux/mm' > > >make[2]: *** No rule to make target `mmap_avl.c', needed by `mmap.o'. Stop. > > > > > >Did someone forget to add this file to the CVS repository? > > > > That file was deleted by Linus in 2.4.10-pre11 and is no longer in > > linux/mm/Makefile. It has been removed from the internal tree, if it > > is still referenced in CVS then there is an error in CVS or at your > > end. Try rm -rf linux/mm and refresh from CVS, see if mm/Makefile > > still refers to mmap_avl.o. > > Odd, that fixed it. I don't know why it would since cvs updating mm > showed it as up to date (and no M's). > That sounds like a dependency problem, did you do a 'make dep' before compiling?