JorenSix / Panako

The Panako acoustic fingerprinting system.
GNU Affero General Public License v3.0
179 stars 35 forks source link

Building Panako from Dockerfile fails #28

Closed guillemcortes closed 2 years ago

guillemcortes commented 2 years ago

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
nkundiushuti commented 2 years ago

this error appears on Ubuntu (without using docker)

devbaraus commented 2 years ago

Still waiting :/

JorenSix commented 2 years ago

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!