-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Build failing on master branch #4978
Comments
What is rust version you are using? You can update it with |
|
@joepetrowski Please have a look & give @jbrukh assistance if he still have issues after upgrading. Thanks. |
I am having similar issues, trying to upgrade from an older substrate/subkey for latest edgeware flags.
I am on OS X Catalina 10.15.2 |
Can you try running this first?
I just ran that and then
And it worked fine. |
@joepetrowsk I can't speak for @jbrukh but that is what I've been doing. The first command just updates all my brew packages and then exits. I've also tried pulling the repo manually and building with cargo. In both cases, I am now stuck on the WASM error. |
@joepetrowski I ran again a few times and found there to be some unrelated issues with homebrew that were blocking the script. It doesn't seem to recognize certain brew exits as errors and unfortunately because it tries to update every single package, even those unrelated to substrate, there is a wide error surface. For instance, in my case there was a breaking change to an ocaml packge. I had to manually remove it and rerun the script and now it works. I never knew previously that the script hadn't finished. After resolving this issue my build succeeded with Thanks. |
As a side note, how is subkey versioned? Running |
Versioning will be coming soon. For the last several months, Substrate has been changing so fast that there was no semver, so everything was "pre-2.0". We will be releasing 2.0 shortly though. |
I am getting a different build issue on Substrate master, possibly caused by latest nightly
|
I'm getting the same error as @xlc
EDIT:
|
Thanks @joepetrowski and thanks @emkman, I went through exactly the same steps and got the same errors. Then I just ran the recommended install command
My goal is to just get the latest version of |
@jbrukh seems to be an issue with latest rust nightly. That install command builds everything. Try:
|
Complementing Joe's answer:
|
Thanks @joepetrowski and @riusricardo for the support! This worked for me, so I am resolving the ticket. |
Hey :) Still not working for me.. I am using Ubuntu Release 18.04
Here are the logs I get:
Do you have any idea? Thanks :) |
When running
cargo install --force --git http://github.com/paritytech/substrate subkey
, I get the following build error:Not a rust expert, would appreciate any advice. Looks like a dependency issue or perhaps my dependencies may be out of date.
The text was updated successfully, but these errors were encountered: