From owner-freebsd-current@FreeBSD.ORG Wed Jul 3 03:45:17 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2FE7FD88; Wed, 3 Jul 2013 03:45:17 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by mx1.freebsd.org (Postfix) with ESMTP id 156BB197C; Wed, 3 Jul 2013 03:45:17 +0000 (UTC) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.6/8.14.6) with ESMTP id r633jGMV070430; Tue, 2 Jul 2013 20:45:16 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.6/8.14.6/Submit) id r633jGgB070429; Tue, 2 Jul 2013 20:45:16 -0700 (PDT) (envelope-from sgk) Date: Tue, 2 Jul 2013 20:45:16 -0700 From: Steve Kargl To: Jonathan Anderson Subject: Re: buildkernel is broken Message-ID: <20130703034516.GA70409@troutmask.apl.washington.edu> References: <20130703003535.GA69779@troutmask.apl.washington.edu> <20130703004650.GA69868@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org 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: Wed, 03 Jul 2013 03:45:17 -0000 On Tue, Jul 02, 2013 at 10:51:57PM -0230, Jonathan Anderson wrote: > On Tuesday, 2 July 2013 at 22:16, Steve Kargl wrote: > > It seems that > > > > # Enable FreeBSD7 compatibility syscalls > > options COMPAT_FREEBSD7 > > > > is required in a kernel config file. If it is mandatory to > > have this option on FreeBSD 10, it may be appropriate to > > expand the comment to > > > > > > # Enable FreeBSD7 compatibility syscalls > > # This option is MANDATORY. Do not remove. > > options COMPAT_FREEBSD7 > > So... a non-optional option? Yes, it appears to be that way. -- Steve