[ 
https://issues.apache.org/jira/browse/MESOS-6238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukas Loesche updated MESOS-6238:
---------------------------------
    Description: 
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}


  was:
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}



> 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
>
> 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)

Reply via email to