public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel 2.4.9 build fails on Mandrake 8.0 ( make modules_install 'isdn')
@ 2001-08-19 19:38 Chris Oxenreider
  2001-08-19 22:19 ` Kai Germaschewski
  0 siblings, 1 reply; 7+ messages in thread
From: Chris Oxenreider @ 2001-08-19 19:38 UTC (permalink / raw)
  To: linux-kernel



Help.
On a freshly installed system using a version of Mandrake 8.0 from the 
free 'iso' images on the linux-mandrake sight this is what happens:


cd /usr/src
# remove the link in /usr/src
rm linux
bzip2 -dc /tmp/linux-2.4.9.tar.bz2|tar xvf - 
chown -R root.root linux
mv linux linux-2.4.9
ln -s linux-2.4.9 linux
cd linux-2.4.9
cp /boot/config-2.4.3-20mdk .config
echo Take default answers to all:
make oldconfig 
make dep ; echo made Dependancies && \
make clean ; echo made clean && \
make bzImage ; echo made bzImage && \
make modules 
make modules_install

when installing modules this error is generated:

---Lots of other compiler messages---
make[1]: Leaving directory `/usr/src/linux-2.4.9/arch/i386/lib'
cd /lib/modules/2.4.9; \
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.9; fi
depmod: *** Unresolved symbols in
/lib/modules/2.4.9/kernel/drivers/isdn/eicon/divas.o
depmod: 	vsnprintf
depmod: *** Unresolved symbols in
/lib/modules/2.4.9/kernel/drivers/isdn/eicon/eicon.o
depmod: 	vsnprintf
[root@odin linux-2.4.9]#




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

end of thread, other threads:[~2001-08-22  2:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-19 19:38 Kernel 2.4.9 build fails on Mandrake 8.0 ( make modules_install 'isdn') Chris Oxenreider
2001-08-19 22:19 ` Kai Germaschewski
2001-08-21 14:53   ` Mike Castle
2001-08-21 15:47     ` Kai Germaschewski
2001-08-21 16:20       ` Mike Castle
2001-08-21 18:09         ` Mike Castle
2001-08-22  2:39         ` Mike Castle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox