Hi Lawrence,
Lawrence Teo writes:
> Here's an updated diff that makes the port fetch all the dependent
> .jar files prior to building.
>
> I also used gradle's --offline flag which explicitly tells gradle to
> "Execute the build without accessing network resources".
>
> Could you please try this diff to see if it resolves your issue?
Thanks. That issue seems to be resolved, but I'm seeing another build
failure:
> Task :Base:buildHelp FAILED
Exception in thread "main" ghidra.util.exception.AssertException: Failed to
create user settings directory:
/usr/ports/pobj/ghidra-9.0.4/home/.ghidra/.ghidra-9.0.4
at ghidra.framework.Application.initialize(Application.java:78)
at
ghidra.framework.Application.initializeApplication(Application.java:114)
at help.GHelpBuilder.main(GHelpBuilder.java:73)
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':Base:buildHelp'.
> Process 'command '/usr/local/jdk-11/bin/java'' finished with non-zero exit
> value 1
* 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 42s
13 actionable tasks: 13 executed
*** Error 1 in . (Makefile:118 'do-build')