From owner-freebsd-stable Tue Aug 29 13:50:22 2000 Delivered-To: freebsd-stable@freebsd.org Received: from 2711.dynacom.net (2711.dynacom.net [206.107.213.3]) by hub.freebsd.org (Postfix) with ESMTP id C0FBA37B422 for ; Tue, 29 Aug 2000 13:50:19 -0700 (PDT) Received: from urx.com (dsl1-160.dynacom.net [206.159.132.160]) by 2711.dynacom.net (Build 101 8.9.3/NT-8.9.3) with ESMTP id NAA00086; Tue, 29 Aug 2000 13:50:17 -0700 Message-ID: <39AC2209.3CE00DD9@urx.com> Date: Tue, 29 Aug 2000 13:50:17 -0700 From: Kent Stewart Reply-To: kstewart@urx.com Organization: Dynacom X-Mailer: Mozilla 4.74 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Warner Losh Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Why is gcc version so old? References: <39AC1A43.7FD07745@urx.com> <39AC1866.6DA9F5EC@urx.com> <39AB5A46.9FB75350@urx.com> <200008291838.MAA10618@harmony.village.org> <200008292012.OAA11124@harmony.village.org> <200008292028.OAA11291@harmony.village.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Warner Losh wrote: > > 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}; \ I went into the directory and sdbm/libsdbma.a was 544, which meant the chmod didn't work. I had chmod'ed it before I got your fix and the installworld with your fix went ok. I'm going to start over and do a clean build and install. I'll report back in awhile. The buildworlds aren't exactly fast :). I decided to jusr rm the file first and try the patch. It worked looking at the redirected output from the installworld. It hasn't finished yet but it did chmode libsdbm.a properly this time. Kent -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://kstewart.urx.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message