[
https://issues.apache.org/jira/browse/MESOS-6238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15569370#comment-15569370
]
Benno Evers commented on MESOS-6238:
------------------------------------
Hm, the `url` seems pretty random. I can't remember putting it there for a
specific reason, so I guess its some merge artifact from a previous revision.
I pushed a new commit to github (d2d122ab057c93e9136577db5030f9976eb623c3)
which fixes this issue, at least for me mesos now builds with --enable-ssl on
ubuntu trusty and xenial.
> SSL / libevent support broken in IPv6 patch from
> https://github.com/lava/mesos/tree/bennoe/ipv6
> -----------------------------------------------------------------------------------------------
>
> Key: MESOS-6238
> URL: https://issues.apache.org/jira/browse/MESOS-6238
> Project: Mesos
> Issue Type: Bug
> Reporter: Lukas Loesche
> Assignee: Benno Evers
>
> Affects https://github.com/lava/mesos/tree/bennoe/ipv6 at commit
> 2199a24c0b7a782a0381aad8cceacbc95ec3d5c9
> make fails when configure options --enable-ssl --enable-libevent were given.
> Error message:
> {noformat}
> ...
> ...
> ../../../3rdparty/libprocess/src/process.cpp: In member function ‘void
> process::SocketManager::link_connect(const process::Future<Nothing>&,
> process::network::Socket, const process::UPID&)’:
> ../../../3rdparty/libprocess/src/process.cpp:1457:25: error: ‘url’ was not
> declared in this scope
> Try<net::IP> ip = url.ip;
> ^
> Makefile:997: recipe for target 'libprocess_la-process.lo' failed
> make[5]: *** [libprocess_la-process.lo] Error 1
> ...
> ...
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)