bug#21051: direct/file deletion

2015-07-14 Thread Lee Sung
Bob, I am enable to do from window. Thank you, Lee Sung -Original Message- From: Bob Proulx [mailto:b...@proulx.com] Sent: Tuesday, July 14, 2015 3:54 PM To: Lee Sung Cc: 21...@debbugs.gnu.org Subject: Re: bug#21051: direct/file deletion Lee Sung wrote: > [lsung@hw-lnx-shell3 ~/fpc_i2cs

bug#21051: direct/file deletion

2015-07-14 Thread Bob Proulx
Lee Sung wrote: > [lsung@hw-lnx-shell3 ~/fpc_i2cs_cpld]$ ls -al > total 28 > drwxr-xr-x 3 lsung ipg4096 Jul 13 11:23 . > drwxr-xr-x 26 lsung qa-others 20480 Jul 13 11:40 .. > drwxr-xr-x 2 lsung ipg4096 Jul 13 11:23 rtl > > I want to delete dir fpc_i2cs_cpld, but I cannot. Ea

bug#21056: [BUG] Bug with dirname on Ubuntu

2015-07-14 Thread Eric Blake
tag 21056 notabug thanks On 07/14/2015 03:04 AM, Vinh Nguyen wrote: > Dear Sir/Madam, > I've found a bug with dirname function on Ubuntu 14.04 LTS. The context is: Thanks for the report. However, you have reached the coreutils list (owners of dirname(1) for command line use), but you are complai

bug#21056: [BUG] Bug with dirname on Ubuntu

2015-07-14 Thread Vinh Nguyen
Dear Sir/Madam, I've found a bug with dirname function on Ubuntu 14.04 LTS. The context is: Dl_info info; if ( dladdr( ( const void* )function_to_get_address, &info ) == 0 ) return false; if ( info.dli_fname == NULL ) return false; dirname((ch