Advertisement
Guest User

Untitled

a guest
Feb 14th, 2021
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Compiling libsignal-protocol-rust v0.1.0 (/home/photon/.cache/yay/libsignal-client/src/libsignal-client-java-0.2.3/rust/protocol)
  2. Compiling futures-executor v0.3.7
  3. Compiling futures v0.3.7
  4. Compiling libsignal-bridge v0.1.0 (/home/photon/.cache/yay/libsignal-client/src/libsignal-client-java-0.2.3/rust/bridge/shared)
  5. Compiling libsignal-jni v0.1.0 (/home/photon/.cache/yay/libsignal-client/src/libsignal-client-java-0.2.3/rust/bridge/jni)
  6. Finished release [optimized + debuginfo] target(s) in 1m 37s
  7. mkdir -p java/java/src/main/resources
  8. cp target/release/libsignal_jni.so java/java/src/main/resources/
  9. Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel
  10. To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/6.8.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
  11. Daemon will be stopped at the end of the build
  12.  
  13. > Task :makeJniLibrariesDesktop
  14. cargo build -p libsignal-jni --release
  15. Finished release [optimized + debuginfo] target(s) in 0.15s
  16. mkdir -p java/java/src/main/resources
  17. cp target/release/libsignal_jni.so java/java/src/main/resources/
  18.  
  19. > Task :java:compileJava
  20. Note: Some input files use or override a deprecated API.
  21. Note: Recompile with -Xlint:deprecation for details.
  22.  
  23. > Task :java:javadoc FAILED
  24. Unable to find the 'javadoc' executable. Tried the java home: /usr/lib/jvm/java-11-openjdk and the PATH. We will assume the executable can be ran in the current working folder.
  25.  
  26. FAILURE: Build failed with an exception.
  27.  
  28. * What went wrong:
  29. Execution failed for task ':java:javadoc'.
  30. > Javadoc generation failed. Generated Javadoc options file (useful for troubleshooting): '/home/photon/.cache/yay/libsignal-client/src/libsignal-client-java-0.2.3/java/java/build/tmp/javadoc/javadoc.options'
  31.  
  32. * Try:
  33. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  34.  
  35. * Get more help at https://help.gradle.org
  36.  
  37. Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
  38. Use '--warning-mode all' to show the individual deprecation warnings.
  39. See https://docs.gradle.org/6.8.1/userguide/command_line_interface.html#sec:command_line_warnings
  40.  
  41. BUILD FAILED in 10s
  42. 5 actionable tasks: 5 executed
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement