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

Dockerfile fails to build #2

Open
madwort opened this issue Mar 26, 2021 · 0 comments
Open

Dockerfile fails to build #2

madwort opened this issue Mar 26, 2021 · 0 comments

Comments

@madwort
Copy link

madwort commented Mar 26, 2021

Was just attempting to build this using /examples/docker/Dockerfile, with the oldest easily working image archlinux:20200908 I get this failure - seems like emscripten has removed some stuff from the allocate function so some stuff will need updating...

...
make[1]: Leaving directory '/piper-vamp-js/examples/vamp-test-plugin'
make -C examples/vamp-example-plugins test-wasm
make[1]: Entering directory '/piper-vamp-js/examples/vamp-example-plugins'
node /piper-vamp-js/test/node-load-test.js /piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js
Loading library "/piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js"...
Listing plugins...
Assertion failed: allocate no longer takes a type argument
RuntimeError: abort(Assertion failed: allocate no longer takes a type argument) at Error
    at jsStackTrace (/piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js:10:366954)
    at stackTrace (/piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js:10:367130)
    at abort (/piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js:10:30516)
    at assert (/piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js:10:20512)
    at Object.allocate (/piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js:10:21730)
    at request (/piper-vamp-js/test/node-load-test.js:99:24)
    at test (/piper-vamp-js/test/node-load-test.js:165:24)
    at /piper-vamp-js/test/node-load-test.js:260:5
/piper-vamp-js/examples/vamp-example-plugins/VampExamplePlugins_w.umd.js:10
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant