Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Apr 2001 19:27:01 -0500
From:      Steve Price <steve@havk.org>
To:        alpha@freebsd.org
Subject:   -stable kernel build failures
Message-ID:  <20010404192701.A56091@bsd.havk.org>

next in thread | raw e-mail | index | archive | help
This from sources CVSup'd about an hour ago.  Anyone else seeing
this?

beta# make
cc -c -O0 -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../..  -I../../../include  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -Wa,-mev56  ../../kern/kern_synch.c
cc -c -O0 -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../..  -I../../../include  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -Wa,-mev56  setdef0.c
cc -c -O0 -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../..  -I../../../include  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -Wa,-mev56  setdef1.c
sh ../../conf/newvers.sh BETA 
cc -c -O0 -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi  -nostdinc -I- -I. -I../..  -I../../../include  -D_KERNEL -include opt_global.h -elf  -mno-fp-regs -Wa,-mev56  vers.c
linking kernel
kern_synch.o: In function `tsleep':
kern_synch.c(.text+0xbc0): undefined reference to `__cursig'
kern_synch.c(.text+0xbc4): undefined reference to `__cursig'
kern_synch.c(.text+0xd9c): undefined reference to `__cursig'
kern_synch.c(.text+0xda0): undefined reference to `__cursig'
kern_synch.o: In function `await':
kern_synch.c(.text+0x10f8): undefined reference to `__cursig'
kern_synch.o(.text+0x10fc):kern_synch.c: more undefined references to `__cursig' follow
*** Error code 1

Stop in /usr/src/sys/compile/beta.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-alpha" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010404192701.A56091>