From owner-freebsd-questions@FreeBSD.ORG Wed Feb 25 20:31:19 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBA261065672 for ; Wed, 25 Feb 2009 20:31:19 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (cetus.dawnsign.com [216.70.250.4]) by mx1.freebsd.org (Postfix) with ESMTP id AD7608FC1A for ; Wed, 25 Feb 2009 20:31:19 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (localhost [127.0.0.1]) by mailfilter.dawnsign.com (Postfix) with ESMTP id 75D8D95950 for ; Wed, 25 Feb 2009 12:13:32 -0800 (PST) Received: from cetus.dawnsign.com (cetus.dawnsign.com [192.168.1.5]) by mailfilter.dawnsign.com (Postfix) with ESMTP id 56FCA95831 for ; Wed, 25 Feb 2009 12:13:32 -0800 (PST) Received: by cetus.dawnsign.com with Internet Mail Service (5.5.2657.72) id <12Q1DQPS>; Wed, 25 Feb 2009 12:13:32 -0800 Message-ID: <3838017D92B3C445BA200CE3B6A821A40A7492@cetus.dawnsign.com> From: Doug Sampson To: freebsd-questions@freebsd.org Date: Wed, 25 Feb 2009 12:13:29 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Scanned: ClamAV using ClamSMTP Subject: buildworld crashes X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 20:31:20 -0000 I accidentally did a dump on the wrong machine running FBSD 7.1-prerelease overwriting all of the file systems with content from another machine. This machine is simply a ftp server whereas the other machine a FAMP server running FBSD 7.1-prerelease. I would like to keep the contents of the ftp site (in other words, /home). I really don't care for the rest of the file systems. When I attempt to rebuild from sources cvsup'ped, I receive the following error during buildworld as follows: [...] /usr/obj/usr/src/etc created for /usr/src/etc ===> etc/sendmail (obj) /usr/obj/usr/src/etc/sendmail created for /usr/src/etc/sendmail -------------------------------------------------------------- >>> stage 2.3: build tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bi n:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/tmp VERSION="FreeBSD 7.1-STABLE i386 701102" MAKEFLAGS="-m /usr/src/tools/build/mk -m /usr/src/share/mk" /usr/obj/usr/src/make.i386/make -f Makefile.inc1 TARGET=i386 TARGET_ARCH=i386 DESTDIR= BOOTSTRAPPING=701102 -DNO_LINT -DNO_CPU_CFLAGS -DNO_WARNS -DNO_CTF build-tools ===> bin/csh (obj,build-tools) grep 'ERR_' /usr/src/bin/csh/../../contrib/tcsh/sh.err.c | grep '^#define' >> sh.err.h Segmentation fault (core dumped) Segmentation fault (core dumped) *** Error code 139 Stop in /usr/src/bin/csh. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. test-root@/usr/src# I've tried the following: # chflags -R noschg /usr/obj/usr # rm -rf /usr/obj/usr # cd /usr/src # make cleandir # make cleandir to no avail. Would it be best to start a fresh installation from a cd-rom instead of trying to repair this system? ~Doug