Git Product home page Git Product logo

zcash-apple's People

Contributors

alperakcan avatar demirten avatar kozyilmaz avatar rex4539 avatar timxor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zcash-apple's Issues

I come to here to create a local wallet and private address, may I ask how

Whilst the system is sync its node for the day in my mac, may I ask this newbie issue.

I was directed to here by zcash site about creating wallet. Seems not sure how to do it.

Any instruction in the readme would be nice to sync with the zcash site (even though you are not associated with it).

Many thanks in advance.

Build Failing

I've followed the README and receive this error:

iMac:zcash-apple brianhoffman$ make
  CLONE      autoconf
  CONFIG     autoconf
  BUILD      autoconf
  INSTALL    autoconf
  CLONE      automake
  CONFIG     automake
  BUILD      automake
  INSTALL    automake
  CLONE      libtool
  CONFIG     libtool
  BUILD      libtool
  INSTALL    libtool
  CLONE      pkgconfig
  CONFIG     pkgconfig
  BUILD      pkgconfig
make[2]: *** [build] Error 1
make[1]: *** [pkgconfig_all] Error 2
make: *** [tools_all] Error 2
iMac:zcash-apple brianhoffman$

zcash.conf settings not taking...

Newbie alert....

Running zcashd from out/usr/local/bin... and installed zcash.conf with testnet enabled in Application Support/Zcash folder... But - testnet renames disabled despite enabling (and removing #).

So... what are reasons the .conf file isn't being recognized despite comment character being removed for testnet=1?

Output of getmininginfo:

{
"blocks": 179264,
"currentblocksize": 0,
"currentblocktx": 0,
"difficulty": 5877942.367122299,
"errors": "",
"genproclimit": -1,
"localsolps": 0,
"networksolps": 307657097,
"networkhashps": 307657097,
"pooledtx": 0,
"testnet": false,
"chain": "main",
"generate": false
}

Build failed

I am having trouble compiling the current build.

Output:

$ xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
$ git clone https://github.com/kozyilmaz/zcash-apple.git
[...]
$ cd zcash-apple/
$ source environment
$ PRINT_DEBUG=y make all
[...]
6 warnings generated.
3 warnings generated.
1 warning generated.
  CCLD     pkg-config
Undefined symbols for architecture x86_64:
  "_libiconv", referenced from:
      _g_iconv in libglib-2.0.a(libglib_2_0_la-gconvert.o)
      _g_convert_with_iconv in libglib-2.0.a(libglib_2_0_la-gconvert.o)
      _g_convert_with_fallback in libglib-2.0.a(libglib_2_0_la-gconvert.o)
  "_libiconv_close", referenced from:
      _g_iconv_close in libglib-2.0.a(libglib_2_0_la-gconvert.o)
      _g_convert in libglib-2.0.a(libglib_2_0_la-gconvert.o)
      _g_convert_with_fallback in libglib-2.0.a(libglib_2_0_la-gconvert.o)
  "_libiconv_open", referenced from:
      _g_iconv_open in libglib-2.0.a(libglib_2_0_la-gconvert.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[6]: *** [pkg-config] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [pkgconfig_build] Error 2
make[2]: *** [build] Error 1
make[1]: *** [pkgconfig_all] Error 2
make: *** [tools_all] Error 2

My system:

$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.13.4
BuildVersion:	17E199
$ clang -v
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.1)
Target: x86_64-apple-darwin17.5.0
Thread model: posix

Ask for help and tips. Many Thanks.

Deprecated version

I have cloned the source code and tried to rebuild it from source but when running

./zcashd

I got the following error:

Error: This version has been deprecated as of block height 476012. You should upgrade to the latest version of Zcash.

Any update to come as I would like to export my private keys from the previous version and seems like I'm unable to do it without running zcash-apple?

Feature: run the client in menubar

Would be lovely to see it only in the menu bar.
Should I start modifying the interface to support this? (didn't inspect the code yet)

Regards

Build fails on Xcode 9.3

config.log

Options used to compile and link:
  with wallet   = yes
  with rust     = yes
  with proton   = no
  with zmq      = yes
  with test     = yes
  debug enabled = no
  werror        = yes

  target os     = darwin
  build os      = darwin

  CC            = /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8
  CFLAGS        = -pipe -O2 -Wall -Wextra -pipe -g3 -O2 -fsigned-char -fno-strict-aliasing -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D__DARWIN__=1 -I/opt/local/include -fPIC
  CPPFLAGS      = -Qunused-arguments -I/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX
  CXX           = /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11
  CXXFLAGS      = -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template
  LDFLAGS       = -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip
  ARFLAGS       = cr

+ make V=1
Making all in src
/Applications/Xcode.app/Contents/Developer/usr/bin/make  -C secp256k1 libsecp256k1.la
/bin/sh ../libtool  --tag=CXX   --mode=link /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template  -pthread  -pie  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcashd zcashd-bitcoind.o  libbitcoin_server.a libbitcoin_common.a univalue/libunivalue.la libbitcoin_util.a crypto/libbitcoin_crypto.a libzcash.a snark/build/lib/libsnark.a ./leveldb/libleveldb.a ./leveldb/libmemenv.a secp256k1/libsecp256k1.la libbitcoin_zmq.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lzmq -lstdc++ libbitcoin_wallet.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -ldb_cxx-6.2 -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lssl -lcrypto -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lcrypto -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -levent_pthreads -levent -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -levent crypto/libbitcoin_crypto.a -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -lrustzcash  
/bin/sh ../libtool  --tag=CXX   --mode=link /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template  -pthread  -pie  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash-cli zcash_cli-bitcoin-cli.o  libbitcoin_cli.a univalue/libunivalue.la libbitcoin_util.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lssl -lcrypto -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lcrypto -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -levent libzcash.a snark/build/lib/libsnark.a crypto/libbitcoin_crypto.a -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -lrustzcash 
/bin/sh ../libtool  --tag=CXX   --mode=link /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template  -pthread  -pie  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash-tx zcash_tx-bitcoin-tx.o  univalue/libunivalue.la libbitcoin_common.a libbitcoin_util.a secp256k1/libsecp256k1.la libzcash.a snark/build/lib/libsnark.a crypto/libbitcoin_crypto.a -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -lrustzcash -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lcrypto 
/bin/sh ../libtool  --tag=CXX   --mode=link /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template  -pthread  -pie  -static -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip -o test/test_bitcoin test/test_test_bitcoin-arith_uint256_tests.o test/test_test_bitcoin-addrman_tests.o test/test_test_bitcoin-alert_tests.o test/test_test_bitcoin-allocator_tests.o test/test_test_bitcoin-base32_tests.o test/test_test_bitcoin-base58_tests.o test/test_test_bitcoin-base64_tests.o test/test_test_bitcoin-bip32_tests.o test/test_test_bitcoin-bloom_tests.o test/test_test_bitcoin-checkblock_tests.o test/test_test_bitcoin-Checkpoints_tests.o test/test_test_bitcoin-coins_tests.o test/test_test_bitcoin-compress_tests.o test/test_test_bitcoin-crypto_tests.o test/test_test_bitcoin-DoS_tests.o test/test_test_bitcoin-equihash_tests.o test/test_test_bitcoin-getarg_tests.o test/test_test_bitcoin-hash_tests.o test/test_test_bitcoin-key_tests.o test/test_test_bitcoin-main_tests.o test/test_test_bitcoin-mempool_tests.o test/test_test_bitcoin-miner_tests.o test/test_test_bitcoin-mruset_tests.o test/test_test_bitcoin-multisig_tests.o test/test_test_bitcoin-netbase_tests.o test/test_test_bitcoin-pmt_tests.o test/test_test_bitcoin-policyestimator_tests.o test/test_test_bitcoin-pow_tests.o test/test_test_bitcoin-raii_event_tests.o test/test_test_bitcoin-reverselock_tests.o test/test_test_bitcoin-rpc_tests.o test/test_test_bitcoin-sanity_tests.o test/test_test_bitcoin-scheduler_tests.o test/test_test_bitcoin-script_P2SH_tests.o test/test_test_bitcoin-script_tests.o test/test_test_bitcoin-scriptnum_tests.o test/test_test_bitcoin-serialize_tests.o test/test_test_bitcoin-sighash_tests.o test/test_test_bitcoin-sigopcount_tests.o test/test_test_bitcoin-skiplist_tests.o test/test_test_bitcoin-test_bitcoin.o test/test_test_bitcoin-timedata_tests.o test/test_test_bitcoin-torcontrol_tests.o test/test_test_bitcoin-transaction_tests.o test/test_test_bitcoin-uint256_tests.o test/test_test_bitcoin-univalue_tests.o test/test_test_bitcoin-util_tests.o test/test_test_bitcoin-sha256compress_tests.o test/test_test_bitcoin-accounting_tests.o wallet/test/test_test_bitcoin-wallet_tests.o test/test_test_bitcoin-rpc_wallet_tests.o     libbitcoin_server.a libbitcoin_cli.a libbitcoin_common.a libbitcoin_util.a crypto/libbitcoin_crypto.a univalue/libunivalue.la ./leveldb/libleveldb.a ./leveldb/libmemenv.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lboost_unit_test_framework-mt secp256k1/libsecp256k1.la -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -levent_pthreads -levent -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -levent libbitcoin_wallet.a  -ldb_cxx-6.2 -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lssl -lcrypto -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lcrypto libzcash.a snark/build/lib/libsnark.a -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -lrustzcash -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lzmq -lstdc++  
/bin/sh ../libtool  --tag=CXX   --mode=link /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template  -pthread  -pie  -static -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash-gtest gtest/zcash_gtest-main.o gtest/zcash_gtest-utils.o gtest/zcash_gtest-test_checktransaction.o gtest/zcash_gtest-json_test_vectors.o gtest/zcash_gtest-test_foundersreward.o wallet/gtest/zcash_gtest-test_wallet_zkeys.o gtest/zcash_gtest-test_tautology.o gtest/zcash_gtest-test_deprecation.o gtest/zcash_gtest-test_equihash.o gtest/zcash_gtest-test_httprpc.o gtest/zcash_gtest-test_joinsplit.o gtest/zcash_gtest-test_keystore.o gtest/zcash_gtest-test_noteencryption.o gtest/zcash_gtest-test_mempool.o gtest/zcash_gtest-test_merkletree.o gtest/zcash_gtest-test_metrics.o gtest/zcash_gtest-test_miner.o gtest/zcash_gtest-test_pow.o gtest/zcash_gtest-test_random.o gtest/zcash_gtest-test_rpc.o gtest/zcash_gtest-test_transaction.o gtest/zcash_gtest-test_validation.o gtest/zcash_gtest-test_circuit.o gtest/zcash_gtest-test_txid.o gtest/zcash_gtest-test_libzcash_utils.o gtest/zcash_gtest-test_proofs.o gtest/zcash_gtest-test_paymentdisclosure.o gtest/zcash_gtest-test_checkblock.o wallet/gtest/zcash_gtest-test_wallet.o -lgtest -lgmock libbitcoin_server.a libbitcoin_cli.a libbitcoin_common.a libbitcoin_util.a crypto/libbitcoin_crypto.a univalue/libunivalue.la ./leveldb/libleveldb.a ./leveldb/libmemenv.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lboost_unit_test_framework-mt secp256k1/libsecp256k1.la libbitcoin_zmq.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lzmq -lstdc++ libbitcoin_wallet.a  -ldb_cxx-6.2 -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lssl -lcrypto -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lcrypto -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -levent_pthreads -levent -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -levent libzcash.a snark/build/lib/libsnark.a -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -lrustzcash  
/bin/sh ../libtool  --tag=CXX   --mode=link /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread  -pie -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash/GenerateParams zcash/zcash_GenerateParams-GenerateParams.o -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt libzcash.a snark/build/lib/libsnark.a libbitcoin_util.a crypto/libbitcoin_crypto.a -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -lrustzcash 
/bin/sh ../libtool  --tag=CXX   --mode=link /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread  -pie -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib  -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash/CreateJoinSplit zcash/zcash_CreateJoinSplit-CreateJoinSplit.o libbitcoin_common.a libzcash.a snark/build/lib/libsnark.a libbitcoin_util.a crypto/libbitcoin_crypto.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lgmp -lgmpxx -lboost_system-mt -lcrypto -lsodium -lrustzcash 
libtool: link: /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread -pie -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash/GenerateParams zcash/zcash_GenerateParams-GenerateParams.o -Wl,-bind_at_load  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt libzcash.a snark/build/lib/libsnark.a libbitcoin_util.a crypto/libbitcoin_crypto.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmpxx.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmp.a -lboost_system-mt -lcrypto /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libsodium.a -lrustzcash -pthread
libtool: link: /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread -pie -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash/CreateJoinSplit zcash/zcash_CreateJoinSplit-CreateJoinSplit.o -Wl,-bind_at_load  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib libbitcoin_common.a libzcash.a snark/build/lib/libsnark.a libbitcoin_util.a crypto/libbitcoin_crypto.a -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmpxx.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmp.a -lboost_system-mt -lcrypto /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libsodium.a -lrustzcash -pthread
clangclang: : errorerror: : argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]

make[5]: *** [zcash/GenerateParams] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [zcash/CreateJoinSplit] Error 1
libtool: link: /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread -pie -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash-tx zcash_tx-bitcoin-tx.o -Wl,-bind_at_load  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib univalue/.libs/libunivalue.a libbitcoin_common.a libbitcoin_util.a secp256k1/.libs/libsecp256k1.a -L/opt/local/lib libzcash.a snark/build/lib/libsnark.a crypto/libbitcoin_crypto.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmpxx.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmp.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libsodium.a -lrustzcash -lboost_system-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lcrypto -pthread
libtool: link: /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread -pie -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash-cli zcash_cli-bitcoin-cli.o -Wl,-bind_at_load  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib libbitcoin_cli.a univalue/.libs/libunivalue.a libbitcoin_util.a -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib -lssl /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libevent.a libzcash.a snark/build/lib/libsnark.a crypto/libbitcoin_crypto.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmpxx.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmp.a -lboost_system-mt -lcrypto /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libsodium.a -lrustzcash -pthread
clang: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
make[5]: *** [zcash-tx] Error 1
clang: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
make[5]: *** [zcash-cli] Error 1
libtool: link: /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread -pie -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcashd zcashd-bitcoind.o -Wl,-bind_at_load  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib libbitcoin_server.a libbitcoin_common.a univalue/.libs/libunivalue.a libbitcoin_util.a libzcash.a snark/build/lib/libsnark.a ./leveldb/libleveldb.a ./leveldb/libmemenv.a secp256k1/.libs/libsecp256k1.a -L/opt/local/lib libbitcoin_zmq.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libzmq.a -lpthread -lstdc++ libbitcoin_wallet.a -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -ldb_cxx-6.2 -lssl /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libevent_pthreads.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libevent.a crypto/libbitcoin_crypto.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmpxx.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmp.a -lboost_system-mt -lcrypto /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libsodium.a -lrustzcash -pthread
clang: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
make[5]: *** [zcashd] Error 1
libtool: link: /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread -pie -Wl,-headerpad_max_install_names -Wl,-dead_strip -o zcash-gtest gtest/zcash_gtest-main.o gtest/zcash_gtest-utils.o gtest/zcash_gtest-test_checktransaction.o gtest/zcash_gtest-json_test_vectors.o gtest/zcash_gtest-test_foundersreward.o wallet/gtest/zcash_gtest-test_wallet_zkeys.o gtest/zcash_gtest-test_tautology.o gtest/zcash_gtest-test_deprecation.o gtest/zcash_gtest-test_equihash.o gtest/zcash_gtest-test_httprpc.o gtest/zcash_gtest-test_joinsplit.o gtest/zcash_gtest-test_keystore.o gtest/zcash_gtest-test_noteencryption.o gtest/zcash_gtest-test_mempool.o gtest/zcash_gtest-test_merkletree.o gtest/zcash_gtest-test_metrics.o gtest/zcash_gtest-test_miner.o gtest/zcash_gtest-test_pow.o gtest/zcash_gtest-test_random.o gtest/zcash_gtest-test_rpc.o gtest/zcash_gtest-test_transaction.o gtest/zcash_gtest-test_validation.o gtest/zcash_gtest-test_circuit.o gtest/zcash_gtest-test_txid.o gtest/zcash_gtest-test_libzcash_utils.o gtest/zcash_gtest-test_proofs.o gtest/zcash_gtest-test_paymentdisclosure.o gtest/zcash_gtest-test_checkblock.o wallet/gtest/zcash_gtest-test_wallet.o -Wl,-bind_at_load  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib -lgtest -lgmock libbitcoin_server.a libbitcoin_cli.a libbitcoin_common.a libbitcoin_util.a crypto/libbitcoin_crypto.a univalue/.libs/libunivalue.a ./leveldb/libleveldb.a ./leveldb/libmemenv.a -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lboost_unit_test_framework-mt secp256k1/.libs/libsecp256k1.a -L/opt/local/lib libbitcoin_zmq.a -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libzmq.a -lpthread -lstdc++ libbitcoin_wallet.a -ldb_cxx-6.2 -lssl /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libevent_pthreads.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libevent.a libzcash.a snark/build/lib/libsnark.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmpxx.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmp.a -lboost_system-mt -lcrypto /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libsodium.a -lrustzcash -pthread
clang: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
make[5]: *** [zcash-gtest] Error 1
libtool: link: /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -pthread -pie -Wl,-headerpad_max_install_names -Wl,-dead_strip -o test/test_bitcoin test/test_test_bitcoin-arith_uint256_tests.o test/test_test_bitcoin-addrman_tests.o test/test_test_bitcoin-alert_tests.o test/test_test_bitcoin-allocator_tests.o test/test_test_bitcoin-base32_tests.o test/test_test_bitcoin-base58_tests.o test/test_test_bitcoin-base64_tests.o test/test_test_bitcoin-bip32_tests.o test/test_test_bitcoin-bloom_tests.o test/test_test_bitcoin-checkblock_tests.o test/test_test_bitcoin-Checkpoints_tests.o test/test_test_bitcoin-coins_tests.o test/test_test_bitcoin-compress_tests.o test/test_test_bitcoin-crypto_tests.o test/test_test_bitcoin-DoS_tests.o test/test_test_bitcoin-equihash_tests.o test/test_test_bitcoin-getarg_tests.o test/test_test_bitcoin-hash_tests.o test/test_test_bitcoin-key_tests.o test/test_test_bitcoin-main_tests.o test/test_test_bitcoin-mempool_tests.o test/test_test_bitcoin-miner_tests.o test/test_test_bitcoin-mruset_tests.o test/test_test_bitcoin-multisig_tests.o test/test_test_bitcoin-netbase_tests.o test/test_test_bitcoin-pmt_tests.o test/test_test_bitcoin-policyestimator_tests.o test/test_test_bitcoin-pow_tests.o test/test_test_bitcoin-raii_event_tests.o test/test_test_bitcoin-reverselock_tests.o test/test_test_bitcoin-rpc_tests.o test/test_test_bitcoin-sanity_tests.o test/test_test_bitcoin-scheduler_tests.o test/test_test_bitcoin-script_P2SH_tests.o test/test_test_bitcoin-script_tests.o test/test_test_bitcoin-scriptnum_tests.o test/test_test_bitcoin-serialize_tests.o test/test_test_bitcoin-sighash_tests.o test/test_test_bitcoin-sigopcount_tests.o test/test_test_bitcoin-skiplist_tests.o test/test_test_bitcoin-test_bitcoin.o test/test_test_bitcoin-timedata_tests.o test/test_test_bitcoin-torcontrol_tests.o test/test_test_bitcoin-transaction_tests.o test/test_test_bitcoin-uint256_tests.o test/test_test_bitcoin-univalue_tests.o test/test_test_bitcoin-util_tests.o test/test_test_bitcoin-sha256compress_tests.o test/test_test_bitcoin-accounting_tests.o wallet/test/test_test_bitcoin-wallet_tests.o test/test_test_bitcoin-rpc_wallet_tests.o -Wl,-bind_at_load  -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/share/../lib libbitcoin_server.a libbitcoin_cli.a libbitcoin_common.a libbitcoin_util.a crypto/libbitcoin_crypto.a univalue/.libs/libunivalue.a ./leveldb/libleveldb.a ./leveldb/libmemenv.a -lboost_filesystem-mt -lboost_program_options-mt -lboost_thread-mt -lboost_chrono-mt -lboost_unit_test_framework-mt secp256k1/.libs/libsecp256k1.a -L/opt/local/lib -L/Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libevent_pthreads.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libevent.a libbitcoin_wallet.a -ldb_cxx-6.2 -lssl libzcash.a snark/build/lib/libsnark.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmpxx.a /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libgmp.a -lboost_system-mt -lcrypto /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libsodium.a -lrustzcash /Users/rex/zcash-apple/zcash/zcash_v1.0.14/depends/x86_64-apple-darwin17.5.0/lib/libzmq.a -lpthread -lstdc++ -pthread
clang: error: argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
make[5]: *** [test/test_bitcoin] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [zcash_build] Error 2
make[1]: *** [build] Error 1
make: *** [zcash_all] Error 2
MacBook-Pro-2011:~ rex$ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.30)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
MacBook-Pro-2011:~ rex$ clang -v
Apple LLVM version 9.1.0 (clang-902.0.30)
Target: x86_64-apple-darwin17.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
MacBook-Pro-2011:~ rex$ which autoconf
/Users/rex/zcash-apple/tools/o/bin/autoconf
MacBook-Pro-2011:~ rex$ which automake
/Users/rex/zcash-apple/tools/o/bin/automake
MacBook-Pro-2011:~ rex$ which libtool
/usr/bin/libtool
MacBook-Pro-2011:~ rex$ autoconf --version
autoconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
MacBook-Pro-2011:~ rex$ automake --version
automake (GNU automake) 1.15.1
Copyright (C) 2017 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <[email protected]>
       and Alexandre Duret-Lutz <[email protected]>.

