From owner-freebsd-questions Mon Apr 8 7:38:39 2002 Delivered-To: freebsd-questions@freebsd.org Received: from reiteration.net (pc-62-31-233-54-se.blueyonder.co.uk [62.31.233.54]) by hub.freebsd.org (Postfix) with ESMTP id 8B9CA37B416 for ; Mon, 8 Apr 2002 07:38:33 -0700 (PDT) Received: (from jfm@localhost) by reiteration.net (8.11.6/8.11.6) id g38EcUg99274 for freebsd-questions@freebsd.org; Mon, 8 Apr 2002 15:38:30 +0100 (BST) (envelope-from jfm) Date: Mon, 8 Apr 2002 15:38:30 +0100 From: John To: freebsd-questions@freebsd.org Subject: make installworld doesn't Message-ID: <20020408153830.A99229@shell.reiteration.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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