Re: new snapshot available: coreutils-7.5.65-61cc6

2009-09-08 Thread Eric Blake
Jim Meyering meyering.net> writes: > > euidaccess.c is also broken; it refers to AT_EACCESS without using . > > > > + euidaccess: fix compilation error > > + * lib/euidaccess.c (includes): Add , for AT_EACCESS. > > For what system? Cygwin 1.7 has faccessat but (currently) lacks euidaccess.

Re: new snapshot available: coreutils-7.5.65-61cc6

2009-09-08 Thread Jim Meyering
Eric Blake wrote: > Eric Blake byu.net> writes: > >> According to Pádraig Brady on 9/7/2009 6:32 PM: >> > gnulib 52c658e seems to have removed #include "openat.h" from fstatat.c >> > but not replaced it with #include >> >> Yep; and only Solaris had the problem, because that is the only platform >

Re: new snapshot available: coreutils-7.5.65-61cc6

2009-09-08 Thread Eric Blake
Eric Blake byu.net> writes: > According to Pádraig Brady on 9/7/2009 6:32 PM: > > gnulib 52c658e seems to have removed #include "openat.h" from fstatat.c > > but not replaced it with #include > > Yep; and only Solaris had the problem, because that is the only platform > with broken fstatat (the

Re: new snapshot available: coreutils-7.5.65-61cc6

2009-09-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Pádraig Brady on 9/7/2009 6:32 PM: >>> "fstatat.c", line 39: undefined symbol: AT_SYMLINK_NOFOLLOW >> Hmm. That should be taken care of by the gnulib replacement. >> Are we missing a #include? Can you post the full failure? > > gnulib 5