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

Hadoop QA commented on HDFS-7774:
---------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12700167/HDFS-7774-001.patch
  against trunk revision fe7a302.

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:red}-1 tests included{color}.  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.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 javadoc{color}.  There were no new javadoc warning messages.

    {color:green}+1 eclipse:eclipse{color}.  The patch built with 
eclipse:eclipse.

    {color:green}+1 findbugs{color}.  The patch does not introduce any new 
Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in 
hadoop-hdfs-project/hadoop-hdfs.

Test results: 
https://builds.apache.org/job/PreCommit-HDFS-Build/9642//testReport/
Console output: https://builds.apache.org/job/PreCommit-HDFS-Build/9642//console

This message is automatically generated.

> Unresolved symbols error while compiling HDFS on Windows 7/32 bit
> -----------------------------------------------------------------
>
>                 Key: HDFS-7774
>                 URL: https://issues.apache.org/jira/browse/HDFS-7774
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 2.6.0
>         Environment: Windows 7, 32 bit, Visual Studio 10.
> Windows PATH: 
> PATH=C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\PIG\pig-0.13.0\bin;C:\PROGRA~1\JAVA\JDK1.7.0_71\bin;C:\Program
>  Files\Microsoft Windows Performance 
> Toolkit\;C:\GNUWIN32\GETGNUWIN32\BIN;C:\CYGWIN\BIN;D:\git\cmd;D:\GIT\BIN;D:\MAVEN-3-2-3\APACHE-MAVEN-3.2.3-BIN\apache-maven-3.2.3\bin;D:\UTILS;c:\windows\Microsoft.NET\Framework\v4.0.30319;D:\cmake\bin;c:\progra~1\Micros~1.0\vc\crt\src;
> SDK Path:
> PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319;C:\Windows\Microsoft.NET\Framework\v3.5;;C:\Program
>  Files\Microsoft Visual Studio 10.0\Common7\IDE;C:\Program Files\Microsoft 
> Visual Studio 10.0\Common7\Tools;;C:\Program Files\Microsoft Visual Studio 
> 10.0\VC\Bin;C:\Program Files\Microsoft Visual Studio 
> 10.0\VC\Bin\VCPackages;;C:\Program Files\Microsoft 
> SDKs\Windows\v7.1\Bin\NETFX 4.0 Tools;C:\Program Files\Microsoft 
> SDKs\Windows\v7.1\Bin;;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\PIG\pig-0.13.0\bin;C:\PROGRA~1\JAVA\JDK1.7.0_71\bin;C:\Program
>  Files\Microsoft Windows Performance 
> Toolkit\;C:\GNUWIN32\GETGNUWIN32\BIN;C:\CYGWIN\BIN;D:\git\cmd;D:\GIT\BIN;D:\MAVEN-3-2-3\APACHE-MAVEN-3.2.3-BIN\apache-maven-3.2.3\bin;D:\UTILS;c:\windows\Microsoft.NET\Framework\v4.0.30319;D:\cmake\bin;c:\progra~1\Micros~1.0\vc\crt\src;
>            Reporter: Venkatasubramaniam Ramakrishnan
>            Assignee: Kiran Kumar M R
>            Priority: Critical
>              Labels: build
>         Attachments: HDFS-7774-001.patch, Win32_Changes-temp.patch
>
>
> I am getting the following error in the hdfs module compilation:
> .
> .
> .
>   [exec] ClCompile:
>      [exec]   All outputs are up-to-date.
>      [exec] Lib:
>      [exec]   All outputs are up-to-date.
>      [exec]   hdfs_static.vcxproj -> 
> D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\target\bin\RelWithDebInfo\hdfs.lib
>      [exec] FinalizeBuildStatus:
>      [exec]   Deleting file 
> "hdfs_static.dir\RelWithDebInfo\hdfs_static.unsuccessfulbuild".
>      [exec]   Touching 
> "hdfs_static.dir\RelWithDebInfo\hdfs_static.lastbuildstate".
>      [exec] Done Building Project 
> "D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\hdfs_static.vcxproj"
>  (default targets).
>      [exec] Done Building Project 
> "D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\ALL_BUILD.vcxproj"
>  (default targets) -- FAILED.
>      [exec] 
>      [exec] Build FAILED.
>      [exec] 
>      [exec] 
> "D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\ALL_BUILD.vcxproj"
>  (default target) (1) ->
>      [exec] 
> "D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\hdfs.vcxproj"
>  (default target) (3) ->
>      [exec] (Link target) -> 
>      [exec]   thread_local_storage.obj : error LNK2001: unresolved external 
> symbol _tls_used 
> [D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\hdfs.vcxproj]
>      [exec]   thread_local_storage.obj : error LNK2001: unresolved external 
> symbol pTlsCallback 
> [D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\hdfs.vcxproj]
>      [exec]   
> D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\target\bin\RelWithDebInfo\hdfs.dll
>  : fatal error LNK1120: 2 unresolved externals 
> [D:\h\hadoop-2.6.0-src\hadoop-hdfs-project\hadoop-hdfs\target\native\hdfs.vcxproj]
>      [exec] 
>      [exec]     0 Warning(s)
>      [exec]     3 Error(s)
>      [exec] 
>      [exec] Time Elapsed 00:00:40.39
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> [INFO] 
> [INFO] Apache Hadoop HDFS ................................. FAILURE [02:27 
> min]
> [INFO] Apache Hadoop HttpFS ............................... SKIPPED



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to