Skip to content

Cross-compilation from Ubuntu to MacOSX not worked #8913

@3s3s

Description

@3s3s

Describe the issue

Can you reliably reproduce the issue?

If so, please list the steps to reproduce below:

  1. wget https://github.com/bitcoin/bitcoin/archive/v0.13.0.tar.gz
  2. tar -xvzf v0.13.0.tar.gz
  3. cd bitcoin-0.13.0/depends
  4. 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

Extracting native_biplist...
/home/kzv/bitcoin/bitcoin-0.13.0/depends/sources/biplist-0.9.tar.gz: OK
Preprocessing native_biplist...
patching file biplist/__init__.py
Configuring native_biplist...
Building native_biplist...
Traceback (most recent call last):
  File "setup.py", line 6, in <module>
    import ez_setup
ImportError: No module named ez_setup
funcs.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
make: *** [/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:

Configuring native_cdrkit...
/bin/sh: 1: cmake: not found
funcs.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
make: *** [/home/kzv/makos/bitcoin-0.12.1/depends/work/build/x86_64-apple-darwin11/native_cdrkit/1.1.11-cb58a68db82/./.stamp_configured] Error 127

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions