From owner-freebsd-stable@FreeBSD.ORG Fri Oct 7 18:59:48 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 495D91065676 for ; Fri, 7 Oct 2011 18:59:48 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0667B8FC1F for ; Fri, 7 Oct 2011 18:59:47 +0000 (UTC) Received: by qadz30 with SMTP id z30so4019863qad.13 for ; Fri, 07 Oct 2011 11:59:47 -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 :content-type; bh=tFdLa+BDtNqVeJTbREllcxy2fOx4iKmTbiyl+qN48OQ=; b=Ndv9PFvTj5t061MOPcsHq3N/3jjKSFQCrV+PlHzpzSm8ZBAIr+/sGwcFqzwZaPM4L/ nmn5cHn4zw6Ymkez+T6XTMIebB4DgfYUlWcrlYVvx5DjKMFHTe1+qsPBK5pjrGrGVzoN J5lFBUK3U/Tdw9Zq2TMQyTVisrWXuovSwEljM= MIME-Version: 1.0 Received: by 10.68.21.103 with SMTP id u7mr7344193pbe.129.1318012585133; Fri, 07 Oct 2011 11:36:25 -0700 (PDT) Received: by 10.142.44.3 with HTTP; Fri, 7 Oct 2011 11:36:25 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Oct 2011 14:36:25 -0400 Message-ID: From: Aryeh Friedman To: FreeBSD Stable List Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: BETA3 not buildable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Oct 2011 18:59:48 -0000 Just a quick note the repo was synced about 15 mins before this On Fri, Oct 7, 2011 at 2:34 PM, Aryeh Friedman wrote: > I have a local cvs repo and after checking src into a completely fresh > /usr/src I get: > > flosoft# make buildworld > find: /usr/src/sys/sys/param.h: No such file or directory > "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" > returned non-zero status > find: /usr/src/sys/sys/param.h: No such file or directory > "Makefile", line 217: warning: "find /usr/src/sys/sys/param.h -mtime -0s" > returned non-zero status > >