public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* broken ACPI NUMA config option
@ 2007-09-08 22:51 James C. Georgas
  2007-09-08 22:54 ` James C. Georgas
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: James C. Georgas @ 2007-09-08 22:51 UTC (permalink / raw)
  To: linux-kernel

If I select X86_64_ACPI_NUMA, then ACPI_NUMA is (properly) selected
automatically, but ACPI is not selected automatically. This causes
ACPI_NUMA to not be built, and the kernel compile fails with unresolved
symbols.

Steps to reproduce:

	make clean
	make mrproper
	make noallconfig

	select SMP
	select NUMA
	select X86_64_ACPI_NUMA

	make
	<boom>

results:

	  LD      .tmp_vmlinux1
	drivers/built-in.o: In function `acpi_bus_generate_event':
	(.text+0x23365): undefined reference to `event_is_open'
	drivers/built-in.o: In function `acpi_bus_get_power':
	(.text+0x2361d): undefined reference to `acpi_power_get_inferred_state'
	drivers/built-in.o: In function `acpi_bus_set_power':
	(.text+0x23733): undefined reference to `acpi_power_transition'
	drivers/built-in.o: In function `acpi_bus_set_power':
	(.text+0x237a5): undefined reference to `acpi_power_transition'
	make: *** [.tmp_vmlinux1] Error 1

James
	/\V


^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: broken ACPI NUMA config option
@ 2007-09-09  2:36 James C. Georgas
  2007-09-09  7:06 ` Sam Ravnborg
  0 siblings, 1 reply; 17+ messages in thread
From: James C. Georgas @ 2007-09-09  2:36 UTC (permalink / raw)
  To: linux-kernel

On Sat, 2007-08-09 at 18:16 -0700, Randy Dunlap wrote:
> On Sat, 8 Sep 2007 18:09:04 -0700 Randy Dunlap wrote:
> 
> > On Sat, 08 Sep 2007 18:51:39 -0400 James C. Georgas wrote:
> > 
> > > If I select X86_64_ACPI_NUMA, then ACPI_NUMA is (properly)
selected
> > > automatically, but ACPI is not selected automatically. This causes
> > > ACPI_NUMA to not be built, and the kernel compile fails with
unresolved
> > > symbols.
> > 
> > exactly what kernel version??
> > 
> 
> 2.6.23-rc5-git1 builds for me when I follow those steps...
> except for some Section mismatch warnings.

What is the git project path name for the 2.6.23rc branch, if I wanted
to clone it, to keep up to date?

James
	/\V


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2007-09-09 18:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-08 22:51 broken ACPI NUMA config option James C. Georgas
2007-09-08 22:54 ` James C. Georgas
2007-09-08 23:33 ` James C. Georgas
2007-09-09  1:09 ` Randy Dunlap
2007-09-09  1:16   ` Randy Dunlap
2007-09-09  3:48     ` James C. Georgas
2007-09-09  4:24       ` Yinghai Lu
2007-09-09  5:00       ` Randy Dunlap
2007-09-09 13:41         ` James C. Georgas
2007-09-09 17:32           ` Randy Dunlap
2007-09-09  1:22   ` James C. Georgas
2007-09-09  9:07     ` Andi Kleen
2007-09-09 13:19       ` [PATCH] KCONFIG: fix pseudo dependency between K8_NUMA and X86_64_ACPI_NUMA config options James C. Georgas
2007-09-09 13:46         ` Andi Kleen
2007-09-09 18:43           ` James C. Georgas
  -- strict thread matches above, loose matches on Subject: below --
2007-09-09  2:36 broken ACPI NUMA config option James C. Georgas
2007-09-09  7:06 ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox