[ 
https://issues.apache.org/jira/browse/HADOOP-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ted Yu resolved HADOOP-6171.
----------------------------

    Resolution: Later
    
> "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
>            Assignee: Ted Yu
>              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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to