2006-11-28 06:27:54

by Dave Jones

[permalink] [raw]
Subject: i686 apicid_to_node compile failure.

arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'

config is at http://people.redhat.com/davej/.config

Dave

--
http://www.codemonkey.org.uk


2006-11-28 06:39:41

by Dave Jones

[permalink] [raw]
Subject: Re: i686 apicid_to_node compile failure.

On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
>
> config is at http://people.redhat.com/davej/.config

Hmm, odd. It looks like this was fixed a few weeks back in
commit 815a965b0e6d925646e1f6012175830ef21e0d21
but somehow, I still see it broken with rc6-git10.

Dave

--
http://www.codemonkey.org.uk

2006-11-28 17:48:35

by Randy Dunlap

[permalink] [raw]
Subject: Re: i686 apicid_to_node compile failure.

On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:

> On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> >
> > config is at http://people.redhat.com/davej/.config
>
> Hmm, odd. It looks like this was fixed a few weeks back in
> commit 815a965b0e6d925646e1f6012175830ef21e0d21
> but somehow, I still see it broken with rc6-git10.

I reported that one too. Andi replied that he had a fix for it
in his quilt tree...

---
~Randy

2006-11-28 19:05:30

by Dave Jones

[permalink] [raw]
Subject: Re: i686 apicid_to_node compile failure.

On Tue, Nov 28, 2006 at 09:18:41AM -0800, Randy Dunlap wrote:
> On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:
>
> > On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> > >
> > > config is at http://people.redhat.com/davej/.config
> >
> > Hmm, odd. It looks like this was fixed a few weeks back in
> > commit 815a965b0e6d925646e1f6012175830ef21e0d21
> > but somehow, I still see it broken with rc6-git10.
>
> I reported that one too. Andi replied that he had a fix for it
> in his quilt tree...

That's worth pushing to 2.6.19 IMO. Andi ?

Dave

--
http://www.codemonkey.org.uk

2006-11-28 19:09:42

by Andi Kleen

[permalink] [raw]
Subject: Re: i686 apicid_to_node compile failure.

On Tuesday 28 November 2006 20:01, Dave Jones wrote:
> On Tue, Nov 28, 2006 at 09:18:41AM -0800, Randy Dunlap wrote:
> > On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:
> >
> > > On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > > > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > > > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> > > >
> > > > config is at http://people.redhat.com/davej/.config
> > >
> > > Hmm, odd. It looks like this was fixed a few weeks back in
> > > commit 815a965b0e6d925646e1f6012175830ef21e0d21
> > > but somehow, I still see it broken with rc6-git10.
> >
> > I reported that one too. Andi replied that he had a fix for it
> > in his quilt tree...
>
> That's worth pushing to 2.6.19 IMO. Andi ?

Yes, i hope to still get the patches in before .19

-Andi

2006-11-28 19:28:36

by Randy Dunlap

[permalink] [raw]
Subject: Re: i686 apicid_to_node compile failure.

On Tue, 28 Nov 2006 14:01:32 -0500 Dave Jones wrote:

> On Tue, Nov 28, 2006 at 09:18:41AM -0800, Randy Dunlap wrote:
> > On Tue, 28 Nov 2006 01:38:19 -0500 Dave Jones wrote:
> >
> > > On Tue, Nov 28, 2006 at 01:27:47AM -0500, Dave Jones wrote:
> > > > arch/i386/mach-generic/built-in.o: In function `apicid_to_node':
> > > > include/asm/mach-summit/mach_apic.h:90: undefined reference to `apicid_2_node'
> > > >
> > > > config is at http://people.redhat.com/davej/.config
> > >
> > > Hmm, odd. It looks like this was fixed a few weeks back in
> > > commit 815a965b0e6d925646e1f6012175830ef21e0d21
> > > but somehow, I still see it broken with rc6-git10.
> >
> > I reported that one too. Andi replied that he had a fix for it
> > in his quilt tree...
>
> That's worth pushing to 2.6.19 IMO. Andi ?

Yes, I expected that to be done also.

Linus just mentioned pushing 2.6.19 later today...

---
~Randy