From owner-freebsd-bugs Sun Oct 29 20:30: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4EA0137B4C5 for ; Sun, 29 Oct 2000 20:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA53153; Sun, 29 Oct 2000 20:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from area51.v-wave.com (area51.v-wave.com [24.108.52.213]) by hub.freebsd.org (Postfix) with SMTP id DAB6037B479 for ; Sun, 29 Oct 2000 20:23:48 -0800 (PST) Received: (qmail 45149 invoked by uid 0); 30 Oct 2000 04:23:42 -0000 Message-Id: <20001030042341.45148.qmail@area51.v-wave.com> Date: 30 Oct 2000 04:23:41 -0000 From: cwasser@v-wave.com Reply-To: cwasser@.v-wave.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/22405: installworld still bombs on perl and other packages Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 22405 >Category: kern >Synopsis: installworld still bombs on perl and other packages >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 29 20:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Chris Wasser >Release: FreeBSD 4.1.1-STABLE i386 >Organization: N/A >Environment: FreeBSD area51.v-wave.com 4.1.1-STABLE FreeBSD 4.1.1-STABLE #0: Thu Oct 19 18:37:27 MDT 2000 root@area51.v-wave.com:/usr/src/sys/compile/AREA51 i386 >Description: Installworld still fails with missing chmod, sort, tr. Temporary fix was submitted to freebsd-stable by Warner Losh on Tue, 29 Aug 2000 14:28:39 -0600 Can reliably produce same results on fresh new sources. Seems to be still related with perl build in buildworld. >How-To-Repeat: This seems to happen when either updated sources from previous 4.x cvsups and even fresh new sources from cvs respository. To reproduce, cvsup sources and buildworld, then installworld. Had to patch 6 different machines yesterday, all with this problem. If this is in error (can't see how 6 fresh boxes can be wrong) then please disregard. >Fix: --- Makefile.inc1 Sat Oct 28 23:05:51 2000 +++ Makefile.inc1 Sun Oct 29 21:12:27 2000 @@ -298,9 +298,9 @@ # installworld: mkdir -p ${INSTALLTMP} - for prog in [ awk cat chflags chown date echo egrep find grep \ - install ln make makewhatis mtree mv perl rm sed sh sysctl \ - test true uname wc zic; do \ + for prog in [ awk cat chflags chmod chown date echo egrep find grep \ + install ln make makewhatis mtree mv perl rm sed sh sort sysctl \ + test tr true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ done cd ${.CURDIR}; ${IMAKE} reinstall >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message