You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Jeff Zhang <zj...@gmail.com> on 2012/11/28 11:15:17 UTC

Errors when install mesos 0.9.0 on ubuntu 12.04

Hi,

First sorry if this is not the right mail list for this kind of question,
but could not find a user mail list, only find this dev mail list.

My issue is that I meet errors when invoke the command ".configure" on
ubuntu 12.04, I following the instruction in this page
https://github.com/mesos/mesos/wiki

And this is the error message

./include/process/socket.hpp: In member function 'void Socket::cleanup()':
./include/process/socket.hpp:64:16: error: 'close' was not declared in this
scope
make[4]: *** [libprocess_la-latch.lo] Error 1
make[4]: Leaving directory `/home/zjffdu/mesos-0.9.0/third_party/libprocess'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/zjffdu/mesos-0.9.0/third_party/libprocess'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zjffdu/mesos-0.9.0/third_party'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/zjffdu/mesos-0.9.0/third_party'
make: *** [all-recursive] Error 1

-- 
Best Regards

Jeff Zhang

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Benjamin Mahler <bm...@twitter.com>.
Hi Jeff, sorry for the delay.

Can you send the exact commands you're running and the full output from
configure and make? I'd like to try to reproduce this issue on 12.04 (also,
which gcc are you using?).


On Wed, Nov 28, 2012 at 10:15 AM, Jeff Zhang <zj...@gmail.com> wrote:

> Hi,
>
> First sorry if this is not the right mail list for this kind of question,
> but could not find a user mail list, only find this dev mail list.
>
> My issue is that I meet errors when invoke the command ".configure" on
> ubuntu 12.04, I following the instruction in this page
> https://github.com/mesos/mesos/wiki
>
> And this is the error message
>
> ./include/process/socket.hpp: In member function 'void Socket::cleanup()':
> ./include/process/socket.hpp:64:16: error: 'close' was not declared in this
> scope
> make[4]: *** [libprocess_la-latch.lo] Error 1
> make[4]: Leaving directory
> `/home/zjffdu/mesos-0.9.0/third_party/libprocess'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/zjffdu/mesos-0.9.0/third_party/libprocess'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/zjffdu/mesos-0.9.0/third_party'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/zjffdu/mesos-0.9.0/third_party'
> make: *** [all-recursive] Error 1
>
> --
> Best Regards
>
> Jeff Zhang
>