Does anyone have experience building an RPM packag...
# compose-desktop
a
Does anyone have experience building an RPM package via WSL2? I am getting an error that generates a completely blank log file, but it seems to me that maybe jlink is missing? I have built deb packages using Ubuntu on WSL before without issue. I have fakeroot and JDK 17 installed on OpenSUSE Tumbleweed.
Copy code
> Task :createRuntimeImage FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':createRuntimeImage'.
> External tool execution failed:
  * Command: [/usr/java/jdk-17.0.1/bin/jlink, @/mnt/c/Users/Aaron/Documents/GitHub/riskrieg/map-editor/build/compose/tmp/createRuntimeImage.args.txt]
  * Working dir: []
  * Exit code: 1
  * Standard output log: /mnt/c/Users/Aaron/Documents/GitHub/riskrieg/map-editor/build/compose/logs/createRuntimeImage/jlink-2021-11-19-03-19-47-out.txt
  * Error log: /mnt/c/Users/Aaron/Documents/GitHub/riskrieg/map-editor/build/compose/logs/createRuntimeImage/jlink-2021-11-19-03-19-47-err.txt


* Try:
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.

* Get more help at <https://help.gradle.org>

BUILD FAILED in 15s
4 actionable tasks: 2 executed, 2 up-to-date
That's the main error message. The error log is completely blank.