2006-12-23 20:14:05

by Steve French (smfltc)

[permalink] [raw]
Subject: 2.6.19-rc1 build problem

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)


2006-12-23 22:46:54

by Randy Dunlap

[permalink] [raw]
Subject: Re: 2.6.19-rc1 build problem

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

2006-12-23 23:12:31

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.6.19-rc1 build problem

On Sat, 23 Dec 2006 14:14:48 -0600
Steve French <[email protected]> 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.

2006-12-24 06:05:50

by Adrian Bunk

[permalink] [raw]
Subject: Re: 2.6.19-rc1 build problem

On Sat, Dec 23, 2006 at 03:07:15PM -0800, Andrew Morton wrote:
> On Sat, 23 Dec 2006 14:14:48 -0600
> Steve French <[email protected]> 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