* Problems compiling test13-pre2
@ 2000-12-16 5:24 Jon Akers
2000-12-16 5:31 ` Derek Wildstar
2000-12-16 10:42 ` Keith Owens
0 siblings, 2 replies; 3+ messages in thread
From: Jon Akers @ 2000-12-16 5:24 UTC (permalink / raw)
To: 'Kernel Mailing List '
This appears to be a problem with the Makefile changes and NFS/NFSD/lockd
and module compilation.
Using egcs-2.91.66, modutils version 2.3.18, GNU Make version 3.77, GNU ld
version 2.10.91 (with BFD 2.10.0.33)
make[1]: Leaving directory `/usr/src/linux/arch/i386/lib'
cd /lib/modules/2.4.0-test13-pre2; \
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.0-test13-pre2; fidepmod: *** Unresolved symbols in
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o
depmod: nlmclnt_proc
depmod: lockd_down
depmod: lockd_up
depmod: *** Unresolved symbols in
/lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o
depmod: nlmsvc_ops
depmod: lockd_down
depmod: nlmsvc_invalidate_client
depmod: lockd_up
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Problems compiling test13-pre2
2000-12-16 5:24 Problems compiling test13-pre2 Jon Akers
@ 2000-12-16 5:31 ` Derek Wildstar
2000-12-16 10:42 ` Keith Owens
1 sibling, 0 replies; 3+ messages in thread
From: Derek Wildstar @ 2000-12-16 5:31 UTC (permalink / raw)
To: 'Kernel Mailing List '
I got this also, but the compile worked with nfs/nfsd compiled in. Same
thing with netfilters. Problem now is ACPI hung after
initialization...not a hard hang (ctrl/alt/del still worked) but it was
waiting for something it never got.
-dwild
On Sat, 16 Dec 2000, Jon Akers wrote:
> Date: Sat, 16 Dec 2000 00:24:01 -0500
> From: Jon Akers <jka@ufbi.ufl.edu>
> To: 'Kernel Mailing List ' <linux-kernel@vger.kernel.org>
> Subject: Problems compiling test13-pre2
>
> This appears to be a problem with the Makefile changes and NFS/NFSD/lockd
> and module compilation.
>
>
> Using egcs-2.91.66, modutils version 2.3.18, GNU Make version 3.77, GNU ld
> version 2.10.91 (with BFD 2.10.0.33)
>
> make[1]: Leaving directory `/usr/src/linux/arch/i386/lib'
> cd /lib/modules/2.4.0-test13-pre2; \
> 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.0-test13-pre2; fidepmod: *** Unresolved symbols in
> /lib/modules/2.4.0-test13-pre2/kernel/fs/nfs/nfs.o
> depmod: nlmclnt_proc
> depmod: lockd_down
> depmod: lockd_up
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.0-test13-pre2/kernel/fs/nfsd/nfsd.o
> depmod: nlmsvc_ops
> depmod: lockd_down
> depmod: nlmsvc_invalidate_client
> depmod: lockd_up
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Problems compiling test13-pre2
2000-12-16 5:24 Problems compiling test13-pre2 Jon Akers
2000-12-16 5:31 ` Derek Wildstar
@ 2000-12-16 10:42 ` Keith Owens
1 sibling, 0 replies; 3+ messages in thread
From: Keith Owens @ 2000-12-16 10:42 UTC (permalink / raw)
To: Jon Akers; +Cc: 'Kernel Mailing List '
On Sat, 16 Dec 2000 00:24:01 -0500,
Jon Akers <jka@ufbi.ufl.edu> wrote:
>This appears to be a problem with the Makefile changes and NFS/NFSD/lockd
>and module compilation.
Index: 0-test13-pre2.1/fs/lockd/svc.c
--- 0-test13-pre2.1/fs/lockd/svc.c Mon, 02 Oct 2000 15:28:44 +1100 kaos (linux-2.4/e/b/39_svc.c 1.1.1.2 644)
+++ 0-test13-pre2.1(w)/fs/lockd/svc.c Sat, 16 Dec 2000 21:26:35 +1100 kaos (linux-2.4/e/b/39_svc.c 1.1.1.2 644)
@@ -312,7 +312,6 @@ out:
#ifdef MODULE
/* New module support in 2.1.18 */
-EXPORT_NO_SYMBOLS;
MODULE_AUTHOR("Olaf Kirch <okir@monad.swb.de>");
MODULE_DESCRIPTION("NFS file locking service version " LOCKD_VERSION ".");
MODULE_PARM(nlm_grace_period, "10-240l");
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2000-12-16 11:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-16 5:24 Problems compiling test13-pre2 Jon Akers
2000-12-16 5:31 ` Derek Wildstar
2000-12-16 10:42 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox