From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 25 21:45:46 2005 Return-Path: X-Original-To: freebsd-amd64@freebsd.org Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA13416A41F for ; Sun, 25 Dec 2005 21:45:46 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394F243D58 for ; Sun, 25 Dec 2005 21:45:45 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 381E61DD4B1 for ; Sun, 25 Dec 2005 21:45:42 +0000 (GMT) Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02595-01 for ; Sun, 25 Dec 2005 21:45:41 +0000 (GMT) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id DF2551DD4AD; Sun, 25 Dec 2005 21:45:41 +0000 (GMT) Date: Sun, 25 Dec 2005 21:45:41 +0000 From: David Taylor To: freebsd-amd64@freebsd.org Message-ID: <20051225214541.GA3244@outcold.yadt.co.uk> Mail-Followup-To: freebsd-amd64@freebsd.org References: <200512221151.25834.joao@matik.com.br> <20051222143655.GB29372@qlovarnika.bg.datamax> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20051222143655.GB29372@qlovarnika.bg.datamax> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new 2.3.3 (20050822) at yadt.co.uk Subject: Re: make depend fails releng_6 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2005 21:45:46 -0000 On Thu, 22 Dec 2005, Vasil Dimov wrote: > On Thu, Dec 22, 2005 at 11:51:24AM -0200, JoaoBR wrote: > > ===> acpi (obj) > > "Makefile", line 4: "ACPI can only be compiled into the kernel on the amd64 > > and ia64 platforms" > > *** Error code 1 > ... > > ####### > > make.conf > > ####### > ... > > MODULES_OVERRIDE=acpi splash bridge if_bridge > > You are requesting to build acpi as a module, which is > not possible on amd64 Which is almost the opposite of how I read that error message. It seems to say that ACPI can only be compiled into the kernel if you're running amd64/ia64, that is, if you're not running amd64/ia64 you can't compile acpi into the kernel. Of course, the intended meaning is as you say, but it could perhaps be clearer. -- David Taylor