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 2018/06/15 12:38:43 UTC

[GitHub] Aman1994 opened a new issue #11303: MXNET Scala package build failed

Aman1994 opened a new issue #11303: MXNET Scala package build failed
URL: https://github.com/apache/incubator-mxnet/issues/11303
 
 
   I tried these following steps while building:
   
   sudo apt-get update
   sudo apt-get install -y build-essential git
   sudo apt-get install -y libopencv-dev
   git clone --recursive https://github.com/dmlc/mxnet
   cd mxnet
   make -j 4 USE_OPENCV=1 USE_BLAS=openblas
   make scalapkg
   
   While doing the make scalapgk I was facing an error like -
   
   [INFO] ------------------------------------------------------------------------
   [INFO] Reactor Summary:
   [INFO] 
   [INFO] MXNet Scala Package - Parent ....................... SUCCESS [  1.616 s]
   [INFO] MXNet Scala Package - Initializer .................. SUCCESS [  0.395 s]
   [INFO] MXNet Scala Package - Initializer Native Parent .... SUCCESS [  0.035 s]
   [INFO] MXNet Scala Package - Initializer Native Linux-x86_64 FAILURE [  1.657 s]
   [INFO] MXNet Scala Package - Macros ....................... SKIPPED
   [INFO] MXNet Scala Package - Core ......................... SKIPPED
   [INFO] MXNet Scala Package - Native Parent ................ SKIPPED
   [INFO] MXNet Scala Package - Native Linux-x86_64 CPU-only . SKIPPED
   [INFO] MXNet Scala Package - Inference .................... SKIPPED
   [INFO] MXNet Scala Package - Examples ..................... SKIPPED
   [INFO] MXNet Scala Package - Spark ML ..................... SKIPPED
   [INFO] MXNet Scala Package - Full Parent .................. SKIPPED
   [INFO] MXNet Scala Package - Full Linux-x86_64 CPU-only ... SKIPPED
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time: 4.487 s
   [INFO] Finished at: 2018-06-15T18:07:35+05:30
   [INFO] Final Memory: 19M/216M
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal org.codehaus.mojo:native-maven-plugin:1.0-alpha-7:link (default-link) on project libmxnet-init-scala-linux-x86_64: Error executing command line. Exit code:1 -> [Help 1]
   [ERROR] 
   [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
   [ERROR] 
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
   [ERROR] 
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <goals> -rf :libmxnet-init-scala-linux-x86_64
   Makefile:577: recipe for target 'scalapkg' failed
   make: *** [scalapkg] Error 1
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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