Bug 3029 - rsync 2.6.6 with acl patch compile fails
Summary: rsync 2.6.6 with acl patch compile fails
Status: CLOSED INVALID
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 2.6.6
Hardware: All Solaris
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-23 09:54 UTC by darin perusich
Modified: 2006-03-12 02:56 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description darin perusich 2005-08-23 09:54:09 UTC
after applying the acl patch rsync fails to compile and fails with error 
"acls.c:23:25: lib/sysacls.h: No such file or directory", sysacl.h resides in
the source root. when sysacl.h is moved to the lib/ directory make configues but
then fails on compile of rsync executable with error "gcc: lib/sysacls.o: No
such file or directory". sysacls.c is also in the source root directory but has
not been compiled as an object. if i compile sysacls.o and copy it into the lib
directory and the run make the rsync build completes.

i've tried building on both solaris and suse linux with the same results.

thanks
darin
Comment 1 Wayne Davison 2005-08-23 10:22:16 UTC
If you use the proper -p0 option to patch, it works fine.