From owner-freebsd-current@FreeBSD.ORG Fri Jul 5 13:03:47 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 349D328D; Fri, 5 Jul 2013 13:03:47 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from cell.glebius.int.ru (glebius.int.ru [81.19.69.10]) by mx1.freebsd.org (Postfix) with ESMTP id B490E1C24; Fri, 5 Jul 2013 13:03:46 +0000 (UTC) Received: from cell.glebius.int.ru (localhost [127.0.0.1]) by cell.glebius.int.ru (8.14.7/8.14.7) with ESMTP id r65D3df8072421; Fri, 5 Jul 2013 17:03:39 +0400 (MSK) (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by cell.glebius.int.ru (8.14.7/8.14.7/Submit) id r65D3c6Z072420; Fri, 5 Jul 2013 17:03:38 +0400 (MSK) (envelope-from glebius@FreeBSD.org) X-Authentication-Warning: cell.glebius.int.ru: glebius set sender to glebius@FreeBSD.org using -f Date: Fri, 5 Jul 2013 17:03:38 +0400 From: Gleb Smirnoff To: Steve Kargl Subject: Re: buildkernel is broken Message-ID: <20130705130338.GD67810@FreeBSD.org> References: <20130703003535.GA69779@troutmask.apl.washington.edu> <20130703004650.GA69868@troutmask.apl.washington.edu> <20130703034516.GA70409@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20130703034516.GA70409@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-current@freebsd.org, Jonathan Anderson 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, 05 Jul 2013 13:03:47 -0000 On Tue, Jul 02, 2013 at 08:45:16PM -0700, Steve Kargl wrote: S> On Tue, Jul 02, 2013 at 10:51:57PM -0230, Jonathan Anderson wrote: S> > On Tuesday, 2 July 2013 at 22:16, Steve Kargl wrote: S> > > It seems that S> > > S> > > # Enable FreeBSD7 compatibility syscalls S> > > options COMPAT_FREEBSD7 S> > > S> > > is required in a kernel config file. If it is mandatory to S> > > have this option on FreeBSD 10, it may be appropriate to S> > > expand the comment to S> > > S> > > S> > > # Enable FreeBSD7 compatibility syscalls S> > > # This option is MANDATORY. Do not remove. S> > > options COMPAT_FREEBSD7 S> > S> > So... a non-optional option? S> S> Yes, it appears to be that way. Not really. It is required only if you also got COMPAT_43, the pre-FreeBSD compat option. -- Totus tuus, Glebius.