Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build Error] Gradle Error #68

Closed
F1o0T opened this issue Feb 4, 2024 · 0 comments · Fixed by #69
Closed

[Build Error] Gradle Error #68

F1o0T opened this issue Feb 4, 2024 · 0 comments · Fixed by #69
Assignees
Labels
bug Something isn't working

Comments

@F1o0T
Copy link

F1o0T commented Feb 4, 2024

Hello,

I have installed all the dependencies that should make building Kaiju extension possible according to the guidelines that are mentioned here , however I am getting the following error regading the documentation build.

PS C:\Users\workspace\kaiju> gradle

Configure project :
Using Ghidra install directory C:/Users/nxf76051/workspace/ghidra_11.0_PUBLIC_20231222/ghidra_11.0_PUBLIC
Using Java 17 for Ghidra 11.0
Using AUTOCATS test directory null
Targeting operating system 'Windows 11' (windows 11-amd64)
We are adding a dependency

Task :markdownToGhidraHtml FAILED

Task :downloadZ3Source
Download https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.12.1.zip

FAILURE: Build failed with an exception.

  • What went wrong:
    A problem was found with the configuration of task ':markdownToGhidraHtml' (type 'MarkdownToGhidraHtmlTask').

    • Gradle detected a problem with the following location: 'C:\Users\workspace\kaiju\src\main\help\help\topics\kaiju'.

      Reason: Task ':processResources' uses this output of task ':markdownToGhidraHtml' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.

      Possible solutions:

      1. Declare task ':markdownToGhidraHtml' as an input of ':processResources'.
      2. Declare an explicit dependency on ':markdownToGhidraHtml' from ':processResources' using Task#dependsOn.
      3. Declare an explicit dependency on ':markdownToGhidraHtml' from ':processResources' using Task#mustRunAfter.

      Please refer to https://docs.gradle.org/8.0.1/userguide/validation_problems.html#implicit_dependency for more details about this problem.

  • 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.

BUILD FAILED in 4s
7 actionable tasks: 2 executed, 5 up-to-date

Any idea what could have gone wrong?

@sei-eschwartz sei-eschwartz self-assigned this Feb 16, 2024
@sei-eschwartz sei-eschwartz added the bug Something isn't working label Feb 16, 2024
sei-eschwartz added a commit to sei-eschwartz/kaiju that referenced this issue Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants