From owner-freebsd-current Tue Sep 3 1:26:16 2002 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 447E737B401 for ; Tue, 3 Sep 2002 01:26:14 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F8BC43E81 for ; Tue, 3 Sep 2002 01:26:11 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id IAA17882; Tue, 3 Sep 2002 08:25:49 GMT Date: Tue, 3 Sep 2002 18:33:07 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "M. Warner Losh" Cc: current@FreeBSD.ORG Subject: Re: installworld broken In-Reply-To: <20020902.125243.39997233.imp@bsdimp.com> Message-ID: <20020903182314.S6474-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2 Sep 2002, M. Warner Losh wrote: > In message: <20020902.114349.111929720.imp@bsdimp.com> > "M. Warner Losh" writes: > : I've had to add ex, touch and gencat to the installworld target. And > : I've still not manged to complete a installworld. > : > : anybody else see this? > > Index: Makefile.inc1 > =================================================================== > RCS file: /home/imp/FreeBSD/CVS/src/Makefile.inc1,v > retrieving revision 1.303 > diff -u -r1.303 Makefile.inc1 > --- Makefile.inc1 23 Aug 2002 12:49:16 -0000 1.303 > +++ Makefile.inc1 2 Sep 2002 18:51:38 -0000 > @@ -371,9 +372,9 @@ > # > distributeworld installworld: installcheck > mkdir -p ${INSTALLTMP} > - for prog in [ awk cat chflags chmod chown date echo egrep find grep \ > - ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ > - test true uname wc zic; do \ > + for prog in [ awk cap_mkdb cat chflags chmod chown date echo ex \ > + egrep find gencat grep ln m4 make mkdir mtree mv pwd_mkdb rm \ > + sed sh sysctl test touch true uname wc zic; do \ > cp `which $$prog` ${INSTALLTMP}; \ > done > cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//} > > I plan to commit this change soon unless somone objects. Yes, all the > programs I added are necessary. Why they are now and not before, I > know not. I object :-). This change shoots the messenger. You apparently have timestamp problems which result in trmcap being rebuilt at install time. Building at install time should fail. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message