From owner-freebsd-acpi@FreeBSD.ORG Thu Oct 1 21:02:22 2009 Return-Path: Delivered-To: freebsd-acpi@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 430771065670; Thu, 1 Oct 2009 21:02:20 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: Andriy Gapon Date: Thu, 1 Oct 2009 17:02:10 -0400 User-Agent: KMail/1.6.2 References: <4AC347EE.20308@icyb.net.ua> In-Reply-To: <4AC347EE.20308@icyb.net.ua> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200910011702.12127.jkim@FreeBSD.org> Cc: freebsd-acpi@FreeBSD.org Subject: Re: ACPI_DEBUG: undefined symbol in acpi.ko X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 21:02:22 -0000 On Wednesday 30 September 2009 07:58 am, Andriy Gapon wrote: > With the latest head sources: > $ make buildkernel KERNCONF=GENERICacpidbg __MAKE_CONF=/dev/null > TARGET=i386 ... > $ nm > /usr/obj/i386/usr/src/sys/GENERICacpidbg/modules/usr/src/sys/module >s/acpi/acpi/acpi.ko > > | fgrep AcpiDmDumpMethodInfo > > U AcpiDmDumpMethodInfo > > $ cat sys/i386/conf/GENERICacpidbg > ident GENERICapcidbg > include GENERIC > options ACPI_DEBUG > > Looks like a build problem. > > Apparently the same happens with 7.2 without cross-build. This has been a long standing problem for ACPI kernel module. Please try r197688. It should fix the problem. Jung-uk Kim