Date: Mon, 9 Aug 2004 12:11:54 +0900 From: YONETANI Tomokazu <qhwt+freebsd-current@les.ath.cx> To: "Michael C. Shultz" <ringworm@inbox.lv> Cc: harti@freebsd.org Subject: Re: Need help: buildworld for CURRENT while under STABLE is not working Message-ID: <20040809031154.GC27705@les.ath.cx> In-Reply-To: <200408080939.46872.ringworm@inbox.lv> References: <200408071057.06960.ringworm@inbox.lv> <200408080031.11326.ringworm@inbox.lv> <20040808112028.GB27705@les.ath.cx> <200408080939.46872.ringworm@inbox.lv>
next in thread | previous in thread | raw e-mail | index | archive | help
[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 <stdint.h> at least when OSRELDATE < 500000.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040809031154.GC27705>
