From owner-freebsd-stable Sun Sep 8 10:11:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5538437B400; Sun, 8 Sep 2002 10:11:05 -0700 (PDT) Received: from ns1.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id F17BE43E75; Sun, 8 Sep 2002 10:11:04 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: by ns1.webwarrior.net (Postfix, from userid 1003) id 3BDC225256; Sun, 8 Sep 2002 18:10:37 -0500 (CDT) Date: Sun, 8 Sep 2002 18:10:37 -0500 From: Josh Paetzel To: Gene Bomgardner Cc: FreeBSD-stable@FreeBSD.ORG, FreeBSD-questions@FreeBSD.ORG Subject: Re: buildworld problem woithout the -j4 Message-ID: <20020908231037.GE34514@ns1.webwarrior.net> References: <3D7A3B4C.12186.64C0FD@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3D7A3B4C.12186.64C0FD@localhost> User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Sep 07, 2002 at 05:45:48PM -0400, Gene Bomgardner wrote: > OK. The problem becomes clearer without the threads. I see what > caused buildworld to terminate but I'm not sure what to do about it. > Make stops on an error when it tries to delete a directory using rm. > > Output (last several lines) follows: Again, any help is appreciated. > > ===> gnu/usr.bin/sort > rm -f sort sort.o error.o version.o long-options.o > getopt.o getopt1.o xstrtod.o sort.1.gz > sort.1.cat.gz > rm -f .depend /usr/src/gnu/usr.bin/sort/GPATH > /usr/src/gnu/usr.bin/sort/GRTAGS > /usr/src/gnu/usr.bin/sort/GSYMS > /usr/src/gnu/usr.bin/sort/GTAGS > ===> gnu/usr.bin/tar > rm -f tar buffer.o create.o diffarch.o extract.o > getdate.o getoldopt.o getopt.o getopt1.o gnu.o > list.o mangle.o names.o port.o prepend_args.o > rtapelib.o tar.o update.o version.o tar.1.gz > tar.1.cat.gz getdate.c > rm: tar: is a directory > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/tar. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin/tar. > *** Error code 1 > > Stop in /usr/src/gnu/usr.bin. > *** Error code 1 > > Stop in /usr/src/gnu. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > God's Blessings, > Gene make -j4 buildworld usually bombs on my SMP boxes. Have you tried rm -rf /usr/obj and restarting the build? Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message