[ https://issues.apache.org/jira/browse/HADOOP-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ted Yu updated HADOOP-6171:
---------------------------
Attachment: HADOOP-6171.patch
> "package" task in build.xml should copy source with preservelastmodified
> ------------------------------------------------------------------------
>
> Key: HADOOP-6171
> URL: https://issues.apache.org/jira/browse/HADOOP-6171
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Reporter: Todd Lipcon
> Labels: newbie
> Attachments: HADOOP-6171.patch
>
>
> In the package task, it copies the source to dist.dir without using preservelastmodified=true.
This can cause issues with the autotools configure process for the C++ builds. Namely, it
will sometimes think the configure script is out of date with respect to its source files
and try to re-bootstrap, which relies on particular versions of autotools on the building
computer. This isn't something that should be required for those wanting to build from a distribution
tarball.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
|