This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

'make check' fails


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@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@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]