From owner-freebsd-stable@FreeBSD.ORG Sun Feb 5 13:48:10 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4559C106566C for ; Sun, 5 Feb 2012 13:48:10 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nschwqsrv03p.mx.bigpond.com (nschwqsrv03p.mx.bigpond.com [61.9.189.237]) by mx1.freebsd.org (Postfix) with ESMTP id D47658FC0C for ; Sun, 5 Feb 2012 13:48:09 +0000 (UTC) Received: from nschwotgx04p.mx.bigpond.com ([58.172.112.204]) by nschwmtas02p.mx.bigpond.com with ESMTP id <20120205091020.JNDH22122.nschwmtas02p.mx.bigpond.com@nschwotgx04p.mx.bigpond.com>; Sun, 5 Feb 2012 09:10:20 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.112.204]) by nschwotgx04p.mx.bigpond.com with ESMTP id <20120205091019.LMPP1687.nschwotgx04p.mx.bigpond.com@hermes.heuristicsystems.com.au>; Sun, 5 Feb 2012 09:10:19 +0000 Received: from white (white.hs [10.0.5.2]) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id q1599AWF060541 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT); Sun, 5 Feb 2012 20:09:10 +1100 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne" To: , Date: Sun, 5 Feb 2012 20:09:08 +1100 Organization: Heuristic Systems Pty Ltd Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Aczj5dFONJFaj02ISn6n5kqrgvQ7cg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-SIH-MSG-ID: rRw0EtzuXAD+xDFw3jbvZAR+xA/uo3c75JcMWtRmtxsZTljBucXOII/9Y9UUk5720S5MPxCEPmsiY7zmXY7TiA== Cc: freebsd-stable@freebsd.org Subject: 9.0 Stable unable to buildworld, missing KERN_PROC_ENV in kvm_proc.c X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2012 13:48:10 -0000 Unfortunately 9.0 Stable fails to compile due to missing declaration of KERN_PROC_ENV in /usr/src/lib/libkvm/kvm_proc.c. csup'ed from today. Please refer to the following changes on 30-Jan-2012: http://www.freebsd.org/cgi/cvsweb.cgi/src/lib/libkvm/kvm_proc.c.diff?r1=1.106.2.1;r2=1.106.2.2;f=h Compile error reads: cc -O2 -pipe -pipe -O2 -g0 -DSTRIP_FBSDID -UDEBUGGING -march=prescott -mtune=prescott -DLIBC_SCCS -I/usr/src/lib/libkvm -DNDEBUG -std=gnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /usr/src/lib/libkvm/kvm_proc.c /usr/src/lib/libkvm/kvm_proc.c: In function 'kvm_argv': /usr/src/lib/libkvm/kvm_proc.c:663: error: 'KERN_PROC_ENV' undeclared (first use in this function) /usr/src/lib/libkvm/kvm_proc.c:663: error: (Each undeclared identifier is reported only once /usr/src/lib/libkvm/kvm_proc.c:663: error: for each function it appears in.) Am I the last person using i386 architecture? ;) I'm half joking. The buildworld completes successfully for architecture=amd64. Regards, Dewayne