[
https://issues.apache.org/jira/browse/HADOOP-5204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sreekanth Ramakrishnan updated HADOOP-5204:
-------------------------------------------
Attachment: HADOOP-5204-1.patch
Attaching patch which fixes this issue:
The problem was caused reconfiguring autoconf script for task-controller.
Task controller is a binary which is to be built only on Linux platform and for
the environments which require
[HADOOP-4490|https://issues.apache.org/jira/browse/HADOOP-4490], therefore it
does not make sense to built it every time in hudson for trunk and test patch.
So removing the autoreconf part from create-c++-configure target.
Users who would require, task-controllers would have to specifically invoke
"ant task-controller".
> hudson trunk build failure due to autoheader failure in
> create-c++-configure-libhdfs task
> -----------------------------------------------------------------------------------------
>
> Key: HADOOP-5204
> URL: https://issues.apache.org/jira/browse/HADOOP-5204
> Project: Hadoop Core
> Issue Type: Bug
> Components: build
> Reporter: Lee Tucker
> Assignee: Giridharan Kesavan
> Attachments: HADOOP-5204-1.patch
>
>
> create-c++-configure-libhdfs:
> [exec] autoheader: warning: missing template: HADOOP_CONF_DIR
> [exec] autoheader: Use AC_DEFINE([HADOOP_CONF_DIR], [], [Description])
> [exec] autoreconf: /usr/bin/autoheader failed with exit status: 1
> See output at:
> http://hudson.zones.apache.org/hudson/view/Hadoop/job/Hadoop-trunk/746/
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.