From owner-freebsd-questions Fri Feb 20 09:49:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA01846 for freebsd-questions-outgoing; Fri, 20 Feb 1998 09:49:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from top.monad.net (root@top.monad.net [204.97.16.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA01807 for ; Fri, 20 Feb 1998 09:48:37 -0800 (PST) (envelope-from root@chaosphere.com) Received: from logrus.chaosphere.com (logrus.top.monad.net [206.231.108.252]) by top.monad.net (8.8.8/What) with SMTP id MAA25853 for ; Fri, 20 Feb 1998 12:48:17 -0500 (EST) Date: Fri, 20 Feb 1998 12:50:01 -0500 (EST) From: Obi Wan Oblivion Reply-To: Obi Wan Oblivion To: questions@FreeBSD.ORG Subject: make world failing on 2.2.5-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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