[ 
https://issues.apache.org/jira/browse/HADOOP-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13031551#comment-13031551
 ] 

Todd Lipcon commented on HADOOP-6171:
-------------------------------------

Hey Ted. Thanks for providing the patches! Unfortunately with the way the 
project is currently structured, we need to have a separate JIRA for each 
project (common, hdfs, and mr). Could you open new JIRAs on those projects and 
"Link" them to this one? You can then upload the individual patches there.

> "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, HDFS-6171.patch, MAPRED-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

Reply via email to