Blocking waiting for a file lock on the registry index after building parity from source

0 votes

I followed the readme instructions for building Parity from source and then I execute this command: cargo build --release and then: ~/.cargo/bin/cargo build --release .. as instructed; both of which cause me to receive the following message while the prompt hangs: Blocking waiting for file lock on the registry index I'm on a Mac.

Aug 28, 2018 in Blockchain by aryya
• 7,450 points
823 views

1 answer to this question.

0 votes
I had the same issue and got around it with rm -rf ~/.cargo/registry/index/*.
answered Aug 28, 2018 by Johnathon
• 9,090 points

Related Questions In Blockchain

0 votes
1 answer

"Blocking waiting for file lock on the registry index"

Use the following command: rm -rf ~/.cargo/registry/index/* Or you ...READ MORE

answered Jun 18, 2018 in Blockchain by Christine
• 15,790 points
1,266 views
0 votes
1 answer

What could be the best term to use for the collection of contracts in a .sol file?

module - don't think so. Because module ...READ MORE

answered Jun 2, 2018 in Blockchain by Shashank
• 10,400 points
526 views
0 votes
1 answer

How do I withdraw the balance from a contract on Ethereum test blockchain?

Your need to improvise your code a ...READ MORE

answered Aug 3, 2018 in Blockchain by Perry
• 17,100 points
2,451 views
+1 vote
3 answers

What is the pattern for handling throw on a Solidity contract in tests

In my opinion the cleanest way is: it("should ...READ MORE

answered Sep 25, 2018 in Blockchain by Lupin
1,547 views
0 votes
1 answer

Truffle tests not running after truffle init

This was a bug. They've fixed it. ...READ MORE

answered Sep 11, 2018 in Blockchain by Christine
• 15,790 points
1,692 views
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,233 views
+1 vote
1 answer

Protocols used in a distributed/dlt system for the nodes to establish communication

yes all are over TCP/IP connections secured ...READ MORE

answered Aug 6, 2018 in Blockchain by aryya
• 7,450 points
1,144 views
0 votes
1 answer

Can a blockchain be used to verify or store a document on the blockchain?

Bitcoin is decentralized payment syatem. It was ...READ MORE

answered May 10, 2018 in Blockchain by Johnathon
• 9,090 points
644 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP