From owner-freebsd-current@FreeBSD.ORG Mon Oct 15 19:34:53 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3758816A418 for ; Mon, 15 Oct 2007 19:34:53 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.238]) by mx1.freebsd.org (Postfix) with ESMTP id E2BB513C447 for ; Mon, 15 Oct 2007 19:34:52 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so813621wra for ; Mon, 15 Oct 2007 12:34:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=HYE19uKJ1Nrq5ZOVvL5eLH/COjnpFadFoI5DcGg7/lc=; b=GVjXxOHem3PwvbccTeOjhAd7OzIHWMyOJlGHr+Nl5xEN/D+bdufy5JodiwIPSxyXncJuGdaCnQCKP2w0yZ0ZVkvcIBan56Rb6vIRogxeCfdML0JycmHJl5GoExhEzT2fGXC/BJy9HZ81xZ2p/1IWtPDGsrXw5GDGEf2jYMW2WyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=i/2VzuSkH0l/EUZYWHEks0rNODf6x94+PLEcnfTbyJByDoQprgiGx7rTmo7E0s7J4urS8wFaguhCsmsN652mPXKWM92KqiTKokQ3oYaWxRxmqZbaK/lM4eiDaASmgbQ4F+JFx9EtKbFNsYcplHoPXidwIjo4DGFdWMlyGZ9hBj0= Received: by 10.90.97.19 with SMTP id u19mr9215989agb.1192475343166; Mon, 15 Oct 2007 12:09:03 -0700 (PDT) Received: by 10.90.29.9 with HTTP; Mon, 15 Oct 2007 12:09:03 -0700 (PDT) Message-ID: <8cb6106e0710151209q3e586f97kcab2288a5816d1aa@mail.gmail.com> Date: Mon, 15 Oct 2007 15:09:03 -0400 From: "Josh Carroll" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: buildworld failure in libkvm on amd64/RELENG_7 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2007 19:34:53 -0000 All, I am unable to buildworld on RELENG_7 (amd64). It dies in libkvm with: /usr/src/lib/libkvm/kvm_proc.c: In function 'kvm_proclist': /usr/src/lib/libkvm/kvm_proc.c:361: warning: passing argument 1 of 'bintime2timeval' from incompatible pointer type /usr/src/lib/libkvm/kvm_proc.c:371: error: 'struct proc' has no member named 'p_swtime' /usr/src/lib/libkvm/kvm_proc.c:373: error: 'struct proc' has no member named 'p_sflag' *** Error code 1 Stop in /usr/src/lib/libkvm. Is this a known issue, or is it perhaps something wrong with my system? I'm currently running 6.2-RELEASE-p7 and /usr/src was fetched via csup on the RELENG_7 tag as of 12:00pm EDT today. Thinking it might be something I was doing (wrong) in make.conf, I commented that out entirely, but it still fails in libkvm. It looks like p_swtime is defined in /usr/include/sys/proc.h, but /usr/src/sys/sys/proc.h doesn't have either of those members. Does libkvm need to be updated to work with the new proc in RELENG_7? Thanks! Josh