From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14722 invoked by alias); 24 Jul 2002 08:42:17 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 14715 invoked from network); 24 Jul 2002 08:42:16 -0000 Received: from unknown (HELO MAIL02.agrinet.ch) (212.28.134.115) by sources.redhat.com with SMTP; 24 Jul 2002 08:42:16 -0000 Received: from pop.agri.ch (195.65.218.118) by MAIL02.agrinet.ch (NPlex 5.5.060) (authenticated as toa@pop.agri.ch) id 3D3390CC00039D06 for gcc@gcc.gnu.org; Wed, 24 Jul 2002 10:42:15 +0200 Message-ID: <3D3E6883.7060008@pop.agri.ch> Date: Wed, 24 Jul 2002 09:42:00 -0000 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1b) Gecko/20020722 X-Accept-Language: en-us, en MIME-Version: 1.0 To: GCC Subject: solaris 2.6 bootstrap failure Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-07/txt/msg01150.txt.bz2 In stage 1 I get the following error (cvs shot 23.07): ./xgcc -B./ -B/var/tmp/sparc-sun-solaris2.6/bin/ -isystem /var/tmp/sparc-sun-solaris2.6/include -isystem /var/tmp/sparc-sun-solaris2.6/sys-include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -I. -I. -I/home/a_tobler/cvs/gcc/gcc -I/home/a_tobler/cvs/gcc/gcc/. -I/ home/a_tobler/cvs/gcc/gcc/config -I/home/a_tobler/cvs/gcc/gcc/../include \ -c /home/a_tobler/cvs/gcc/gcc/config/sparc/gmon-sol2.c -o gmon.o /home/a_tobler/cvs/gcc/gcc/config/sparc/gmon-sol2.c: In function `monstartup': /home/a_tobler/cvs/gcc/gcc/config/sparc/gmon-sol2.c:167: internal compiler error: internal error: Bus Error ./cc1 -fpreprocessed gmon-sol2.i -quiet -dumpbase gmon-sol2.c -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -version -o gmon-sol2.s GNU C version 3.2 20020723 (experimental) (sparc-sun-solaris2.6) compiled by GNU C version 3.2 20020723 (experimental). /home/a_tobler/cvs/gcc/gcc/config/sparc/gmon-sol2.c: In function `monstartup': /home/a_tobler/cvs/gcc/gcc/config/sparc/gmon-sol2.c:167: internal compiler error: internal error: Bus Error Preprocessed files available. TIA Andreas