Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile compile of bitcoin #21

Closed
tofutim opened this issue May 3, 2021 · 1 comment
Closed

Dockerfile compile of bitcoin #21

tofutim opened this issue May 3, 2021 · 1 comment

Comments

@tofutim
Copy link

tofutim commented May 3, 2021

Thanks for your great work on bitcoin. I'm trying to use the Dockerfile to generate a Mac client. I now have copied the SDK to the SDKs folder, however, when I start I see errors like this:

bash-5.1# HOSTS="x86_64-apple-darwin18" ./contrib/guix/guix-build
/bin/sh: gcc: not found
/bin/sh: gcc: not found
/bin/sh: g++: not found
/bin/sh: g++: not found
env: can't execute '/bitcoin/depends/x86_64-apple-darwin18/native/bin/clang': No such file or directory
env: can't execute '/bitcoin/depends/x86_64-apple-darwin18/native/bin/clang': No such file or directory
env: can't execute '/bitcoin/depends/x86_64-apple-darwin18/native/bin/clang++': No such file or directory
env: can't execute '/bitcoin/depends/x86_64-apple-darwin18/native/bin/clang++': No such file or directory
Found macOS SDK at '/bitcoin/depends/SDKs/Xcode-11.3.1-11C505-extracted-SDK-with-libcxx-headers', using...
Checking that we can connect to the guix-daemon...

Hint: If this hangs, you may want to try turning your guix-daemon off and on
      again.

/bin/sh: gcc: not found
/bin/sh: gcc: not found
/bin/sh: g++: not found
/bin/sh: g++: not found
/bin/sh: gcc: not found
/bin/sh: gcc: not found
/bin/sh: g++: not found
/bin/sh: g++: not found
make: Entering directory '/bitcoin/depends'
/bin/sh: gcc: not found
/bin/sh: gcc: not found
/bin/sh: g++: not found
/bin/sh: g++: not found
/bin/sh: gcc: not found
/bin/sh: gcc: not found
/bin/sh: g++: not found
/bin/sh: g++: not found
make[1]: Entering directory '/bitcoin/depends'
/bin/sh: gcc: not found
/bin/sh: gcc: not found
/bin/sh: g++: not found
/bin/sh: g++: not found
env: can't execute '/bitcoin/depends/x86_64-apple-darwin/native/bin/clang': No such file or directory
env: can't execute '/bitcoin/depends/x86_64-apple-darwin/native/bin/clang': No such file or directory
env: can't execute '/bitcoin/depends/x86_64-apple-darwin/native/bin/clang++': No such file or directory
env: can't execute '/bitcoin/depends/x86_64-apple-darwin/native/bin/clang++': No such file or directory
Fetching boost_1_71_0.tar.bz2 from https://dl.bintray.com/boostorg/release/1.71.0/source/

Is this normal?

It does seem to be compiling now though...

It ultimately finished. I guess that's good!

Writing XML data...
Generating UDIF metadata...
Master checksum: 6e4436be
Writing out UDIF resource file...
Cleaning up...
Done
rm /outdir-base/x86_64-apple-darwin18/bitcoin-e1e1e708fa0f-osx-unsigned.temp.iso
@tofutim tofutim closed this as completed May 3, 2021
@fanquake
Copy link
Owner

fanquake commented May 3, 2021

Yes, these warnings are currently expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants