Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-09 Thread Jim Meyering
l l wrote: > In the end, > > I given up LFS64, installed fedora 64. > The problem solved. Thanks for letting us know. ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-08 Thread l l
In the end, I given up LFS64, installed fedora 64. The problem solved. TIA ___ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-07 Thread l l
correction: /s/installation/compiling/ >Ah!, one more strange thing is >Before coreutils-7.3 installation, it easily removed. >bash-4.0$ rm -rf coreutils-7.3 >bash-4.0$ >But after installation, only i couldn't removed it. >bash-4.0$ rm -rf coreutils-7.3/ >rm: cannot r

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-07 Thread l l
Ah!, one more strange thing is Before coreutils-7.3 installation, it easily removed. bash-4.0$ rm -rf coreutils-7.3 bash-4.0$ But after installation, only i couldn't removed it. bash-4.0$ rm -rf coreutils-7.3/ rm: cannot remove directory `coreutils-7.3/lib': Directory not empty an

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-06 Thread Jim Meyering
l l wrote: > Thanks for the tip. > > bash-4.0$ find coreutils-7.3/lib/ > coreutils-7.3/lib/ > bash-4.0$ > > here is the result: This strace output is consistent with what you've been reporting: [though the two consecutive "close(4) = 0" lines are odd. Did you edit the output? ] > execve("/bin/rm

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-06 Thread l l
;> But, same. still couldn't delete several other package. >> even in  new partition.(/dev/sda4) >> `badblocks` check result that my hdd is fine. >> >> `mount` result here: >> >> bash-4.0$ mount >> /dev/sda4 on / type ext4 (rw

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-06 Thread Jim Meyering
t; proc on /proc type proc (rw) > sysfs on /sys type sysfs (rw) > devpts on /dev/pts type devpts (rw,gid=4,mode=620) > /dev/sda2 on /mnt type ext3 (rw) Please include the precise commands you're running and the exact output they produce. E.g., $ rm -rf coreutils-7.3 rm: cannot rem

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-05 Thread l l
;>> sudo. >>> >>> bash-4.0$ rm -rf coreutils-7.3/ >>> rm: cannot remove directory `coreutils-7.3/lib': Directory not empty >>> >>> bash-4.0$ sudo rm -rf coreutils-7.3/ >>> rm: cannot remove directory `coreutils-7.3/lib': Directory no

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-04 Thread Jim Meyering
Mike Frysinger wrote: > On Saturday 02 May 2009 20:30:39 binutils wrote: >> I couldn't remove coreutils-7.3 directory after installation, even if using >> sudo. >> >> bash-4.0$ rm -rf coreutils-7.3/ >> rm: cannot remove directory `coreutils-7.3/lib': Dire

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-04 Thread Mike Frysinger
On Monday 04 May 2009 15:03:35 Matthew Woehlke wrote: > binutils wrote: > > I couldn't remove coreutils-7.3 directory after installation, even if > > using sudo. > > > > bash-4.0$ rm -rf coreutils-7.3/ > > rm: cannot remove directory `coreutils-7.3/lib':

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-04 Thread Mike Frysinger
On Saturday 02 May 2009 20:30:39 binutils wrote: > I couldn't remove coreutils-7.3 directory after installation, even if using > sudo. > > bash-4.0$ rm -rf coreutils-7.3/ > rm: cannot remove directory `coreutils-7.3/lib': Directory not empty > > bash-4.0$ sudo rm

Re: rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-04 Thread Matthew Woehlke
binutils wrote: I couldn't remove coreutils-7.3 directory after installation, even if using sudo. bash-4.0$ rm -rf coreutils-7.3/ rm: cannot remove directory `coreutils-7.3/lib': Directory not empty I've seen problems like that where 'chmod -R +w coreutils-7.3/' woul

rm: cannot remove directory `coreutils-7.3/lib': Directory not empty

2009-05-02 Thread binutils
Hi, I couldn't remove coreutils-7.3 directory after installation, even if using sudo. bash-4.0$ rm -rf coreutils-7.3/ rm: cannot remove directory `coreutils-7.3/lib': Directory not empty bash-4.0$ sudo rm -rf coreutils-7.3/ rm: cannot remove directory `coreutils-7.3/lib': Dire