linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* make modules_install error 2.4.23-pre7
@ 2003-10-11 15:57 Chris Smith
  2003-12-03  1:24 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Smith @ 2003-10-11 15:57 UTC (permalink / raw)
  To: linux-kernel

Can't get past this error when doing a make_modules with 2.4.23-pre7:

cd /lib/modules/2.4.23-pre7; \
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.23-pre7; fi
depmod: *** Unresolved symbols in       											
/lib/modules/2.4.23-pre7/kernel/drivers/usb/usbnet.o
depmod:         generic_mii_ioctl_Rc7a0a077

Chris

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: make modules_install error 2.4.23-pre7
  2003-10-11 15:57 make modules_install error 2.4.23-pre7 Chris Smith
@ 2003-12-03  1:24 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2003-12-03  1:24 UTC (permalink / raw)
  To: Chris Smith; +Cc: linux-kernel

On Sat, Oct 11, 2003 at 11:57:48AM -0400, Chris Smith wrote:

> Can't get past this error when doing a make_modules with 2.4.23-pre7:
> 
> cd /lib/modules/2.4.23-pre7; \
> 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.23-pre7; fi
> depmod: *** Unresolved symbols in       											
> /lib/modules/2.4.23-pre7/kernel/drivers/usb/usbnet.o
> depmod:         generic_mii_ioctl_Rc7a0a077

Looking at 2.4.23-final, this should be fixed now.

Could you confirm that it's fixed?

If not, please send your .config .

> Chris

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-03  1:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-11 15:57 make modules_install error 2.4.23-pre7 Chris Smith
2003-12-03  1:24 ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).