<!-- This issue tracker is only for technical issues related to Bitcoin Core. General bitcoin questions and/or support requests are best directed to the Bitcoin StackExchange at https://bitcoin.stackexchange.com. For reporting security issues, please read instructions at https://bitcoincore.org/en/contact/. If the node is "stuck" during sync or giving "block checksum mismatch" errors, please ensure your hardware is stable by running memtest and observe CPU temperature with a load-test tool such as linpack before creating an issue! -->
<!-- Describe the issue -->
When running make deploy during cross compile setup.exe fails to build
<!--- What behavior did you expect? -->
setup.exe is built
<!--- What was the actual behavior (provide screenshots if the issue is GUI-related)? -->
fails to be built
<!--- How reliably can you reproduce the issue, what are the steps to do so? -->
Follow ubuntu cross compile instructions for windows and run make deploy after make
<!-- What version of Bitcoin Core are you using, where did you get it (website, self-compiled, etc)? -->
bitcoin-core 0.16
<!-- What type of machine are you observing the error on (OS/CPU and disk type)? -->
ubuntu 14.04 VM (2 core 2G Ram Allocated) on Macbook Pro (15-inch, mid 2012) macOS 10.13.3 2.6 GHz Intel Core i7 16 GB 1600 MHz DDR3 NVIDIA GeForce GT 650M 1 GB Intel HD Graphics 4000 1536 MB
<!-- Any extra information that might be useful in the debugging process. -->
ubuntu:~/Desktop/bitcoin-0.16$ make deploy
Making all in src
make[1]: Entering directory /home/bitcoin/Desktop/bitcoin-0.16/src' make[2]: Entering directory /home/bitcoin/Desktop/bitcoin-0.16/src'
make[3]: Entering directory /home/bitcoin/Desktop/bitcoin-0.16' make[3]: Leaving directory /home/bitcoin/Desktop/bitcoin-0.16'
make[2]: Leaving directory /home/bitcoin/Desktop/bitcoin-0.16/src' make[1]: Leaving directory /home/bitcoin/Desktop/bitcoin-0.16/src'
Making all in doc/man
make[1]: Entering directory /home/bitcoin/Desktop/bitcoin-0.16/doc/man' make[1]: Nothing to be done for all'.
make[1]: Leaving directory /home/bitcoin/Desktop/bitcoin-0.16/doc/man' make[1]: Entering directory /home/bitcoin/Desktop/bitcoin-0.16'
make[1]: Nothing to be done for all-am'. make[1]: Leaving directory /home/bitcoin/Desktop/bitcoin-0.16'
/bin/mkdir -p ./release
STRIPPROG="/usr/bin/x86_64-w64-mingw32-strip" /bin/bash /home/bitcoin/Desktop/bitcoin-0.16/build-aux/install-sh -c -s ./src/bitcoind.exe ./release
STRIPPROG="/usr/bin/x86_64-w64-mingw32-strip" /bin/bash /home/bitcoin/Desktop/bitcoin-0.16/build-aux/install-sh -c -s ./src/qt/bitcoin-qt.exe ./release
STRIPPROG="/usr/bin/x86_64-w64-mingw32-strip" /bin/bash /home/bitcoin/Desktop/bitcoin-0.16/build-aux/install-sh -c -s ./src/bitcoin-cli.exe ./release
error: could not build bitcoin-0.16.0-win64-setup.exe
built bitcoin-0.16.0-win64-setup.exe
<!--- This is normally the contents of a `debug.log` or `config.log` file. Raw text or a link to a pastebin type site are preferred. -->