From owner-freebsd-i386@FreeBSD.ORG Wed Jun 1 17:10:06 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B105E16A42C for ; Wed, 1 Jun 2005 17:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 54F1543D49 for ; Wed, 1 Jun 2005 17:10:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j51HA65J006496 for ; Wed, 1 Jun 2005 17:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j51HA6Jc006489; Wed, 1 Jun 2005 17:10:06 GMT (envelope-from gnats) Resent-Date: Wed, 1 Jun 2005 17:10:06 GMT Resent-Message-Id: <200506011710.j51HA6Jc006489@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Konstantin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EEE816A41C for ; Wed, 1 Jun 2005 17:07:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2022243D54 for ; Wed, 1 Jun 2005 17:07:37 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j51H7a2B076903 for ; Wed, 1 Jun 2005 17:07:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j51H7axS076902; Wed, 1 Jun 2005 17:07:36 GMT (envelope-from nobody) Message-Id: <200506011707.j51H7axS076902@www.freebsd.org> Date: Wed, 1 Jun 2005 17:07:36 GMT From: Konstantin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/81771: make buildworld fails (libstdc++ compilation fault) X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 17:10:07 -0000 >Number: 81771 >Category: i386 >Synopsis: make buildworld fails (libstdc++ compilation fault) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 01 17:10:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Konstantin >Release: 5.4-RELEASE >Organization: >Environment: 5.3-RELEASE CPU: Intel Pentium III (664.98-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x686 Stepping = 6 real memory = 268369920 (255 MB) >Description: For CVS-downloaded source of 5.4-RELEASE make buildworld fails at compilation of libstdc++: ===> gnu/lib/libstdc++ c++ -O -pipe -march=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 -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include -frandom-seed=RepeatabilityConsideredGood -O -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/allocator.cc c++ -O -pipe -march=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 -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include -frandom-seed=RepeatabilityConsideredGood -O -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/codecvt.cc c++ -O -pipe -march=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 -I/usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/include -frandom-seed=RepeatabilityConsideredGood -O -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated -c /usr/src/gnu/lib/libstdc++/../../../contrib/libstdc++/src/complex_io.cc *** Error code 1 Stop in /usr/src/gnu/lib/libstdc++. *** Error code 1 I tried to compile with empty /etc/make.conf and with options CXXFLAGS+=-O CFLAGS= -O -pipe CPUTYPE?=i686 and have same result in all cases. >How-To-Repeat: make buildworld >Fix: >Release-Note: >Audit-Trail: >Unformatted: