Describe the issue
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
- wget https://github.com/bitcoin/bitcoin/archive/v0.13.0.tar.gz
- tar -xvzf v0.13.0.tar.gz
- cd bitcoin-0.13.0/depends
- make HOST=x86_64-apple-darwin11
Expected behaviour
As described here https://github.com/bitcoin/bitcoin/tree/master/depends it should to build dependencies for the MacOSX
Actual behaviour
Got errors
0Extracting native_biplist...
1/home/kzv/bitcoin/bitcoin-0.13.0/depends/sources/biplist-0.9.tar.gz: OK
2Preprocessing native_biplist...
3patching file biplist/__init__.py
4Configuring native_biplist...
5Building native_biplist...
6Traceback (most recent call last):
7 File "setup.py", line 6, in <module>
8 import ez_setup
9ImportError: No module named ez_setup
10funcs.mk:242: recipe for target '/home/kzv/bitcoin/bitcoin-0.13.0/depends/work/build/x86_64-apple-darwin11/native_biplist/0.9-d0524e5b699/./.stamp_built' failed
11make: *** [/home/kzv/bitcoin/bitcoin-0.13.0/depends/work/build/x86_64-apple-darwin11/native_biplist/0.9-d0524e5b699/./.stamp_built] Error 1
What version of bitcoin-core are you using?
0.13.0 (release)
Machine specs:
- Ubuntu 16.04 TLS (32 bit):
Same issue with bitcoin release 0.12.1 ( Ubuntu 16.04 TLS 64-bit)
When “make HOST=x86_64-apple-darwin11” got errors:
0Configuring native_cdrkit...
1/bin/sh: 1: cmake: not found
2funcs.mk:238: recipe for target '/home/kzv/makos/bitcoin-0.12.1/depends/work/build/x86_64-apple-darwin11/native_cdrkit/1.1.11-cb58a68db82/./.stamp_configured' failed
3make: *** [/home/kzv/makos/bitcoin-0.12.1/depends/work/build/x86_64-apple-darwin11/native_cdrkit/1.1.11-cb58a68db82/./.stamp_configured] Error 127