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
kreyren@leonid ~/Repositories/guix [env]$ ./pre-inst-env guix build rust-cargo-make... Compiling ansi_term v0.11.0 Compiling git_info v0.1.2 Compiling rust_info v0.3.2error[E0658]: the `unsafe_op_in_unsafe_fn` lint is unstable --> /tmp/guix-build-rust-cargo-make-0.35.6.drv-0/cargo-make-0.35.6/guix-vendor/rust-rust-info-0.3.2.tar.gz/src/lib.rs:1:1 |1 | / #![deny(2 | | absolute_paths_not_starting_with_crate,3 | | ambiguous_associated_items,4 | | anonymous_parameters,... |125 | | useless_deprecated126 | | )] | |__^ | = note: see issue #71668 <https://github.com/rust-lang/rust/issues/71668> for more informationerror: aborting due to previous errorFor more information about this error, try `rustc --explain E0658`.error: could not compile `rust_info`.To learn more, run the command again with --verbose.warning: build failed, waiting for other jobs to finish...error: build failedcommand "cargo" "build" "--release" failed with status 101builder for `/gnu/store/9gi25bn6f4zn6c9qrz6mbhgw3k82yxcj-rust-cargo-make-0.35.6.drv' failed with exit code 1build of /gnu/store/9gi25bn6f4zn6c9qrz6mbhgw3k82yxcj-rust-cargo-make-0.35.6.drv failedView build log at '/var/log/guix/drvs/9g/i25bn6f4zn6c9qrz6mbhgw3k82yxcj-rust-cargo-make-0.35.6.drv.bz2'.guix build: error: build of `/gnu/store/9gi25bn6f4zn6c9qrz6mbhgw3k82yxcj-rust-cargo-make-0.35.6.drv' failed
Describe The Bug
Fails to build on while defining cargo-make as a package for GNU Giox
Describe The Bug
Fails to build on while defining cargo-make as a package for GNU Giox
To Reproduce
On GNU Guix:
guix import crate cargo-make -r >> path/to/guix/repo/gnu/packages/crates-io.scm
Theoretical
Relevants
R.1. rust-lang/rust#71668
The text was updated successfully, but these errors were encountered: