From owner-freebsd-stable Tue Aug 29 13:29: 1 2000 Delivered-To: freebsd-stable@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 0327F37B42C for ; Tue, 29 Aug 2000 13:28:59 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA94756; Tue, 29 Aug 2000 14:28:57 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA11291; Tue, 29 Aug 2000 14:28:39 -0600 (MDT) Message-Id: <200008292028.OAA11291@harmony.village.org> To: kstewart@urx.com Subject: Re: Why is gcc version so old? Cc: freebsd-stable@FreeBSD.ORG In-reply-to: Your message of "Tue, 29 Aug 2000 13:17:07 PDT." <39AC1A43.7FD07745@urx.com> References: <39AC1A43.7FD07745@urx.com> <39AC1866.6DA9F5EC@urx.com> <39AB5A46.9FB75350@urx.com> <200008291838.MAA10618@harmony.village.org> <200008292012.OAA11124@harmony.village.org> Date: Tue, 29 Aug 2000 14:28:39 -0600 From: Warner Losh Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <39AC1A43.7FD07745@urx.com> Kent Stewart writes: : chmod:No such file or directory : *** Error code 1 Try the following patch. Warner Index: Makefile.inc1 =================================================================== RCS file: /home/imp/FreeBSD/CVS/src/Makefile.inc1,v retrieving revision 1.141.2.8 diff -u -r1.141.2.8 Makefile.inc1 --- Makefile.inc1 2000/08/23 19:27:30 1.141.2.8 +++ Makefile.inc1 2000/08/29 20:28:13 @@ -310,7 +310,7 @@ # installworld: mkdir -p ${INSTALLTMP} - for prog in [ awk cat chflags chown date echo egrep find grep \ + for prog in [ awk cat chflags chmod chown date echo egrep find grep \ install ln make makewhatis miniperl mtree mv perl rm sed sh sysctl \ test true uname wc zic; do \ cp `which $$prog` ${INSTALLTMP}; \ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message