GCC 3.2 build failure on i686-pc-linux-gnu: bootstrap comparisonfailure
Roberto Bagnara
bagnara@cs.unipr.it
Thu Aug 15 21:56:00 GMT 2002
Building with `make bootstrap' fails with
Bootstrap comparison failure!
combine.o differs
Here is the contents of `config.status' in the build directory:
#!/bin/sh
# This file was generated automatically by configure. Do not edit.
# This directory was configured as follows:
../gcc-3.2/configure --with-gcc-version-trigger=/usr/local/distrib/gcc-3.2/gcc/version.c --host=i686-pc-linux-gnu --enable-shared --prefix=/usr/local --norecursion
# using "mh-frag" and "mt-frag"
config.status lines 1-5/5 (END)
The system is a Red Hat 7.3 GNU/Linux system with all the updates
installed. Other relevant information:
$ uname -a
Linux zoltan.unisuv.it 2.4.19 #23 Sun Aug 4 18:03:23 CEST 2002 i686 unknown
$ gcc -v
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.1.1/specs
Configured with: ../gcc-3.1.1/configure --prefix=/usr/local
Thread model: single
gcc version 3.1.1
$ rpm -q binutils
binutils-2.12.90.0.9-1
The final part of the output generated by `make bootstrap'
is below the signature.
All the best
Roberto
P.S. I had no problem whatsoever to install GCC 3.1.1 on the same machine.
--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara@cs.unipr.it
make[1]: Entering directory `/usr/local/distrib/objdir/gcc'
rm -f .bad_compare
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for file in *.o; do \
tail +16c ./$file > tmp-foo1; \
tail +16c stage$stage/$file > tmp-foo2 \
&& (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> .bad_compare) || true; \
done
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
for dir in tmp-foo intl cp f java objc; do \
if [ "`echo $dir/*.o`" != "$dir/*.o" ] ; then \
for file in $dir/*.o; do \
tail +16c ./$file > tmp-foo1; \
tail +16c stage$stage/$file > tmp-foo2 \
&& (cmp tmp-foo1 tmp-foo2 > /dev/null 2>&1 || echo $file differs >> .bad_compare) || true; \
done; \
else true; fi; \
done
rm -f tmp-foo*
case "compare" in compare | compare-lean ) stage=2 ;; * ) stage=`echo compare | sed -e 's,^compare\([0-9][0-9]*\).*,\1,'` ;; esac; \
if [ -f .bad_compare ]; then \
echo "Bootstrap comparison failure!"; \
cat .bad_compare; \
exit 1; \
else \
case "compare" in \
*-lean ) rm -rf stage$stage ;; \
*) ;; \
esac; true; \
fi
Bootstrap comparison failure!
combine.o differs
make[1]: *** [compare] Error 1
make[1]: Leaving directory `/usr/local/distrib/objdir/gcc'
make: *** [bootstrap] Error 2
More information about the Gcc
mailing list