Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2002 18:10:37 -0500
From:      Josh Paetzel <friar_josh@webwarrior.net>
To:        Gene Bomgardner <Gene@Bomgardner.net>
Cc:        FreeBSD-stable@FreeBSD.ORG, FreeBSD-questions@FreeBSD.ORG
Subject:   Re: buildworld problem woithout the -j4
Message-ID:  <20020908231037.GE34514@ns1.webwarrior.net>
In-Reply-To: <3D7A3B4C.12186.64C0FD@localhost>
References:  <3D7A3B4C.12186.64C0FD@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020908231037.GE34514>