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

Hadoop QA commented on HBASE-4565:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  
http://issues.apache.org/jira/secure/attachment/12547097/HBASE-4565-v4-0.94.patch
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/2967//console

This message is automatically generated.
                
> Maven HBase build broken on cygwin with copynativelib.sh call.
> --------------------------------------------------------------
>
>                 Key: HBASE-4565
>                 URL: https://issues.apache.org/jira/browse/HBASE-4565
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.92.0
>         Environment: cygwin (on xp and win7)
>            Reporter: Suraj Varma
>            Assignee: Suraj Varma
>              Labels: build, maven
>             Fix For: 0.92.3, 0.94.3
>
>         Attachments: HBASE-4565-0.92.patch, HBASE-4565.patch, 
> HBASE-4565-v2.patch, HBASE-4565-v3-0.92.patch, HBASE-4565-v3.patch, 
> HBASE-4565-v4-0.92.patch, HBASE-4565-v4-0.94.patch
>
>
> This is broken in both 0.92 as well as trunk pom.xml
> Here's a sample maven log snippet from trunk (from Mayuresh on user mailing 
> list)
> [INFO] [antrun:run {execution: package}]
> [INFO] Executing tasks
> main:
>    [mkdir] Created dir: 
> D:\workspace\mkshirsa\hbase-trunk\target\hbase-0.93-SNAPSHOT\hbase-0.93-SNAPSHOT\lib\native\${build.platform}
>     [exec] ls: cannot access D:workspacemkshirsahbase-trunktarget/nativelib: 
> No such file or directory
>     [exec] tar (child): Cannot connect to D: resolve failed
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] An Ant BuildException has occured: exec returned: 3328
> There are two issues: 
> 1) The ant run task below doesn't resolve the windows file separator returned 
> by the project.build.directory - this causes the above resolve failed.
> <!-- Using Unix cp to preserve symlinks, using script to handle wildcards -->
> <echo file="${project.build.directory}/copynativelibs.sh">
>     if [ `ls ${project.build.directory}/nativelib | wc -l` -ne 0]; then
> 2) The tar argument value below also has a similar issue in that the path arg 
> doesn't resolve right.
> <!-- Using Unix tar to preserve symlinks -->
> <exec executable="tar" failonerror="yes" 
> dir="${project.build.directory}/${project.artifactId}-${project.version}">
>     <arg value="czf"/>
>     <arg 
> value="/cygdrive/c/workspaces/hbase-0.92-svn/target/${project.artifactId}-${project.version}.tar.gz"/>
>     <arg value="."/>
> </exec>
> In both cases, the fix would probably be to use a cross-platform way to 
> handle the directory locations. 

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