From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 20:50:14 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAD0E37B401; Mon, 31 Mar 2003 20:50:14 -0800 (PST) Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA4F343FBF; Mon, 31 Mar 2003 20:50:13 -0800 (PST) (envelope-from jroberson@chesapeake.net) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id h314o1f76771; Mon, 31 Mar 2003 23:50:01 -0500 (EST) (envelope-from jroberson@chesapeake.net) Date: Mon, 31 Mar 2003 23:50:01 -0500 (EST) From: Jeff Roberson To: Scott Carmichael In-Reply-To: <20030331214022.F85896@meriadoc.jobeus.net> Message-ID: <20030331234913.A64602-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: freebsd-questions@freebsd.org Subject: Re: 5.0-Current build failing on libkvm X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2003 04:50:15 -0000 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