Skip to content

Instantly share code, notes, and snippets.

@danimateos
Created January 31, 2017 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danimateos/f529cef386994d7813e4dfd186e0ed07 to your computer and use it in GitHub Desktop.
Save danimateos/f529cef386994d7813e4dfd186e0ed07 to your computer and use it in GitHub Desktop.
error when compiling dl4j 0.7.3-SNAPSHOT at 2017-1-31 14:00
[INFO] ------------------------------------------------------------------------
[INFO] Building nd4j-cuda 0.7.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ nd4j-cuda-8.0 ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ nd4j-cuda-8.0 ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (libnd4j-checks) @ nd4j-cuda-8.0 ---
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireFilesExist failed with message:
!!! You have to compile libnd4j with cuda support first!
Some required files are missing:
/home/dani/lib/libnd4j/nd4j/nd4j-backends/nd4j-backend-impls/nd4j-cuda/../../../../libnd4j/blasbuild/cuda/blas
...
...
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] nd4j ............................................... SUCCESS [ 1.963 s]
[INFO] nd4j-shade ......................................... SUCCESS [ 0.203 s]
[INFO] jackson ............................................ SUCCESS [ 1.840 s]
[INFO] nd4j-common ........................................ SUCCESS [ 1.819 s]
[INFO] nd4j-context ....................................... SUCCESS [ 0.201 s]
[INFO] nd4j-buffer ........................................ SUCCESS [ 0.515 s]
[INFO] nd4j-backends ...................................... SUCCESS [ 0.112 s]
[INFO] nd4j-api-parent .................................... SUCCESS [ 0.132 s]
[INFO] nd4j-api ........................................... SUCCESS [ 5.804 s]
[INFO] nd4j-jdbc .......................................... SUCCESS [ 0.096 s]
[INFO] nd4j-jdbc-api ...................................... SUCCESS [ 0.332 s]
[INFO] nd4j-jdbc-mysql .................................... SUCCESS [ 0.423 s]
[INFO] nd4j-native-api .................................... SUCCESS [ 0.581 s]
[INFO] nd4j-serde ......................................... SUCCESS [ 0.085 s]
[INFO] nd4j-base64 ........................................ SUCCESS [ 0.243 s]
[INFO] nd4j-jackson ....................................... SUCCESS [ 0.730 s]
[INFO] nd4j-backend-impls ................................. SUCCESS [ 0.119 s]
[INFO] nd4j-native ........................................ SUCCESS [ 12.841 s]
[INFO] nd4j-instrumentation ............................... SUCCESS [ 0.458 s]
[INFO] nd4j-perf .......................................... SUCCESS [ 0.274 s]
[INFO] nd4j-aeron ......................................... SUCCESS [ 1.140 s]
[INFO] nd4j-kryo .......................................... SUCCESS [ 0.861 s]
[INFO] nd4j-camel-routes .................................. SUCCESS [ 0.066 s]
[INFO] nd4j-kafka ......................................... SUCCESS [ 0.394 s]
[INFO] nd4j-gson .......................................... SUCCESS [ 0.422 s]
[INFO] nd4j-bytebuddy ..................................... SUCCESS [ 0.292 s]
[INFO] nd4j-native-platform ............................... SUCCESS [ 0.083 s]
[INFO] nd4j-cuda .......................................... FAILURE [ 0.017 s]
[INFO] nd4j-cuda-platform ................................. SKIPPED
[INFO] nd4j-parameter-server-parent ....................... SKIPPED
[INFO] nd4j-parameter-server-model ........................ SKIPPED
[INFO] nd4j-parameter-server .............................. SKIPPED
[INFO] nd4j-parameter-server-status ....................... SKIPPED
[INFO] nd4j-parameter-server-client ....................... SKIPPED
[INFO] nd4j-parameter-server-rocksdb-storage .............. SKIPPED
[INFO] nd4j-parameter-server-node ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 33.016 s
[INFO] Finished at: 2017-01-31T13:21:33+01:00
[INFO] Final Memory: 107M/1516M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.4.1:enforce (libnd4j-checks) on project nd4j-cuda-8.0: Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. -> [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 :nd4j-cuda-8.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment