From owner-freebsd-current@FreeBSD.ORG Tue May 13 18:36:10 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA2E237B401 for ; Tue, 13 May 2003 18:36:10 -0700 (PDT) Received: from pit.databus.com (p70-227.acedsl.com [66.114.70.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1989F43FBD for ; Tue, 13 May 2003 18:36:10 -0700 (PDT) (envelope-from barney@pit.databus.com) Received: from pit.databus.com (localhost [127.0.0.1]) by pit.databus.com (8.12.9/8.12.9) with ESMTP id h4E1a9iK086181 for ; Tue, 13 May 2003 21:36:09 -0400 (EDT) (envelope-from barney@pit.databus.com) Received: (from barney@localhost) by pit.databus.com (8.12.9/8.12.9/Submit) id h4E1a9W9086180 for current@freebsd.org; Tue, 13 May 2003 21:36:09 -0400 (EDT) Date: Tue, 13 May 2003 21:36:09 -0400 From: Barney Wolff To: current@freebsd.org Message-ID: <20030514013609.GA86144@pit.databus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Scanned-By: MIMEDefang 2.32 (www . roaringpenguin . com / mimedefang) Subject: buildworld failing X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 01:36:11 -0000 Is anybody else seeing this? If not, any hint on what's wrong? I've re-cvsup'd a couple of times with no effect. I last built -current on 5/7 with no trouble. cc -O -pipe -march=pentiumpro -DLIBC_SCCS -I/usr/src/lib/libkvm -c /usr/src/lib/libkvm/kvm_proc.c -o kvm_proc.o /usr/src/lib/libkvm/kvm_proc.c: In function `kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:103: storage size of `procsig' isn't known /usr/src/lib/libkvm/kvm_proc.c:195: structure has no member named `p_procsig' /usr/src/lib/libkvm/kvm_proc.c:196: structure has no member named `p_procsig' /usr/src/lib/libkvm/kvm_proc.c:198: structure has no member named `p_procsig' *** Error code 1 Apparently sigset_t is not defined. Thanks, Barney