Subject: Current kernel error
To: amiga <port-amiga@NetBSD.ORG>
From: Eric Delcamp <edelcamp@Pop-Bordeaux-43.easynet.fr>
List: port-amiga
Date: 02/27/1998 00:36:44
Hi,

In building current kernel, I have this error at link time :

making sure the kern library is up to date...
`libkern.o' is up to date.
making sure the compat library is up to date...
`libcompat.a' is up to date.
sh ../../../../conf/newvers.sh
cc  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -m68020 -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DM68030 -DINET -DGATEWAY -DNFSSERVER -DFIFO -DSYSVSHM -DSYSVMSG -DSYSVSEM -DLKM -DMACHINE_NONCONTIG -DGRF_ECS -DGRF_NTSC -DGRF_A2024 -DMAXUSERS=8 -D_KERNEL  -Dmc68020 -Damiga -DFPCOPROC  -c vers.c
ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
bcopy.o: Definition of symbol `_memcpy' (multiply defined)
/sys/arch/amiga/compile/NFS/lib/kern/libkern.o: Definition of symbol `_memcpy' (multiply defined)
*** Error code 1

Stop.

I think that recent changes broke something ;-))