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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to