-
Notifications
You must be signed in to change notification settings - Fork 7
Building failed. #44
Comments
I believe I have seen problems like this related to the Rust version that is being used. Can you please share this?
|
~: rustc --version I do not see any main difference between your versions and mine :/ |
Can you share some steps to reproduce this issue? Are you building the node template? What tutorial are you following and what step are you at? |
I am following this tutorial: https://www.substrate.io/tutorials/create-your-first-substrate-chain/v2.0.0-alpha.8/setup and then I ran these commands: Update Rustrustup update nightly Add Wasm targetrustup target add wasm32-unknown-unknown --toolchain nightly cd substrate-node-template/ That's it. |
Okay, it looks like you're building |
The initial commands are the same for both versions (v2.0.0-rc and v2.0.0-alpha.8). Yes, I executed also the source ~/.cargo/env command. |
Okay, it looks like you're running on Windows, correct? Let me see if I can find someone with a Windows machine who may be able to replicate this issue. |
Yes, I am using Windows but I am using Windows subsystem for Linux. |
Helpful information, thanks for the context 👍 |
I asked in our Substrate Technical channel on Riot and the suggestion was, indeed, that you need to downgrade your Rust nightly to 15.05. Here are some commands that someone else provided me with but I have not tried myself:
|
Linking to the upstream Issue in Substrate paritytech/substrate#6167. |
@danforbes it worked. Thank you! |
install or update rust:cmd:
|
Hello guys,
I am trying to build in release either in developing but I am facing the issue below:
The text was updated successfully, but these errors were encountered: