From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 03:12:07 2004 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 6DD4F16A4CF for ; Mon, 9 Aug 2004 03:12:07 +0000 (GMT) Received: from les.ath.cx (12.41.244.43.ap.yournet.ne.jp [43.244.41.12]) by mx1.FreeBSD.org (Postfix) with SMTP id 7415D43D4C for ; Mon, 9 Aug 2004 03:12:06 +0000 (GMT) (envelope-from qhwt+freebsd-current@les.ath.cx) Received: (qmail 41124 invoked by uid 1000); 9 Aug 2004 03:11:54 -0000 Date: Mon, 9 Aug 2004 12:11:54 +0900 From: YONETANI Tomokazu To: "Michael C. Shultz" Message-ID: <20040809031154.GC27705@les.ath.cx> References: <200408071057.06960.ringworm@inbox.lv> <200408080031.11326.ringworm@inbox.lv> <20040808112028.GB27705@les.ath.cx> <200408080939.46872.ringworm@inbox.lv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408080939.46872.ringworm@inbox.lv> User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org cc: harti@freebsd.org Subject: Re: Need help: buildworld for CURRENT while under STABLE is not working 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: Mon, 09 Aug 2004 03:12:07 -0000 [Cc on author and the list] On Sun, Aug 08, 2004 at 09:39:46AM -0700, Michael C. Shultz wrote: > > > > Do you get the same error if you run `make buildworld' without > > > > -DDESTDIR=/ad1 ? > > I just cleaned everything up and tried, yes same exact failure. Its trying to > pull stdint.h from /usr/include, I tested it by linking /usr/include/stdint.h > to /ad1/usr/include/stdint.h and it got past that one point. Now, why the > heck is buildworld goint to userland for header files??????? Hmm, the problem is when building on STABLE, gensnmptree gets built in bootstrap-tools stage (because it's not in STABLE but is needed to build libbsnmp), where necessary header files are not yet populated under obj tree. Probably you need to change contrib/gensnmptree/gensnmptree.c so as not to use at least when OSRELDATE < 500000.