From owner-freebsd-current@FreeBSD.ORG Sun Nov 2 09:59:16 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A193A16A4CE for ; Sun, 2 Nov 2003 09:59:16 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E3D43F85 for ; Sun, 2 Nov 2003 09:59:15 -0800 (PST) (envelope-from andrew@heimbuchassoc.com) Received: from heimbuchassoc.com (pcp191813pcs.trentn01.nj.comcast.net[68.44.18.182]) by comcast.net (rwcrmhc11) with SMTP id <2003110217591501300ohn78e>; Sun, 2 Nov 2003 17:59:15 +0000 Message-ID: <3FA545F5.5050005@heimbuchassoc.com> Date: Sun, 02 Nov 2003 12:59:17 -0500 From: Andrew heimbuch User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031101 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <20031102024026.EDCC616A529@hub.freebsd.org> In-Reply-To: <20031102024026.EDCC616A529@hub.freebsd.org> X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: buildworld error: rm: tar: is a directory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Nov 2003 17:59:16 -0000 > Date: Sat, 1 Nov 2003 12:23:37 -0800 (PST) > From: Jean-Marc Zucconi > Subject: Re: buildworld error: rm: tar: is a directory > To: eculp@encontacto.net > Cc: current@freebsd.org > Message-ID: <200311012023.hA1KNblu039355@freefall.freebsd.org> > >>>>>>eculp writes: > > > > Mensaje citado por Ruslan Ermilov : > > | On Sat, Nov 01, 2003 at 04:48:42AM -0800, eculp@encontacto.net wrote: > > | > I'm having problems with current buildworld in gnu now on two different > > | > machines in current(today). The latest is the following: > > | > > > | > 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 > > | > > > | > I'm begining to wonder if I'm getting a complete checkout with cvsup > > | > of the gnu tree. > > | > > > | ``rm -rf /usr/obj/usr/src/gnu/usr.bin/tar'' and try again. > > > Ruslan > > > That didn't seem to work. I've erased the /usr/obj/usr tree several > > times and even gnu but without luck. After resuping getting the > > error doing a rm -rf /usr/obj/usr/src/gnu/usr.bin/tar and then > > another make buildworld, I continue to get: > > Try 'cvs update -PdA' > > Jean-Marc > Make sure that your cvs supfile has the line "tag=." A week ago I used the cvs-supfile from the /usr/share/examples/cvsup folder and had the same error. When I used the standard-supfile from the same file, which had the tag=. line, it worked fine.