Re: libunistring-1.1 bug

2022-10-28 Thread Bruno Haible
Алексей Харчёв wrote: > > wget https://ftp.gnu.org/gnu/libunistring/libunistring-1.1.tar.gz > tar xvf libunistring-1.1.tar.gz > cd libunistring-1.1 > ./configure --prefix=/libs/libunistring-1.1 --disable-static > make > make check — here error I'm redirecting this thread to bug-libunistring (sin

Re: [PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-10-28 Thread Ondrej Valousek
Hi Bruno, 1. Yes, file_has_acl() function need to be able to detect ACLs on a NFSv4 mounted volume. Such a volume has ACLs in special format which is quite different from Posix ACLs which we only handle today. Note that nfsv4 is standard today I.e. if you mount remote volume today on Linux via "

libunistring-1.1 bug

2022-10-28 Thread Алексей Харчёв
wget https://ftp.gnu.org/gnu/libunistring/libunistring-1.1.tar.gz tar xvf libunistring-1.1.tar.gz cd libunistring-1.1 ./configure --prefix=/libs/libunistring-1.1 --disable-static make make check — here error       With regards, Alexei Kharchev alexei1...@mail.rualexei@Aspire:~/build/libunistring-