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

supertag fails to compile #139249

Closed
suhr opened this issue Sep 23, 2021 · 1 comment · Fixed by #139368
Closed

supertag fails to compile #139249

suhr opened this issue Sep 23, 2021 · 1 comment · Fixed by #139368
Labels
0.kind: bug Something is broken

Comments

@suhr
Copy link
Contributor

suhr commented Sep 23, 2021

Describe the bug

error: builder for '/nix/store/wxwd5b1zyylvzbjmrs35gy40g3fhb085-supertag-0.1.4.drv' failed with exit code 101;
       last 10 log lines:
       >
       > error: aborting due to 27 previous errors
       >
       > Some errors have detailed explanations: E0277, E0308.
       > For more information about an error, try `rustc --explain E0277`.
       > error: could not compile `lexical-core`
       >
       > To learn more, run the command again with --verbose.
       > warning: build failed, waiting for other jobs to finish...
       > error: build failed
       For full logs, run 'nix log /nix/store/wxwd5b1zyylvzbjmrs35gy40g3fhb085-supertag-0.1.4.drv'.

Notify maintainers

@oxzi

Metadata

 - system: `"x86_64-linux"`
 - host os: `Linux 5.14.5, NixOS, 21.11 (Porcupine)`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.4pre20210908_3c56f62`
 - channels(root): `"home-manager, nixos-21.11pre294801.432fc2d9a67"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
@suhr suhr added the 0.kind: bug Something is broken label Sep 23, 2021
@figsoda
Copy link
Member

figsoda commented Sep 25, 2021

this is due to supertag using an old version of lexical-core which is incompatible with new versions of rust, which is fixed upstream in rust-lexical here, but supertag hasn't updated its dependencies and made a new release yet
A easy fix would be to patch its Cargo.lock to use a newer version of lexical-core
hydra failure if anyone is interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants