Bug 9860 - Fix Android build
Summary: Fix Android build
Status: RESOLVED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 3.1.0
Hardware: All Other
: P5 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-06 18:06 UTC by Роман Донченко
Modified: 2013-05-19 21:28 UTC (History)
0 users

See Also:


Attachments
Old config.{guess,sub} don't recognize the Android toolchains (53.73 KB, patch)
2013-05-06 18:06 UTC, Роман Донченко
no flags Details
Android doesn't have S_IEXEC (867 bytes, patch)
2013-05-06 18:06 UTC, Роман Донченко
no flags Details
Android doesn't have getpass. (3.33 KB, patch)
2013-05-06 18:07 UTC, Роман Донченко
no flags Details
This patch isn't required - it just removes a lot of warnings when building for Android (818 bytes, patch)
2013-05-06 18:08 UTC, Роман Донченко
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Роман Донченко 2013-05-06 18:06:09 UTC
Created attachment 8851 [details]
Old config.{guess,sub} don't recognize the Android toolchains

rsync, as it currently is, fails to build for Android because of some minor (and one moderately-sized) issues. I'm attaching patches to rectify that.
Comment 1 Роман Донченко 2013-05-06 18:06:50 UTC
Created attachment 8852 [details]
Android doesn't have S_IEXEC
Comment 2 Роман Донченко 2013-05-06 18:07:24 UTC
Created attachment 8853 [details]
Android doesn't have getpass.
Comment 3 Роман Донченко 2013-05-06 18:08:37 UTC
Created attachment 8854 [details]
This patch isn't required - it just removes a lot of warnings when building for Android
Comment 4 Wayne Davison 2013-05-19 21:28:47 UTC
Thanks for the nice patch set.  I snagged even newer config.{guess,sub} files from the GNU folks, and applied the other patches.  Will commit this soon.