Messages in this thread |  | | Date | Wed, 26 Sep 2001 11:30:11 +1000 | From | Eyal Lebedinsky <> | Subject | Re: Announce: modutils 2.4.9 is available |
| |
I just built and installed modutils-2.4.9.
Building vanilla 2.4.10, while doing 'make modules_install':
cd /lib/modules/2.4.10; \ mkdir -p pcmcia; \ find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.10; fi depmod: Unexpected value (20) in '/lib/modules/2.4.10/kernel/drivers/ieee1394/sbp2.o' for ieee1394_device_size It is likely that the kernel structure has changed, if so then you probably need a new version of modutils to handle this kernel. Check linux/Documentation/Changes. make: *** [_modinst_post] Error 255
I can reproduce it with a simple # depmod -V -ae -F System.map 2.4.10 depmod version 2.4.9 depmod: Unexpected value (20) in '/lib/modules/2.4.10/kernel/drivers/ieee1394/sbp2.o' for ieee1394_device_size It is likely that the kernel structure has changed, if so then you probably need a new version of modutils to handle this kernel. Check linux/Documentation/Changes.
It always mentions the same module.
-- Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |