* 2.5.3: Unresolved Symbols in ppp_deflate.o and ufs.o
@ 2002-01-31 5:05 Benjamin Pharr
0 siblings, 0 replies; 3+ messages in thread
From: Benjamin Pharr @ 2002-01-31 5:05 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 770 bytes --]
After moving the files from linux/ and applying the i810 patch posted to
the list, I made it all the way to the end of a "make dep bzImage
modules modules_install" without any errors. However, I got this right
at the end:
make[1]: Leaving directory `/usr/src/linux-2.5.3/arch/i386/lib'
cd /lib/modules/2.5.3; \
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.5.3; fi
depmod: *** Unresolved symbols in
/lib/modules/2.5.3/kernel/drivers/net/ppp_deflate.o
depmod: zlib_inflateIncomp
depmod: *** Unresolved symbols in /lib/modules/2.5.3/kernel/fs/ufs/ufs.o
depmod: lock_kernel
depmod: unlock_kernel
benix:/usr/src/linux-2.5.3#
Ben Pharr
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.3: Unresolved Symbols in ppp_deflate.o and ufs.o
@ 2002-02-02 20:37 Marcelo Roberto Jimenez
2002-02-02 23:37 ` Arnaldo Carvalho de Melo
0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Roberto Jimenez @ 2002-02-02 20:37 UTC (permalink / raw)
To: linux-kernel
I'm having the same problem:
...
make -C arch/i386/lib modules_install
make[1]: Entering directory
`/home/mroberto/programs/kernel/2.5.3/plain/linux/arch/i386/lib'
make[1]: Nothing to be done for `modules_install'.
make[1]: Leaving directory
`/home/mroberto/programs/kernel/2.5.3/plain/linux/arch/i386/lib'
cd /lib/modules/2.5.3; \
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.5.3; fi
depmod: *** Unresolved symbols in
/lib/modules/2.5.3/kernel/drivers/net/ppp_deflate.o
depmod: zlib_inflateIncomp
Regards,
Marcelo.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.3: Unresolved Symbols in ppp_deflate.o and ufs.o
2002-02-02 20:37 2.5.3: Unresolved Symbols in ppp_deflate.o and ufs.o Marcelo Roberto Jimenez
@ 2002-02-02 23:37 ` Arnaldo Carvalho de Melo
0 siblings, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2002-02-02 23:37 UTC (permalink / raw)
To: Marcelo Roberto Jimenez; +Cc: linux-kernel
Em Sat, Feb 02, 2002 at 06:37:20PM -0200, Marcelo Roberto Jimenez escreveu:
> I'm having the same problem:
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.3/kernel/drivers/net/ppp_deflate.o
> depmod: zlib_inflateIncomp
Try this:
Index: lib/zlib_inflate/inflate_syms.c
===================================================================
RCS file: /home/cvs/kernel-acme/lib/zlib_inflate/inflate_syms.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 inflate_syms.c
--- lib/zlib_inflate/inflate_syms.c 2002/01/31 22:30:27 1.1.1.1
+++ lib/zlib_inflate/inflate_syms.c 2002/02/02 23:36:05
@@ -18,4 +18,5 @@
EXPORT_SYMBOL(zlib_inflateSync);
EXPORT_SYMBOL(zlib_inflateReset);
EXPORT_SYMBOL(zlib_inflateSyncPoint);
+EXPORT_SYMBOL(zlib_inflateIncomp);
MODULE_LICENSE("GPL");
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-02-03 16:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-02-02 20:37 2.5.3: Unresolved Symbols in ppp_deflate.o and ufs.o Marcelo Roberto Jimenez
2002-02-02 23:37 ` Arnaldo Carvalho de Melo
-- strict thread matches above, loose matches on Subject: below --
2002-01-31 5:05 Benjamin Pharr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox