BTCPrivate / BitcoinPrivate-legacy

Bitcoin Private is a Bitcoin and Zclassic fork which uses ZK-SNARK technology for privacy and fungibility.
Other
285 stars 132 forks source link

Build issue while Fetching libsnark... #226

Closed ajabnoor closed 5 years ago

ajabnoor commented 5 years ago

I am trying to install the latest wallet on Ubuntu 18.04.2 LTS on a VM but the install stops at the following error

2019-03-29 05:11:39 ERROR 403: Forbidden. wget: unable to resolve host address ‘github.com’ funcs.mk:242: recipe for target '/home/xxxx/BTCP/BitcoinPrivate/depends/sources/download-stamps/.stamp_fetched-libsnark-libsnark-3854b20c25e8bc567aab2b558dec84d45f4a3e73.tar.gz.hash' failed make: *** [/home/xxxx/BTCP/BitcoinPrivate/depends/sources/download-stamps/.stamp_fetched-libsnark-libsnark-3854b20c25e8bc567aab2b558dec84d45f4a3e73.tar.gz.hash] Error 4 make: Leaving directory '/home/xxxx/BTCP/BitcoinPrivate/depends'

ajabnoor commented 5 years ago

I just solved it by installing latest ubuntu server version and works fine

interbiznw commented 5 years ago

Thanks for posting the resolution, for documentation purposes for others that may run into this.

But seems like a networking or DNS issue was the root cause as it couldn't resolve github.com OR possibly the way you cloned.