It builds but I get a Segfault when I run it. There is not much in the debug.log but the problem seems to be with Berkeley db:
I tried on an Ubuntu 14 machine, the VM I use to build Bitcoin with:
from qt/acceptandpayofferlistpage.cpp:21:
/usr/include/qt4/QtNetwork/qnetworkrequest.h:56:7: error: forward declaration of ‘class QSslConfiguration’
class QSslConfiguration;
^
qt/acceptandpayofferlistpage.cpp:385:27: error: ‘QSslSocket’ has not been declared
conf.setPeerVerifyMode(QSslSocket::VerifyNone);
^
qt/acceptandpayofferlistpage.cpp:386:21: error: ‘QSsl’ has not been declared
conf.setProtocol(QSsl::TlsV1_0);
I can wait for the PPA to be complete and leave my coins on Bittrex but like to build my own binaries. Thanks!