From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 2 16:40:39 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDC737B401; Wed, 2 Jul 2003 16:40:39 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B88B843F75; Wed, 2 Jul 2003 16:40:38 -0700 (PDT) (envelope-from DougB@freebsd.org) Received: from 12-234-22-23.client.attbi.com ([12.234.22.23]) by attbi.com (rwcrmhc12) with SMTP id <2003070223403801400hvbqie>; Wed, 2 Jul 2003 23:40:38 +0000 Date: Wed, 2 Jul 2003 16:40:38 -0700 (PDT) From: Doug Barton To: freebsd-stable@freebsd.org In-Reply-To: <20030702162221.S25145@12-234-22-23.pyvrag.nggov.pbz> Message-ID: <20030702163725.B25145@12-234-22-23.pyvrag.nggov.pbz> References: <20030702162221.S25145@12-234-22-23.pyvrag.nggov.pbz> Organization: http://www.FreeBSD.org/ X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org Subject: Re: RELENG_4 buildworld fails in colldef with NO_BIND X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-hackers@freebsd.org List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 23:40:39 -0000 Should have poked at this a bit more before posting, sorry. I was experimenting with having NO_BIND in make.conf, along with deleting all the includes that are part of BIND. That combination is what caused the failure. To add insult to injury, the early colldef build is looking for in /usr/include, not in /usr/obj. I'll have to go back and take another look at the NO_BIND stuff as it relates to includes... Doug On Wed, 2 Jul 2003, Doug Barton wrote: > Very shortly after starting the buildworld, it fails in colldef: > > ===> usr.bin/colldef > /usr/obj/home/src/i386/home/src/usr.bin/colldef created for > /home/src/usr.bin/colldef > yacc -d /home/src/usr.bin/colldef/parse.y > cp y.tab.c parse.c > lex -t -8 -i /home/src/usr.bin/colldef/scan.l > scan.c > rm -f .depend > mkdep -f .depend -a -I. -I/home/src/usr.bin/colldef > -I/home/src/usr.bin/colldef/../../lib/libc/locale -DCOLLATE_DEBUG > -DYY_NO_UNPUT -D__FBSDID=__RCSID parse.c scan.c > /home/src/usr.bin/colldef/parse.y:32: arpa/inet.h: No such file or > directory > mkdep: compile failed > *** Error code 1 > > I looked in /usr/obj/home/src/i386/usr/include/arpa/ and indeed, inet.h > is not there, but I can't figure out why. > > This is starting with a clean obj directory, and nothing fancier than > 'make -DNOCLEAN buildworld'. > > Doug > > -- This .signature sanitized for your protection