From owner-svn-src-head@FreeBSD.ORG Tue Apr 17 18:58:43 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1DED106564A; Tue, 17 Apr 2012 18:58:43 +0000 (UTC) (envelope-from jasone@canonware.com) Received: from canonware.com (10140.x.rootbsd.net [204.109.63.53]) by mx1.freebsd.org (Postfix) with ESMTP id 8686B8FC0C; Tue, 17 Apr 2012 18:58:43 +0000 (UTC) Received: from [172.25.16.174] (unknown [173.252.71.3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by canonware.com (Postfix) with ESMTPSA id 79B0528417; Tue, 17 Apr 2012 11:58:42 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: Jason Evans In-Reply-To: Date: Tue, 17 Apr 2012 11:58:41 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <99DAC0D4-CF0F-4277-8C44-C6890EBCFB45@canonware.com> References: <201204170722.q3H7ME6A070934@svn.freebsd.org> To: Adrian Chadd X-Mailer: Apple Mail (2.1257) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, "Bjoern A. Zeeb" , src-committers@freebsd.org, Jason Evans Subject: Re: svn commit: r234370 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src inclu... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2012 18:58:43 -0000 On Apr 17, 2012, at 11:05 AM, Adrian Chadd wrote: > On 17 April 2012 02:43, Bjoern A. Zeeb wrote: >=20 >> Actually it seems these failed: >>=20 >> arm.armeb buildworld failed, check _.arm.armeb.buildworld for details >> arm.arm buildworld failed, check _.arm.arm.buildworld for details >> mips.mips64 buildworld failed, check _.mips.mips64.buildworld for = details >> mips.mipsel buildworld failed, check _.mips.mipsel.buildworld for = details >> mips.mips64el buildworld failed, check _.mips.mips64el.buildworld for = details >> mips.mipsn32 buildworld failed, check _.mips.mipsn32.buildworld for = details >> mips.mips buildworld failed, check _.mips.mips.buildworld for details >> i386.i386 buildworld failed, check _.i386.i386.buildworld for details >> pc98.i386 buildworld failed, check _.pc98.i386.buildworld for details >> powerpc.powerpc buildworld failed, check _.powerpc.powerpc.buildworld = for details >> powerpc.powerpc64 buildworld failed, check = _.powerpc.powerpc64.buildworld for details >=20 > This looks like it only works on amd64 and sparc64. Lucky them. :) It could have been worse; I only tested on amd64. ;-) Seriously though, I should be able to get this straightened out today. Jason=