Displaying 5 results from an estimated 5 matches for "wildtest".
Did you mean:
waldtest
2004 Jan 07
1
BUG in 2.6.0: make test failes if build dir is not source dir
...in differs from the sourcedir "make test"
failes:
$ tar -xzf ~/rsync-2.6.0.tar.gz
$ mkdir build
$ cd build
$ ../rsync-2.6.0/configure
....
$ make test
....
PASS unsafe-byname
PASS unsafe-links
----- wildmatch log follows
Testing for symlinks using 'test -h'
+ /tmp/bla/build/wildtest
Unable to open wildtest.txt.
----- wildmatch log ends
FAIL wildmatch
------------------------------------------------------------
----- overall results:
14 passed
1 failed
3 skipped
------------------------------------------------------------
overall result is 1
make: *** [chec...
2006 Dec 15
2
BugReport: rsync fails it's own "regression" test "chmod-option"
...-c t_unsafe.c -o t_unsafe.o
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c t_stub.c -o t_stub.o
gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o t_unsafe t_unsafe.o syscall.o util.o t_stub.o lib/compat.o lib/snprintf.o -lpopt
gcc -std=gnu99 -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -c wildtest.c -o wildtest.o
gcc -std=gnu99 -g -O2 -DHAVE_CONFIG_H -Wall -W -o wildtest wildtest.o lib/compat.o -lpopt
rsync_bin=`pwd`/rsync ./runtests.sh
============================================================
./runtests.sh running in /usr/local/src/rsync-2.6.9
rsync_bin=/usr/local/src/rsync-2.6.9/r...
2004 Feb 06
4
memory reduction
..._pool_t file_pool;
+ alloc_pool_t hlink_pool;
struct file_struct **files;
- struct string_area *string_area;
};
struct sum_buf {
Binary files cvs/t_unsafe and pool2/t_unsafe differ
Binary files cvs/tls and pool2/tls differ
Binary files cvs/trimslash and pool2/trimslash differ
Binary files cvs/wildtest and pool2/wildtest differ
2010 Aug 17
6
DO NOT REPLY [Bug 7625] New: "Don't know how to make ./*.c"
https://bugzilla.samba.org/show_bug.cgi?id=7625
Summary: "Don't know how to make ./*.c"
Product: rsync
Version: 3.0.7
Platform: s390
OS/Version: Other
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: sebastian.hoffman at
2007 Sep 22
0
rsync build on IA64 using icc
...re-source
-rw-r--r-- 1 mccssmb2 mcc101 33389 Sep 30 2006 io.c
-rw-r--r-- 1 mccssmb2 mcc101 2168 Sep 24 2006 t_stub.c
-rw-r--r-- 1 mccssmb2 mcc101 9620 Sep 20 2006 sender.c
-rw-r--r-- 1 mccssmb2 mcc101 4933 May 29 2006 pipe.c
-rw-r--r-- 1 mccssmb2 mcc101 5718 Apr 26 2006 wildtest.c
-rw-r--r-- 1 mccssmb2 mcc101 1663 Apr 26 2006 getgroups.c
-rw-r--r-- 1 mccssmb2 mcc101 9840 Apr 26 2006 match.c
-rw-r--r-- 1 mccssmb2 mcc101 19998 Apr 26 2006 params.c
-rw-r--r-- 1 mccssmb2 mcc101 5780 Apr 26 2006 syscall.c
-rw-r--r-- 1 mccssmb2 mcc101 13511 Apr 26 200...