Skip site navigation (1)Skip section navigation (2)
Date:      30 Oct 2000 04:23:41 -0000
From:      cwasser@v-wave.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/22405: installworld still bombs on perl and other packages
Message-ID:  <20001030042341.45148.qmail@area51.v-wave.com>

next in thread | raw e-mail | index | archive | help

>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 <cwasser@v-wave.com>
>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 <imp@village.org>
	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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001030042341.45148.qmail>