Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 23:09:21 +1000
From:      Mark.Andrews@nominum.com
Cc:        sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: bin/20815: 4.1S installworld broken 2000/8/24 
Message-ID:  <200008241309.XAA09209@drugs.dv.isc.org>
In-Reply-To: Your message of "Thu, 24 Aug 2000 22:54:15 %2B1000."

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

	John Baldwin <jhb@pike.osd.bsdi.com> suggested that cp need
	to be added to the list of programs that are copied to
	${INSTALLTMP}.  I agree with his assessment.

	I put cp in /usr/obj/usr/src/i386/usr/bin to get the install
	to complete but that was just a workaround.
	
mkdir -p /tmp/install.4161
for prog in [ awk cat chflags chown date echo egrep find grep  install ln make m
akewhatis miniperl mtree mv perl rm sed sh sysctl  test true uname wc zic; do  c
p `which $prog` /tmp/install.4161;  done
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj  COMPILER_PATH=/usr/obj/usr/src/i386/usr/
libexec:/usr/obj/usr/src/i386/usr/bin  LIBRARY_PATH=/usr/obj/usr/src/i386/usr/li
b:/usr/obj/usr/src/i386/usr/lib  OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexe
c  PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503  PATH=/usr/obj/usr/sr
c/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/t
mp/install.4161 make -f Makefile.inc1 reinstall



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?200008241309.XAA09209>