5.0-Current build failing on libkvm

Scott Carmichael freebsd at jobeus.net
Tue Apr 1 00:08:00 PST 2003


Sigh... It seems that there's a lot of problems in -current right now.
First there was a double-line comment problem with a .h file, seems fixed
now, but then there's also an ununsed var in sys/kern/kern_sig.c (line
184), which I fixed and am trying to compile again... for the 3rd time.

Someone wanna get that one in CVS?

On Mon, 31 Mar 2003, Jeff Roberson wrote:

> On Mon, 31 Mar 2003, Scott Carmichael wrote:
>
> > I just cvsup'd today and am now getting this error and subsequent fails...
> > :(
> >
> > Anyone have any ideas? (please keep me in the reply as I'm not subscribed
> > to -current)
> >
> >
> > cc -O -pipe -march=pentium4 -DLAZY_PS   -Wsystem-headers -Werror -Wall
> > -Wno-format-y2k -Wno-uninitialized   -static -o ps fmt.o keyword.o nlist.o
> > print.o ps.o -lm -lkvm
> > /usr/obj/usr/src/i386/usr/lib/libkvm.a(kvm_proc.o)(.text+0x948): undefined
> > reference to `SIGANDSET'
>
> Sorry, this was my fault.  I totally spaced on this bit.  You can cvsup
> again when your mirror picks up my fix or you can change that SIGANDSET in
> kvm_proc.c to SIGSETOR.
>
> Cheers,
> Jeff
>
>


More information about the freebsd-questions mailing list