This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

"already configured" for dejagnu after gmake distclean.


I'm still getting errors with dejagnu, when building binutils (CVS)
from scratch.

See:
http://www.eng.cse.dmu.ac.uk/~hgs/binutils-cvs-failure.txt

for the full details...

edited highlights of which are below.

        Thank you,
        Hugh
       --------------

#!/bin/sh -vx
date
+ date
Thu Mar 25 12:54:13 WET 2004
CC=gcc; export CC
CC=gcc
+ export CC
echo $CC
+ echo gcc
gcc
$CC --version
+ gcc --version
gcc (GCC) 3.3.2
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

MAKE=gmake; export MAKE
MAKE=gmake
+ export MAKE
echo $MAKE
+ echo gmake
gmake
$MAKE --version
+ gmake --version
GNU Make 3.80
Copyright (C) 2002  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
        [...]
TCL_LIBRARY=/usr/local/lib/tcl8.3; export TCL_LIBRARY
TCL_LIBRARY=/usr/local/lib/tcl8.3
+ export TCL_LIBRARY
echo $TCL_LIBRARY
+ echo /usr/local/lib/tcl8.3
/usr/local/lib/tcl8.3
DEJAGNULIBS=/usr/local/share/dejagnu; export DEJAGNULIBS
DEJAGNULIBS=/usr/local/share/dejagnu
+ export DEJAGNULIBS
echo $DEJAGNULIBS
+ echo /usr/local/share/dejagnu
/usr/local/share/dejagnu
WITH_LD='--with-ld=/usr/local/bin/ld --with-gnu-ld'
WITH_LD=--with-ld=/usr/local/bin/ld --with-gnu-ld
WITH_AS='--with-as=/usr/local/bin/as --with-gnu-as'
WITH_AS=--with-as=/usr/local/bin/as --with-gnu-as
/usr/local/bin/ld --version
+ /usr/local/bin/ld --version
GNU ld version 2.12.1
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
/usr/local/bin/as --version
+ /usr/local/bin/as --version
GNU assembler 2.12.1
Copyright 2002 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License.  This program has absolutely no warranty.
This assembler was configured for a target of `sparc-sun-solaris2.9'.
uname -a
+ uname -a
SunOS brains 5.9 Generic_112233-06 sun4u sparc SUNW,Sun-Blade-100
cd /export/home/Scratch/hgs/binutils-cvs/build
+ cd /export/home/Scratch/hgs/binutils-cvs/build
gmake distclean
+ gmake distclean
        [...]
Doing distclean in dejagnu
gmake[1]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu'
Making distclean in .
gmake[2]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu'
rm -f TAGS ID
rm -f Makefile
rm -f config.cache config.log stamp-h stamp-h[0-9]*
test -z "x.log x.sum site.bak setval.tmp" || rm -f x.log x.sum site.bak setval.tmp
cd doc       ; gmake clean
gmake[3]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/doc'
rm -fr overview.html overview.ps overview.pdf overview.rtf DBHTOHTML* overview.junk overview overview.{aux,dvi,log,ps,pdf,tex}
gmake[3]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/doc'
cd testsuite ; gmake clean
gmake[3]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/testsuite'
Making clean in .
gmake[4]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/testsuite'
test -z "*.log *.sum site.bak setval.tmp" || rm -f *.log *.sum site.bak setval.tmp
gmake[4]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/testsuite'
Making clean in libdejagnu
gmake[4]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/testsuite/libdejagnu'
test -z "unit" || rm -f unit
rm -f *.o core *.core
gmake[4]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/testsuite/libdejagnu'
gmake[3]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/testsuite'
cd example   ; gmake clean
gmake[3]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/example'
Makefile:318: warning: overriding commands for target `check-recursive'
Makefile:112: warning: ignoring old commands for target `check-recursive'
Making clean in .
gmake[4]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/example'
Makefile:318: warning: overriding commands for target `check-recursive'
Makefile:112: warning: ignoring old commands for target `check-recursive'
gmake[4]: Nothing to be done for `clean-am'.
gmake[4]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/example'
Making clean in calc
gmake[4]: Entering directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/example/calc'
gmake[4]: *** No rule to make target `clean'.  Stop.
gmake[4]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/example/calc'
gmake[3]: *** [clean-recursive] Error 1
gmake[3]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu/example'
gmake[2]: *** [clean-local] Error 2
gmake[2]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu'
gmake[1]: *** [distclean-recursive] Error 1
gmake[1]: Leaving directory `/export/home/Scratch/hgs/binutils-cvs/build/dejagnu'
gmake: *** [distclean-dejagnu] Error 1
cd ../src
+ cd ../src
cvs update -d
+ cvs update -d
cd ..
        [...]
+ cd ..
echo "Completely clear out build directory, including .files..."
+ echo Completely clear out build directory, including .files...
Completely clear out build directory, including .files...
/bin/rm -rf ./build
+ /bin/rm -rf ./build
mkdir build
+ mkdir build
cd build
+ cd build

echo "Now in `pwd`"
+ pwd
+ echo Now in /export/home/Scratch/hgs/binutils-cvs/build
Now in /export/home/Scratch/hgs/binutils-cvs/build

../src/configure $WITH_LD $WITH_AS --prefix=/scratch/hgs/local
+ ../src/configure --with-ld=/usr/local/bin/ld --with-gnu-ld --with-as=/usr/local/bin/as --with-gnu-as --prefix=/scratch/hgs/local
        [...]
Configuring in dejagnu
creating cache ./config.cache
checking for a BSD compatible install... ../../src/dejagnu/install-sh -c
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... found
checking for working automake... missing
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether gmake sets ${MAKE}... (cached) yes
checking for gcc... gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... CC
checking whether the C++ compiler (CC -g -O2 ) works... yes
checking whether the C++ compiler (CC -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C++... no
checking whether CC accepts -g... yes
checking for a BSD compatible install... ../../src/dejagnu/install-sh -c
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for bison... bison -y
checking for docbook tools... none
checking for the tclsh program... none
checking for tclsh... /usr/local/bin/tclsh
updating cache ./config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating testsuite/Makefile
creating example/Makefile
creating testsuite/libdejagnu/Makefile
configuring in example/calc
running /bin/sh ../../../../src/dejagnu/example/calc/configure  --build=sparc-sun-solaris2.9 --host=sparc-sun-solaris2.9 --target=sparc-sun-solaris2.9 --with-gnu-as --with-gnu-ld --with-ld=/usr/local/bin/ld --with-gnu-ld --with-as=/usr/local/bin/as --with-gnu-as --prefix=/scratch/hgs/local --program-transform-name=s,y,y, --cache-file=../.././config.cache --srcdir=../../../../src/dejagnu/example/calc
loading cache ../.././config.cache
checking for a BSD compatible install... ../../../../src/dejagnu/example/calc/../../install-sh -c
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... (cached) yes
configure: error: source directory already configured; run make distclean there first
configure: error: ../../../../src/dejagnu/example/calc/configure failed for example/calc
gmake: *** [configure-dejagnu] Error 1
+ exit 1


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