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

Hasura-graphql-engine #181630

Open
freezeboy opened this issue Jul 15, 2022 · 1 comment
Open

Hasura-graphql-engine #181630

freezeboy opened this issue Jul 15, 2022 · 1 comment
Labels

Comments

@freezeboy
Copy link
Contributor

freezeboy commented Jul 15, 2022

Steps To Reproduce

Steps to reproduce the behavior:

  1. build hasura-graphql-engine

Build log

error: builder for '/nix/store/lpi342mv7i6hkv4jx582mhds2413q762-graphql-engine-2.3.1.drv' failed with exit code 1;
       last 10 log lines:
       >        either ‘Autodocodec.disjointMatchChoiceCodec’,
       >               imported from ‘Autodocodec’ at src-dc-api/Autodocodec/Extended.hs:19:1-18
       >               (and originally defined in ‘Autodocodec.Codec’)
       >            or ‘Autodocodec.Extended.disjointMatchChoiceCodec’,
       >               defined at src-dc-api/Autodocodec/Extended.hs:111:1
       >     |
       > 131 |         disjointMatchChoiceCodec c (go l') $ \i -> case m i of
       >     |         ^^^^^^^^^^^^^^^^^^^^^^^^
       > [ 2 of 17] Compiling Hasura.Backends.DataConnector.API.V0.ConfigSchema ( src-dc-api/Hasura/Backends/DataConnector/API/V0/ConfigSchema.hs, dist/build/dc-api/Hasura/Backends/DataConnector/API/V0/ConfigSchema.o, dist/build/dc-api/Hasura/Backends/DataConnector/API/V0/ConfigSchema.dyn_o )
       > [ 3 of 17] Compiling Hasura.Backends.DataConnector.API.V0.Capabilities ( src-dc-api/Hasura/Backends/DataConnector/API/V0/Capabilities.hs, dist/build/dc-api/Hasura/Backends/DataConnector/API/V0/Capabilities.o, dist/build/dc-api/Hasura/Backends/DataConnector/API/V0/Capabilities.dyn_o )
       For full logs, run 'nix log /nix/store/lpi342mv7i6hkv4jx582mhds2413q762-graphql-engine-2.3.1.drv'. 

Additional context

I launched the update.sh script to try to unbreak the build.

I had to manually replace the graphql parser hedgehog dep to hedgehog_1_1_1

Removed the first patch as it has been merged apparently.

I am now stuck on an ambiguous function call i am not sure how to fix it.

Notify maintainers

@Lassulus

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here
@freezeboy freezeboy added the 0.kind: build failure A package fails to build label Jul 15, 2022
@thenonameguy
Copy link
Contributor

thenonameguy commented Oct 31, 2022

FYI there is a working flake (for x86-linux at least) of the latest version of the graphql-engine server:
hasura/graphql-engine#9160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants