From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 23:08:08 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B67C6106564A for ; Mon, 11 Aug 2008 23:08:08 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id 7D01A8FC16 for ; Mon, 11 Aug 2008 23:08:08 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.2/8.14.2) with ESMTP id m7BN88Ih065758; Mon, 11 Aug 2008 16:08:08 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.2/8.14.2/Submit) id m7BN88Re065757; Mon, 11 Aug 2008 16:08:08 -0700 (PDT) (envelope-from sgk) Date: Mon, 11 Aug 2008 16:08:08 -0700 From: Steve Kargl To: Rohit Tripathi Message-ID: <20080811230808.GA65690@troutmask.apl.washington.edu> References: <33615c8e0808111604x117e9eddpdbe971e33112a12b@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33615c8e0808111604x117e9eddpdbe971e33112a12b@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current@freebsd.org Subject: Re: cannot delete libc.so.7 from build directories X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 11 Aug 2008 23:08:08 -0000 On Mon, Aug 11, 2008 at 07:04:53PM -0400, Rohit Tripathi wrote: > I tried this from runlevel 1 as root and still can't seem to get rid of these > > rm: obj.old/usr/src/lib32/usr/lib32/libc.so.7: Operation not permitted man chflags See description of schg -- Steve