From owner-freebsd-sparc64@FreeBSD.ORG Thu Jul 11 07:07:35 2013 Return-Path: Delivered-To: sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BCB5249B; Thu, 11 Jul 2013 07:07:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 0B832169B; Thu, 11 Jul 2013 07:07:34 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id z11so6760155wgg.22 for ; Thu, 11 Jul 2013 00:07:34 -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:content-type; bh=eE7zMR4lqvLhE2WvpW6Sc5vEop+l8XlZsWy9TwJfvSg=; b=rvaHF6We8snNkUHW7hRHU5I9LxEf2Cz3Yc9bUcBk4StBlhxC7tjzU4HdaOsSq7KQ+0 weo5qHPHY8PcW0qjzWZUWvSASsCJieAUUn5ZIKZe09n1NFw4ZBu7nU7GZi7oh3n9NGU3 8qyQShNJ0gpQhI2RnlVQL3xsHS4X1it9k+Ea4Tdrl7Sb6ewZk5c9wEiWZajVbb7wB3+C ef/4XkRDlV4PklVedm6o0WN/kH5IBMP7Tccarvcmbfs15Yzh4EA8Jt79xnWhQaANnDQZ zD/cIQdXxP9eTHozo7OK6Ipq/nLlwXpPxbAgCZWotVAu+CG3nlgreIQvecotFchauz7K 1XgA== MIME-Version: 1.0 X-Received: by 10.194.11.72 with SMTP id o8mr20676840wjb.0.1373526454030; Thu, 11 Jul 2013 00:07:34 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Thu, 11 Jul 2013 00:07:33 -0700 (PDT) In-Reply-To: <20130711070541.GA21264@itx> References: <201307110418.r6B4I4k8072864@freebsd-current.sentex.ca> <20130711070541.GA21264@itx> Date: Thu, 11 Jul 2013 00:07:33 -0700 X-Google-Sender-Auth: Y5geByi29EzRhdjQs5bCMkwLJ7c Message-ID: Subject: Re: [head tinderbox] failure on sparc64/sparc64 From: Adrian Chadd To: Adrian Chadd , current@freebsd.org, sparc64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 07:07:35 -0000 On 11 July 2013 00:05, Navdeep Parhar wrote: > On Wed, Jul 10, 2013 at 10:38:47PM -0700, Adrian Chadd wrote: >> I don't get why this is dying. any ideas? > > Maybe because sparc64's ucontext.h is getting pulled in, and it has > this: > > #define mc_flags mc_global[0] Ugh, we should fix this. When did this happen? -adrian