delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/01/23/06:49:24

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 <steenpass AT mathematik DOT uni-kl DOT de>
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
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019