Hi All, I just tried (on OS10.5.2) the new fileflags.diff patch patch -p1 <patches/fileflags.diff patch -p1 <patches/crtimes.diff (see result below- I fixed the rej's ) then ./configure make then tried it out but it isn't copying the creation dates now.... just wondering if I missed something .. Rob D robert-dutoits-powerbook-g4-15:rsync-3.0.0pre10 astrid$ patch -p1 <patches/crtimes.diff patching file compat.c Hunk #1 succeeded at 45 (offset 1 line). Hunk #2 succeeded at 63 (offset 1 line). Hunk #3 FAILED at 137. 1 out of 3 hunks FAILED -- saving rejects to file compat.c.rej patching file flist.c Hunk #2 succeeded at 344 with fuzz 2. Hunk #4 succeeded at 540 with fuzz 1. Hunk #5 succeeded at 634 with fuzz 2. patching file generator.c Hunk #2 succeeded at 42 with fuzz 1. Hunk #3 succeeded at 142 (offset 1 line). Hunk #4 succeeded at 595 (offset -11 lines). Hunk #5 succeeded at 641 (offset -11 lines). Hunk #6 succeeded at 1192 (offset -6 lines). Hunk #7 succeeded at 1207 (offset -6 lines). Hunk #8 succeeded at 1303 (offset -6 lines). patching file ifuncs.h patching file log.c Hunk #1 FAILED at 644. 1 out of 1 hunk FAILED -- saving rejects to file log.c.rej patching file options.c Hunk #2 succeeded at 362 (offset 3 lines). Hunk #3 succeeded at 506 (offset 9 lines). Hunk #4 succeeded at 1774 (offset 5 lines). patching file rsync.c Hunk #1 succeeded at 437 (offset -2 lines). Hunk #2 succeeded at 615 with fuzz 2 (offset 31 lines). Hunk #3 FAILED at 650. 1 out of 3 hunks FAILED -- saving rejects to file rsync.c.rej patching file rsync.h Hunk #2 FAILED at 151. Hunk #3 succeeded at 169 (offset 1 line). Hunk #4 succeeded at 644 (offset 6 lines). Hunk #5 succeeded at 652 (offset 6 lines). Hunk #6 succeeded at 911 (offset 10 lines). 1 out of 6 hunks FAILED -- saving rejects to file rsync.h.rej patching file rsync.yo Hunk #2 succeeded at 1006 (offset 9 lines). Hunk #3 FAILED at 1660. Hunk #4 succeeded at 1712 (offset 10 lines). 1 out of 4 hunks FAILED -- saving rejects to file rsync.yo.rej patching file syscall.c Hunk #1 succeeded at 37 (offset 1 line). Hunk #2 succeeded at 408 (offset 103 lines). patching file testsuite/crtimes.test patching file tls.c patching file proto.h Hunk #1 succeeded at 307 (offset -3 lines). patching file rsync.1 Hunk #1 succeeded at 424 (offset -1 lines). Hunk #2 succeeded at 1139 (offset -10 lines). Hunk #3 succeeded at 1885 (offset -10 lines). Hunk #4 succeeded at 1950 (offset -10 lines).
> Hi All, > I just tried (on OS10.5.2) the new fileflags.diff patch > patch -p1 <patches/fileflags.diff > patch -p1 <patches/crtimes.diff (see result below- I fixed the > rej's ) > then > ./configure > make > then tried it out but it isn't copying the creation dates now....I noticed there's a new nightly build - if I patch against that, I only see the first of the rejects: amorton$ patch -p1 <patches/crtimes.diff patching file compat.c Hunk #1 succeeded at 44 (offset -1 lines). Hunk #2 succeeded at 62 (offset -1 lines). Hunk #3 FAILED at 136. 1 out of 3 hunks FAILED -- saving rejects to file compat.c.rej If I apply this manually, then the new rsync passes the backup-bouncer tests. I haven't tried it on a live backup yet. Tony M.
On Mon, Feb 25, 2008 at 11:14:19PM -0500, Robert DuToit wrote:> I just tried (on OS10.5.2) the new fileflags.diff patch > > patch -p1 <patches/fileflags.diff > patch -p1 <patches/crtimes.diff (see result below- I fixed the rej's )Looks like you didn't grab the latest crtimes.diff to go along with it. ..wayne..
Apparently Analagous Threads
- Cannot build rsync 3.1.0 on MacOSX 10.8.5 with fileflags patch
- 3.0.8 OSX build hfs+ patch failing
- [Bug 13522] New: Patch fileflags.diff and crtimes.diff
- Mac OS X : "get_xattr_names: llistxattr("some/path/here", 1024) failed" error
- Passed all tests with flying colors on Mac OS X 10.4.11 - synopsis of installation and testing