From nobody@FreeBSD.org  Wed Jun  1 17:07:37 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5EEE816A41C
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <fk@ol.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: make buildworld fails (libstdc++ compilation fault)
X-Send-Pr-Version: www-2.3

>Number:         81771
>Category:       i386
>Synopsis:       make buildworld fails (libstdc++ compilation fault)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-i386
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 01 17:10:05 GMT 2005
>Closed-Date:    Mon Jun 27 17:02:39 GMT 2005
>Last-Modified:  Mon Jun 27 17:02:39 GMT 2005
>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:

From: Bjoern Koenig <bkoenig@cs.tu-berlin.de>
To: Konstantin <fk@ol.ru>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: i386/81771: make buildworld fails (libstdc++ compilation fault)
Date: Wed, 01 Jun 2005 21:54:01 +0200

 It seems like that you forget to show the standard error output. I can't 
 recognize any error message.
 
 Bjrn
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Mon Jun 27 17:01:29 GMT 2005 
State-Changed-Why:  
Please report compile failures on the appropriate mailing list, 
in this case, freebsd-stable.  Build failures tend to get fixed very 
quickly due to the high number of developers who track the latest code, 
and the automated tinderboxes that continually run builds. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=81771 
>Unformatted:
