X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Message-ID: <50FFCE30.6000001@mathematik.uni-kl.de> Date: Wed, 23 Jan 2013 12:49:04 +0100 From: Andreas Steenpass User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: 'make check' fails Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I check out the Cygwin sources from the CVS and left everything unchanged. Then I followed the instructions on how to build Cygwin which I found here: http://cygwin.com/faq/faq.programming.html#faq.programming.building-cygwin Everything went through smoothly including make install. But now, when I run 'make check' in build/i686-pc-cygwin/winsup, I get the following: steenpas AT zoppo:~/Cygwin/build/i686-pc-cygwin/winsup$ make check make[1]: Entering directory `/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/cygwin' make[1]: Für das Ziel »all« ist nichts zu tun. make[1]: Leaving directory `/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/cygwin' running CONFIG_SHELL=/bin/sh /bin/sh /home/steenpas/Cygwin/src-cvs/winsup/testsuite/configure --disable-option-checking --prefix=/home/steenpas/Cygwin/install --with-newlib --enable-multilib -v --program-transform-name=s,y,y, --with-target-subdir=i686-pc-cygwin --build=i686-pc-cygwin --host=i686-pc-cygwin --target=i686-pc-cygwin build_alias=i686-pc-cygwin host_alias=i686-pc-cygwin target_alias=i686-pc-cygwin CC=gcc -L/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/testsuite -isystem /home/steenpas/Cygwin/src-cvs/winsup/testsuite/include -B/home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/ -isystem /home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/targ-include -isystem /home/steenpas/Cygwin/src-cvs/newlib/libc/include CFLAGS=-g -O2 LDFLAGS= CPPFLAGS= CXX=g++ -L/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/testsuite -isystem /home/steenpas/Cygwin/src-cvs/winsup/testsuite/include -B/home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/ -isystem /home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/targ-include -isystem /home/steenpas/Cygwin/src-cvs/newlib/libc/include CXXFLAGS=-g -O2 --cache-file=.././config.cache --srcdir=/home/steenpas/Cygwin/src-cvs/winsup/testsuite --no-create --no-recursion configure: loading cache .././config.cache configure: error: `CC' has changed since the previous run: configure: former value: `gcc -L/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/cygwin -isystem /home/steenpas/Cygwin/src-cvs/winsup/cygwin/include -B/home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/ -isystem /home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/targ-include -isystem /home/steenpas/Cygwin/src-cvs/newlib/libc/include ' configure: current value: `gcc -L/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/testsuite -isystem /home/steenpas/Cygwin/src-cvs/winsup/testsuite/include -B/home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/ -isystem /home/steenpas/Cygwin/build/i686-pc-cygwin/newlib/targ-include -isystem /home/steenpas/Cygwin/src-cvs/newlib/libc/include ' configure: error: in `/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/testsuite': configure: error: changes in the environment can compromise the build configure: error: run `make distclean' and/or `rm .././config.cache' and start over config.status: creating Makefile config.status: WARNING: '/home/steenpas/Cygwin/src-cvs/winsup/testsuite/Makefile.in' seems to ignore the --datarootdir setting config.status: error: cannot find input file: `config.h.in' make[1]: Entering directory `/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/testsuite' make[1]: *** Keine Regel vorhanden, um das Target »dataascii.o«, benötigt von »libltp.a«, zu erstellen. Schluss. make[1]: Leaving directory `/home/steenpas/Cygwin/build/i686-pc-cygwin/winsup/testsuite' Makefile:109: recipe for target `check' failed make: *** [check] Error 2 steenpas AT zoppo:~/Cygwin/build/i686-pc-cygwin/winsup$ (Sorry for the German snippets.) In a secong attempt, I deleted build/i686-pc-cygwin/winsup/config.cache before the 'make check'. Then configure succeeded, but I still get the same error, only the line config.status: error: cannot find input file: `config.h.in' is missing. Does anybody have an idea how to fix this and to run the tests? Regards, Andreas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple