Date: Mon, 08 Apr 2002 12:45:00 -0400 From: "Roger Williams" <rogerw1962@hotmail.com> To: lists@shell.reiteration.net Cc: questions@freebsd.org Subject: Re: make installworld doesn't Message-ID: <F172AwhFj3NAah6gz9O0000608a@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hello, I had a VERY similar issue this weekend. I use cvs all the time to upgrade my prodution web servers so I was dumdfounded when this week end when I used cvs to upgrade a brand new machine from 4.4 to 4.5. . I went to all over looking for documentation and tried all the ways I could find to use cvs from long complicated instructions to short two line ways. Well to make a long story short I ended up using a simple "make world" and compiled the kernel afterwards manually. Is ths right or wrong, i dont know. Why it worked...i dont know. All i know is it worked after more than 10 failures the "freebsd suggested way" with doing nothing different. But dont forget to update your pw file and group file to include the new mail user smmsp and use "mergemaster -v" at the end (this will update your /etc dir and do MAKEDEV if needed). Many things are different this time around. Good Luck, Roger >From: John <lists@shell.reiteration.net> >To: freebsd-questions@freebsd.org >Subject: make installworld doesn't >Date: Mon, 8 Apr 2002 15:38:30 +0100 > >Hi list > >I have a bit of a problem on a fbsd-4.5-pl2 system. I cvsupped new sources >after deleting /usr/src and /usr/doc, in order to try and fix this. I also >rm -rf everything in /var/tmp. I'm following the stable branch. > >make buildworld works >make buildkernel works >make installkernel works > >make installworld breaks here: > >-------------------------------------------------------------- > >>> 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 / > >...and it just hangs there. Load goes to 0.00. The system is otherwise >functioning fine. > >Has anyone an idea of what might be going wrong here? > >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 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp. 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?F172AwhFj3NAah6gz9O0000608a>