Panako icon indicating copy to clipboard operation
Panako copied to clipboard

Building Panako from Dockerfile fails

Open guillemcortes opened this issue 1 year ago • 1 comments

Hi,

I think there's a problem with the code since building from Dockerfile fails. Could you help me with this?

> Task :compileJava FAILED
/Panako/src/main/java/be/panako/strategy/olaf/OlafStrategy.java:76: error: cannot find symbol
                        db = OlafStorageBtree.getInstance();
                             ^
  symbol:   variable OlafStorageBtree
  location: class OlafStrategy
1 error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* 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 21s
1 actionable task: 1 executed
Removing intermediate container 22d2644d2150
The command '/bin/sh -c ./gradlew shadowJar' returned a non-zero code: 1

guillemcortes avatar Jul 19 '22 16:07 guillemcortes

this error appears on Ubuntu (without using docker)

nkundiushuti avatar Jul 22 '22 13:07 nkundiushuti

Still waiting :/

devbaraus avatar Aug 15 '22 17:08 devbaraus

It is fixed. The system compiles and runs as expected now.

There was a reference to a storage engine (OlafStorageBtree ) I am working on which is not checked in. The reference has been removed.

Thanks for the bug report!

JorenSix avatar Aug 16 '22 07:08 JorenSix