Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2000 13:50:17 -0700
From:      Kent Stewart <kstewart@urx.com>
To:        Warner Losh <imp@village.org>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Why is gcc version so old?
Message-ID:  <39AC2209.3CE00DD9@urx.com>
References:  <39AC1A43.7FD07745@urx.com>  <39AC1866.6DA9F5EC@urx.com> <39AB5A46.9FB75350@urx.com> <Pine.BSF.3.96.1000829152951.14120A-100000@aurora.scoop.co.nz> <200008291838.MAA10618@harmony.village.org> <200008292012.OAA11124@harmony.village.org> <200008292028.OAA11291@harmony.village.org>

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


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39AC2209.3CE00DD9>