public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Unable to compile 2.6.36-rc2 on x86_64
@ 2010-08-25 15:15 Ken Moffat
  2010-08-25 15:52 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Ken Moffat @ 2010-08-25 15:15 UTC (permalink / raw)
  To: lkml

[-- Attachment #1: Type: text/plain, Size: 658 bytes --]

Hi,

 on x86_64 using a config that worked in 2.6.35.3 plus accepting the
default settings for new options, it fails with

  LD      .tmp_vmlinux1
drivers/built-in.o: In function `toshiba_acpi_exit':
toshiba_acpi.c:(.text+0x1c5e07): undefined reference to
`led_classdev_unregister'
drivers/built-in.o: In function `toshiba_acpi_init':
toshiba_acpi.c:(.init.text+0xa2d8): undefined reference to
`led_classdev_register'
make: *** [.tmp_vmlinux1] Error 1

 I don't actually need toshiba_acpi, but it seems to be built by
default if acpi is turned on ?

Gzipped config attached.

ken
-- 
das eine Mal als Tragödie, das andere Mal als Farce

[-- Attachment #2: config.gz --]
[-- Type: application/x-gunzip, Size: 14023 bytes --]

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

* Re: Unable to compile 2.6.36-rc2 on x86_64
  2010-08-25 15:15 Unable to compile 2.6.36-rc2 on x86_64 Ken Moffat
@ 2010-08-25 15:52 ` Randy Dunlap
  2010-08-25 16:09   ` Ken Moffat
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2010-08-25 15:52 UTC (permalink / raw)
  To: Ken Moffat; +Cc: lkml

On Wed, 25 Aug 2010 16:15:54 +0100 Ken Moffat wrote:

> Hi,
> 
>  on x86_64 using a config that worked in 2.6.35.3 plus accepting the
> default settings for new options, it fails with
> 
>   LD      .tmp_vmlinux1
> drivers/built-in.o: In function `toshiba_acpi_exit':
> toshiba_acpi.c:(.text+0x1c5e07): undefined reference to
> `led_classdev_unregister'
> drivers/built-in.o: In function `toshiba_acpi_init':
> toshiba_acpi.c:(.init.text+0xa2d8): undefined reference to
> `led_classdev_register'
> make: *** [.tmp_vmlinux1] Error 1
> 
>  I don't actually need toshiba_acpi, but it seems to be built by
> default if acpi is turned on ?
> 
> Gzipped config attached.


Needs recently-merged commit c76a3e1d6c52c5cc1371f1abc7381c5715ebdf7f.

---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***

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

* Re: Unable to compile 2.6.36-rc2 on x86_64
  2010-08-25 15:52 ` Randy Dunlap
@ 2010-08-25 16:09   ` Ken Moffat
  0 siblings, 0 replies; 3+ messages in thread
From: Ken Moffat @ 2010-08-25 16:09 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml

On Wed, Aug 25, 2010 at 08:52:51AM -0700, Randy Dunlap wrote:
> On Wed, 25 Aug 2010 16:15:54 +0100 Ken Moffat wrote:
> 
> > Hi,
> > 
> >  on x86_64 using a config that worked in 2.6.35.3 plus accepting the
> > default settings for new options, it fails with
> > 
> >   LD      .tmp_vmlinux1
> > drivers/built-in.o: In function `toshiba_acpi_exit':
> > toshiba_acpi.c:(.text+0x1c5e07): undefined reference to
> > `led_classdev_unregister'
> 
> Needs recently-merged commit c76a3e1d6c52c5cc1371f1abc7381c5715ebdf7f.
> 
> ---
> ~Randy
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
 Thanks.  I'm in the middle of cloning linus' tree at the moment
(from nothing - I'd long since thrown away my local copy to save
space), this will save me bisecting.

ken
-- 
das eine Mal als Tragödie, das andere Mal als Farce

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

end of thread, other threads:[~2010-08-25 16:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-25 15:15 Unable to compile 2.6.36-rc2 on x86_64 Ken Moffat
2010-08-25 15:52 ` Randy Dunlap
2010-08-25 16:09   ` Ken Moffat

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