Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

improve building from source #7239

Merged
merged 1 commit into from Dec 8, 2017
Merged

Conversation

jdetychey
Copy link
Contributor

Lots of people are having trouble building from source and keep up to date. The main reason seems to be that cargo/rustup is hard to work with. The 'abort' panic strategy error is very frustrating and seems to be solved 100% of time with a clean.
Adding those lines:
When compiling a crate if you receive this error:

error: the crate is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`

Cleaning the repository will most likely solve the issue, try:

cargo clean

Lots of people are having trouble building from source and keep up to date. The main reason seems to be that cargo/rustup is hard to work with. The 'abort' panic strategy error is very frustrating and seems to be solved 100% of time with a clean.
 Adding those lines:
 When compiling a crate if you receive this error:
```
error: the crate is compiled with the panic strategy `abort` which is incompatible with this crate's strategy of `unwind`
```
Cleaning the repository will most likely solve the issue, try:
```
cargo clean
```
@parity-cla-bot
Copy link

It looks like @jdetychey signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@jdetychey
Copy link
Contributor Author

You're welcome parity-cla-bot, I did it years ago (-: 🤖

@5chdn 5chdn added A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M3-docs 📑 Documentation. labels Dec 8, 2017
@5chdn 5chdn added this to the 1.9 milestone Dec 8, 2017
@5chdn 5chdn merged commit ce390fc into openethereum:master Dec 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A2-insubstantial 👶 Pull request requires no code review (e.g., a sub-repository hash update). M3-docs 📑 Documentation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants