From owner-freebsd-current@FreeBSD.ORG Wed Jul 3 00:46:50 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 9AEE5D1 for ; Wed, 3 Jul 2013 00:46:50 +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 7FBB61E4A for ; Wed, 3 Jul 2013 00:46:50 +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 r630koQC069878 for ; Tue, 2 Jul 2013 17:46:50 -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 r630ko2N069877 for freebsd-current@freebsd.org; Tue, 2 Jul 2013 17:46:50 -0700 (PDT) (envelope-from sgk) Date: Tue, 2 Jul 2013 17:46:50 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Subject: Re: buildkernel is broken Message-ID: <20130703004650.GA69868@troutmask.apl.washington.edu> References: <20130703003535.GA69779@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130703003535.GA69779@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.21 (2010-09-15) 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 00:46:50 -0000 On Tue, Jul 02, 2013 at 05:35:35PM -0700, Steve Kargl wrote: > /usr/src/sys/kern/sysv_shm.c: At top level: > /usr/src/sys/kern/sysv_shm.c:1044: error: 'freebsd7_shmctl' undeclared here (not in a function) > *** Error code 1 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 -- Steve