-
Notifications
You must be signed in to change notification settings - Fork 123
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
Not in scope: type constructor or class `Doc.DescribedParams' #1196
Comments
How odd. Is it possible the argo submodule is out of date? That would be my
guess from the error contents anyway.
I'm messing around with the Dockerfile myself now... will report if I
figure something out.
…On Thu, May 13, 2021 at 18:53 weaversa ***@***.***> wrote:
I'm attempting to build cryptol-remote-api on CentOS 7 and am having
trouble. The dockerfile is attached.
cryptol-solvers-centos7-nightly.Dockerfile.txt
<https://github.com/GaloisInc/cryptol/files/6476027/cryptol-solvers-centos7-nightly.Dockerfile.txt>
Here is the error:
Any help would be appreciated.
[ 3 of 15] Compiling CryptolServer.Options ( src/CryptolServer/Options.hs, /workdir/dist-newstyle/build/x86_64-linux/ghc-8.10.2/cryptol-remote-api-0.1.0.0/build/CryptolServer/Options.o, /workdir/dist-newstyle/build/x86_64-linux/ghc-8.10.2/cryptol-remote-api-0.1.0.0/build/CryptolServer/Options.dyn_o )
src/CryptolServer/Options.hs:57:26: error:
Not in scope: type constructor or class `Doc.DescribedParams'
Module `Argo.Doc' does not export `DescribedParams'.
|
57 | instance forall params . Doc.DescribedParams params => Doc.DescribedParams (WithOptions params) where
| ^^^^^^^^^^^^^^^^^^^
src/CryptolServer/Options.hs:57:56: error:
Not in scope: type constructor or class `Doc.DescribedParams'
Module `Argo.Doc' does not export `DescribedParams'.
|
57 | instance forall params . Doc.DescribedParams params => Doc.DescribedParams (WithOptions params) where
| ^^^^^^^^^^^^^^^^^^^
cabal: Failed to build cryptol-remote-api-0.1.0.0 (which is required by
exe:cryptol-remote-api from cryptol-remote-api-0.1.0.0 and
exe:cryptol-eval-server from cryptol-remote-api-0.1.0.0).
The command '/bin/sh -c ./cry build cryptol-remote-api' returned a non-zero code: 1
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1196>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA36B2VDCPZ6EK56NQ3OD7TTNR7BNANCNFSM443SIXGA>
.
|
Aha! the
is causing the submodule to get bumped to a newer checkout than it is pinned by cryptol. I believe dropping the |
Thank you @pnwamk ! |
...speaking of which, I really should update |
I'm attempting to build
cryptol-remote-api
on CentOS 7 and am having trouble. The dockerfile is attached.cryptol-solvers-centos7-nightly.Dockerfile.txt
Here is the error:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: