From owner-freebsd-stable@FreeBSD.ORG Tue Sep 2 10:30:38 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3B77116A4BF; Tue, 2 Sep 2003 10:30:38 -0700 (PDT) Received: from sccimhc02.asp.att.net (sccimhc02.asp.att.net [63.240.76.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 798ED43FEC; Tue, 2 Sep 2003 10:30:37 -0700 (PDT) (envelope-from lcpdev@insightbb.com) Received: from lcpdev (a202-151.crane.navy.mil[164.227.202.151]) by sccimhc02.asp.att.net (sccimhc02) with SMTP id <20030902173035im2005dclie> (Authid: lcpdev@insightbb.com); Tue, 2 Sep 2003 17:30:36 +0000 From: Steve Friedrich To: stable@freebsd.org Date: Tue, 2 Sep 2003 11:38:22 -0500 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200309021138.22737.lcpdev@InsightBB.com> cc: Tinderbox Subject: Re: netinet/pim_var.h: No such file or directory X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 17:30:38 -0000 netinet/pim_var.h: No such file or directory I saw this when I was searching thru the archives and I didn't notice a response. I had this problem and my workaround was to use "find" to find the file and copy it to /usr/include/netinet directory. Then the "depend" stage completed and the build and install phases worked too.