From owner-freebsd-stable@FreeBSD.ORG Wed May 10 06:39:58 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 454BD16A40B for ; Wed, 10 May 2006 06:39:58 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A17243D48 for ; Wed, 10 May 2006 06:39:57 +0000 (GMT) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.13.6/8.13.6) with ESMTP id k4A6dstB076396; Wed, 10 May 2006 10:39:54 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Wed, 10 May 2006 10:39:54 +0400 (MSD) From: Dmitry Morozovsky To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= In-Reply-To: <4461807D.1040504@cs.tu-berlin.de> Message-ID: <20060510103918.X76011@woozle.rinet.ru> References: <4460E6D1.1030803@rogers.com> <4461807D.1040504@cs.tu-berlin.de> X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (woozle.rinet.ru [0.0.0.0]); Wed, 10 May 2006 10:39:54 +0400 (MSD) Cc: Mike Jakubik , stable@freebsd.org Subject: Re: Can't compile without COMPAT_43 on i386 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 May 2006 06:39:58 -0000 On Wed, 10 May 2006, Bj?rn K?nig wrote: BK> > I can compile an amd64 kernel just fine without the option COMPAT_43, but BK> > not i386. Why is this? BK> > BK> > /usr/src/sys/modules/linux/../../i386/linux/linux_sysvec.c:36:2: #error BK> > "Unable to compile Linux-emulator due to missing COMPAT_43 option!" BK> > mkdep: compile failed BK> > BK> > I don't want or need the Linux-emulator. BK> BK> The corresponding module will be built nevertheless. If you want to build BK> only a selection of modules then you have to specify MODULES_OVERRIDE, e.g. BK> BK> makeoptions MODULES_OVERRIDE="acpi" BK> BK> in your kernel configuration file. It seems WITHOUT_MODULES is more appropriate, as written in make.con example: # The list of modules to never build, applied *after* MODULES_OVERRIDE. #WITHOUT_MODULES= bktr plip Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------