DragonFly ISO release build failure for 2CSNAP-20090725-2330-Devel-3e28fb5cdfd8cf89f7293661a2d0c85012a04453

Nicolas Thery nthery at gmail.com
Sun Jul 26 03:30:12 PDT 2009


2009/7/26 Simon 'corecode' Schubert <corecode at fs.ei.tum.de>:
>> getcwd.c: In function 'rpl_getcwd':
>> getcwd.c:242: warning: implicit declaration of function 'fdopendir'
>> getcwd.c:242: warning: assignment makes pointer from integer without a
>> cast
>> getcwd.c:298: warning: implicit declaration of function 'fstatat'
>> getcwd.c:298: error: 'AT_SYMLINK_NOFOLLOW' undeclared (first use in this
>> function)
>> getcwd.c:298: error: (Each undeclared identifier is reported only once
>> getcwd.c:298: error: for each function it appears in.)

It's caused by my openat() commit.  If HAVE_OPEN_OPENAT is defined
then gtar assumes AT_SYMLINK_NOFOLLOW and fdopendir() (and possibly
others) are present too.

If fdopendir() can be implemented quickly, I'll do so.  Otherwise, I
guess gtar should use sth along the line for HAVE_FDOPENDIR.

Sorry for the disagreement.

Cheers,
Nicolas





More information about the Bugs mailing list