From owner-freebsd-current@FreeBSD.ORG Fri Sep 13 02:45:30 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7DA016DC for ; Fri, 13 Sep 2013 02:45:30 +0000 (UTC) (envelope-from johannes@brilliantservice.co.jp) Received: from mail-ie0-f182.google.com (mail-ie0-f182.google.com [209.85.223.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCA82FD3 for ; Fri, 13 Sep 2013 02:45:30 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id aq17so1401278iec.13 for ; Thu, 12 Sep 2013 19:45:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=bf6kpL0OL8KQoGJ/7kiRmNAYy4K+9deMTJAhFY7+rWg=; b=bFGru6Tb8YgXAvE1Id6aCJC0FZFSoihQufJKBYoR9F8e5j2BIkg+Prlpgt40Hxa0FJ OdGa2oy83Qe4jJD8PUDLQOscTKPpFt8fU6hRjrSEW+bwVOCwMbJsIF4+cI+dJPiRpT8w mqQXNWbsbOe/vB0xuR+nTeFMh67t4sd5jSV+NTG7hQkxshXmtYfgklbGPfUTrPw/LgFq HHGeAqHtzJ/j0mNCkpuLBW+WP+yKsey88vFLj9Zu5qogexLHEanCktlqULRF2KccUrnc P9fuRNK8x3XZDBeFqAL/YNnynYW13FuXlKHcy62bV7gjWdV156zrA+rbeZvG9e0C3lh6 viNg== X-Gm-Message-State: ALoCoQntH3GiSYZbeQsjfmm6aYC73d8q2lHwaGicGxOOeJevnJKkQjgE8GOFT3DiWUdWReoZ6OUN X-Received: by 10.50.238.196 with SMTP id vm4mr305211igc.43.1379039873611; Thu, 12 Sep 2013 19:37:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.43.158.74 with HTTP; Thu, 12 Sep 2013 19:37:38 -0700 (PDT) In-Reply-To: <20130913023507.GM2404@glenbarber.us> References: <20130913022735.GL2404@glenbarber.us> <20130913023507.GM2404@glenbarber.us> From: "Lundberg, Johannes" Date: Fri, 13 Sep 2013 11:37:38 +0900 Message-ID: Subject: Re: make release fails... To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 13 Sep 2013 02:45:30 -0000 Oh.. Thanks a lot! But please tell me, how can I upgrade the build environment? Do I have to rebuild world and kernel on the host system? -- Johannes Lundberg Project leader and lead developer of Mirama OS (previously Viking OS) BRILLIANTSERVICE CO., LTD. My blog Mirama homepage blog Company homepage On Fri, Sep 13, 2013 at 11:35 AM, Glen Barber wrote: > On Fri, Sep 13, 2013 at 11:30:44AM +0900, Lundberg, Johannes wrote: > > # sysctl -n kern.osreldate > > 1000045 > > > > The system is 10.0. I used it before to build custom distribution. > > What I've done since last time is basically removing /usr/src and > grabbing > > a new one from head. > > Recent changes in head/ (unfortunately) require the build system > revision to be at least 1000055 or greater, due to some backward > compatibility issues introduced recently. > > If you upgrade the build environment and retry the build, you should be > fine. > > (And yes, I am serious, as I've just spent several hours on exactly > these types of issues...) > > Glen > >