From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI,NICE_REPLY_A,RDNS_NONE autolearn=unavailable autolearn_force=no version=4.0.0 Received: from hetnet.nl (unknown [194.151.104.183]) by chiba.3jane.net (Postfix) with ESMTP id B0741ABD9F for ; Tue, 28 May 2002 03:48:37 -0500 (CDT) Received: from beneden ([213.75.199.35]) by hetnet.nl with Microsoft SMTPSVC(5.5.1877.757.75); Tue, 28 May 2002 10:47:43 +0200 Date: Tue, 28 May 2002 10:46:38 +0200 From: Webmaster Refstart.NL To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] GCC 3.1/binutils 2.12 and glibc compile problems Message-Id: <20020528104638.16e88e26.webmaster@refstart.nl> In-Reply-To: <200205280950.09019.lars.pechan@paradise.net.nz> References: <20020527211821.23e87de1.webmaster@refstart.nl> <200205280950.09019.lars.pechan@paradise.net.nz> Organization: Refstart.NL X-Mailer: Sylpheed version 0.7.4 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: bd5a3e91-00d3-41a2-9bfe-7ba2aab1d3c5 X-Archives-Hash: 18c6f505e2ac108a4ee3037465cda223 On Tue, 28 May 2002 09:50:09 +1200 Lars Pechan wrote: > What's your starting point? A raw system straight from a tar-ball off a CD or > have you already bootstrapped once and are trying again to make use of the > athlon-specific optimization flags? I'm buiding a raw system from a Gentoo 1.1a stage 1 tarball. > If the answer is 1) then it's odd since it seems quite a few people (including > myself) have been able to bootstrap with gcc-3.1 You may want to review your > optimization flags, however since the sse-stuff will change the abi and could > lead to various problems in the future. I tested this and removed all sse, mmx and 3dnow flags, but it won't help. I get the same error, this is what happens: gawk: scripts/versions.awk:68: (FILENAME=- FNR=3) fatal: printf to "sort -n > /v ar/tmp/portage/glibc-2.2.5-r2/work/glibc-2.2.5/buildhere/Versions.tmp" failed (B roken pipe) sed: couldn't write 69 items to {standard output}: Broken pipe stdout: Broken pipe make[1]: *** [/var/tmp/portage/glibc-2.2.5-r2/work/glibc-2.2.5/buildhere/sysd-ve rsions] Error 2 make[1]: Leaving directory '/var/tmp/portage/glibc-2.2.5-r2/work/glibc-2.2.5' make: *** [all] Error 2 !!! ERROR: The ebuild did not complete succesfully. !!! Function src_compile, Line 14, Exitcode 2 !!! (no error message) !!! emerge aborting on /usr/portage/sys-libs/glibc/glibc-2.2.5-r2.ebuild . I think this is a bug in glibc, is it easy to solve? Thanks a lot for your help, Niek.