[
https://issues.apache.org/jira/browse/HADOOP-7698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117684#comment-13117684
]
Eric Yang commented on HADOOP-7698:
-----------------------------------
-1, for os.arch set to x86_64. This means the compilation is done on MacOSX.
Build on Mac should not include linux jsvc binary because the native library
and jsvc would not work. Therefore, this was excluded intentionally.
> jsvc target fails on x86_64
> ---------------------------
>
> Key: HADOOP-7698
> URL: https://issues.apache.org/jira/browse/HADOOP-7698
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 0.20.205.0
> Reporter: Daryn Sharp
> Assignee: Daryn Sharp
> Priority: Critical
> Attachments: HADOOP-7968.patch
>
>
> Recent changes to the build.xml determine with jsvc file to download based on
> the os.arch. It maps various arch values to i386 or x86_64. However, it
> notably doesn't consider x86_64 to be x86_64. The result is this the
> download fails because {{os-arch}} doesn't expand.
> {code}
> build.xml:2626: Can't get
> http://archive.apache.org/dist/commons/daemon/binaries/1.0.2/linux/commons-daemon-1.0.2-bin-linux-${os-arch}.tar.gz
> {code}
> This breaks {{test-patch}}.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira