juliusshufan opened a new issue #14755: Build on Linux will fail if "test" 
option used
URL: https://github.com/apache/incubator-mxnet/issues/14755
 
 
   ## Description
   There is a build issue happened on MXNet github repo on Linux if using below 
command:
    make -j USE_OPENCV=1 USE_MKLDNN=1 USE_BLAS=mkl **_### test_**
   
   @TaoLv 
   
   ## Environment info (Required)
   GCC 4.8.5
   CentOS 7.5
   
   ```
   What to do:
   run  make -j USE_OPENCV=1 USE_MKLDNN=1 USE_BLAS=mkl **_### test_**, build 
MXNet from source.
   
   ```
   Package used (Python/R/Scala/Julia):
   Python
   
   ## Build info (Required if built from source)
   Compiler (gcc/clang/mingw/visual studio):
   GCC4.8.5
   
   MXNet commit hash:
   (Paste the output of `git rev-parse HEAD` here.)
   
   Build config:
   (Paste the content of config.mk, or the build command.)
   
   ## Error Message:
   (Paste the complete error message, including stack trace.)
   
   
   ## What have you tried to solve it?
   @ zachgk
   The build issue is most likely introduced after commit 
https://github.com/apache/incubator-mxnet/commit/391a1be260eb75b437ebced6743647b8e9df7802
   The commit 
https://github.com/apache/incubator-mxnet/commit/dc48cd2a5a6460171bf9b842453866e731e6ff7d
 seems changing the HEAD of 3rdpary/googletest to eb9225c, if I switch the 
3rdpary/googletest to previous HEAD ec44c6c , then make -j USE_OPENCV=1 
USE_MKLDNN=1 USE_BLAS=mkl test can succeed.
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to