public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc HEAD build failure with egcs_1.1.2 - c-parse.o
@ 2001-12-11 12:56 George France
  0 siblings, 0 replies; only message in thread
From: George France @ 2001-12-11 12:56 UTC (permalink / raw)
  To: gcc; +Cc: clp

Greetings,

ON i686-pc-linux-gnu, gcc HEAD from the cvs snapshot taken on 2001-12-11 
02:01:04, fails to build using egcs_1.1.2 (see below).  It does however build 
on alphaev67-unknown-linux-gnu.   The cvs snapshot of gcc HEAD taken on 
2001-12-08 00:13:52 builds correctly on i686-pc-linux-gnu.

Any Ideas or Suggestions???


Best Regards,


--George

stage2/xgcc -Bstage2/ 
-B/home/buildsys/install/intel1/basic/native/toolchain/i686-pc-linux-gnu/bin/ 
-o c++filt -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-p
rototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  
-DHAVE_CONFIG_H  \
  cxxmain.o underscore.o   ../libiberty/libiberty.a
make[2]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain/gcc'
echo timestamp > stage3_build
echo stage3_build > stage_last

Bootstrap complete - make "quickstrap" to redo last build,
"restage1" through "restage3" to rebuild specific stages,
or "cleanstrap" to redo the bootstrap from scratch.
make[1]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain/gcc'
Comparing stage2 and stage3 of the compiler
make[1]: Entering directory 
`/home/buildsys/build/intel1/basic/native/toolchain/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!
c-parse.o differs
make[1]: *** [compare] Error 1
make[1]: Leaving directory 
`/home/buildsys/build/intel1/basic/native/toolchain/gcc'
make: *** [bootstrap] Error 2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-12-11 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-11 12:56 gcc HEAD build failure with egcs_1.1.2 - c-parse.o George France

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).