From owner-freebsd-current@FreeBSD.ORG Thu Sep 29 19:41:02 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C13B3106564A for ; Thu, 29 Sep 2011 19:41:02 +0000 (UTC) (envelope-from greglmiller@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 29A898FC0C for ; Thu, 29 Sep 2011 19:41:01 +0000 (UTC) Received: by wyj26 with SMTP id 26so476290wyj.13 for ; Thu, 29 Sep 2011 12:41:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZMKhbXGwiE56DLP+tOsyVXWmNDmQ/azBClazirYoCDg=; b=w1l4Bda5wlZqHt9tLlZfyLWjCjaEowuGMR9w7gmWxNAPnA7EW3dL4B7zBstsCmyZm4 MZ0xGzW8vjOjaEnvhlL2KhBAI9DkRPHWRyzp9UNAaHYqnCQUxjmU2IoNfhVSi9lTZwU5 cUnjHO2vE5fsvhWW3CR9UktIDLn+/zAxFvSac= MIME-Version: 1.0 Received: by 10.216.159.1 with SMTP id r1mr1729107wek.18.1317325260844; Thu, 29 Sep 2011 12:41:00 -0700 (PDT) Received: by 10.180.104.37 with HTTP; Thu, 29 Sep 2011 12:41:00 -0700 (PDT) In-Reply-To: References: Date: Thu, 29 Sep 2011 14:41:00 -0500 Message-ID: From: Greg Miller To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@freebsd.org Subject: Re: make buildworld error on 9.0B2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 19:41:02 -0000 On 9/28/11, Adrian Chadd wrote: > On 29 September 2011 08:57, Greg Miller wrote: >> On a fresh install of 9.0B2, I've updated my source to RELENG_9 with >> csup, and I get the following when I try to make buildworld: > > Good, is this reproducable? There's a patch to csup that may help you > out with this. > > Index: src/usr.bin/csup/fixups.c [snipped] It's 100% reproducible, and the patch didn't change anything.