From owner-freebsd-current@FreeBSD.ORG Sat Nov 1 12:54:46 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 0134E16A4CE; Sat, 1 Nov 2003 12:54:46 -0800 (PST) Received: from insourcery.net (ns1.insourcery.net [198.93.171.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2529243FBD; Sat, 1 Nov 2003 12:54:45 -0800 (PST) (envelope-from eculp@encontacto.net) Received: from localhost (localhost [127.0.0.1]) (uid 80) by insourcery.net with local; Sat, 01 Nov 2003 12:54:45 -0800 Received: from customer-200-79-7-2.uninet.net.mx(Horde) with HTTP for ; Sat, 1 Nov 2003 12:54:44 -0800 Message-ID: <20031101125444.cwcgg8g0ww80w4ck@encontacto.net> X-Priority: 3 (Normal) Date: Sat, 1 Nov 2003 12:54:44 -0800 From: eculp@encontacto.net To: Jean-Marc Zucconi References: <20031101044842.w0o4gookkw8k0c0w@mail.encontacto.net> <20031101193152.GA67890@sunbay.com> <20031101122009.8og0gk4occ8sk8c0@encontacto.net> <200311012023.hA1KNblu039355@freefall.freebsd.org> In-Reply-To: <200311012023.hA1KNblu039355@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Originating-IP: 200.79.7.2 cc: current@freebsd.org 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: Sat, 01 Nov 2003 20:54:46 -0000 Mensaje citado por Jean-Marc Zucconi : | >>>>> 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, I haven't tried it yet but I think that is the problem. I just found a /usr/src/gnu/usr.bin/tar/tar/attic that I suspect as causing problem and that I'm assuming that the -P would take care of. I'm trying yet another make buildworld and it seems to have passed the problem but I am not declaring victory yet :-) but I feel that this or the -PdA will solve the problem. Thanks for the suggestion, ed -------------------------------------------------