You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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
Describe the bug
Notify maintainers
@oxzi
Metadata
The text was updated successfully, but these errors were encountered: