From owner-svn-src-all@FreeBSD.ORG Fri Jan 20 14:53:15 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B494F106598A; Fri, 20 Jan 2012 14:53:15 +0000 (UTC) (envelope-from das@freebsd.org) Received: from zim.MIT.EDU (ZIM.MIT.EDU [18.95.3.101]) by mx1.freebsd.org (Postfix) with ESMTP id D6A778FC13; Fri, 20 Jan 2012 14:53:05 +0000 (UTC) Received: from zim.MIT.EDU (localhost [127.0.0.1]) by zim.MIT.EDU (8.14.5/8.14.2) with ESMTP id q0KEr5lw012018; Fri, 20 Jan 2012 09:53:05 -0500 (EST) (envelope-from das@freebsd.org) Received: (from das@localhost) by zim.MIT.EDU (8.14.5/8.14.2/Submit) id q0KEr50x012011; Fri, 20 Jan 2012 09:53:05 -0500 (EST) (envelope-from das@freebsd.org) Date: Fri, 20 Jan 2012 09:53:05 -0500 From: David Schultz To: "Bjoern A. Zeeb" Message-ID: <20120120145305.GA306@zim.MIT.EDU> Mail-Followup-To: "Bjoern A. Zeeb" , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201201200616.q0K6GEwT026852@svn.freebsd.org> <5F82639B-ACD9-493B-8F91-FE6F5BAD8B35@lists.zabbadoz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5F82639B-ACD9-493B-8F91-FE6F5BAD8B35@lists.zabbadoz.net> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230363 - in head/lib/libc/softfloat: . bits32 bits64 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jan 2012 14:53:15 -0000 On Fri, Jan 20, 2012, Bjoern A. Zeeb wrote: > I assume it's been this commit... > > mips.mips64eb buildworld failed, check _.mips.mips64eb.buildworld for details > mips.mipseb buildworld failed, check _.mips.mipseb.buildworld for details > mips.mipsn32eb buildworld failed, check _.mips.mipsn32eb.buildworld for details > mips.mipsel buildworld failed, check _.mips.mipsel.buildworld for details > mips.mips64el buildworld failed, check _.mips.mips64el.buildworld for details > > _.mips.mips64eb.buildworld:/scratch/tmp/bz/obj//mips.mips64eb/scratch/tmp/bz/head.svn/tmp/usr/lib/libc.a(softfloat.o): In function `__floatunsidf': Yep, sorry about that, and thanks for your vigilance. That code is used by mips and arm, and thanks to Murphy's Law, I did a full build of the one that didn't break. I can't tell from the log excerpt exactly where the build failed, but it should be fixed in r230380. I'm still waiting for a buildworld to complete.