Open bcoste opened 2 years ago
I'm having this issue with playground-common-0.1.0.0 too
I'm trying to build using a VS Code docker devcontainer, so it's using the provided nix environment.
I'm also getting the same issue:
v1.0.14
image:
src/Auth.hs:130:41: error:
Not in scope: type constructor or class ‘JWT.EncodeSigner’
Module ‘Web.JWT’ does not export ‘EncodeSigner’.
|
130 | { _configJWTSignature :: !JWT.EncodeSigner
| ^^^^^^^^^^^^^^^^
- with `v1.0.15` image:
Linking dist/build/alex/alex ...
/nix/store/hy3lz2vfv9qq2v5jz9nzlx6mmiaq79rj-binutils-2.35.1/bin/ld: cannot find -lnuma
collect2: error: ld returned 1 exit status
cc' failed in phase
Linker'. (Exit code: 1)
cabal: Failed to build exe:alex from alex-3.2.7.1 (which is required by
test:plutus-example-projects-test from plutus-starter-0.1.0.0 and
exe:plutus-starter-pab from plutus-starter-0.1.0.0). See the build log above
for details.
Update: Using the 2nd method (Cabal+Nix build) I can get `cabal build` ran successfully on my machine, so you might want to try that instead
Does a new image need to be published?
Having the same issues.
Any update regarding this issue?
I created a fork and rolled back to a earlier commit to have a working version. Never got this version working.
Having the same issues.
I had to roll back to commit d0f93f297008be3d209e5d7eeb3233b8198a6f76 to get it to work.
Tried version 1.0.15, and I'm still getting the error with playground building.
I'm going to try to find this "2nd method" of "Cabal+Nix build" next.
I use the devcontainer 1.0.14 to build the plutus starter.
Here are my commands to create the container and to do the cabal build :
The build fails when building the playground-common-0.1.0.0 : plutusdev-error.txt
Next I tried with the devcontainer 1.0.15 and the build fails when linking happy : plutusdev1.0.15-error.txt