Re: Request for advise with struct stat, ACL, xattr, zlib (2nd try)

2010-01-04 Thread Petr Salinger
libisofs/builder.c:209: warning: passing argument 2 of 'aaip_cleanout_st_mode' from incompatible pointer type Is stat.st_mode not of type mode_t ? The line in question is: aaip_cleanout_st_mode(a_text, (info.st_mode), 4 | 16); Argument number two is a component of struct stat info; The

Re: Request for advise with struct stat, ACL, xattr, zlib (2nd try)

2010-01-04 Thread Cyril Brulebois
Petr Salinger petr.salin...@seznam.cz (04/01/2010): Aurelien, Cyril do you agree with this (eglibc) change? I'm really not the person to talk to about those kind of things. But speaking of eglibc, I guess you already know about the build failures we're facing with the latest upload (2.10.2-3)?

Re: Request for advise with struct stat, ACL, xattr, zlib (2nd try)

2010-01-04 Thread Petr Salinger
That looks fine given that the kernel syscall is using 16 bits. For big endian targets, given we have none of them, it should not be a problem, they can use the same definition. Committed in glibc-bsd SVN. I will also add to pkg-glibc SVN, just after testsuite finishes. It's a pitty we have

Request for advise with struct stat, ACL, xattr, zlib (2nd try)

2009-12-30 Thread Thomas Schmitt
Hi, Sorry for sending the same old mail again. It should have been this one: I had a look at the buildd logs of our libisofs https://buildd.debian.org/fetch.cgi?pkg=libisofs;ver=0.6.24-1;arch=kfreebsd-amd64;stamp=1255540287