From owner-freebsd-current@FreeBSD.ORG Thu Sep 29 04:15:07 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 1ABD5106566B for ; Thu, 29 Sep 2011 04:15:07 +0000 (UTC) (envelope-from greglmiller@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9E32E8FC13 for ; Thu, 29 Sep 2011 04:15:06 +0000 (UTC) Received: by wwe3 with SMTP id 3so330009wwe.31 for ; Wed, 28 Sep 2011 21:15:05 -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=SvsqltTCviZacSknzQqYGECKBtRx9xXM47pkfifY34E=; b=IjQW5iqiZX3cMVk6Xagxc8+9MkqxwPVgMcYS0K2SG6BIIK9nv8TgCStTnb7E0DB50+ b8guCLy2IlXgdo6kULKt0W1grfahys67jcQ4l0zjGutPln2CLVNCI2ZyEy07dViSAKi3 uHF6bqmJLU3ZLVpwyRhV9iftcCNvf+u9Nsu1Y= MIME-Version: 1.0 Received: by 10.227.142.140 with SMTP id q12mr3127275wbu.18.1317269705560; Wed, 28 Sep 2011 21:15:05 -0700 (PDT) Received: by 10.180.104.37 with HTTP; Wed, 28 Sep 2011 21:15:05 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Sep 2011 23:15:05 -0500 Message-ID: From: Greg Miller To: Garrett Cooper 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 04:15:07 -0000 On 9/28/11, Garrett Cooper wrote: > On Wed, Sep 28, 2011 at 8:54 PM, Greg Miller wrote: >> On 9/28/11, Garrett Cooper wrote: >>> On Wed, Sep 28, 2011 at 5:57 PM, 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: >> >> [snip] >> >>> If you do ls /usr/src/sys , it's probably missing. >> >> [0] /usr/src # ls /usr/src/sys/sys >> _bus_dma.h _stack.h capability.h >> joystick.h lockstat.h mqueue.h >> rctl.h tiio.h >> _callout.h _stdint.h cfictl.h >> kenv.h loginclass.h power.h >> regression.h timeet.h >> _cpuset.h _termios.h gpio.h >> khelp.h module_khelp.h procdesc.h >> sockopt.h ttyhook.h >> _sockaddr_storage.h _umtx.h hhook.h >> ksyms.h mpt_ioctl.h racct.h >> sockstate.h > > Ok, maybe not.. but it's sure incomplete: > > $ ls /sys/sys/* | wc -l > 272 > I saw this once before, with RELENG_8_2. RELENG_8 and RELENG_8_1 got me all the files I needed, but RELENG_8_2 left me with missing files. I've tried it with multiple cvsup servers (cvsup17 and cvsup1) with the same result. My supfile is pretty standard: *************************** [0] ~ # diff -wu /usr/share/examples/cvsup/standard-supfile fbsd-supfile --- /usr/share/examples/cvsup/standard-supfile 2011-09-27 00:03:40.278232348 -0500 +++ fbsd-supfile 2011-09-28 23:13:13.920501983 -0500 @@ -46,10 +46,10 @@ # # IMPORTANT: Change the next line to use one of the CVSup mirror sites # listed at http://www.freebsd.org/doc/handbook/cvsup.html#CVSUP-MIRRORS. -*default host=CHANGE_THIS.FreeBSD.org +*default host=cvsup17.FreeBSD.org *default base=/var/db *default prefix=/usr -*default release=cvs tag=. +*default release=cvs tag=RELENG_9 *default delete use-rel-suffix # If you seem to be limited by CPU rather than network or disk bandwidth, try **********************************