Re: Request for advise with struct stat, ACL, xattr, zlib

2010-01-11 Thread Thomas Schmitt
Hi, > And fixed ;-) In time before big-endians appear. :)) > > - Is kernel module atapicam enabled by default ? > Bundled in, Good decision. > attached is whole config. I will have to learn reading it. > > - Are ACL enabled for individual filesystems by > To be honest, we have deeper probl

Re: Request for advise with struct stat, ACL, xattr, zlib

2010-01-11 Thread Thomas Schmitt
Hi, Petr Salinger wrote: > Please note that > libisofs/builder.c:209: warning: passing > argument 2 of 'aaip_cleanout_st_mode' from > incompatible pointer type > is not problem in your code. Your code only detected > problem in our code ;-) I understand the warning is harmless for little endia

Re: Request for advise with struct stat, ACL, xattr, zlib

2010-01-11 Thread Petr Salinger
I have tried to react on the warnings of buildd on kfreebsd. The release is planned to come soon. Please note that libisofs/builder.c:209: warning: passing argument 2 of 'aaip_cleanout_st_mode' from incompatible pointer type is not problem in your code. Your code only detected problem in ou

Re: Request for advise with struct stat, ACL, xattr, zlib

2010-01-10 Thread Thomas Schmitt
Hi, me: > > None of the optional libraries and system > > features is used in the buildd compile runs: > > - libacl > > - support for Extended Attributes > > - zlib > > Nevertheless, the aspects of ACL and xattr are > > also porting issues. Guillem Jover: > This is a general packaging bug, there'

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

2010-01-10 Thread Guillem Jover
Hi! On Wed, 2009-12-30 at 19:46:36 +0100, Thomas Schmitt wrote: > None of the optional libraries and system > features is used in the buildd compile runs: > - libacl > - support for Extended Attributes > - zlib > > At least on Linux this astonishes me. I'll have > to ask George for exploring the

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 su

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

2010-01-04 Thread Aurelien Jarno
Petr Salinger a écrit : >> 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 n

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

2010-01-04 Thread Cyril Brulebois
Petr Salinger (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)? Mraw, KiBi. signature

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

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 https://buildd.debian.org/fetch.cgi?pkg=libisofs;ver=0.6.24-1;arc

Request for advise with struct stat, ACL, xattr, zlib

2009-12-30 Thread Thomas Schmitt
Hi, looking over the system dependencies in our project i come to the xorriso mount helper. It reads the table-of-content of multi-session media or files and produces a mount command for mounting a particular session. Typically used to retrieve older states from multi-session backups. I read fro