This is the mail archive of the gcc-regression@gcc.gnu.org mailing list for the GCC 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]

Gcc [trunk revision 232297] failed to bootstrap on x86_64!


cd bld; \
 RUNTESTFLAGS="--target_board='unix{-mx32}'" ../src-trunk/configure \
	 --prefix=/usr/6.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --enable-libmpx --with-multilib-list=m32,m64,mx32 --with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
    grep "Error " makelog.232297.trunk.x86_64.x32 >> makelog.232297.trunk.x86_64.x32.mail; \
make[2]: *** [config] Error 1
make one SRC=src-trunk GCC=gcc-trunk
make[1]: Entering directory '/export/gnu/import/git/gcc-test-x32'
if make gcc; then \
  make check-gcc; \
else \
  if [ -n "makelog.232297.trunk.x86_64.x32" -a -e "makelog.232297.trunk.x86_64.x32" ]; then \
    head -26 makelog.232297.trunk.x86_64.x32 | tail -7 > makelog.232297.trunk.x86_64.x32.mail; \
    grep "Error " makelog.232297.trunk.x86_64.x32 >> makelog.232297.trunk.x86_64.x32.mail; \
    tail -100 makelog.232297.trunk.x86_64.x32 >> makelog.232297.trunk.x86_64.x32.mail; \
  else \
    echo " RUNTESTFLAGS="--target_board='unix{-mx32}'" ../src-trunk/configure  --prefix=/usr/6.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --enable-libmpx --with-multilib-list=m32,m64,mx32 --with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc" > makelog.232297.trunk.x86_64.x32.mail; \
  fi; \
  Mail -s "Gcc `cat src-trunk/gcc/REVISION` failed to bootstrap on x86_64!" \
     hjl.tools@gmail.com gcc-regression@gcc.gnu.org hjl.tools@gmail.com < makelog.232297.trunk.x86_64.x32.mail; \
  exit 1; \
fi
make[2]: Entering directory '/export/gnu/import/git/gcc-test-x32'
rm -rf bld
mkdir -p bld
cd bld; \
 RUNTESTFLAGS="--target_board='unix{-mx32}'" ../src-trunk/configure \
	 --prefix=/usr/6.0.0 --enable-clocale=gnu --with-system-zlib --enable-shared --with-demangler-in-ld --enable-libmpx --with-multilib-list=m32,m64,mx32 --with-fpmath=sse --enable-languages=c,c++,fortran,java,lto,objc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
checking for libatomic support... yes
checking for libcilkrts support... yes
checking for libitm support... yes
checking for libsanitizer support... yes
checking for libvtv support... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking whether g++ accepts -static-libstdc++ -static-libgcc... yes
checking for gnatbind... no
checking for gnatmake... no
checking whether compiler driver understands Ada... no
checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
checking for objdir... .libs
checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... no
configure: error: Building GCC requires GMP 4.2+, MPFR 2.4.0+ and MPC 0.8.0+.
Try the --with-gmp, --with-mpfr and/or --with-mpc options to specify
their locations.  Source code for these libraries can be found at
their respective hosting sites as well as at
ftp://gcc.gnu.org/pub/gcc/infrastructure/.  See also
http://gcc.gnu.org/install/prerequisites.html for additional info.  If
you obtained GMP, MPFR and/or MPC from a vendor distribution package,
make sure that you have installed both the libraries and the header
files.  They may be located in separate packages.
Makefile:412: recipe for target 'config' failed
make[2]: *** [config] Error 1
make[2]: Leaving directory '/export/gnu/import/git/gcc-test-x32'


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