From owner-svn-src-head@FreeBSD.ORG Tue Apr 17 18:05:09 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95AA71065708; Tue, 17 Apr 2012 18:05:09 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 101438FC19; Tue, 17 Apr 2012 18:05:09 +0000 (UTC) Received: by pbcwz17 with SMTP id wz17so8403535pbc.13 for ; Tue, 17 Apr 2012 11:05:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=dGY8QDnze1bOMue+x9lApVac6lDdN4WH1pSF2yXgfoA=; b=gJL01PIiNIOQGIrNW8r/xul8lmI4oIxVwHiNHaVTD0hpSYgJ6h8HgWGshMLz/ZLFnh +gmS49xBs5l/RPiIih0Dm3qdd+PGeGn+tcbldGkVHLhPii9yAWzGJE6eMlSIncoGX9Q5 TwGdzLGQgg27lQRtsB2SdHy0H5M80f6x54TOlp2FhFlIVnwBG+MEFHISKH8Q45kZMq8H 1wZPkxF9+r7DElhVE00dpptuzVu1Bv1DZom0SLd5JW5avUMGEPu/Gniddlu3WpRErK1A qRDskJZfykSKR79qMMMiq5QgkW+r345z52/pRZqfHYQqcCO0DfzSO/aQySAp37zKDe54 /uvw== MIME-Version: 1.0 Received: by 10.68.225.132 with SMTP id rk4mr36841844pbc.157.1334685908858; Tue, 17 Apr 2012 11:05:08 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.142.101.9 with HTTP; Tue, 17 Apr 2012 11:05:08 -0700 (PDT) In-Reply-To: References: <201204170722.q3H7ME6A070934@svn.freebsd.org> Date: Tue, 17 Apr 2012 11:05:08 -0700 X-Google-Sender-Auth: 17WB5I7ri3NqEBnm5FbDl9Mp7Lg Message-ID: From: Adrian Chadd To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, 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:05:09 -0000 On 17 April 2012 02:43, Bjoern A. Zeeb wrote: > Actually it seems these failed: > > 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 This looks like it only works on amd64 and sparc64. Lucky them. :) Adrian