You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/10/02 07:07:36 UTC

[GitHub] [incubator-mxnet] ChaiBapchya commented on issue #14378: Win10 build error: gtest, no 'object' file generated

ChaiBapchya commented on issue #14378: Win10 build error: gtest, no 'object' file generated
URL: https://github.com/apache/incubator-mxnet/issues/14378#issuecomment-537365815
 
 
   Is this related to issue found in pipeline for  #16328 
   
   
   
   ```
   [  5%] Building CXX object 3rdparty/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.obj
   
   gtest_main.cc
   
   C:\jenkins_slave\workspace\build-cpu-mkl\3rdparty\googletest\googletest\include\gtest/gtest.h(1405): fatal error C1090: PDB API call failed, error code '23': '(
   
   jom: C:\jenkins_slave\workspace\build-cpu-mkl\build\3rdparty\googletest\googletest\CMakeFiles\gtest_main.dir\build.make 
   
   [3rdparty\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj] Error 2
   
   
   [  5%] Linking CXX static library dmlc.lib
   
   jom: C:\jenkins_slave\workspace\build-cpu-mkl\build\CMakeFiles\Makefile2 [3rdparty\googletest\googletest\CMakeFiles\gtest_main.dir\all] Error 2
   
   
   jom: C:\jenkins_slave\workspace\build-cpu-mkl\build\Makefile [all] Error 2
   
   
   Traceback (most recent call last):
   
     File "ci/build_windows.py", line 264, in <module>
   
       sys.exit(main())
   
     File "ci/build_windows.py", line 252, in main
   
       windows_build(args)
   
     File "ci/build_windows.py", line 162, in windows_build
   
       check_call(cmd, shell=True)
   
     File "C:\Python37\lib\subprocess.py", line 347, in check_call
   
       raise CalledProcessError(retcode, cmd)
   
   subprocess.CalledProcessError: Command '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\vcvarsx86_amd64.bat" && jom' returned non-zero exit status 2.
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services