From owner-freebsd-questions@FreeBSD.ORG Tue Apr 1 04:59:48 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FA1237B401 for ; Tue, 1 Apr 2003 04:59:47 -0800 (PST) Received: from twilight.cs.hut.fi (twilight.cs.hut.fi [130.233.40.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23D8943FAF for ; Tue, 1 Apr 2003 04:59:47 -0800 (PST) (envelope-from mkomu@niksula.hut.fi) Received: (from localhost user: 'mkomu' uid#27521 fake: STDIN (mkomu@kekkonen.cs.hut.fi)) by mail.niksula.cs.hut.fi id ; Tue, 1 Apr 2003 15:59:28 +0300 Date: Tue, 1 Apr 2003 15:59:28 +0300 (EEST) Sender: Miika Komu From: Miika Komu To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: gcc and FreeBSD 5.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 12:59:48 -0000 Has anyone had similar trouble? # cvsup RELENG_5_0 # cd /usr/ports # make buildworld ... c++ -O -pipe -mcpu=pentiumpro -DIN_GLIBCPP_V3 -DHAVE_CONFIG_H -I/usr/src/gnu/lib/libstdc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/libsupc++ -I/usr/src/gnu/lib/libstdc++/../../../contrib/gcc -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/contrib/libstdc++/src/ext-inst.cc -o ext-inst.o In file included from /usr/obj/usr/src/i386/usr/include/g++/ios:48, from /usr/obj/usr/src/i386/usr/include/g++/ostream:45, from /usr/obj/usr/src/i386/usr/include/g++/iostream:45, from /usr/obj/usr/src/i386/usr/include/g++/ext/ropeimpl.h:49, from /usr/obj/usr/src/i386/usr/include/g++/ext/stl_rope.h:2497, from /usr/obj/usr/src/i386/usr/include/g++/ext/rope:60, from /usr/src/contrib/libstdc++/src/ext-inst.cc:34: /usr/obj/usr/src/i386/usr/include/g++/bits/localefwd.h: In member function `void std::locale::_Impl::_M_remove_reference()': /usr/obj/usr/src/i386/usr/include/g++/bits/localefwd.h:352: Internal compiler error in store_bindings, at cp/decl.c:2439 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 Stop in /usr/src/gnu/lib. *** Error code 1 # gcc -v Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.2.1 [FreeBSD] 20021119 (release) I'm using a fresh version of FreeBSD 5.0 (not an upgrade) on i386 platform. The "buildkernel" compiles just fine. Should I file a bug report (gcc/FreeBSD)or am I just hallucinating? I tried to find a similar error from newsgroups and mailing list archives but I seem to be the only one experiencing this kind of trouble. Someone said that FreeBSD current might be more stable than 5.0 at the moment... should I try current? If I try current now, is it safe to downgrade from current to 5.x later? -- Miika Komu miika@iki.fi http://www.iki.fi/miika/