I am trying to compile 2.4.10-ac11 w/ the ext3-2.4-0.9.12-2410ac11 patch. I'm getting unresolved symbols w/ ext3 module: cd /lib/modules/2.4.10-ac11; \ 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-ac11; fi depmod: *** Unresolved symbols in /lib/modules/2.4.10-ac11/kernel/fs/ext3/ext3.o depmod: memscan Alpha arch (164SX) Thanks, Donald
Donald Maner wrote:> > I am trying to compile 2.4.10-ac11 w/ the ext3-2.4-0.9.12-2410ac11 > patch. I'm getting unresolved symbols w/ ext3 module: > > cd /lib/modules/2.4.10-ac11; \ > 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-ac11; > fi > depmod: *** Unresolved symbols in > /lib/modules/2.4.10-ac11/kernel/fs/ext3/ext3.o > depmod: memscan >I think something went wrong with your build. Both ext2 and ext3 have used memscan() for ages.
Andrew Said: I think something went wrong with your build. Both ext2 and ext3 have used memscan() for ages. -- Ok, "make clean; make mrproper" coming up; gonna try again, thanks.
Stephen C. Tweedie
2001-Oct-11 11:57 UTC
Re: ext3 on 2.4.10-ac11 w/ext3-2.4-0.9.12-2410ac11
Hi, On Thu, Oct 11, 2001 at 03:22:51AM -0500, Donald Maner wrote:> depmod: *** Unresolved symbols in > /lib/modules/2.4.10-ac11/kernel/fs/ext3/ext3.o > depmod: memscan > > Alpha arch (164SX)Does the patch below help? Cheers, Stephen
Yea, that was it, I'm not a programmer and I couldn't remember where the kernel symbols were exported. Thanks! -----Original Message----- From: Stephen C. Tweedie [mailto:sct@redhat.com] Sent: Thursday, October 11, 2001 6:57 AM To: Donald Maner Cc: ext3-users@redhat.com Subject: Re: ext3 on 2.4.10-ac11 w/ext3-2.4-0.9.12-2410ac11 Hi, On Thu, Oct 11, 2001 at 03:22:51AM -0500, Donald Maner wrote:> depmod: *** Unresolved symbols in > /lib/modules/2.4.10-ac11/kernel/fs/ext3/ext3.o > depmod: memscan > > Alpha arch (164SX)Does the patch below help? Cheers, Stephen