This is the mail archive of the gcc@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 HEAD build failure with gcc_2.95.3 - objc-parse.o


Greetings,


ON i686-pc-linux-gnu, gcc HEAD from the cvs snapshot taken on 2001-12-11 
02:01:04, fails to build using gcc_2.95.3 (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-gcc_2.95.3/native/toolchain/i686-pc-linux-gnu/bin/ 
-o c++filt -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings
 -Wstrict-prototypes -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-gcc_2.95.3/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-gcc_2.95.3/native/toolchain/gcc'
Comparing stage2 and stage3 of the compiler
make[1]: Entering directory 
`/home/buildsys/build/intel1/basic-gcc_2.95.3/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!
objc-parse.o differs
make[1]: *** [compare] Error 1
make[1]: Leaving directory 
`/home/buildsys/build/intel1/basic-gcc_2.95.3/native/toolchain/gcc'
make: *** [bootstrap] Error 2



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