Date: Thu, 5 Dec 2002 12:11:36 +0300 From: "Denis N. Peplin" <info@volginfo.ru> To: freebsd-current@freebsd.org Subject: CVS broken? (buildworld fails when cleaning tar) Message-ID: <200212051211.36147.info@volginfo.ru>
next in thread | raw e-mail | index | archive | help
I'm trying this: # cd /usr # rm -rf src obj # cvs -R co src # cd src # make buildworld ............................ rm -f .depend GPATH GRTAGS GSYMS GTAGS ===> gnu/usr.bin/tar rm -f tar addext.o argmatch.o backupfile.o basename.o dirname.o error.o exclude.o full-write.o getdate.o getline.o getopt.o getopt1.o getstr.o hash.o human.o mktime.o modechange.o prepargs.o print-copyr.o quotearg.o safe-read.o save-cwd.o savedir.o unicodeio.o xgetcwd.o xmalloc.o xstrdup.o xstrtoul.o xstrtoumax.o buffer.o compare.o create.o delete.o extract.o incremen.o list.o mangle.o misc.o names.o rtapelib.o tar.o update.o tar.1.gz tar.1.cat.gz 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 Stop in /usr/src. Then I try to solve problem (remove gnu/usr.bin/tar/tar directory) # rm -rf gnu/usr.bin/tar/tar # make buildworld Success!!! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212051211.36147.info>