From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 5 19:53:18 2006 Return-Path: X-Original-To: freebsd-emulation@hub.freebsd.org Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3546E16A664 for ; Tue, 5 Sep 2006 19:53:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A50B443E32 for ; Tue, 5 Sep 2006 19:50:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k85JoKYQ093766 for ; Tue, 5 Sep 2006 19:50:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k85JoKrl093764; Tue, 5 Sep 2006 19:50:20 GMT (envelope-from gnats) Date: Tue, 5 Sep 2006 19:50:20 GMT Message-Id: <200609051950.k85JoKrl093764@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Knut Anders Hatlen Cc: Subject: Re: ports/102897: linux_base-fc-4 - remove() function does not delete empty directories X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Knut Anders Hatlen List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 19:53:18 -0000 The following reply was made to PR ports/102897; it has been noted by GNATS. From: Knut Anders Hatlen To: Alexander Leidinger Cc: "Boris B. Samorodov" , bug-followup@freebsd.org Subject: Re: ports/102897: linux_base-fc-4 - remove() function does not delete empty directories Date: Tue, 05 Sep 2006 21:42:21 +0200 Thank you for your suggestions! The directory is not removed regardless of where it is located. Using full path doesn't help either. Output from ktrace can be found at http://people.apache.org/~kahatlen/logs/ktrace.out. I found a real FC4 system (uname -a says: Linux atum01 2.6.16-1.2096_FC4 #1 Wed Apr 19 15:27:46 EDT 2006 i686 i686 i386 GNU/Linux) and ran the test there with no problems. -- Knut Anders