Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2003 23:50:01 -0500 (EST)
From:      Jeff Roberson <jroberson@chesapeake.net>
To:        Scott Carmichael <freebsd@jobeus.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: 5.0-Current build failing on libkvm
Message-ID:  <20030331234913.A64602-100000@mail.chesapeake.net>
In-Reply-To: <20030331214022.F85896@meriadoc.jobeus.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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