Kernel 2.4.9 build fails on Mandrake 8.0 ( make modules_install 'isdn')

From: Chris Oxenreider (oxenreid@state.net)
Date: Sun Aug 19 2001 - 14:38:58 EST


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]#

-
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 : Thu Aug 23 2001 - 21:00:31 EST