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]

Failed build on mips-sgi-irix5.3 for 1998-06-28 snapshot



Here's my latest attempt on trying to build a snapshot on irix5.3.
I've noticed that the regular build reports have stopped including
SGI targets.  Fingers crossed that this gets addressed before
egcs1.1. :)

The details:

config.guess: mips-sgi-irix5.3
configure options: --with-gnu-as
binutils version: 2.9.1
make: gnumake 3.76

build directory completely separate from tarball directory.

Tail of the buildlog shown below.  I may try to revert to
binutils 2.8.1 (which some on the list says will help), but
I kind of wanted to try some exception handling.  I will
also try the 1.0.3 release.

As usual, hope this info is helpful.

-Dan
-----
karipid@mae.cornell.edu

-----------------------------------------------------------
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 cp f 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; \
  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!
xcoffout.o differs
f/storag.o differs
make[1]: *** [compare] Error 1
make[1]: Leaving directory `/scratch/egcsobjdir/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]