Date: Fri, 20 Feb 1998 12:50:01 -0500 (EST) From: Obi Wan Oblivion <root@chaosphere.com> To: questions@FreeBSD.ORG Subject: make world failing on 2.2.5-RELEASE Message-ID: <Pine.BSF.3.96.980220123423.24834B-100000@logrus.chaosphere.com>
next in thread | raw e-mail | index | archive | help
I am (or was) running 2.2.5-RELEASE from the Walnut Creek CD. I CVSupped 2.2-STABLE using the stable-supfile ($Id: stable-supfile,v 1.12 1997/10/02 00:01:35 jkh Exp $) as is with no modifications (everything seemed reasonable). Once I had gotten everything and CVSup reported successful completion, I purused /etc/make.conf and found the defaults to look reasonable as well. I dropped into single-user mode, cd'd to /usr/src, and ran: make world 2>&1 | tee /var/tmp/mw.out After much crunching and compiling, the build failed with: cc -O -DFREEBSD_AOUT -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DFREEBSD_NATIVE -DDEFAULT_TARGET_VERSION=\"2.7.2.1\" -DDEFAULT_TARGET_MACHINE=\"i386-unknown-freebsd\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_int/../cc_tools -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/expr.c -o expr.o cc: Internal compiler error: program cc1 got fatal signal 10 *** Error code 1 Stop. *** Error code 1 (Adjusted for proper display) I ran the make again, just to be sure, and got the same error. So, I booted back up into multi-user mode and tried it from there. This time, the build went much farther, but still died, this time, with: c++ -pg -I/usr/obj/usr/src/tmp/usr/include/g++ -O -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/include -I/usr/obj/usr/src/tmp/usr/include/g++ -I. -I/usr/obj/usr/src/tmp/usr/include -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/include -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio -I/usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libstdc++ -fno-implicit-templates -c /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/SFile.cc -o SFile.po /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/SFile.cc: In method `SFile::SFile(const char *, int, int, int)': /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/SFile.cc:51: Internal compiler error. /usr/src/gnu/lib/libstdc++/../../../contrib/libg++/libio/SFile.cc:51: Please submit a full bug report to `bug-g++@prep.ai.mit.edu'. *** Error code 1 Stop. *** Error code 1 (0nce again, adjusted for readability) So here I am. Am I doing something incredibly stupid (as is often the case)? If someone can point me in the right direction, I'd be very grateful. Thanks! -Jeff "In Christianity neither morality nor religion come into contact with reality at any point." -- Friedrich Nietzsche To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980220123423.24834B-100000>