Date: Mon, 8 Apr 2002 15:38:30 +0100 From: John <lists@shell.reiteration.net> To: freebsd-questions@freebsd.org Subject: make installworld doesn't Message-ID: <20020408153830.A99229@shell.reiteration.net>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020408153830.A99229>