compile problems:
drivers/message/i2o/i2o_lan.c:
contains undeclared run_i2o_post_buckets_task
problems with a structure (line 1406)
module problems: (already known ?)
WARNING: /lib/modules/2.5.56/kernel/sound/soundcore.ko needs unknown symbol errno
errno missing ?
WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/aha152x_cs.ko needs unknown symbol aha152x_driver_template
WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol fdomain_driver_template
WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol fdomain_16x0_reset
WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol fdomain_setup
WARNING: /lib/modules/2.5.56/kernel/drivers/message/i2o/i2o_pci.ko needs unknown symbol i2o_sys_init
WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
WARNING: /lib/modules/2.5.56/kernel/fs/nfsd/nfsd.ko needs unknown symbol hash_mem
WARNING: /lib/modules/2.5.56/kernel/arch/i386/kernel/microcode.ko needs unknown symbol devfs_set_file_size
Greetings,
Nico
--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)
On Mon, 13 Jan 2003 10:02:00 +0100, Nico Schottelius <[email protected]> said:
> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/aha152x_cs.ko needs=
> unknown symbol aha152x_driver_template
> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs=
> unknown symbol fdomain_driver_template
> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs=
> unknown symbol fdomain_16x0_reset
> WARNING: /lib/modules/2.5.56/kernel/drivers/scsi/pcmcia/fdomain_cs.ko needs=
> unknown symbol fdomain_setup
> WARNING: /lib/modules/2.5.56/kernel/drivers/message/i2o/i2o_pci.ko needs un=
> known symbol i2o_sys_init
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown sym=
> bol usb_bus_list_lock
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown sym=
> bol usb_bus_list
> WARNING: /lib/modules/2.5.56/kernel/fs/nfsd/nfsd.ko needs unknown symbol ha=
> sh_mem
> WARNING: /lib/modules/2.5.56/kernel/arch/i386/kernel/microcode.ko needs unk=
> nown symbol devfs_set_file_size
I can't speak for the others being known, but I posted a fix for the
microcode.ko one the other day. That one was pretty clearly a EXPORT_SYMBOL
line that got overzealously removed in 2.5.47 (the next 4 EXPORT_SYMBOLS in the
file got removed as part of a code cleanup, one line too many got nuked, I
guess)
I had a few others that went away when I upgraded to Rusty's 0.9.8 version
of module-init-tools that correctly dealt with EXPORT_GPL_SYMBOL....
--
Valdis Kletnieks
Computer Systems Senior Engineer
Virginia Tech
On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
Do you have CONFIG_USB selected in your .config?
thanks,
greg k-h
On Mon, Jan 13, 2003 at 08:34:01PM +0100, Nico Schottelius wrote:
> Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> > On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
> >
> > Do you have CONFIG_USB selected in your .config?
>
> yes, but all usb things are modularized
And what is your CONFIG_SECURITY_* options?
thanks,
greg k-h
Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
>
> Do you have CONFIG_USB selected in your .config?
yes, but all usb things are modularized
Nico
--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)
Greg KH [Mon, Jan 13, 2003 at 11:41:09AM -0800]:
> On Mon, Jan 13, 2003 at 08:34:01PM +0100, Nico Schottelius wrote:
> > Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> > > On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
> > >
> > > Do you have CONFIG_USB selected in your .config?
> >
> > yes, but all usb things are modularized
>
> And what is your CONFIG_SECURITY_* options?
for further questions: i attached .config.
Nico
p.s.: currently I am trying to update module-init-tools...if that helps..
--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)
On Mon, Jan 13, 2003 at 08:47:50PM +0100, Nico Schottelius wrote:
> Greg KH [Mon, Jan 13, 2003 at 11:41:09AM -0800]:
> > On Mon, Jan 13, 2003 at 08:34:01PM +0100, Nico Schottelius wrote:
> > > Greg KH [Mon, Jan 13, 2003 at 11:01:06AM -0800]:
> > > > On Mon, Jan 13, 2003 at 10:02:00AM +0100, Nico Schottelius wrote:
> > > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list_lock
> > > > > WARNING: /lib/modules/2.5.56/kernel/security/root_plug.ko needs unknown symbol usb_bus_list
> > > >
> > > > Do you have CONFIG_USB selected in your .config?
> > >
> > > yes, but all usb things are modularized
> >
> > And what is your CONFIG_SECURITY_* options?
>
> for further questions: i attached .config.
Heh, what .config? :)
greg k-h
> > > > > Do you have CONFIG_USB selected in your .config?
> > > >
> > > > yes, but all usb things are modularized
> > >
> > > And what is your CONFIG_SECURITY_* options?
> >
> > for further questions: i attached .config.
>
> Heh, what .config? :)
argh..forget something :/
Here it is!
Nico
--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)
[email protected] [Mon, Jan 13, 2003 at 01:36:45PM -0500]:
> [...]
> I had a few others that went away when I upgraded to Rusty's 0.9.8 version
> of module-init-tools that correctly dealt with EXPORT_GPL_SYMBOL....
sorry, this didn't change anything at all...
Nico
--
Please send your messages pgp-signed and/or pgp-encrypted (don't encrypt mails
to mailing list!). If you don't know what pgp is visit http://www.gnupg.org.
(public pgp key: ftp.schottelius.org/pub/familiy/nico/pgp-key)