You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Is this normal?
It does seem to be compiling now though...
It ultimately finished. I guess that's good!
The text was updated successfully, but these errors were encountered: