bug#13347: stat/fstat inappropriately used in cp, install, rm, sort, chown for Windows 7 platforms

2013-01-03 Thread Burkhardt, Glenn UTAS
MINGW32_NT-6.1 BOS0DT-1QLS1R1 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys gcc version 4.7.0 (GCC) Windows 7 Enterprise SP1 coreutils-5.97 I noticed this when trying to use the cp command in a Clearcase locally hosted dynamic view. When trying to copy a view private file, the 'cp' command would

bug#13347: stat/fstat inappropriately used in cp, install, rm, sort, chown for Windows 7 platforms

2013-01-03 Thread Eric Blake
[adding gnulib] On 01/03/2013 10:10 AM, Burkhardt, Glenn UTAS wrote: MINGW32_NT-6.1 BOS0DT-1QLS1R1 1.0.17(0.48/3/2) 2011-04-24 23:39 i686 Msys gcc version 4.7.0 (GCC) Windows 7 Enterprise SP1 coreutils-5.97 I noticed this when trying to use the cp command in a Clearcase locally hosted

bug#13352: [PATCH] cp: ignore EEXIST errors from mkdir

2013-01-03 Thread Mike Frysinger
If you're copying multiple source trees into a single destination in parallel (which have overlapping dirs, but not files), you can easily hit a race condition. This can crop up more generally if you're running multiple installs from different build directories in parallel. You don't get as much

bug#13352: [PATCH] cp: ignore EEXIST errors from mkdir

2013-01-03 Thread Paul Eggert
Thanks for the bug report, but I'm not sure that's the right fix. Wouldn't it be better to address the following FIXME in cp.c? /* FIXME: Synch this function with the one in ../lib/mkdir-p.c. */ The function in mkdir-p.c doesn't have the bug.

bug#13352: [PATCH] cp: ignore EEXIST errors from mkdir

2013-01-03 Thread Mike Frysinger
On Thursday 03 January 2013 19:17:03 Paul Eggert wrote: Thanks for the bug report, but I'm not sure that's the right fix. Wouldn't it be better to address the following FIXME in cp.c? /* FIXME: Synch this function with the one in ../lib/mkdir-p.c. */ The function in mkdir-p.c doesn't

bug#13353: Coreutils-8.20 mips build broken

2013-01-03 Thread Marko Lindqvist
I've tried to update coreutils version used in OpenEmbedded. I've been building for x86, arm, and mips architectures. Coreutils-8.19 builds fine for all three, but 8.20 fails on mips with lots of unable to emulate 'TI' errors and right whift count = width of type warnings from src/factor.c. First