unsuccessful configure with 2.6.8 and acls and extended attributes...

Ensel Sharon user at dhp.com
Wed Nov 1 00:09:18 GMT 2006


(FreeBSD 6.1-RELEASE)

tar xzvf rsync-2.6.8.tar.gz
cd rsync-2.6.8.tar.gz
patch < patches/acls.diff
patch < ./patches/xattrs.diff
./prepare-source
./configure --enable-acl-support --enable-xattr-support --disable-debug
--with-rsyncd-conf=/usr/local/etc/rsyncd.conf --bindir=/usr/local/bin


Couldn't be more simple.  But...when I try to 'make' :


(snip)

gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt  -c clientname.c -o
clientname.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt  -c chmod.c -o
chmod.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt  -c acls.c -o acls.o
acls.c:25:25: lib/sysacls.h: No such file or directory
acls.c: In function `unpack_smb_acl':

(snip)

acls.c:1253: warning: assignment makes pointer from integer without a cast
*** Error code 1

Stop in /tmp/rsync-2.6.8.


In the list archives, I see someone has this exact same problem with
2.6.6:

http://lists.samba.org/archive/rsync/2005-August/013336.html

So is it just so rare to configure with acls and extattr that nobody
notices that it doesn't work ?

Thanks.



More information about the rsync mailing list