Displaying 4 results from an estimated 4 matches for "chdiza".
2017 Sep 20
6
[Bug 13044] New: On macOS 10.12.6 with the new Xcode 9, `make check` is full of failures
...full of failures
Product: rsync
Version: 3.1.2
Hardware: x86
OS: Mac OS X
Status: NEW
Severity: regression
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: chdiza at gmail.com
QA Contact: rsync-qa at samba.org
Created attachment 13614
--> https://bugzilla.samba.org/attachment.cgi?id=13614&action=edit
Log for `make check`
macOS 10.12.6, `make check` is full of failures using Xcode 9, but all those
same tests pass when using Xcode 8.3.3. I&...
2014 Jul 18
13
[Bug 10724] New: rsync 3.1.1 incorrectly creates extra dirs inside --backup-dir on Mac OSX
...--backup-dir on Mac OSX
Product: rsync
Version: 3.1.1
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chdiza at gmail.com
QAContact: rsync-qa at samba.org
On MacOSX 10.9.4, new to rsync 3.1.1, I observe the incorrect creation of empty
dirs inside a --backup-dir.
To reproduce:
1. mkdir foo
2. mkdir bar
3. cd foo; touch fun
4. cd ..
5. rsync -trlvhp foo bar
Everything is as it should be: insid...
2013 Oct 02
2
[Bug 10179] New: massive test failure on OSX 10.8.5 under Homebrew
...est failure on OSX 10.8.5 under Homebrew
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chdiza at gmail.com
QAContact: rsync-qa at samba.org
Created attachment 9248
--> https://bugzilla.samba.org/attachment.cgi?id=9248
output of "make check"
rsync 3.1.0 builds fine on OSX 10.8.5, unless one installs it using Homebrew
(an OSX package manager). The bug, however, is...
2013 Oct 16
1
[Bug 10209] New: rsync in dry run reports it will create a backup dir even though it already exists
...even though it already exists
Product: rsync
Version: 3.1.0
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: chdiza at gmail.com
QAContact: rsync-qa at samba.org
On OSX 10.8.5, rsync 3.1.0 introduces a new bug. Doing:
rsync -ntrlvhb --delete --backup-dir=foo source dest
when the dir "foo" already exists will cause rsync to display:
"sending incremental file list
Created backup_dir...