Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Fri, 27 Sep 2002 23:15:52 -0400 From: Christopher Faylor To: cygwin-developers AT cygwin DOT com Subject: Re: running the test suite Message-ID: <20020928031552.GA2406@redhat.com> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <1033138854 DOT 22908 DOT 318 DOT camel AT lifelesswks> <96544151518 DOT 20020927191258 AT logos-m DOT ru> <1033140995 DOT 9627 DOT 3 DOT camel AT lifelesswks> <20020928020211 DOT GA22650 AT redhat DOT com> <1033181609 DOT 10794 DOT 22 DOT camel AT lifelesswks> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1033181609.10794.22.camel@lifelesswks> User-Agent: Mutt/1.4i On Sat, Sep 28, 2002 at 12:53:29PM +1000, Robert Collins wrote: >On Sat, 2002-09-28 at 12:02, Christopher Faylor wrote: >> On Sat, Sep 28, 2002 at 01:36:34AM +1000, Robert Collins wrote: >> >make[1]: Entering directory `/home/RobertC/build/cygwin/pristine/i686-pc-cygwin/winsup/testsuite' >> >make[1]: *** No rule to make target `check'. Stop. >> >make[1]: Leaving directory `/home/RobertC/build/cygwin/pristine/i686-pc-cygwin/winsup/testsuite' >> >make: *** [check] Error 2 >> >> In other words, your makefile in winsup/testsuite is screwed up... > >yeah, there is only a config.status there, and it does nothing. Running >./config.status --recheck gives a 'no such file or dir' for configure, >and appears to have got confused somewhere, because it's looking for a >'testsuite-pristine' directory. > >The source is in /home/Robertc/src/cygwin/cygwin-pristine/winsup/cygwin, >if that matters. Yes, it does. I've checked in a fix for the top-level makefile. Please remove your old testsuite directory and try running "make check" again. cgf