From owner-freebsd-current@FreeBSD.ORG Thu Sep 29 02:17:37 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 D5688106564A for ; Thu, 29 Sep 2011 02:17:37 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 979588FC16 for ; Thu, 29 Sep 2011 02:17:37 +0000 (UTC) Received: by qyk4 with SMTP id 4so298243qyk.13 for ; Wed, 28 Sep 2011 19:17:36 -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=YZk7+Qa094sLxfLTW+B1MRdZaHDt3doQyu+Iz72/VqE=; b=mD7I8G2Bb4YsgQJQAGoYuYorI3xcS5AViCZE9hEG2qf/jysaLT3rxs0omYKD00CxKP Myb+YladPf+qZKJj2WD6N+62fG4vQEJbwNSWnxI6lXrDMZPkgl6KecIPdF/UmaeC1oDD xpd3iuIUhyIR6CdKBw+XIaeIUHuAjMBRZUA6g= MIME-Version: 1.0 Received: by 10.224.215.2 with SMTP id hc2mr7442313qab.324.1317262656317; Wed, 28 Sep 2011 19:17:36 -0700 (PDT) Received: by 10.224.74.82 with HTTP; Wed, 28 Sep 2011 19:17:36 -0700 (PDT) In-Reply-To: References: Date: Wed, 28 Sep 2011 19:17:36 -0700 Message-ID: From: Garrett Cooper To: Greg Miller 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 02:17:37 -0000 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: > > ************************************* > [0] /usr/src # make clean buildworld > find: /usr/src/sys/sys/param.h: No such file or directory > "/usr/src/Makefile", line 217: warning: "find /usr/src/sys/sys/param.h > -mtime -0s" returned non-zero status > ===> share/info (clean) > ===> lib (clean) > ===> lib/csu/amd64 (clean) > rm -f crt1.o crti.o crtn.o Scrt1.o gcrt1.o crt1.s gcrt1.s Scrt1.s > ===> lib/libc (clean) > "/usr/src/lib/libc/sys/Makefile.inc", line 9: Could not find > /usr/src/lib/libc/../../sys/sys/syscall.mk > make: fatal errors encountered -- cannot continue > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > [1] /usr/src # exit > exit If you do ls /usr/src/sys , it's probably missing. -Garrett