Date: Sat, 05 Mar 2016 16:16:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207110] net-p2p/bitcoin fails to build Message-ID: <bug-207110-13-GiwMGM68s4@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207110-13@https.bugs.freebsd.org/bugzilla/> References: <bug-207110-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207110 Thierry Thomas <thierry@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |thierry@FreeBSD.org Severity|Affects Only Me |Affects Some People --- Comment #16 from Thierry Thomas <thierry@FreeBSD.org> --- It fails also for me, but with another error, related to libboost and the latest openssl: c++ -DHAVE_CONFIG_H -I. -I../src/config -I. -I./obj -pthread -I/usr/local/include -I./leveldb/include -I./leveldb/helpers/memenv -I/usr/local/include -I/usr/local/include -I./secp256k1/include=20=20 -Qunused-arguments -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D2 -O2 -pipe -march=3Dcorei7 -fstack-protector -fno-strict-aliasing -I/usr/local/includ= e/db48 -Wstack-protector -fstack-protector-all -fPIE -MT libbitcoin_server_a-net.o -MD -MP -MF .deps/libbitcoin_server_a-net.Tpo -c -o libbitcoin_server_a-net= .o `test -f 'net.cpp' || echo './'`net.cpp In file included from init.cpp:21: In file included from ./rpcserver.h:10: In file included from ./rpcprotocol.h:16: In file included from /usr/local/include/boost/asio/ssl.hpp:19: In file included from /usr/local/include/boost/asio/ssl/context.hpp:786: /usr/local/include/boost/asio/ssl/impl/context.ipp:91:31: error: no member named 'SSLv3_method' in the global namespace; did you mean 'SSLv23_method'? handle_ =3D ::SSL_CTX_new(::SSLv3_method()); ~~^~~~~~~~~~~~ SSLv23_method=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20 /usr/local/include/openssl/ssl.h:2360:19: note: 'SSLv23_method' declared he= re const SSL_METHOD *SSLv23_method(void); /* Negotiate highest available SSL/T= LS --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207110-13-GiwMGM68s4>