Re: Bug or feature missing in rsync.

2009-09-21 Thread Corinna Vinschen
On Sep 16 15:41, Dave Korn wrote: > Dave Korn wrote: > > > I downloaded ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.43-1.tar.gz > > and found it builds OOTB, but my first attempt to use setfattr got me an > > error: > > > >> $ ./setfattr/.libs/setfattr.exe -n bar -v baz foo > >> setfattr:

Re: Bug or feature missing in rsync.

2009-09-17 Thread Vincent R.
Hi, After having started some debate about cygdrive prefix (it was not my goal) I think I have another dilemna ;-) I want to try to compile cegcc-4.4.0 (gcc targetting windows ce) with a mingw compiler but I don't know which one to choose. As always with open source software I can use : a) ming

Re: Bug or feature missing in rsync.

2009-09-17 Thread Dave Korn
Lapo Luchini wrote: > Dave Korn wrote: >> Ah, looks like Cygwin only supports xattr on Samba filesystems. > > Mhh, well okay, then maybe I can upload the new 3.0.6 release anyways, > announcing that the xattr feature is in testing (but the rest of the > release is really as good as the previous wa

Re: Bug or feature missing in rsync.

2009-09-16 Thread Lapo Luchini
Dave Korn wrote: > Ah, looks like Cygwin only supports xattr on Samba filesystems. Mhh, well okay, then maybe I can upload the new 3.0.6 release anyways, announcing that the xattr feature is in testing (but the rest of the release is really as good as the previous was). -- Lapo Luchini - http://

Re: Bug or feature missing in rsync.

2009-09-16 Thread Linda Walsh
Lapo Luchini wrote: > Lapo Luchini wrote: >> Dave Korn wrote: >>> It appears that cygwin has the xattr functions implemented and exported >> Of course I'd like to; I didn't hope it could be as easy as that. =) > > Yes, it seems it was as easy as that. > > % rsync-3.0.6-1/inst/usr/bin/rsync.exe

Re: Bug or feature missing in rsync.

2009-09-16 Thread Dave Korn
Dave Korn wrote: > I downloaded ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.43-1.tar.gz > and found it builds OOTB, but my first attempt to use setfattr got me an > error: > >> $ ./setfattr/.libs/setfattr.exe -n bar -v baz foo >> setfattr: foo: Operation not supported > > Nor was getfa

Re: Bug or feature missing in rsync.

2009-09-16 Thread Dave Korn
Lapo Luchini wrote: > Lapo Luchini wrote: >> Dave Korn wrote: >>> It appears that cygwin has the xattr functions implemented and exported >> Of course I'd like to; I didn't hope it could be as easy as that. =) > > Yes, it seems it was as easy as that. Hmm, it may or may not be... > % rsync-3

Re: Bug or feature missing in rsync.

2009-09-16 Thread Lapo Luchini
Lapo Luchini wrote: > Dave Korn wrote: >> It appears that cygwin has the xattr functions implemented and exported > > Of course I'd like to; I didn't hope it could be as easy as that. =) Yes, it seems it was as easy as that. % rsync-3.0.6-1/inst/usr/bin/rsync.exe --version rsync version 3.0.6

Re: Bug or feature missing in rsync.

2009-09-16 Thread Lapo Luchini
Dave Korn wrote: > It appears that cygwin has the xattr functions implemented and exported: > > ... followed of course by regenerating configure.sh. > > I haven't tested this (my cpu usage is already 100% and likely to stay that > way for the next day or two!), but maybe you'd like to give it

Re: Bug or feature missing in rsync.

2009-09-16 Thread Dave Korn
Lapo Luchini wrote: > The real reason is the following test: > > configure:8272: checking whether to support extended attributes > configure:8321: result: No extended attribute support found > > ...well, judging from configure lines 8272-8321 it seems rsync xattr > support is only available

Re: Bug or feature missing in rsync.

2009-09-16 Thread Lapo Luchini
Lapo Luchini wrote: > Linda Walsh wrote: >> However the local rsync was build without the external attribute support. > > Yes, configure fails to detect it, with the following error: > > configure:8048: checking for __facl No, sorry about the noise, that has nothing to do with xattrs, it's the p

Re: Bug or feature missing in rsync.

2009-09-16 Thread Lapo Luchini
Linda Walsh wrote: > However the local rsync was build without the external attribute support. Yes, configure fails to detect it, with the following error: configure:8048: checking for __facl configure:8048: gcc -std=gnu99 -o conftest.exe -O2 -pipe -DHAVE_CONFIG_H -Wall -W conftest.c -lpopt -li