From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 23:38:07 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2607116A407 for ; Tue, 2 Jan 2007 23:38:07 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8EECA13C45B for ; Tue, 2 Jan 2007 23:38:06 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 375BD13787; Wed, 3 Jan 2007 00:13:33 +0100 (CET) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id D27911A7C9; Wed, 3 Jan 2007 00:13:39 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id BDF871A7C7; Wed, 3 Jan 2007 00:13:39 +0100 (CET) Date: Wed, 3 Jan 2007 00:13:39 +0100 (CET) From: Gerald Pfeifer To: Anthony Michael Agelastos In-Reply-To: <83C76118-9C34-438D-BC09-6864FE4063F6@gmail.com> Message-ID: References: <83C76118-9C34-438D-BC09-6864FE4063F6@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: FreeBSD Questions Subject: Re: lang/gcc41 woes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 23:38:07 -0000 On Mon, 1 Jan 2007, Anthony Michael Agelastos wrote: > The updated lang/gcc41 port is having difficulties compiling for my setup. > Below is the error along with some useful machine information. Does anyone > have any ideas? Thank you for your assistance. Yours is the second report with this build failure that I have seen (neither me nor the FreeBSD ports clusters have encountered this so far). The other reporter had a FreeBSD 6.1 system as well. In his case, he saw the problem on a system that he had upgraded from FreeBSD 5.x; a different system which he had installed from scratch did not see this. This may be a strawman, though, perhaps it's some other settings that one machine had, and not the other. > > CPUTYPE?=pentium3 > CFLAGS= -O -pipe > CXXFLAGS+= -fconserve-space I'd be interested to see whether the problem also occurs if you remove these (or, in fact, all entries from make.conf)? Just an idea... Gerald