All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hamie <hamish@travellingkiwi.com>
To: linux-kernel@vger.kernel.org, akpm@osdl.org
Subject: 2.6.7-mm4 compile buglet
Date: Tue, 29 Jun 2004 22:19:12 +0100	[thread overview]
Message-ID: <40E1DCD0.7090604@travellingkiwi.com> (raw)

Hi all.

Sorry. Wasn't sure if this short of thing should be raised on bugtracker 
or not... Basically I downloaded 2.6.7-mm4 because I found a kernel bug 
that was apparently fixed in -mm2 (& hopefully later) where the acpi 
button events get 'lost' after a suspend-resume.

It appears that the -=mm4 patch introduces a bug however where it won't 
compile unless local apic is defined due to the following

  LD      arch/i386/lib/built-in.o
  CC      arch/i386/lib/bitops.o
  AS      arch/i386/lib/checksum.o
  CC      arch/i386/lib/dec_and_lock.o
  CC      arch/i386/lib/delay.o
  AS      arch/i386/lib/getuser.o
  CC      arch/i386/lib/memcpy.o
  CC      arch/i386/lib/strstr.o
  CC      arch/i386/lib/usercopy.o
  AR      arch/i386/lib/lib.a
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
drivers/built-in.o(.init.text+0x90ed): In function `do_wrlvtpc':
: undefined reference to `apic_write'
drivers/built-in.o(.init.text+0x90fd): In function `do_wrlvtpc':
: undefined reference to `apic_write'
drivers/built-in.o(.init.text+0x910d): In function `do_wrlvtpc':
: undefined reference to `apic_write'
drivers/built-in.o(.init.text+0x911d): In function `do_wrlvtpc':
: undefined reference to `apic_write'
drivers/built-in.o(.init.text+0x912d): In function `do_wrlvtpc':
: undefined reference to `apic_write'
drivers/built-in.o(.init.text+0x913d): more undefined references to 
`apic_write' follow
make: *** [.tmp_vmlinux1] Error 1
ballbreaker:/archive/linux/kernel/linux-2.6.7#


apic_write seems to be defined in apic.h & ifdef'ed out if local apic is 
not selected, however there are several calls to it that aren't ifdef'ed 
out...

Turning on local apic means the kernel compiles... But in the past this 
introduces a power down bug on the thinkpad where a shutdown won't power 
off the laptop without a manual off using the power button (Sorry. 
Haven't had a chance to test whether this would be fixed in -mm4 or not 
yet).

regards
  Hamish.


             reply	other threads:[~2004-06-29 21:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-29 21:19 Hamie [this message]
2004-06-29 21:29 ` 2.6.7-mm4 compile buglet Andrew Morton
2004-06-29 21:47   ` Hamie
  -- strict thread matches above, loose matches on Subject: below --
2004-06-30 12:23 Mikael Pettersson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40E1DCD0.7090604@travellingkiwi.com \
    --to=hamish@travellingkiwi.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.