Date: Tue, 9 Apr 2002 01:49:32 +0100 From: John <lists@shell.reiteration.net> To: Jorge Biquez <jbiquez@icsmx.com> Cc: freebsd-questions@freebsd.org Subject: Re: make installworld doesn't Message-ID: <20020409014932.A59286@shell.reiteration.net> In-Reply-To: <5.1.0.14.2.20020408192305.02eb84c0@icsmx.com>; from jbiquez@icsmx.com on Mon, Apr 08, 2002 at 07:28:30PM -0500 References: <F172AwhFj3NAah6gz9O0000608a@hotmail.com> <F172AwhFj3NAah6gz9O0000608a@hotmail.com> <20020409011924.B3939@shell.reiteration.net> <5.1.0.14.2.20020408192305.02eb84c0@icsmx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 08, 2002 at 07:28:30PM -0500, Jorge Biquez wrote: > Hello all. > > Having the same problem here since last Saturday. make installworld does > not work when trying to upgrade to 4.5 STABLE. > In my case I'm trying to go from a clean machine which I installed 4.3 > RELEASE from the CDs and trying to go to 4.5 STABLE. It does not work at > all, the problem appears on make installworld. Still working on it..... > funny thing is that last monday worked fine on a similar machine, same > cd's, same procedure...... Does yours get stuck at the same place? (indicated below) > >-------------------------------------------------------------- > > >>> Making hierarchy > >-------------------------------------------------------------- > >cd /usr/src; make -f Makefile.inc1 hierarchy > >cd /usr/src/etc; make distrib-dirs > >set - `grep "^[a-zA-Z]" /usr/src/etc/locale.deprecated`; while [ $# -gt 0 > >] ; do for dir in /usr/share/locale /usr/share/nls > >/usr/local/share/nls; do test -d /${dir} && cd /${dir}; test -L "$2" && > >rm -rf "$2"; test \! -L "$1" && test -d "$1" && mv "$1" "$2"; done; > >shift; shift; done > >mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / Can you post your cvsupfile? cheers -- John - jfm@reiteration.net - http://www.reiteration.net/~jfm For PGP public key finger jfm@reiteration.net or see webpage To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020409014932.A59286>