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

Docker build failed #694

Open
frfranck opened this issue Dec 20, 2022 · 0 comments
Open

Docker build failed #694

frfranck opened this issue Dec 20, 2022 · 0 comments

Comments

@frfranck
Copy link

src/Language/JSON/AST.hs:75:7: error: parse error on input ‘forall’
|
75 | ( forall a_1.
| ^^^^^^
[1 of 4] Compiling Language.PHP.AST ( src/Language/PHP/AST.hs, /build/dist-newstyle/build/x86_64-linux/ghc-8.8.1/semantic-php-0.0.0.0/build/Language/PHP/AST.o )

src/Language/PHP/AST.hs:352:7: error: parse error on input ‘forall’
|
352 | ( forall a_1.
| ^^^^^^
[1 of 4] Compiling Language.Ruby.AST ( src/Language/Ruby/AST.hs, /build/dist-newstyle/build/x86_64-linux/ghc-8.8.1/semantic-ruby-0.0.0.0/build/Language/Ruby/AST.o )
[1 of 4] Compiling Language.TypeScript.AST ( src/Language/TypeScript/AST.hs, /build/dist-newstyle/build/x86_64-linux/ghc-8.8.1/semantic-typescript-0.0.0.0/build/Language/TypeScript/AST.o )

src/Language/Ruby/AST.hs:329:7: error:
parse error on input ‘forall’
|
329 | ( forall a_1.
| ^^^^^^

src/Language/TypeScript/AST.hs:358:7: error:
parse error on input ‘forall’
|
358 | ( forall a_1.
| ^^^^^^
[1 of 4] Compiling Language.TSX.AST ( src/Language/TSX/AST.hs, /build/dist-newstyle/build/x86_64-linux/ghc-8.8.1/semantic-tsx-0.0.0.0/build/Language/TSX/AST.o )
Configuring library for semantic-java-0.0.0.0..

src/Language/TSX/AST.hs:369:7: error: parse error on input ‘forall’
|
369 | ( forall a_1.
| ^^^^^^
Preprocessing library for semantic-java-0.0.0.0..
Building library for semantic-java-0.0.0.0..
[1 of 4] Compiling Language.Java.AST ( src/Language/Java/AST.hs, /build/dist-newstyle/build/x86_64-linux/ghc-8.8.1/semantic-java-0.0.0.0/build/Language/Java/AST.o )

src/Language/Java/AST.hs:326:7: error:
parse error on input ‘forall’
|
326 | ( forall a_1.
| ^^^^^^
[21 of 21] Compiling Analysis.Syntax ( src/Analysis/Syntax.hs, /build/dist-newstyle/build/x86_64-linux/ghc-8.8.1/semantic-analysis-0.0.0.0/build/Analysis/Syntax.o )
cabal: Failed to build semantic-java-0.0.0.0 (which is required by
exe:semantic from semantic-0.11.0.1).
Failed to build semantic-json-0.0.0.0 (which is required by exe:semantic from
semantic-0.11.0.1).
Failed to build semantic-php-0.0.0.0 (which is required by exe:semantic from
semantic-0.11.0.1).
Failed to build semantic-ruby-0.0.0.0 (which is required by exe:semantic from
semantic-0.11.0.1).
Failed to build semantic-tsx-0.0.0.0 (which is required by exe:semantic from
semantic-0.11.0.1).
Failed to build semantic-typescript-0.0.0.0 (which is required by exe:semantic
from semantic-0.11.0.1).

The command '/bin/sh -c cabal v2-update && cabal v2-configure --flags="release" && cabal v2-build semantic:exe:semantic' returned a non-zero code: 1

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