From owner-freebsd-current Thu Dec 5 10:17:47 2002 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 8711B37B404 for ; Thu, 5 Dec 2002 10:17:46 -0800 (PST) Received: from laptop.tenebras.com (laptop.tenebras.com [66.92.188.18]) by mx1.FreeBSD.org (Postfix) with SMTP id 9349A43EBE for ; Thu, 5 Dec 2002 10:17:45 -0800 (PST) (envelope-from kudzu@tenebras.com) Received: (qmail 6537 invoked from network); 5 Dec 2002 18:17:44 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (192.168.188.241) by 0 with SMTP; 5 Dec 2002 18:17:44 -0000 Message-ID: <3DEF9846.3030905@tenebras.com> Date: Thu, 05 Dec 2002 10:17:42 -0800 From: Michael Sierchio User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en, fr-fr, ru MIME-Version: 1.0 To: Forrest Aldrich Cc: freebsd-stable@freebsd.org, freebsd-current@freebsd.org Subject: Re: CVSup Delete failures References: <5.2.0.9.2.20021205130114.01c67f70@192.168.1.1> In-Reply-To: <5.2.0.9.2.20021205130114.01c67f70@192.168.1.1> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Forrest Aldrich wrote: > FYI, over the last few days, I've been seeing this error while doing a > CVSUP of the code for both FreeBSD-STABLE (4.7) and Current: > > Delete src/contrib/gcc/INSTALL > Cannot delete "/usr/local/src/freebsd/5.0/src/contrib/gcc/INSTALL": > Directory not empty > > If I manually delete that directory, it gets recreated, and then this > error pops back on the next run. Permissions on the directories aren't > the issue, that I can tell -- nothing really changes manually here in > the src directories. Not permissions, but likely it's the flags (schg on some files). See if chflags -R noschg /usr/local/src/freebsd/5.0 does the trick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message