Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 12 Oct 2002 06:44:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 12 Oct 2002 06:44:12 -0400 Received: from warrior.services.quay.plus.net ([212.159.14.227]:57055 "HELO warrior.services.quay.plus.net") by vger.kernel.org with SMTP id ; Sat, 12 Oct 2002 06:44:10 -0400 Date: Sat, 12 Oct 2002 11:45:04 +0100 From: Stig Brautaset To: linux-kernel@vger.kernel.org Subject: Re: 2.5.42: unresolved symbols ext2 Message-ID: <20021012104504.GA18928@arwen.brautaset.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-Location: London, UK X-URL: http://brautaset.org X-KeyServer: wwwkeys.nl.pgp.net X-PGP/GnuPG-Key: 9336ADC1 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1273 Lines: 32 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/