All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: tglx@linutronix.de, LKML <linux-kernel@vger.kernel.org>,
	netdev@vger.kernel.org, linux-ia64@vger.kernel.org,
	Auke Kok <auke-jan.h.kok@intel.com>,
	Jeff Garzik <jeff@garzik.org>
Subject: Re: [BUG] [2.6.19-rc4-mm2] can't compile
Date: Wed, 08 Nov 2006 06:52:59 +0000	[thread overview]
Message-ID: <20061107225259.0eff22d2.akpm@osdl.org> (raw)
In-Reply-To: <20061108150141.b792fbdb.kamezawa.hiroyu@jp.fujitsu.com>

On Wed, 8 Nov 2006 15:01:41 +0900
KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> wrote:

> 
> While compiling 2.6.19-rc4-mm2 on ia64, I met this compile error.
> =
>   CC [M]  drivers/acpi/processor_idle.o
> drivers/acpi/processor_idle.c:43:22: asm/apic.h: No such file or directory
> drivers/acpi/processor_idle.c: In function `acpi_processor_power_seq_show':
> drivers/acpi/processor_idle.c:1202: warning: long long unsigned int format, u64 arg (arg 5)
> =
> 
> This is because of acpi-include-apic-h.patch, maybe.
> ia64 doesn't have asm/acpi.h

That got fixed (by ugly means).

> my .config is attached.

But rc5-mm1 remains broken with that .config:

arch/ia64/pci/pci.c: In function `pci_acpi_scan_root':
arch/ia64/pci/pci.c:354: warning: implicit declaration of function `pxm_to_node'
...
arch/ia64/pci/built-in.o(.text+0xe92): In function `pci_acpi_scan_root':
: undefined reference to `pxm_to_node'

This bug exists in mainline.




Also,

drivers/built-in.o(.text+0xd9a72): In function `e1000_xmit_frame':
: undefined reference to `csum_ipv6_magic'

I don't know how this got broken.  ia64 seems to be the only architecture
which doesn't have an implementation of csum_ipv6_magic().  This bug
appears to be introduced by git-netdev-all.patch.


WARNING: multiple messages have this Message-ID (diff)
From: Andrew Morton <akpm@osdl.org>
To: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: tglx@linutronix.de, LKML <linux-kernel@vger.kernel.org>,
	netdev@vger.kernel.org, linux-ia64@vger.kernel.org,
	Auke Kok <auke-jan.h.kok@intel.com>,
	Jeff Garzik <jeff@garzik.org>
Subject: Re: [BUG] [2.6.19-rc4-mm2] can't compile drivers/acpi/processor_idle.c
Date: Tue, 7 Nov 2006 22:52:59 -0800	[thread overview]
Message-ID: <20061107225259.0eff22d2.akpm@osdl.org> (raw)
In-Reply-To: <20061108150141.b792fbdb.kamezawa.hiroyu@jp.fujitsu.com>

On Wed, 8 Nov 2006 15:01:41 +0900
KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> wrote:

> 
> While compiling 2.6.19-rc4-mm2 on ia64, I met this compile error.
> ==
>   CC [M]  drivers/acpi/processor_idle.o
> drivers/acpi/processor_idle.c:43:22: asm/apic.h: No such file or directory
> drivers/acpi/processor_idle.c: In function `acpi_processor_power_seq_show':
> drivers/acpi/processor_idle.c:1202: warning: long long unsigned int format, u64 arg (arg 5)
> ==
> 
> This is because of acpi-include-apic-h.patch, maybe.
> ia64 doesn't have asm/acpi.h

That got fixed (by ugly means).

> my .config is attached.

But rc5-mm1 remains broken with that .config:

arch/ia64/pci/pci.c: In function `pci_acpi_scan_root':
arch/ia64/pci/pci.c:354: warning: implicit declaration of function `pxm_to_node'
...
arch/ia64/pci/built-in.o(.text+0xe92): In function `pci_acpi_scan_root':
: undefined reference to `pxm_to_node'

This bug exists in mainline.




Also,

drivers/built-in.o(.text+0xd9a72): In function `e1000_xmit_frame':
: undefined reference to `csum_ipv6_magic'

I don't know how this got broken.  ia64 seems to be the only architecture
which doesn't have an implementation of csum_ipv6_magic().  This bug
appears to be introduced by git-netdev-all.patch.


  reply	other threads:[~2006-11-08  6:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-08  6:01 [BUG] [2.6.19-rc4-mm2] can't compile drivers/acpi/processor_idle.c KAMEZAWA Hiroyuki
2006-11-08  6:52 ` Andrew Morton [this message]
2006-11-08  6:52   ` Andrew Morton
2006-11-08  7:02   ` [BUG] [2.6.19-rc4-mm2] can't compile David Miller
2006-11-08  7:02     ` [BUG] [2.6.19-rc4-mm2] can't compile drivers/acpi/processor_idle.c David Miller
2006-11-08  7:22   ` [BUG] [2.6.19-rc4-mm2] can't compile KAMEZAWA Hiroyuki
2006-11-08  7:22     ` [BUG] [2.6.19-rc4-mm2] can't compile drivers/acpi/processor_idle.c KAMEZAWA Hiroyuki

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=20061107225259.0eff22d2.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=auke-jan.h.kok@intel.com \
    --cc=jeff@garzik.org \
    --cc=kamezawa.hiroyu@jp.fujitsu.com \
    --cc=linux-ia64@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=tglx@linutronix.de \
    /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.