On Mon, 25 Sep 2000, Ben Collins wrote: > Well, here it comes. Glibc 2.1.94, hot of the glibc release process. I'm > currently building i386, powerpc and sparc, which I will upload throughout > the day and tonight as I build them. These are going into woody. Several > notes for the other ports (the ones I cannot build). > > This upload consists of 4 parts (listed in the subject). The gcc NMU is > ok'd by Matthias and comes with several patches from him. Also added by me > is some code to make the libg++ and libstdc++ upgrades go fine with the > new Glibc, plus a backport of the gpc to 2.95.2-13 (the last version > that will compile on non-{i386,m68k}).
The new gcc package build failed on Alpha during stage1 of the gpc build. I can try eliminating gpc from the build for now (allowing me to continue to get the new glibc stuff working), if that's an option... Here's an excerpt from the log (it's an ICE :-(): ../.././xgpc -B../.././ -c -I. -W -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -g -O2 -DRTS_RELEASE_STRING="'__GPC_RTS_VERSION_`cat /src/nwo/gcc/gcc-2.95.2/src/gcc/p/rts/rts_release`__'" -DBSD_RTS=0 `if [ [EMAIL PROTECTED]@ = xyes ] ; then echo -fPIC; fi` --unit-path=/src/nwo/gcc/gcc-2.95.2/src/gcc/p/rts --automake /src/nwo/gcc/gcc-2.95.2/src/gcc/p/rts/heap.pas /src/nwo/gcc/gcc-2.95.2/src/gcc/p/rts/error.pas: In function `Geterrormessage': /src/nwo/gcc/gcc-2.95.2/src/gcc/p/rts/error.pas:365: Internal compiler error in `copy_to_mode_reg', at src/gcc/explow.c:669 Please submit a full bug report. See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions. gpc1: ../.././xgpc exited with status 1 /src/nwo/gcc/gcc-2.95.2/src/gcc/p/rts/heap.pas:30: module/unit `error' could not be compiled make[5]: *** [heap.o] Error 1 make[5]: Leaving directory `/src/nwo/gcc/gcc-2.95.2/build/gcc/p/rts' make[4]: *** [pascal.rts] Error 2 make[4]: Leaving directory `/src/nwo/gcc/gcc-2.95.2/build/gcc' make[3]: *** [boot_stage_c] Error 2 make[3]: Leaving directory `/src/nwo/gcc/gcc-2.95.2/build/gcc' make[2]: *** [bootstrap-lean] Error 2 make[2]: Leaving directory `/src/nwo/gcc/gcc-2.95.2/build' s=`cat status`; rm -f status; test $s -eq 0 make[1]: *** [stamps/05-build-stamp] Error 1 make[1]: Leaving directory `/src/nwo/gcc/gcc-2.95.2' make: *** [stamps/05-build-stamp] Error 2