Hi All, rsync-2.5.4 -----------
I'm getting these errors: > gmake test echo "WARNING: You need to run ./config.status --recheck" WARNING: You need to run ./config.status --recheck gcc -I. -I. -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c tls.c -o tls.o tls.c: In function `list_file': tls.c:124: warning: int format, uid_t arg (arg 4) tls.c:124: warning: int format, gid_t arg (arg 5) tls.c:124: warning: int format, long int arg (arg 6) gcc -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -o tls tls.o syscall.o lib/permstring.o -lresolv -lsocket -lnsl POSIXLY_CORRECT=1 TLS=`pwd`/tls rsync_bin=`pwd`/rsync srcdir="." ./runtests.sh ============================================================ ./runtests.sh running in /opt/src/rsync-2.5.4 rsync_bin=/opt/src/rsync-2.5.4/rsync srcdir=. scratchbase=/opt/src/rsync-2.5.4/testtmp PASS 00-hello PASS chgrp PASS chown ----- daemon-gzip-download log follows building configuration /opt/src/rsync-2.5.4/testtmp.daemon-gzip-download/test-rsyncd.conf Running: "/opt/src/rsync-2.5.4/rsync -avvz localhost::test-from/ "/opt/src/rsync-2.5.4/testtmp.daemon-gzip-download/to/"" opening tcp connection to localhost port 873 receiving file list ... push_dir .: Permission denied (3) rsync error: errors selecting input/output files, dirs (code 3) at main.c(317) rsync: connection unexpectedly closed (28 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) ----- daemon-gzip-download log ends FAIL daemon-gzip-download ----- daemon-gzip-upload log follows building configuration /opt/src/rsync-2.5.4/testtmp.daemon-gzip-upload/test-rsyncd.conf Running: "/opt/src/rsync-2.5.4/rsync -avvz "/opt/src/rsync-2.5.4/testtmp.daemon-gzip-upload/from/" localhost::test-to/" opening tcp connection to localhost port 873 building file list ... expand file_list to 4000 bytes, did move done rsync: mkdir .: Permission denied rsync error: error in file IO (code 11) at main.c(285) rsync: connection unexpectedly closed (28 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) ----- daemon-gzip-upload log ends FAIL daemon-gzip-upload PASS daemon PASS devices SKIP duplicates PASS hands PASS hardlinks PASS longdir SKIP ssh-basic ----- symlink-ignore log follows + build_symlinks fromdir=/opt/src/rsync-2.5.4/testtmp.symlink-ignore/from todir=/opt/src/rsync-2.5.4/testtmp.symlink-ignore/to + mkdir /opt/src/rsync-2.5.4/testtmp.symlink-ignore/from + date + ln -s referent /opt/src/rsync-2.5.4/testtmp.symlink-ignore/from/relative + ln -s /opt/src/rsync-2.5.4/testtmp.symlink-ignore/from/referent /opt/src/rsync-2.5.4/testtmp.symlink-ignore/from/absolute + ln -s nonexistent /opt/src/rsync-2.5.4/testtmp.symlink-ignore/from/dangling + ln -s ./rsync.c /opt/src/rsync-2.5.4/testtmp.symlink-ignore/from/unsafe + /opt/src/rsync-2.5.4/rsync -r /opt/src/rsync-2.5.4/testtmp.symlink-ignore/from/ /opt/src/rsync-2.5.4/testtmp.symlink-ignore/to skipping non-regular file "absolute" skipping non-regular file "dangling" skipping non-regular file "relative" skipping non-regular file "unsafe" + [ -f /opt/src/rsync-2.5.4/testtmp.symlink-ignore/to/referent ] + [ -d /opt/src/rsync-2.5.4/testtmp.symlink-ignore/to/from ] + [ -L /opt/src/rsync-2.5.4/testtmp.symlink-ignore/to/dangling ] ./testsuite/symlink-ignore.test: test: argument expected ----- symlink-ignore log ends FAIL symlink-ignore ------------------------------------------------------------ ----- overall results: 8 passed 3 failed 2 skipped ------------------------------------------------------------ overall result is 3 gmake: *** [check] Error 3 Do these errors matter? Should I install this version of rsync or leave it? Regards, Jie -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html