From owner-freebsd-current@FreeBSD.ORG Sun Jul 26 18:42:25 2009 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 0960F1065670 for ; Sun, 26 Jul 2009 18:42:25 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id DD00A8FC08 for ; Sun, 26 Jul 2009 18:42:24 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.3/8.14.3) with ESMTP id n6QIgOj4012449; Sun, 26 Jul 2009 11:42:24 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.3/8.14.3/Submit) id n6QIgO9B012448; Sun, 26 Jul 2009 11:42:24 -0700 (PDT) (envelope-from sgk) Date: Sun, 26 Jul 2009 11:42:24 -0700 From: Steve Kargl To: Kostik Belousov Message-ID: <20090726184224.GA12441@troutmask.apl.washington.edu> References: <20090726175934.GA12223@troutmask.apl.washington.edu> <20090726182603.GV55190@deviant.kiev.zoral.com.ua> <20090726183446.GA12288@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090726183446.GA12288@troutmask.apl.washington.edu> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: shm breaks 'make buildkernel' 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: Sun, 26 Jul 2009 18:42:25 -0000 On Sun, Jul 26, 2009 at 11:34:46AM -0700, Steve Kargl wrote: > > I don't have *any* COMPAT_FREEBSDN options in my config file! > > In trying to track down the problem, it seems COMPAT_FREEBSD7 > is required if one has COMPAT_43 in the config file. Given > that /sys/conf/NOTE strongly suggests that COMPAT_43 should > remain in one's config file, then is not optional. > (cut-n-paste, so is mungled) Index: UPDATING =================================================================== --- UPDATING (revision 195894) +++ UPDATING (working copy) @@ -65,9 +65,9 @@ 20090624: The ABI of various structures related to the SYSV IPC API have - been changed. As a result, the COMPAT_FREEBSD[456] kernel - options now all require COMPAT_FREEBSD7. Bump __FreeBSD_version - to 800100. + been changed. As a result, the COMPAT_FREEBSD[456] and COMPAT_43 + kernel options now all require COMPAT_FREEBSD7. + Bump __FreeBSD_version to 800100. -- Steve