https://bugzilla.samba.org/show_bug.cgi?id=11035
Bug ID: 11035 Summary: make check failure Product: rsync Version: 3.1.1 Hardware: x64 OS: Mac OS X Status: NEW Severity: critical Priority: P5 Component: core Assignee: way...@samba.org Reporter: jonathansabr...@gmail.com QA Contact: rsync...@samba.org Created attachment 10582 --> https://bugzilla.samba.org/attachment.cgi?id=10582&action=edit Output of the entire Terminal session for ./configure, make, and make check. Attempts to compile rsync 3.1.1 on OS X Mavericks v10.9.4 resulted in the following warnings during the make process. -- gcc -I. -I. -I./zlib -I./popt -g -O2 -DHAVE_CONFIG_H -Wall -W -c uidlist.c -o uidlist.o uidlist.c:533:44: warning: passing 'gid_t *' (aka 'unsigned int *') to parameter of type 'int *' converts between pointers to integer types with different sign [-Wpointer-sign] if (getgrouplist(pw->pw_name, pw->pw_gid, gid_list, size_ptr) < 0) ^~~~~~~~ /usr/include/unistd.h:648:43: note: passing argument to parameter here int getgrouplist(const char *, int, int *, int *); ^ 1 warning generated. -- gcc -I. -I. -I./zlib -I./popt -g -O2 -DHAVE_CONFIG_H -Wall -W -c acls.c -o acls.o acls.c:742:84: warning: unused parameter 'mode' [-Wunused-parameter] static int recv_rsync_acl(int f, item_list *racl_list, SMB_ACL_TYPE_T type, mode_t mode) ^ 1 warning generated. -- I do not know if the warning above contributed to this failure during the make check process. -- check how the files compare with diff: ------------- Failed: dir-diff failed! ----- relative log ends FAIL relative -- You are receiving this mail because: You are the QA Contact for the bug. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html