uds-se / Frontmatter

MIT License
5 stars 3 forks source link

Failed to build at `installFlowdroid` #2

Open YaxinCheng opened 2 years ago

YaxinCheng commented 2 years ago

Hello, I am having some issue building the project.

Environment

java version: openjdk version "11.0.16" 2022-07-19 gradle version: Gradle 6.8.3

Failure and logs

[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for FlowDroid Parent Module 2.7.3-SNAPSHOT:
[INFO]
[INFO] soot-infoflow ...................................... SUCCESS [  0.926 s]
[INFO] soot-infoflow-android .............................. FAILURE [  1.538 s]
[INFO] StubDroid .......................................... SKIPPED
[INFO] FlowDroid Command Line Util ........................ SKIPPED
[INFO] FlowDroid Parent Module ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.515 s
[INFO] Finished at: 2022-08-03T11:16:03-04:00
[INFO] ------------------------------------------------------------------------
...
* What went wrong:
Execution failed for task ':installFlowdroid'.
> Process 'command 'mvn'' finished with non-zero exit value 1

Detailed error logs attached: error.txt

Suspicion

Apparently something wrong happened in flowdroid. There might be some dependency error happened between soot and flowdroid there. Can you please look into it?

VonLYC commented 1 year ago

Hello, I have also encountered the same problem. Have you finally resolved it and what method did you use to solve it?

gaolongxi commented 11 months ago

Hello, I encountered the same problem. Have you finally resolved it and what method did you use to solve it?

i encounter a question, too. it seems that there is no pom.xml which is needed by mvn command. have you build this project already?