From owner-freebsd-amd64@FreeBSD.ORG Sun Dec 25 20:33:41 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 DE18616A41F for ; Sun, 25 Dec 2005 20:33:41 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A31C43D62 for ; Sun, 25 Dec 2005 20:33:40 +0000 (GMT) (envelope-from bjoern.koenig@spray.se) Received: from eurystheus.local (port-212-202-39-231.dynamic.qsc.de [212.202.39.231]) by efacilitas.de (Postfix) with ESMTP id 1A6B34C5AB; Sun, 25 Dec 2005 21:42:11 +0100 (CET) Received: from [192.168.1.2] (muhkuh.local [192.168.1.2]) by eurystheus.local (Postfix) with ESMTP id A547C5285E; Sun, 25 Dec 2005 21:32:09 +0100 (CET) Message-ID: <43AF022B.60202@spray.se> Date: Sun, 25 Dec 2005 21:33:47 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: JoaoBR References: <200512221151.25834.joao@matik.com.br> <43AAB951.6050604@spray.se> <200512221358.42229.joao@matik.com.br> In-Reply-To: <200512221358.42229.joao@matik.com.br> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-amd64@freebsd.org 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 20:33:42 -0000 JoaoBR schrieb: > On Thursday 22 December 2005 12:33, Björn König wrote: > >>JoaoBR schrieb: >> >>>[...] >>>"Makefile", line 4: "ACPI can only be compiled into the kernel on the >>>amd64 and ia64 platforms" >>>*** Error code 1 >>> >>>[...] >>>MODULES_OVERRIDE=acpi splash bridge if_bridge >>>[...] >> >>The error message wants to tell you that you can't create an ACPI >>module. It have to be compiled into the kernel. >> > > > I see but still funny because I understood here that the "acpi can only be > compiled into the kernel on amd64 and ia64 platforms" as if I had another > platform, this messages says nothing about a module > > probably something like > > "you can not compile acpi as module on amd64" would be a clear statement. Yes, that's true. I had to read it twice. English is not my mother tongue, so I can't deceide if this sounds odd; at least it does if I translate into my language. :) Björn