* 2.6.19-rc1 build problem
@ 2006-12-23 20:14 Steve French
2006-12-23 22:41 ` Randy Dunlap
2006-12-23 23:07 ` Andrew Morton
0 siblings, 2 replies; 4+ messages in thread
From: Steve French @ 2006-12-23 20:14 UTC (permalink / raw)
To: linux-kernel
Is this a know problem with very current 2.6.19-rc?
Building modules, stage 2.
MODPOST 443 modules
WARNING: "bitrev32" [drivers/net/8139cp.ko] undefined!
WARNING: "serio_register_driver" [drivers/input/touchscreen/mtouch.ko]
undefined!
(repeated many times)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.19-rc1 build problem
2006-12-23 20:14 2.6.19-rc1 build problem Steve French
@ 2006-12-23 22:41 ` Randy Dunlap
2006-12-23 23:07 ` Andrew Morton
1 sibling, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2006-12-23 22:41 UTC (permalink / raw)
To: Steve French; +Cc: linux-kernel
On Sat, 23 Dec 2006 14:14:48 -0600 Steve French wrote:
> Is this a know problem with very current 2.6.19-rc?
Do you mean 2.6.20-rc1?
> Building modules, stage 2.
> MODPOST 443 modules
> WARNING: "bitrev32" [drivers/net/8139cp.ko] undefined!
> WARNING: "serio_register_driver" [drivers/input/touchscreen/mtouch.ko]
> undefined!
> (repeated many times)
I haven't seen it. Got .config?
---
~Randy
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.19-rc1 build problem
2006-12-23 20:14 2.6.19-rc1 build problem Steve French
2006-12-23 22:41 ` Randy Dunlap
@ 2006-12-23 23:07 ` Andrew Morton
2006-12-24 6:05 ` Adrian Bunk
1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2006-12-23 23:07 UTC (permalink / raw)
To: Steve French; +Cc: linux-kernel, Dmitry Torokhov
On Sat, 23 Dec 2006 14:14:48 -0600
Steve French <smfltc@us.ibm.com> wrote:
> Is this a know problem with very current 2.6.19-rc?
>
> Building modules, stage 2.
> MODPOST 443 modules
> WARNING: "bitrev32" [drivers/net/8139cp.ko] undefined!
You'll need to set CONFIG_BITREVERSE. Somehow. This is going to cause
problems and I suspect we'll end up giving up in horror and just adding it
to lib-y.
> WARNING: "serio_register_driver" [drivers/input/touchscreen/mtouch.ko]
> undefined!
serio_register_driver is exported, so we're missing a Kconfig dependency
somewhere.
MTOUCH selects SERIO, which seems right, so something weird is happening.
Please send .config.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 2.6.19-rc1 build problem
2006-12-23 23:07 ` Andrew Morton
@ 2006-12-24 6:05 ` Adrian Bunk
0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2006-12-24 6:05 UTC (permalink / raw)
To: Andrew Morton; +Cc: Steve French, linux-kernel, Dmitry Torokhov
On Sat, Dec 23, 2006 at 03:07:15PM -0800, Andrew Morton wrote:
> On Sat, 23 Dec 2006 14:14:48 -0600
> Steve French <smfltc@us.ibm.com> wrote:
>
> > Is this a know problem with very current 2.6.19-rc?
> >
> > Building modules, stage 2.
> > MODPOST 443 modules
> > WARNING: "bitrev32" [drivers/net/8139cp.ko] undefined!
>
> You'll need to set CONFIG_BITREVERSE. Somehow. This is going to cause
> problems and I suspect we'll end up giving up in horror and just adding it
> to lib-y.
>...
Not lib-y but obj-y.
Adding it to lib-y would be a bug, and it would obviously not help with
this problem.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-12-24 6:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-23 20:14 2.6.19-rc1 build problem Steve French
2006-12-23 22:41 ` Randy Dunlap
2006-12-23 23:07 ` Andrew Morton
2006-12-24 6:05 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox