From owner-freebsd-ports@FreeBSD.ORG Sat Sep 19 20:23:35 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9409F106566B for ; Sat, 19 Sep 2009 20:23:35 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 52F528FC22 for ; Sat, 19 Sep 2009 20:23:34 +0000 (UTC) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 19 Sep 2009 16:23:34 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id QEP10854; Sat, 19 Sep 2009 16:23:28 -0400 (EDT) Received: from 209-6-22-227.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.227]) by smtp01.lnh.mail.rcn.net with ESMTP; 19 Sep 2009 16:21:25 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19125.15684.498698.855972@jerusalem.litteratus.org> Date: Sat, 19 Sep 2009 16:21:24 -0400 To: Paul Schmehl In-Reply-To: References: <19125.7112.336613.902328@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: Robert Huff , freebsd-ports@freebsd.org Subject: Re: lsof won't build X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Sep 2009 20:23:35 -0000 Paul Schmehl writes: > > The usual casue of this is the installed kernel(+world ??) > > being out of sync with the contents of /usr/src. > > That doesn't make sense to me. vm.h is a src file. I have not read the code ... but as I understnd it, the build process draws on header files from both /usr/include and /usr/src. If the two disagree - . > Are you saying you rebuilt kernel and lsof built fine afterwards? Correct. Robert Huff