gigasquid edited a comment on issue #13626: Re-organize Scala maven build URL: https://github.com/apache/incubator-mxnet/pull/13626#issuecomment-447610619 Seems like even though the ` init-native/osx-x86_64` directory were deleted and untracked, it was still left on my system. I needed to do a `git clean -f` to get rid of it. Once I did `make scalapkg` finished, but I got an error on `make scalainstall` ```inished in 377 ms [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (verify-javah) @ mxnet-scala-init --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] MXNet Scala Package - Parent ....................... SUCCESS [ 6.659 s] [INFO] MXNet Scala Package - Initializer .................. FAILURE [ 4.619 s] [INFO] MXNet Scala Package - Initializer Native ........... SKIPPED [INFO] MXNet Scala Package - Macros ....................... SKIPPED [INFO] MXNet Scala Package - Native ....................... SKIPPED [INFO] MXNet Scala Package - Core ......................... 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 osx-x86_64-only ......... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.671 s [INFO] Finished at: 2018-12-15T20:27:01-05:00 [INFO] Final Memory: 36M/578M [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "osx-x86_64-cpu" could not be activated because it does not exist. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:exec (verify-javah) on project mxnet-scala-init: Unable to parse configuration of mojo org.codehaus.mojo:exec-maven-plugin:1.6.0:exec for parameter successCodes: Cannot assign configuration entry 'successCodes' with value '0' of type java.lang.String to property of type java.lang.Integer[] -> [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/PluginConfigurationException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :mxnet-scala-init ``` Any ideas?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
