gl_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK is wrong in some cases

2015-04-20 Thread Pavel Fedin
Hello! gnulib is used by libvirt project (http://libvirt.org), and during cross-compiling libvirt i stumbled upon a problem in gnulib's autoconf module. The problem happens under the following conditions: --build=i686-mingw32 --host=arm-linux-gnueabihf Yes, i am cross-compiling Linux version o

Re: [COREUTILS 2/2] ls: Don't treat lack of acl support as an error

2015-04-20 Thread Pádraig Brady
On 12/04/15 15:37, Andreas Gruenbacher wrote: > * src/ls.c (file_has_acl_cache): When a file system doesn't support > acls, fail with errno set to ENOTSUP. > (gobble_file): Don't treat lack of acl support as an error. > --- > src/ls.c | 11 --- > 1 file changed, 4 insertions(+), 7 deletion