blockchain sync question and version

Is there a way to speed up the blockchain sync? its terribly slow and im wiating on coin. The commands also did nothing and im running the 0.44 beta any tips?

upgrade path to 1.1.0

My client refuses to run until upgrade 1.1.0 is installed. I pulled the changes, and tried to rebuild however I get this error from $ PRINT_DEBUG=y make all :

  INSTALL    automake
make -C automake-"1.16.1" install
make: *** automake-1.16.1: No such file or directory.  Stop.

I could do a fresh install but I'm not sure how to save the chain data (so I dont have to sync for another 3 days) and my wallet/keys

Xcode

Hi kozyilmaz,
Thanks so much for zcash-apple! Seems to be dependent on having Xcode installed. Might be worth mentioning in the dependencies :)
Cheers, Tom

How to debug

Hello,
when I run make, it works for about 30 minutes, builds all tools, and then fails with simple one line error, like [build] Error 1

Is there any way I could see logs, or enable debug output? So I could see where is it failing. Thank you

Building master fails

After the commits made in zcash master in the last couple of days, build fails.

Making all in src
rm -f libbitcoin_server.a
/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I. -I./obj -pthread -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../include -I./leveldb/include -I./leveldb/helpers/memenv -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/include -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/include -I./secp256k1/include -I./snark -I./snark/libsnark -I./univalue/include  -Qunused-arguments -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX  -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -MT consensus/libbitcoin_common_a-upgrades.o -MD -MP -MF consensus/.deps/libbitcoin_common_a-upgrades.Tpo -c -o consensus/libbitcoin_common_a-upgrades.o `test -f 'consensus/upgrades.cpp' || echo './'`consensus/upgrades.cpp
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar cr libbitcoin_server.a libbitcoin_server_a-sendalert.o libbitcoin_server_a-addrman.o libbitcoin_server_a-alert.o libbitcoin_server_a-asyncrpcoperation.o libbitcoin_server_a-asyncrpcqueue.o libbitcoin_server_a-bloom.o libbitcoin_server_a-chain.o libbitcoin_server_a-checkpoints.o libbitcoin_server_a-deprecation.o libbitcoin_server_a-httprpc.o libbitcoin_server_a-httpserver.o libbitcoin_server_a-init.o libbitcoin_server_a-leveldbwrapper.o libbitcoin_server_a-main.o libbitcoin_server_a-merkleblock.o libbitcoin_server_a-metrics.o libbitcoin_server_a-miner.o libbitcoin_server_a-net.o libbitcoin_server_a-noui.o libbitcoin_server_a-paymentdisclosure.o libbitcoin_server_a-paymentdisclosuredb.o policy/libbitcoin_server_a-fees.o libbitcoin_server_a-pow.o libbitcoin_server_a-rest.o libbitcoin_server_a-rpcblockchain.o libbitcoin_server_a-rpcmining.o libbitcoin_server_a-rpcmisc.o libbitcoin_server_a-rpcnet.o libbitcoin_server_a-rpcrawtransaction.o libbitcoin_server_a-rpcserver.o script/libbitcoin_server_a-sigcache.o libbitcoin_server_a-timedata.o libbitcoin_server_a-torcontrol.o libbitcoin_server_a-txdb.o libbitcoin_server_a-txmempool.o libbitcoin_server_a-validationinterface.o   
/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I. -I./obj -pthread -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../include -I./leveldb/include -I./leveldb/helpers/memenv -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/include -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/include -I./secp256k1/include -I./snark -I./snark/libsnark -I./univalue/include  -Qunused-arguments -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX  -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -MT primitives/libbitcoin_common_a-block.o -MD -MP -MF primitives/.deps/libbitcoin_common_a-block.Tpo -c -o primitives/libbitcoin_common_a-block.o `test -f 'primitives/block.cpp' || echo './'`primitives/block.cpp
/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -I. -I./obj -pthread -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../include -I./leveldb/include -I./leveldb/helpers/memenv -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/include -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/include -I./secp256k1/include -I./snark -I./snark/libsnark -I./univalue/include  -Qunused-arguments -I/Users/rex/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.5.0/share/../include/  -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX  -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -Werror -fPIE -pipe -O2 -g -fwrapv -fno-strict-aliasing -Wno-undefined-var-template -MT primitives/libbitcoin_common_a-transaction.o -MD -MP -MF primitives/.deps/libbitcoin_common_a-transaction.Tpo -c -o primitives/libbitcoin_common_a-transaction.o `test -f 'primitives/transaction.cpp' || echo './'`primitives/transaction.cpp
consensus/upgrades.cpp:70:1: error: control may reach end of non-void function [-Werror,-Wreturn-type]
}
^
1 error generated.
make[5]: *** [consensus/libbitcoin_common_a-upgrades.o] Error 1
make[5]: *** Waiting for unfinished jobs....
mv -f primitives/.deps/libbitcoin_common_a-block.Tpo primitives/.deps/libbitcoin_common_a-block.Po
mv -f primitives/.deps/libbitcoin_common_a-transaction.Tpo primitives/.deps/libbitcoin_common_a-transaction.Po
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib libbitcoin_server.a
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [zcash_build] Error 2
make[1]: *** [build] Error 1
make: *** [zcash_all] Error 2

