(...)
Ok, so the problem will be the anoncoin.net link, why is it contacting anoncoin.net for libboost?
Our wallet servers are locked down and cannot contact external sites, is this a custom build of libboost?
if this is a custom build can you please direct me to the source code so we can review it? I am not keen to download unreview code onto our wallet server.
Thanks
Sorry I had mistaken... I did build the dependencies using the toolchain (first make) and here is the libraries it download:
2016-06-27 22:25:18 URL:http://heanet.dl.sourceforge.net/project/boost/boost/1.57.0/boost_1_57_0.tar.bz2 [60821561/60821561] -> "/home/yo/anoncoin/depends/work/download/boost-1_57_0/boost_1_57_0.tar.bz2.temp" [1]
2016-06-27 22:26:36 URL:https://www.openssl.org/source/openssl-1.0.1j.tar.gz [4432964/4432964] -> "/home/yo/anoncoin/depends/work/download/openssl-1.0.1j/openssl-1.0.1j.tar.gz.temp" [1]
2016-06-27 22:27:30 URL:https://fukuchi.org/works/qrencode//qrencode-3.4.3.tar.bz2 [370709/370709] -> "/home/yo/anoncoin/depends/work/download/qrencode-3.4.3/qrencode-3.4.3.tar.bz2.temp" [1]
2016-06-27 22:28:15 URL:http://heanet.dl.sourceforge.net/project/freetype/freetype2/2.5.3/freetype-2.5.3.tar.bz2 [1703842/1703842] -> "/home/yo/anoncoin/depends/work/download/freetype-2.5.3/freetype-2.5.3.tar.bz2.temp" [1]
2016-06-27 22:28:34 URL:http://tenet.dl.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz [562616/562616] -> "/home/yo/anoncoin/depends/work/download/expat-2.1.0/expat-2.1.0.tar.gz.temp" [1]
2016-06-27 22:28:42 URL:https://dbus.freedesktop.org/releases/dbus/dbus-1.8.6.tar.gz [1861784/1861784] -> "/home/yo/anoncoin/depends/work/download/dbus-1.8.6/dbus-1.8.6.tar.gz.temp" [1]
2016-06-27 22:29:01 URL:https://www.x.org/releases/individual/proto/xproto-7.0.26.tar.bz2 [305321/305321] -> "/home/yo/anoncoin/depends/work/download/xproto-7.0.26/xproto-7.0.26.tar.bz2.temp" [1]
2016-06-27 22:31:02 URL:http://ftp.fau.de/qtproject/archive/qt/4.6/qt-everywhere-opensource-src-4.6.4.tar.gz [160837056/160837056] -> "/home/yo/anoncoin/depends/work/download/qt46-4.6.4/qt-everywhere-opensource-src-4.6.4.tar.gz.temp" [1]
2016-06-27 22:35:02 URL:http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz [22842330/22842330] -> "/home/yo/anoncoin/depends/work/download/bdb-4.8.30/db-4.8.30.NC.tar.gz.temp" [1]
2016-06-27 22:35:23 URL:http://miniupnp.free.fr/files/miniupnpc-1.9.20140701.tar.gz [76735/76735] -> "/home/yo/anoncoin/depends/work/download/miniupnpc-1.9.20140701/miniupnpc-1.9.20140701.tar.gz.temp"
So those are open source public libraries, none are hosted on anoncoin.net (I misread the log).
But yes you have to allow outgoing connections to build the toolchain otherwise it will never work.
Good luck!
CS