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
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