tools build fails when ftp.gnu.org is down

ftp.gnu.org is currently down so a clean build of tools fails:

$ PRINT_DEBUG=y make
  CLONE      autoconf
if [ ! -f "autoconf-"2.69".tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/autoconf/autoconf-"2.69".tar.gz; fi
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:01:14 --:--:--     0curl: (7) Failed to connect to ftp.gnu.org port 80: Operation timed out
make[2]: *** [autoconf_clone] Error 7
make[1]: *** [clone] Error 1
make: *** [autoconf_all] Error 2

A bit of network analysis here. Site is down and also maybe one of the name servers.

Is there any downside to changing the hostname to the generic GNU mirror address as suggested here? Or utilising an env var to set the hostname for the 9 affected URLs?

$ ack --nobreak ftp.gnu.org tools/*/Makefile
tools/autoconf/Makefile:9:	if [ ! -f "autoconf-$(AUTOCONF_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/autoconf/autoconf-$(AUTOCONF_VERSION).tar.gz; fi
tools/automake/Makefile:9:	if [ ! -f "automake-$(AUTOMAKE_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/automake/automake-$(AUTOMAKE_VERSION).tar.gz; fi;
tools/coreutils/Makefile:9:	if [ ! -f "coreutils-$(COREUTILS_VERSION).tar.xz" ]; then curl -OL https://ftp.gnu.org/gnu/coreutils/coreutils-$(COREUTILS_VERSION).tar.xz; fi;
tools/gmp/Makefile:9:	if [ ! -f "gmp-$(GMP_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/gmp/gmp-$(GMP_VERSION).tar.bz2; fi;
tools/gnugcc/Makefile:9:	if [ ! -f "gcc-$(GCC_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/gcc/gcc-$(GCC_VERSION)/gcc-$(GCC_VERSION).tar.gz; fi;
tools/libtool/Makefile:9:	if [ ! -f "libtool-$(LIBTOOL_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/libtool/libtool-$(LIBTOOL_VERSION).tar.gz; fi;
tools/m4/Makefile:9:	if [ ! -f "m4-$(M4_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/m4/m4-$(M4_VERSION).tar.gz; fi
tools/mpc/Makefile:9:	if [ ! -f "mpc-$(MPC_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/mpc/mpc-$(MPC_VERSION).tar.gz; fi;
tools/mpfr/Makefile:9:	if [ ! -f "mpfr-$(MPFR_VERSION).tar.gz" ]; then curl -OL http://ftp.gnu.org/gnu/mpfr/mpfr-$(MPFR_VERSION).tar.bz2; fi;

Thanks

Build fails on Mac OS X 10.11

Error is when building zcash. Tools are building fine.

checking whether C++ compiler accepts -Werror... no

configure: error: "enable-werror set but -Werror is not usable"

It builds fine on my High Sierra machine but getting this error under El Capitan.

Build failed

Hey, could anyone please help me here?
CLONE autoconf
CONFIG autoconf
BUILD autoconf
INSTALL autoconf
CLONE automake
CONFIG automake
BUILD automake
INSTALL automake
CLONE libtool
CONFIG libtool
BUILD libtool
INSTALL libtool
CLONE pkgconfig
CONFIG pkgconfig
BUILD pkgconfig
INSTALL pkgconfig
CLONE cmake
CONFIG cmake
BUILD cmake
INSTALL cmake
CLONE coreutils
CONFIG coreutils
BUILD coreutils
INSTALL coreutils
CLONE zcash
CONFIG zcash
BUILD zcash
make[1]: *** [build] Error 1
make: *** [zcash_all] Error 2

And here is debug:

This program built for i386-apple-darwin11.3.0

  • eval gcc --version
    ++ gcc --version
    Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Apple LLVM version 9.0.0 (clang-900.0.39.2)
    Target: x86_64-apple-darwin17.3.0
    Thread model: posix
    InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  • eval g++ --version
    ++ g++ --version
    Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
    Apple LLVM version 9.0.0 (clang-900.0.39.2)
    Target: x86_64-apple-darwin17.3.0
    Thread model: posix
    InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  • as --version
    Apple LLVM version 9.0.0 (clang-900.0.39.2)
    Target: x86_64-apple-darwin17.3.0
    Thread model: posix
    InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  • ld -v
    @(#)PROGRAM:ld PROJECT:ld64-305
    configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
    LTO support using: LLVM version 9.0.0, (clang-900.0.39.2) (static support for 21, runtime is 21)
    TAPI support using: Apple TAPI version 900.0.15 (tapi-900.0.15)
  • HOST=x86_64-apple-darwin17.3.0
  • BUILD=x86_64-apple-darwin17.3.0
  • NO_RUST=
  • NO_PROTON=--enable-proton=no
  • make -j 4 -C ./depends/ V=1
    echo Preprocessing libevent...
    Preprocessing libevent...
    mkdir -p /Users/usr/zcash-apple/zcash/zcash_v1.0.15/depends/work/build/x86_64-apple-darwin17.3.0/libevent/2.1.8-b6384ab0b2e /Users/usr/zcash-apple/zcash/zcash_v1.0.15/depends/work/build/x86_64-apple-darwin17.3.0/libevent/2.1.8-b6384ab0b2e/.patches-b6384ab0b2e
    cd /Users/usr/zcash-apple/zcash/zcash_v1.0.15/depends/work/build/x86_64-apple-darwin17.3.0/libevent/2.1.8-b6384ab0b2e; ./autogen.sh
    autoreconf: Entering directory `.'
    autoreconf: configure.ac: not using Gettext
    autoreconf: running: aclocal --force -I m4
    autom4te: need GNU m4 1.4 or later: /opt/local/bin/gm4
    aclocal: error: echo failed with exit status: 1
    autoreconf: aclocal failed with exit status: 1
    make[3]: *** [/Users/usr/zcash-apple/zcash/zcash_v1.0.15/depends/work/build/x86_64-apple-darwin17.3.0/libevent/2.1.8-b6384ab0b2e/.stamp_preprocessed] Error 1
    make[2]: *** [zcash_build] Error 2
    make[1]: *** [build] Error 1
    make: *** [zcash_all] Error 2

Failed to build

I've followed the README and I received this error. Help?

checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8 supports -fno-rtti -fno-exceptions... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8 option to produce PIC... -fno-common -DPIC
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8 PIC flag -fno-common -DPIC works... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8 static flag -static works... no
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8 supports -c -o file.o... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8 supports -c -o file.o... (cached) yes
checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -mmacosx-version-min=10.8 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -E
checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 option to produce PIC... -fno-common -DPIC
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 PIC flag -fno-common -DPIC works... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 static flag -static works... no
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 supports -c -o file.o... yes
checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 supports -c -o file.o... (cached) yes
checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin17.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking for x86_64-apple-darwin17.3.0-ar... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
checking for x86_64-apple-darwin17.3.0-ranlib... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
checking for x86_64-apple-darwin17.3.0-strip... no
checking for strip... /usr/bin/strip
checking for x86_64-apple-darwin17.3.0-gcov... no
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... /Users/lindanaeunlee/Desktop/zcash-apple-attempt/zcash-apple/zcash/zcash_master/depends/x86_64-apple-darwin17.3.0/share/../native/bin/ccache
checking for xgettext... no
checking for hexdump... /usr/bin/hexdump
checking for x86_64-apple-darwin17.3.0-readelf... no
checking for readelf... no
checking for x86_64-apple-darwin17.3.0-c++filt... no
checking for c++filt... /usr/bin/c++filt
checking whether C++ compiler accepts -Werror... no
configure: error: "enable-werror set but -Werror is not usable"
make[2]: *** [zcash_build] Error 1
make[1]: *** [build] Error 1
make: *** [zcash_all] Error 2

Cannot build (solved)

I could not make it build unless I installed XCode CLI tools by typing:

xcode-select --install

After that, it would build with no issue.

Would be a nice addition to the readme :)

Thank for your work on making zcash more available to mac users!

testnet-support

add support for zcash testnet. Normally you modify zcash.conf with

testnet=0
addnode=testnet.z.cash

I did that at ~/Library/Application Support/Zcash/zcash.conf then restarted it and it looks like it is still on mainnet.

build failed

failure logs:

configured to support archs: armv6 armv7 armv7s arm64 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em (tvOS)
LTO support using: LLVM version 9.1.0, (clang-902.0.39.1) (static support for 21, runtime is 21)
TAPI support using: Apple TAPI version 9.1.0 (tapi-902.0.9)

  • HOST=x86_64-apple-darwin17.5.0
  • BUILD=x86_64-apple-darwin17.5.0
  • NO_RUST=
  • NO_PROTON=--enable-proton=no
  • make -j 4 -C ./depends/ V=1
    rm -rf /Users/Ming/Desktop/mining-pool/zcash-apple/zcash/zcash_v1.0.15/depends/x86_64-apple-darwin17.5.0
    rm: cannot remove '/Users/Ming/Desktop/mining-pool/zcash-apple/zcash/zcash_v1.0.15/depends/x86_64-apple-darwin17.5.0/include/boost': Directory not empty
    make[3]: *** [/Users/Ming/Desktop/mining-pool/zcash-apple/zcash/zcash_v1.0.15/depends/x86_64-apple-darwin17.5.0/.stamp_0ab1e5e20b9] Error 1
    make[2]: *** [zcash_build] Error 2
    make[1]: *** [build] Error 1
    make: *** [zcash_all] Error 2

Someone help please?

Build Fail

I am totally new 'attempting' to code. I know this is not even coding. I do not even know the right questions to ask.

Can anybody please tell me the right questions to ask or what to look for?

davidandrews:zcash-apple david_s_andrews$ PRINT_DEBUG=y make all
CLONE autoconf
CONFIG autoconf
BUILD autoconf
INSTALL autoconf
make -C autoconf-"2.69" install
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in bin
test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin" || ../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin"
/usr/bin/install -c autom4te autoconf autoheader autoreconf ifnames autoscan autoupdate '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin'
make[7]: Nothing to be done for install-data-am'. Making install in . make[7]: Nothing to be done for install-exec-am'.
test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf" || build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf"
/usr/bin/install -c -m 644 ./INSTALL '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf'
Making install in lib
Making install in Autom4te
make[8]: Nothing to be done for install-exec-am'. test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/Autom4te" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/Autom4te" /usr/bin/install -c -m 644 C4che.pm ChannelDefs.pm Channels.pm Configure_ac.pm FileUtils.pm General.pm Getopt.pm Request.pm XFile.pm '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/Autom4te' Making install in m4sugar make[8]: Nothing to be done for install-exec-am'.
test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/m4sugar"
/usr/bin/install -c -m 644 m4sugar.m4 foreach.m4 m4sh.m4 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/m4sugar'
test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/m4sugar" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/m4sugar"
/usr/bin/install -c -m 644 version.m4 m4sugar.m4f m4sh.m4f '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/m4sugar'
Making install in autoconf
make[8]: Nothing to be done for install-exec-am'. test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoconf" /usr/bin/install -c -m 644 autoconf.m4 general.m4 status.m4 oldnames.m4 specific.m4 autoheader.m4 autoupdate.m4 autotest.m4 autoscan.m4 lang.m4 c.m4 erlang.m4 fortran.m4 functions.m4 go.m4 headers.m4 types.m4 libs.m4 programs.m4 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoconf' test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoconf" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoconf" /usr/bin/install -c -m 644 autoconf.m4f '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoconf' Making install in autotest make[8]: Nothing to be done for install-exec-am'.
test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autotest"
/usr/bin/install -c -m 644 autotest.m4 general.m4 specific.m4 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autotest'
test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autotest" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autotest"
/usr/bin/install -c -m 644 autotest.m4f '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autotest'
Making install in autoscan
make[8]: Nothing to be done for install-exec-am'. test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoscan" || ../../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoscan" /usr/bin/install -c -m 644 autoscan.list '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf/autoscan' Making install in emacs make[8]: Nothing to be done for install-exec-am'.
/usr/bin/install -c -m 644 'autoconf-mode.el' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/emacs/site-lisp/autoconf-mode.el'
/usr/bin/install -c -m 644 'autoconf-mode.elc' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/emacs/site-lisp/autoconf-mode.elc'
/usr/bin/install -c -m 644 'autotest-mode.el' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/emacs/site-lisp/autotest-mode.el'
/usr/bin/install -c -m 644 'autotest-mode.elc' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/emacs/site-lisp/autotest-mode.elc'
make[8]: Nothing to be done for install-exec-am'. test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf" || ../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf" /usr/bin/install -c -m 644 autom4te.cfg '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/autoconf' Making install in doc make[7]: Nothing to be done for install-exec-am'.
test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info" || ../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info"
/usr/bin/install -c -m 644 ./autoconf.info ./standards.info '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info'
install-info --info-dir='/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info/autoconf.info'
install-info --info-dir='/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info/standards.info'
Making install in tests
make[7]: Nothing to be done for install-exec-am'. make[7]: Nothing to be done for install-data-am'.
Making install in man
make[7]: Nothing to be done for install-exec-am'. test -z "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1" || ../build-aux/install-sh -c -d "/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1" /usr/bin/install -c -m 644 ./autoconf.1 ./autoheader.1 ./autom4te.1 ./autoreconf.1 ./autoscan.1 ./autoupdate.1 ./ifnames.1 ./config.guess.1 ./config.sub.1 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1' CLONE automake CONFIG automake BUILD automake INSTALL automake make -C automake-"1.15.1" install lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin' /usr/bin/install -c bin/automake bin/aclocal '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin' /Applications/Xcode.app/Contents/Developer/usr/bin/make install-exec-hook ln '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin/automake' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin/automake-1.15' ln '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin/aclocal' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin/aclocal-1.15' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/am' /usr/bin/install -c -m 644 lib/am/check.am lib/am/check2.am lib/am/clean-hdr.am lib/am/clean.am lib/am/compile.am lib/am/configure.am lib/am/data.am lib/am/dejagnu.am lib/am/depend.am lib/am/depend2.am lib/am/distdir.am lib/am/footer.am lib/am/header-vars.am lib/am/header.am lib/am/install.am lib/am/inst-vars.am lib/am/java.am lib/am/lang-compile.am lib/am/lex.am lib/am/library.am lib/am/libs.am lib/am/libtool.am lib/am/lisp.am lib/am/ltlib.am lib/am/ltlibrary.am lib/am/mans-vars.am lib/am/mans.am lib/am/program.am lib/am/progs.am lib/am/python.am lib/am/remake-hdr.am lib/am/scripts.am lib/am/subdirs.am lib/am/tags.am lib/am/texi-vers.am lib/am/texibuild.am lib/am/texinfos.am lib/am/vala.am lib/am/yacc.am '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/am' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal-1.15' /usr/bin/install -c -m 644 m4/amversion.m4 m4/ar-lib.m4 m4/as.m4 m4/auxdir.m4 m4/cond.m4 m4/cond-if.m4 m4/depend.m4 m4/depout.m4 m4/dmalloc.m4 m4/extra-recurs.m4 m4/gcj.m4 m4/init.m4 m4/install-sh.m4 m4/lead-dot.m4 m4/lex.m4 m4/lispdir.m4 m4/maintainer.m4 m4/make.m4 m4/missing.m4 m4/mkdirp.m4 m4/obsolete.m4 m4/options.m4 m4/python.m4 m4/prog-cc-c-o.m4 m4/runlog.m4 m4/sanity.m4 m4/silent.m4 m4/strip.m4 m4/substnot.m4 m4/tar.m4 m4/upc.m4 m4/vala.m4 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal-1.15' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal-1.15/internal' /usr/bin/install -c -m 644 m4/internal/ac-config-macro-dirs.m4 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal-1.15/internal' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/doc/automake' /usr/bin/install -c -m 644 ./doc/amhello-1.0.tar.gz '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/doc/automake' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/Automake' /usr/bin/install -c -m 644 lib/Automake/ChannelDefs.pm lib/Automake/Channels.pm lib/Automake/Condition.pm lib/Automake/Configure_ac.pm lib/Automake/DisjConditions.pm lib/Automake/FileUtils.pm lib/Automake/General.pm lib/Automake/Getopt.pm lib/Automake/Item.pm lib/Automake/ItemDef.pm lib/Automake/Language.pm lib/Automake/Location.pm lib/Automake/Options.pm lib/Automake/Rule.pm lib/Automake/RuleDef.pm lib/Automake/Variable.pm lib/Automake/VarDef.pm lib/Automake/Version.pm lib/Automake/XFile.pm lib/Automake/Wrap.pm '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/Automake' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15' /usr/bin/install -c -m 644 lib/COPYING lib/INSTALL lib/texinfo.tex '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15' /usr/bin/install -c -m 644 lib/config.guess lib/config.sub lib/install-sh lib/mdate-sh lib/missing lib/mkinstalldirs lib/ylwrap lib/depcomp lib/compile lib/py-compile lib/ar-lib lib/test-driver lib/tap-driver.sh '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal' /usr/bin/install -c -m 644 m4/acdir/README '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal' lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info' /usr/bin/install -c -m 644 ./doc/automake.info ./doc/automake.info-1 ./doc/automake.info-2 ./doc/automake-history.info '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info' install-info --info-dir='/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info/automake.info' install-info --info-dir='/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info/automake-history.info' install-info: warning: no info dir entry in /Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info/automake-history.info'
lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1'
/usr/bin/install -c -m 644 doc/aclocal.1 doc/automake.1 doc/aclocal-1.15.1 doc/automake-1.15.1 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1'
lib/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/Automake'
/usr/bin/install -c -m 644 lib/Automake/Config.pm '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/Automake'
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-data-hook
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/config.guess'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/config.sub'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/install-sh'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/mdate-sh'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/missing'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/mkinstalldirs'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/ylwrap'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/depcomp'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/compile'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/py-compile'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/ar-lib'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/test-driver'
chmod +x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/automake-1.15/tap-driver.sh'
CLONE libtool
CONFIG libtool
BUILD libtool
INSTALL libtool
make -C libtool-"2.4.6" install
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-recursive
Making install in .
build-aux/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin'
/usr/bin/install -c libtool '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin/./glibtool'
build-aux/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libltdl/libltdl.la '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/lib'
libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.lai /Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/lib/libltdl.la
libtool: install: /usr/bin/install -c libltdl/.libs/libltdl.a /Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/lib/libltdl.a
libtool: install: chmod 644 /Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/lib/libltdl.a
libtool: install: ranlib /Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/lib/libltdl.a
GREP='/usr/bin/grep' SED='/usr/bin/sed' './build-aux/inline-source' libtoolize > '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/bin/glibtoolize'
rm -rf '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool'/*
/usr/bin/install -c -m 644 './m4/libtool.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal/libtool.m4'
/usr/bin/install -c -m 644 './m4/ltargz.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal/ltargz.m4'
/usr/bin/install -c -m 644 './m4/ltdl.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal/ltdl.m4'
/usr/bin/install -c -m 644 './m4/ltoptions.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal/ltoptions.m4'
/usr/bin/install -c -m 644 './m4/ltsugar.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal/ltsugar.m4'
/usr/bin/install -c -m 644 './m4/ltversion.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal/ltversion.m4'
/usr/bin/install -c -m 644 './m4/ltobsolete.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/aclocal/ltobsolete.m4'
/usr/bin/install -c './build-aux/compile' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/build-aux/compile'
/usr/bin/install -c './build-aux/config.guess' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/build-aux/config.guess'
/usr/bin/install -c './build-aux/config.sub' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/build-aux/config.sub'
/usr/bin/install -c './build-aux/depcomp' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/build-aux/depcomp'
/usr/bin/install -c './build-aux/install-sh' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/build-aux/install-sh'
/usr/bin/install -c './build-aux/missing' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/build-aux/missing'
/usr/bin/install -c -m 644 './build-aux/ltmain.sh' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/build-aux/ltmain.sh'
/usr/bin/install -c -m 644 './libltdl/COPYING.LIB' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/COPYING.LIB'
/usr/bin/install -c -m 644 './libltdl/Makefile.am' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/Makefile.am'
/usr/bin/install -c -m 644 './libltdl/README' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/README'
/usr/bin/install -c -m 644 './libltdl/configure.ac' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/configure.ac'
/usr/bin/install -c -m 644 './libltdl/aclocal.m4' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/aclocal.m4'
/usr/bin/install -c -m 644 './libltdl/Makefile.in' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/Makefile.in'
/usr/bin/install -c -m 644 './libltdl/config-h.in' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/config-h.in'
/usr/bin/install -c -m 644 './libltdl/configure' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/configure'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__alloc.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt__alloc.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__argz_.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt__argz_.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__dirent.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt__dirent.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__glibc.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt__glibc.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__private.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt__private.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt__strl.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt__strl.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt_dlloader.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt_dlloader.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt_error.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt_error.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/lt_system.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/lt_system.h'
/usr/bin/install -c -m 644 './libltdl/libltdl/slist.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/libltdl/slist.h'
/usr/bin/install -c -m 644 './libltdl/loaders/dld_link.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/loaders/dld_link.c'
/usr/bin/install -c -m 644 './libltdl/loaders/dlopen.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/loaders/dlopen.c'
/usr/bin/install -c -m 644 './libltdl/loaders/dyld.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/loaders/dyld.c'
/usr/bin/install -c -m 644 './libltdl/loaders/load_add_on.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/loaders/load_add_on.c'
/usr/bin/install -c -m 644 './libltdl/loaders/loadlibrary.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/loaders/loadlibrary.c'
/usr/bin/install -c -m 644 './libltdl/loaders/preopen.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/loaders/preopen.c'
/usr/bin/install -c -m 644 './libltdl/loaders/shl_load.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/loaders/shl_load.c'
/usr/bin/install -c -m 644 './libltdl/lt__alloc.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/lt__alloc.c'
/usr/bin/install -c -m 644 './libltdl/lt__argz.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/lt__argz.c'
/usr/bin/install -c -m 644 './libltdl/lt__dirent.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/lt__dirent.c'
/usr/bin/install -c -m 644 './libltdl/lt__strl.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/lt__strl.c'
/usr/bin/install -c -m 644 './libltdl/lt_dlloader.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/lt_dlloader.c'
/usr/bin/install -c -m 644 './libltdl/lt_error.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/lt_error.c'
/usr/bin/install -c -m 644 './libltdl/ltdl.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/ltdl.c'
/usr/bin/install -c -m 644 './libltdl/ltdl.h' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/ltdl.h'
/usr/bin/install -c -m 644 './libltdl/ltdl.mk' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/ltdl.mk'
/usr/bin/install -c -m 644 './libltdl/slist.c' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/slist.c'
chmod a+x '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/libtool/configure'
build-aux/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/include'
/usr/bin/install -c -m 644 libltdl/ltdl.h '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/include'
build-aux/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info'
/usr/bin/install -c -m 644 ./doc/libtool.info ./doc/libtool.info-1 ./doc/libtool.info-2 '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info'
install-info --info-dir='/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/info/libtool.info'
build-aux/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/include/libltdl'
/usr/bin/install -c -m 644 libltdl/libltdl/lt_system.h libltdl/libltdl/lt_error.h libltdl/libltdl/lt_dlloader.h '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/include/libltdl'
build-aux/install-sh -c -d '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1'
/usr/bin/install -c -m 644 './doc/libtool.1' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1/glibtool.1'
/usr/bin/install -c -m 644 './doc/libtoolize.1' '/Users/david_s_andrews/documents/GitHub/zcash-apple/tools/o/share/man/man1/glibtoolize.1'
CLONE pkgconfig
CONFIG pkgconfig
BUILD pkgconfig
make -C pkg-config-"0.29.2" -j 4
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in glib
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in .
make[8]: Nothing to be done for all-am'. Making all in m4macros /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am make[9]: Nothing to be done for all-am'.
Making all in glib
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
Making all in libcharset
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
make[11]: Nothing to be done for all-am'. Making all in . make[10]: Nothing to be done for all-am'.
Making all in .
CCLD pkg-config
ld: warning: text-based stub file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices.tbd and library file /System/Library/Frameworks//ApplicationServices.framework/Versions/A/ApplicationServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox.tbd and library file /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics.tbd and library file /System/Library/Frameworks//CoreGraphics.framework/Versions/A/CoreGraphics are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO.tbd and library file /System/Library/Frameworks//ImageIO.framework/Versions/A/ImageIO are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices.tbd and library file /System/Library/Frameworks//CoreServices.framework/Versions/A/CoreServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices.tbd and library file /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork.tbd and library file /System/Library/Frameworks//CFNetwork.framework/Versions/A/CFNetwork are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices are out of sync. Falling back to library file for linking.
ld: warning: text-based stub file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList.tbd and library file /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList are out of sync. Falling back to library file for linking.
Undefined symbols for architecture x86_64:
"_libiconv", referenced from:
_g_iconv in libglib-2.0.a(libglib_2_0_la-gconvert.o)
_g_convert_with_iconv in libglib-2.0.a(libglib_2_0_la-gconvert.o)
_g_convert_with_fallback in libglib-2.0.a(libglib_2_0_la-gconvert.o)
"_libiconv_close", referenced from:
_g_iconv_close in libglib-2.0.a(libglib_2_0_la-gconvert.o)
_g_convert in libglib-2.0.a(libglib_2_0_la-gconvert.o)
_g_convert_with_fallback in libglib-2.0.a(libglib_2_0_la-gconvert.o)
"_libiconv_open", referenced from:
_g_iconv_open in libglib-2.0.a(libglib_2_0_la-gconvert.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[6]: *** [pkg-config] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [pkgconfig_build] Error 2
make[2]: *** [build] Error 1
make[1]: *** [pkgconfig_all] Error 2
make: *** [tools_all] Error 2
davidandrews:zcash-apple david_s_andrews$

Can't find output files

I successfully built the Zcash-Apple wallet but do not have a directory out/usr/local/bin on my computer. I have:

Zcash-fetch-params.1 Does the .1 mean that it is for version 1.1?

Zcash-init This is in a completely different directory.

Zcashhd is nowhere to be found on my computer.

Error

Hello.

I'm faced with such issue while trying to install the wallet:

CLONE zcash
CONFIG zcash
BUILD zcash
make[1]: *** [build] Error 1
make: *** [zcash_all] Error 2

Every time the same issue. The git cloned without errors.

Build fails on OSX 10.12.6

Making all in src /Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config -fPIC -DBINARY_OUTPUT -DCURVE_ALT_BN128 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pipe -O1 -g -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DSTATIC -I. -I./obj -pthread -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../include -I./leveldb/include -I./leveldb/helpers/memenv -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/include -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/include -I./secp256k1/include -I./snark -I./snark/libsnark -I./univalue/include -DMONTGOMERY_OUTPUT -Qunused-arguments -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -fwrapv -fno-strict-aliasing -pipe -O2 -g -fwrapv -fno-strict-aliasing -MT zcash/libzcash_a-JoinSplit.o -MD -MP -MF zcash/.deps/libzcash_a-JoinSplit.Tpo -c -o zcash/libzcash_a-JoinSplit.o test -f 'zcash/JoinSplit.cpp' || echo './'zcash/JoinSplit.cpp /Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../native/bin/ccache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -mmacosx-version-min=10.8 -stdlib=libc++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config -fPIC -DBINARY_OUTPUT -DCURVE_ALT_BN128 -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -pipe -O1 -g -Wstack-protector -fstack-protector-all -fPIE -fvisibility=hidden -DSTATIC -I. -I./obj -pthread -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../include -I./leveldb/include -I./leveldb/helpers/memenv -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/include -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/include -I./secp256k1/include -I./snark -I./snark/libsnark -I./univalue/include -DMONTGOMERY_OUTPUT -Qunused-arguments -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../include/ -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -DMAC_OSX -Wformat -Wformat-security -Wstack-protector -fstack-protector-all -fwrapv -fno-strict-aliasing -pipe -O2 -g -fwrapv -fno-strict-aliasing -MT zcash/libzcash_a-Proof.o -MD -MP -MF zcash/.deps/libzcash_a-Proof.Tpo -c -o zcash/libzcash_a-Proof.o test -f 'zcash/Proof.cpp' || echo './'zcash/Proof.cpp CXXFLAGS="-fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1 -fstack-protector-all" /Applications/Xcode.app/Contents/Developer/usr/bin/make -C snark/ DEPINST="/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/.." CURVE=ALT_BN128 NO_PROCPS=1 NO_DOCS=1 STATIC=1 NO_SUPERCOP=1 FEATUREFLAGS=-DMONTGOMERY_OUTPUT NO_COPY_DEPINST=1 NO_COMPILE_LIBGTEST=1 OPTFLAGS="-O2 -march=x86-64" c++ -o libsnark/algebra/curves/tests/test_bilinearity.o libsnark/algebra/curves/tests/test_bilinearity.cpp -c -MMD -fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1 -fstack-protector-all -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-comment -Wfatal-errors -O2 -march=x86-64 -DMONTGOMERY_OUTPUT -DCURVE_ALT_BN128 -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../include -Ilibsnark -DNO_PROCPS -DSTATIC c++ -o libsnark/algebra/fields/tests/test_bigint.o libsnark/algebra/fields/tests/test_bigint.cpp -c -MMD -fPIC -DBINARY_OUTPUT -DNO_PT_COMPRESSION=1 -fstack-protector-all -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wno-comment -Wfatal-errors -O2 -march=x86-64 -DMONTGOMERY_OUTPUT -DCURVE_ALT_BN128 -I/Users/dc/Projects/zcash-apple/zcash/zcash_v1.0.15-rc1/depends/x86_64-apple-darwin16.7.0/share/../include -Ilibsnark -DNO_PROCPS -DSTATIC libsnark/algebra/curves/tests/test_bilinearity.cpp:23:45: fatal error: invalid operands to binary expression ('Fp_model<4L, alt_bn128_modulus_r>' and 'libsnark::alt_bn128_G1') G1<ppT> P = (Fr<ppT>::random_element()) * G1<ppT>::one(); ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~ libsnark/algebra/curves/tests/test_bilinearity.cpp:113:5: note: in instantiation of function template specialization 'pairing_test<libsnark::alt_bn128_pp>' requested here pairing_test<alt_bn128_pp>();

Build fails after latest commit in master

Hi @kozyilmaz

Looks like the latest commit in master broke the build.

Using the rex4539 branch you created for me.

Hope it's an easy fix :)

consensus/upgrades.cpp:72:1: error: control may reach end of non-void function [-Werror,-Wreturn-type]
}
^
1 error generated.
make[5]: *** [consensus/libbitcoin_common_a-upgrades.o] Error 1

build.log

zcash 1.0.15

Zcash 1.0.15 is released. I think you are in sync with 1.0.15-rc1 already, so making a release for 1.0.15 should be possible, right? Thank you

build failed

Unable to build on Sierra 10.12.6:
...
CLONE coreutils
CONFIG coreutils
BUILD coreutils
INSTALL coreutils
CLONE gmp
CONFIG gmp
BUILD gmp
INSTALL gmp
CLONE mpfr
CONFIG mpfr
BUILD mpfr
INSTALL mpfr
CLONE mpc
CONFIG mpc
BUILD mpc
INSTALL mpc
CLONE isl
CONFIG isl
BUILD isl
INSTALL isl
CLONE gnugcc
CONFIG gnugcc
BUILD gnugcc
INSTALL gnugcc
CLONE zcash
CONFIG zcash
BUILD zcash
make[1]: *** [build] Error 1
make: *** [zcash_all] Error 2

edge branch fails due to removal of --disable-libs

Fails because --disable-libs has been removed by zcash/zcash#3153

Removing --disable-libs from makefile it then fails with:

clangclang: : errorerror: : argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]
argument unused during compilation: '-pie' [-Werror,-Wunused-command-line-argument]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.