Re: 2.5.42: unresolved symbols ext2

From: Stig Brautaset (stig@brautaset.org)
Date: Sat Oct 12 2002 - 05:45:04 EST


On Oct 12 2002, Stig wrote:
> /usr/bin/make -f arch/i386/lib/Makefile modules_install
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b /usr/src/linux/debian/tmp-image -r 2.5.42; fi
> depmod: *** Unresolved symbols in /usr/src/linux/debian/tmp-image/lib/modules/2.5.42/kernel/fs/ext2/ext2.o
> depmod: generic_file_aio_read
> depmod: generic_file_aio_write
> make[2]: *** [_modinst_post] Error 1
> make[2]: Leaving directory `/usr/src/linux-2.5.x'
> make[1]: *** [real_stamp_image] Error 2
> make[1]: Leaving directory `/usr/src/linux-2.5.x'

Oops, that was compiled with the debian make-kpkg tool. Here's the
output from vanilla make modules_install:

make -f arch/i386/lib/Makefile modules_install
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.42; fi
depmod: *** Unresolved symbols in /lib/modules/2.5.42/kernel/fs/ext2/ext2.o
depmod: generic_file_aio_read
depmod: generic_file_aio_write
make: *** [_modinst_post] Error 1

Sorry about that.

Stig

-- 
brautaset.org
-
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/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:43 EST