From owner-freebsd-ports@FreeBSD.ORG Fri Mar 11 20:06:35 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3F67106564A for ; Fri, 11 Mar 2011 20:06:34 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id A9CFA8FC15 for ; Fri, 11 Mar 2011 20:06:34 +0000 (UTC) Received: by vxc34 with SMTP id 34so3293913vxc.13 for ; Fri, 11 Mar 2011 12:06:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=gc+oGhiw+es9uwV+Q/8o1Ito9sAtdK7wNSaqB8OgFeg=; b=kY3H8ikA8RpQeRPLjEp9Q8MXSTEowxsWRCtNYdfW9I+yq9YsBqe6VCyC3eIEM8VZWW RJlYU+xCfjr4/sa4bcrPFK4/p80qlYRMtt0SKVYasQEdcqDiP31ltjhn/0hVELO8eIoy yFu74qDYh6aZxaMhFmxtLroKc44Q9vCTxGJH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=fCGDBwsE6UKD00vRhZzVxGivzhZvxBB7mXP/h/1XmdQCM1Rwzl1RMdkvKZnM6FMfqr MWYLF+h6YM3141tn74qAKEJLi52R2u7kwJcGAmEX+QFDbjxgMVviZaCtgf1yi9Z/S3Y3 7H032kOIbjVfx0lA7+wp9d1whEla9r2FXNf38= MIME-Version: 1.0 Received: by 10.52.0.196 with SMTP id 4mr4581030vdg.215.1299873993719; Fri, 11 Mar 2011 12:06:33 -0800 (PST) Received: by 10.220.180.141 with HTTP; Fri, 11 Mar 2011 12:06:33 -0800 (PST) In-Reply-To: References: <20110311163040.GB9541@darklight.org.ru> <20110311171155.GB21078@atarininja.org> Date: Fri, 11 Mar 2011 21:06:33 +0100 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: sysutils/dolly breaks cvs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Mar 2011 20:06:35 -0000 Hello, On Fri, Mar 11, 2011 at 6:52 PM, Aryeh Friedman wrote: > Ok this now truely weird I have a infinite recursive directory rooted > on /home/ncvs/ports/sysutils/dolly/files that contains one dir per > level whose name is a single control-N when I try to rm/unlink them I > get: > > flosoft-stable# pwd > /repo/ports/sysutils/dolly/files > flosoft-stable# rm -rf * > rm: /: Operation not permitted > rm: : Invalid argument > > If I know the inode how can I force the inode to be cleared even if > the filename is illegal? I don't know how you can fix that, but perhaps this workaround will help you until you get it figured out: rename the files directory to something else (files-stubborn-error perhaps?) and create a new files directory, then fetch the port again. HTH -- Regards, Torfinn Ingolfsen