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/12/03 07:04:11 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>.
Unfortunately we currently don't compile on gcc 4.7.
This is a known issue: https://issues.apache.org/jira/browse/MESOS-271

On Thu, Dec 20, 2012 at 9:17 PM, Jeff Zhang <zj...@gmail.com> wrote:

> gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)
>
>
> On Fri, Dec 21, 2012 at 1:52 AM, Benjamin Mahler <bmahler@twitter.com
> >wrote:
>
> > What version of gcc are you using?
> >
> > On Wed, Dec 19, 2012 at 11:21 PM, Jeff Zhang <zj...@gmail.com> wrote:
> >
> > > Hi Ben,
> > >
> > > I still have errors when installing 0.10.0 on ubuntu 12.04, here's the
> > > error message
> > >
> > > ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function
> > > 'void boost::uuids::detail::seed_rng::sha1_random_digest_()':
> > > ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153:53: warning:
> > > ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)',
> > > declared with attribute warn_unused_result [-Wunused-result]
> > > make[2]: *** [master/libmesos_no_third_party_la-master.lo] Error 1
> > > make[2]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
> > > make[1]: *** [all] Error 2
> > > make[1]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
> > > make: *** [all-recursive] Error 1
> > >
> > >
> > >
> > > On Thu, Dec 20, 2012 at 3:03 PM, Jeff Zhang <zj...@gmail.com> wrote:
> > >
> > > > Thanks so much
> > > >
> > > >
> > > > On Thu, Dec 20, 2012 at 2:55 PM, Benjamin Hindman <
> > > benh@eecs.berkeley.edu>wrote:
> > > >
> > > >> Hi Jeff,
> > > >>
> > > >> The 0.10.0 vote<
> > > >>
> > >
> >
> http://mail-archives.apache.org/mod_mbox/incubator-general/201212.mbox/%3CCAFeOQnUXehcHr2e1oLyQP%3D8X31wkb8YRe%2BHAkN%2BEqNU9qwmXJg%40mail.gmail.com%3E
> > > >> >is
> > > >> ongoing right now and we're only missing one +1 (sometimes the
> Apache
> > > >> model can be a bit slow).
> > > >>
> > > >> While we might need to add an extra few license information into one
> > of
> > > >> our
> > > >> NOTICE files, the rest of the release should be unchanged so if you
> > > don't
> > > >> want to wait feel free to grab the release
> > > >> here<
> > > >>
> > >
> >
> http://people.apache.org/~benh/mesos-0.10.0-incubating-RC2/mesos-0.10.0-incubating.tar.gz
> > > >> >
> > > >> .
> > > >>
> > > >> Ben.
> > > >>
> > > >>
> > > >> On Wed, Dec 19, 2012 at 10:48 PM, Jeff Zhang <zj...@gmail.com>
> > wrote:
> > > >>
> > > >> > Hi Ben,
> > > >> >
> > > >> > When will the 0.10.0 been released ?
> > > >> >
> > > >> >
> > > >> > On Fri, Dec 7, 2012 at 9:13 AM, Jeff Zhang <zj...@gmail.com>
> > wrote:
> > > >> >
> > > >> > >
> > > >> > > Thanks Ben, Looking forward the 0.10.0
> > > >> > >
> > > >> > >
> > > >> > > On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <
> > > bmahler@twitter.com
> > > >> > >wrote:
> > > >> > >
> > > >> > >> Ah sorry I didn't realize you were building off the 0.9.0
> > release.
> > > >> > >>
> > > >> > >> If you're willing to wait a bit, we would like to release
> 0.10.0
> > > >> shortly
> > > >> > >> (within a week or so, I believe). So keep an eye out for that.
> In
> > > the
> > > >> > >> meantime, you can patch the socket.hpp file to fix this issue:
> > > >> > >>
> > > >> > >> -Find third_party/libprocess/include/process/socket.hpp
> > > >> > >> -Add '#include <unistd.h>' at the top of the file.
> > > >> > >>
> > > >> > >> I can send you a patch file if you have any issues. Let me know
> > if
> > > >> this
> > > >> > >> works for you.
> > > >> > >>
> > > >> > >>
> > > >> > >>
> > > >> > >> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com>
> > > wrote:
> > > >> > >>
> > > >> > >> > Hi Ben,
> > > >> > >> >
> > > >> > >> > I just follow the instruction of this wiki page
> > > >> > >> > https://github.com/mesos/mesos/wiki
> > > >> > >> >
> > > >> > >> > 1.  Invoke command "./configure"
> > > >> > >> > 2.  Invoke command "make"
> > > >> > >> >
> > > >> > >> > My environment :
> > > >> > >> > OS: Ubuntu 12.04
> > > >> > >> > g++ version :  4.7.2
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > 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
> > > >> > >> >
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <
> > > >> bmahler@twitter.com>
> > > >> > >> > wrote:
> > > >> > >> >
> > > >> > >> > > Hi Jeff,
> > > >> > >> > >
> > > >> > >> > > Can you please provide the full commands and output from
> > > >> ./configure
> > > >> > >> and
> > > >> > >> > > make?
> > > >> > >> > >
> > > >> > >> > > Thanks,
> > > >> > >> > > Ben
> > > >> > >> > >
> > > >> > >> > >
> > > >> > >> > > On Sun, Dec 2, 2012 at 10:04 PM, Jeff Zhang <
> > zjffdu@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
> > > >> > >> > > >
> > > >> > >> > >
> > > >> > >> >
> > > >> > >> >
> > > >> > >> >
> > > >> > >> > --
> > > >> > >> > Best Regards
> > > >> > >> >
> > > >> > >> > Jeff Zhang
> > > >> > >> >
> > > >> > >>
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Best Regards
> > > >> > >
> > > >> > > Jeff Zhang
> > > >> > >
> > > >> >
> > > >> >
> > > >> >
> > > >> > --
> > > >> > Best Regards
> > > >> >
> > > >> > Jeff Zhang
> > > >> >
> > > >>
> > > >
> > > >
> > > >
> > > > --
> > > > Best Regards
> > > >
> > > > Jeff Zhang
> > > >
> > >
> > >
> > >
> > > --
> > > Best Regards
> > >
> > > Jeff Zhang
> > >
> >
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Jeff Zhang <zj...@gmail.com>.
gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1)


On Fri, Dec 21, 2012 at 1:52 AM, Benjamin Mahler <bm...@twitter.com>wrote:

> What version of gcc are you using?
>
> On Wed, Dec 19, 2012 at 11:21 PM, Jeff Zhang <zj...@gmail.com> wrote:
>
> > Hi Ben,
> >
> > I still have errors when installing 0.10.0 on ubuntu 12.04, here's the
> > error message
> >
> > ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function
> > 'void boost::uuids::detail::seed_rng::sha1_random_digest_()':
> > ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153:53: warning:
> > ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)',
> > declared with attribute warn_unused_result [-Wunused-result]
> > make[2]: *** [master/libmesos_no_third_party_la-master.lo] Error 1
> > make[2]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
> > make[1]: *** [all] Error 2
> > make[1]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
> > make: *** [all-recursive] Error 1
> >
> >
> >
> > On Thu, Dec 20, 2012 at 3:03 PM, Jeff Zhang <zj...@gmail.com> wrote:
> >
> > > Thanks so much
> > >
> > >
> > > On Thu, Dec 20, 2012 at 2:55 PM, Benjamin Hindman <
> > benh@eecs.berkeley.edu>wrote:
> > >
> > >> Hi Jeff,
> > >>
> > >> The 0.10.0 vote<
> > >>
> >
> http://mail-archives.apache.org/mod_mbox/incubator-general/201212.mbox/%3CCAFeOQnUXehcHr2e1oLyQP%3D8X31wkb8YRe%2BHAkN%2BEqNU9qwmXJg%40mail.gmail.com%3E
> > >> >is
> > >> ongoing right now and we're only missing one +1 (sometimes the Apache
> > >> model can be a bit slow).
> > >>
> > >> While we might need to add an extra few license information into one
> of
> > >> our
> > >> NOTICE files, the rest of the release should be unchanged so if you
> > don't
> > >> want to wait feel free to grab the release
> > >> here<
> > >>
> >
> http://people.apache.org/~benh/mesos-0.10.0-incubating-RC2/mesos-0.10.0-incubating.tar.gz
> > >> >
> > >> .
> > >>
> > >> Ben.
> > >>
> > >>
> > >> On Wed, Dec 19, 2012 at 10:48 PM, Jeff Zhang <zj...@gmail.com>
> wrote:
> > >>
> > >> > Hi Ben,
> > >> >
> > >> > When will the 0.10.0 been released ?
> > >> >
> > >> >
> > >> > On Fri, Dec 7, 2012 at 9:13 AM, Jeff Zhang <zj...@gmail.com>
> wrote:
> > >> >
> > >> > >
> > >> > > Thanks Ben, Looking forward the 0.10.0
> > >> > >
> > >> > >
> > >> > > On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <
> > bmahler@twitter.com
> > >> > >wrote:
> > >> > >
> > >> > >> Ah sorry I didn't realize you were building off the 0.9.0
> release.
> > >> > >>
> > >> > >> If you're willing to wait a bit, we would like to release 0.10.0
> > >> shortly
> > >> > >> (within a week or so, I believe). So keep an eye out for that. In
> > the
> > >> > >> meantime, you can patch the socket.hpp file to fix this issue:
> > >> > >>
> > >> > >> -Find third_party/libprocess/include/process/socket.hpp
> > >> > >> -Add '#include <unistd.h>' at the top of the file.
> > >> > >>
> > >> > >> I can send you a patch file if you have any issues. Let me know
> if
> > >> this
> > >> > >> works for you.
> > >> > >>
> > >> > >>
> > >> > >>
> > >> > >> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com>
> > wrote:
> > >> > >>
> > >> > >> > Hi Ben,
> > >> > >> >
> > >> > >> > I just follow the instruction of this wiki page
> > >> > >> > https://github.com/mesos/mesos/wiki
> > >> > >> >
> > >> > >> > 1.  Invoke command "./configure"
> > >> > >> > 2.  Invoke command "make"
> > >> > >> >
> > >> > >> > My environment :
> > >> > >> > OS: Ubuntu 12.04
> > >> > >> > g++ version :  4.7.2
> > >> > >> >
> > >> > >> >
> > >> > >> > 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
> > >> > >> >
> > >> > >> >
> > >> > >> >
> > >> > >> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <
> > >> bmahler@twitter.com>
> > >> > >> > wrote:
> > >> > >> >
> > >> > >> > > Hi Jeff,
> > >> > >> > >
> > >> > >> > > Can you please provide the full commands and output from
> > >> ./configure
> > >> > >> and
> > >> > >> > > make?
> > >> > >> > >
> > >> > >> > > Thanks,
> > >> > >> > > Ben
> > >> > >> > >
> > >> > >> > >
> > >> > >> > > On Sun, Dec 2, 2012 at 10:04 PM, Jeff Zhang <
> zjffdu@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
> > >> > >> > > >
> > >> > >> > >
> > >> > >> >
> > >> > >> >
> > >> > >> >
> > >> > >> > --
> > >> > >> > Best Regards
> > >> > >> >
> > >> > >> > Jeff Zhang
> > >> > >> >
> > >> > >>
> > >> > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Best Regards
> > >> > >
> > >> > > Jeff Zhang
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Best Regards
> > >> >
> > >> > Jeff Zhang
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > Best Regards
> > >
> > > Jeff Zhang
> > >
> >
> >
> >
> > --
> > Best Regards
> >
> > Jeff Zhang
> >
>



-- 
Best Regards

Jeff Zhang

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Benjamin Mahler <bm...@twitter.com>.
What version of gcc are you using?

On Wed, Dec 19, 2012 at 11:21 PM, Jeff Zhang <zj...@gmail.com> wrote:

> Hi Ben,
>
> I still have errors when installing 0.10.0 on ubuntu 12.04, here's the
> error message
>
> ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function
> 'void boost::uuids::detail::seed_rng::sha1_random_digest_()':
> ../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153:53: warning:
> ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)',
> declared with attribute warn_unused_result [-Wunused-result]
> make[2]: *** [master/libmesos_no_third_party_la-master.lo] Error 1
> make[2]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
> make: *** [all-recursive] Error 1
>
>
>
> On Thu, Dec 20, 2012 at 3:03 PM, Jeff Zhang <zj...@gmail.com> wrote:
>
> > Thanks so much
> >
> >
> > On Thu, Dec 20, 2012 at 2:55 PM, Benjamin Hindman <
> benh@eecs.berkeley.edu>wrote:
> >
> >> Hi Jeff,
> >>
> >> The 0.10.0 vote<
> >>
> http://mail-archives.apache.org/mod_mbox/incubator-general/201212.mbox/%3CCAFeOQnUXehcHr2e1oLyQP%3D8X31wkb8YRe%2BHAkN%2BEqNU9qwmXJg%40mail.gmail.com%3E
> >> >is
> >> ongoing right now and we're only missing one +1 (sometimes the Apache
> >> model can be a bit slow).
> >>
> >> While we might need to add an extra few license information into one of
> >> our
> >> NOTICE files, the rest of the release should be unchanged so if you
> don't
> >> want to wait feel free to grab the release
> >> here<
> >>
> http://people.apache.org/~benh/mesos-0.10.0-incubating-RC2/mesos-0.10.0-incubating.tar.gz
> >> >
> >> .
> >>
> >> Ben.
> >>
> >>
> >> On Wed, Dec 19, 2012 at 10:48 PM, Jeff Zhang <zj...@gmail.com> wrote:
> >>
> >> > Hi Ben,
> >> >
> >> > When will the 0.10.0 been released ?
> >> >
> >> >
> >> > On Fri, Dec 7, 2012 at 9:13 AM, Jeff Zhang <zj...@gmail.com> wrote:
> >> >
> >> > >
> >> > > Thanks Ben, Looking forward the 0.10.0
> >> > >
> >> > >
> >> > > On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <
> bmahler@twitter.com
> >> > >wrote:
> >> > >
> >> > >> Ah sorry I didn't realize you were building off the 0.9.0 release.
> >> > >>
> >> > >> If you're willing to wait a bit, we would like to release 0.10.0
> >> shortly
> >> > >> (within a week or so, I believe). So keep an eye out for that. In
> the
> >> > >> meantime, you can patch the socket.hpp file to fix this issue:
> >> > >>
> >> > >> -Find third_party/libprocess/include/process/socket.hpp
> >> > >> -Add '#include <unistd.h>' at the top of the file.
> >> > >>
> >> > >> I can send you a patch file if you have any issues. Let me know if
> >> this
> >> > >> works for you.
> >> > >>
> >> > >>
> >> > >>
> >> > >> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com>
> wrote:
> >> > >>
> >> > >> > Hi Ben,
> >> > >> >
> >> > >> > I just follow the instruction of this wiki page
> >> > >> > https://github.com/mesos/mesos/wiki
> >> > >> >
> >> > >> > 1.  Invoke command "./configure"
> >> > >> > 2.  Invoke command "make"
> >> > >> >
> >> > >> > My environment :
> >> > >> > OS: Ubuntu 12.04
> >> > >> > g++ version :  4.7.2
> >> > >> >
> >> > >> >
> >> > >> > 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
> >> > >> >
> >> > >> >
> >> > >> >
> >> > >> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <
> >> bmahler@twitter.com>
> >> > >> > wrote:
> >> > >> >
> >> > >> > > Hi Jeff,
> >> > >> > >
> >> > >> > > Can you please provide the full commands and output from
> >> ./configure
> >> > >> and
> >> > >> > > make?
> >> > >> > >
> >> > >> > > Thanks,
> >> > >> > > Ben
> >> > >> > >
> >> > >> > >
> >> > >> > > On Sun, Dec 2, 2012 at 10:04 PM, 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
> >> > >> > > >
> >> > >> > >
> >> > >> >
> >> > >> >
> >> > >> >
> >> > >> > --
> >> > >> > Best Regards
> >> > >> >
> >> > >> > Jeff Zhang
> >> > >> >
> >> > >>
> >> > >
> >> > >
> >> > >
> >> > > --
> >> > > Best Regards
> >> > >
> >> > > Jeff Zhang
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Best Regards
> >> >
> >> > Jeff Zhang
> >> >
> >>
> >
> >
> >
> > --
> > Best Regards
> >
> > Jeff Zhang
> >
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Jeff Zhang <zj...@gmail.com>.
Hi Ben,

I still have errors when installing 0.10.0 on ubuntu 12.04, here's the
error message

../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp: In member function
'void boost::uuids::detail::seed_rng::sha1_random_digest_()':
../third_party/boost-1.37.0/boost/uuid/seed_rng.hpp:153:53: warning:
ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)',
declared with attribute warn_unused_result [-Wunused-result]
make[2]: *** [master/libmesos_no_third_party_la-master.lo] Error 1
make[2]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/zjffdu/mesos-0.10.0/src'
make: *** [all-recursive] Error 1



On Thu, Dec 20, 2012 at 3:03 PM, Jeff Zhang <zj...@gmail.com> wrote:

> Thanks so much
>
>
> On Thu, Dec 20, 2012 at 2:55 PM, Benjamin Hindman <be...@eecs.berkeley.edu>wrote:
>
>> Hi Jeff,
>>
>> The 0.10.0 vote<
>> http://mail-archives.apache.org/mod_mbox/incubator-general/201212.mbox/%3CCAFeOQnUXehcHr2e1oLyQP%3D8X31wkb8YRe%2BHAkN%2BEqNU9qwmXJg%40mail.gmail.com%3E
>> >is
>> ongoing right now and we're only missing one +1 (sometimes the Apache
>> model can be a bit slow).
>>
>> While we might need to add an extra few license information into one of
>> our
>> NOTICE files, the rest of the release should be unchanged so if you don't
>> want to wait feel free to grab the release
>> here<
>> http://people.apache.org/~benh/mesos-0.10.0-incubating-RC2/mesos-0.10.0-incubating.tar.gz
>> >
>> .
>>
>> Ben.
>>
>>
>> On Wed, Dec 19, 2012 at 10:48 PM, Jeff Zhang <zj...@gmail.com> wrote:
>>
>> > Hi Ben,
>> >
>> > When will the 0.10.0 been released ?
>> >
>> >
>> > On Fri, Dec 7, 2012 at 9:13 AM, Jeff Zhang <zj...@gmail.com> wrote:
>> >
>> > >
>> > > Thanks Ben, Looking forward the 0.10.0
>> > >
>> > >
>> > > On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <bmahler@twitter.com
>> > >wrote:
>> > >
>> > >> Ah sorry I didn't realize you were building off the 0.9.0 release.
>> > >>
>> > >> If you're willing to wait a bit, we would like to release 0.10.0
>> shortly
>> > >> (within a week or so, I believe). So keep an eye out for that. In the
>> > >> meantime, you can patch the socket.hpp file to fix this issue:
>> > >>
>> > >> -Find third_party/libprocess/include/process/socket.hpp
>> > >> -Add '#include <unistd.h>' at the top of the file.
>> > >>
>> > >> I can send you a patch file if you have any issues. Let me know if
>> this
>> > >> works for you.
>> > >>
>> > >>
>> > >>
>> > >> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com> wrote:
>> > >>
>> > >> > Hi Ben,
>> > >> >
>> > >> > I just follow the instruction of this wiki page
>> > >> > https://github.com/mesos/mesos/wiki
>> > >> >
>> > >> > 1.  Invoke command "./configure"
>> > >> > 2.  Invoke command "make"
>> > >> >
>> > >> > My environment :
>> > >> > OS: Ubuntu 12.04
>> > >> > g++ version :  4.7.2
>> > >> >
>> > >> >
>> > >> > 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
>> > >> >
>> > >> >
>> > >> >
>> > >> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <
>> bmahler@twitter.com>
>> > >> > wrote:
>> > >> >
>> > >> > > Hi Jeff,
>> > >> > >
>> > >> > > Can you please provide the full commands and output from
>> ./configure
>> > >> and
>> > >> > > make?
>> > >> > >
>> > >> > > Thanks,
>> > >> > > Ben
>> > >> > >
>> > >> > >
>> > >> > > On Sun, Dec 2, 2012 at 10:04 PM, 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
>> > >> > > >
>> > >> > >
>> > >> >
>> > >> >
>> > >> >
>> > >> > --
>> > >> > Best Regards
>> > >> >
>> > >> > Jeff Zhang
>> > >> >
>> > >>
>> > >
>> > >
>> > >
>> > > --
>> > > Best Regards
>> > >
>> > > Jeff Zhang
>> > >
>> >
>> >
>> >
>> > --
>> > Best Regards
>> >
>> > Jeff Zhang
>> >
>>
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>



-- 
Best Regards

Jeff Zhang

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Jeff Zhang <zj...@gmail.com>.
Thanks so much

On Thu, Dec 20, 2012 at 2:55 PM, Benjamin Hindman <be...@eecs.berkeley.edu>wrote:

> Hi Jeff,
>
> The 0.10.0 vote<
> http://mail-archives.apache.org/mod_mbox/incubator-general/201212.mbox/%3CCAFeOQnUXehcHr2e1oLyQP%3D8X31wkb8YRe%2BHAkN%2BEqNU9qwmXJg%40mail.gmail.com%3E
> >is
> ongoing right now and we're only missing one +1 (sometimes the Apache
> model can be a bit slow).
>
> While we might need to add an extra few license information into one of our
> NOTICE files, the rest of the release should be unchanged so if you don't
> want to wait feel free to grab the release
> here<
> http://people.apache.org/~benh/mesos-0.10.0-incubating-RC2/mesos-0.10.0-incubating.tar.gz
> >
> .
>
> Ben.
>
>
> On Wed, Dec 19, 2012 at 10:48 PM, Jeff Zhang <zj...@gmail.com> wrote:
>
> > Hi Ben,
> >
> > When will the 0.10.0 been released ?
> >
> >
> > On Fri, Dec 7, 2012 at 9:13 AM, Jeff Zhang <zj...@gmail.com> wrote:
> >
> > >
> > > Thanks Ben, Looking forward the 0.10.0
> > >
> > >
> > > On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <bmahler@twitter.com
> > >wrote:
> > >
> > >> Ah sorry I didn't realize you were building off the 0.9.0 release.
> > >>
> > >> If you're willing to wait a bit, we would like to release 0.10.0
> shortly
> > >> (within a week or so, I believe). So keep an eye out for that. In the
> > >> meantime, you can patch the socket.hpp file to fix this issue:
> > >>
> > >> -Find third_party/libprocess/include/process/socket.hpp
> > >> -Add '#include <unistd.h>' at the top of the file.
> > >>
> > >> I can send you a patch file if you have any issues. Let me know if
> this
> > >> works for you.
> > >>
> > >>
> > >>
> > >> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com> wrote:
> > >>
> > >> > Hi Ben,
> > >> >
> > >> > I just follow the instruction of this wiki page
> > >> > https://github.com/mesos/mesos/wiki
> > >> >
> > >> > 1.  Invoke command "./configure"
> > >> > 2.  Invoke command "make"
> > >> >
> > >> > My environment :
> > >> > OS: Ubuntu 12.04
> > >> > g++ version :  4.7.2
> > >> >
> > >> >
> > >> > 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
> > >> >
> > >> >
> > >> >
> > >> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <
> bmahler@twitter.com>
> > >> > wrote:
> > >> >
> > >> > > Hi Jeff,
> > >> > >
> > >> > > Can you please provide the full commands and output from
> ./configure
> > >> and
> > >> > > make?
> > >> > >
> > >> > > Thanks,
> > >> > > Ben
> > >> > >
> > >> > >
> > >> > > On Sun, Dec 2, 2012 at 10:04 PM, 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
> > >> > > >
> > >> > >
> > >> >
> > >> >
> > >> >
> > >> > --
> > >> > Best Regards
> > >> >
> > >> > Jeff Zhang
> > >> >
> > >>
> > >
> > >
> > >
> > > --
> > > Best Regards
> > >
> > > Jeff Zhang
> > >
> >
> >
> >
> > --
> > Best Regards
> >
> > Jeff Zhang
> >
>



-- 
Best Regards

Jeff Zhang

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Benjamin Hindman <be...@eecs.berkeley.edu>.
Hi Jeff,

The 0.10.0 vote<http://mail-archives.apache.org/mod_mbox/incubator-general/201212.mbox/%3CCAFeOQnUXehcHr2e1oLyQP%3D8X31wkb8YRe%2BHAkN%2BEqNU9qwmXJg%40mail.gmail.com%3E>is
ongoing right now and we're only missing one +1 (sometimes the Apache
model can be a bit slow).

While we might need to add an extra few license information into one of our
NOTICE files, the rest of the release should be unchanged so if you don't
want to wait feel free to grab the release
here<http://people.apache.org/~benh/mesos-0.10.0-incubating-RC2/mesos-0.10.0-incubating.tar.gz>
.

Ben.


On Wed, Dec 19, 2012 at 10:48 PM, Jeff Zhang <zj...@gmail.com> wrote:

> Hi Ben,
>
> When will the 0.10.0 been released ?
>
>
> On Fri, Dec 7, 2012 at 9:13 AM, Jeff Zhang <zj...@gmail.com> wrote:
>
> >
> > Thanks Ben, Looking forward the 0.10.0
> >
> >
> > On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <bmahler@twitter.com
> >wrote:
> >
> >> Ah sorry I didn't realize you were building off the 0.9.0 release.
> >>
> >> If you're willing to wait a bit, we would like to release 0.10.0 shortly
> >> (within a week or so, I believe). So keep an eye out for that. In the
> >> meantime, you can patch the socket.hpp file to fix this issue:
> >>
> >> -Find third_party/libprocess/include/process/socket.hpp
> >> -Add '#include <unistd.h>' at the top of the file.
> >>
> >> I can send you a patch file if you have any issues. Let me know if this
> >> works for you.
> >>
> >>
> >>
> >> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com> wrote:
> >>
> >> > Hi Ben,
> >> >
> >> > I just follow the instruction of this wiki page
> >> > https://github.com/mesos/mesos/wiki
> >> >
> >> > 1.  Invoke command "./configure"
> >> > 2.  Invoke command "make"
> >> >
> >> > My environment :
> >> > OS: Ubuntu 12.04
> >> > g++ version :  4.7.2
> >> >
> >> >
> >> > 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
> >> >
> >> >
> >> >
> >> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <bm...@twitter.com>
> >> > wrote:
> >> >
> >> > > Hi Jeff,
> >> > >
> >> > > Can you please provide the full commands and output from ./configure
> >> and
> >> > > make?
> >> > >
> >> > > Thanks,
> >> > > Ben
> >> > >
> >> > >
> >> > > On Sun, Dec 2, 2012 at 10:04 PM, 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
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > Best Regards
> >> >
> >> > Jeff Zhang
> >> >
> >>
> >
> >
> >
> > --
> > Best Regards
> >
> > Jeff Zhang
> >
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Jeff Zhang <zj...@gmail.com>.
Hi Ben,

When will the 0.10.0 been released ?


On Fri, Dec 7, 2012 at 9:13 AM, Jeff Zhang <zj...@gmail.com> wrote:

>
> Thanks Ben, Looking forward the 0.10.0
>
>
> On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <bm...@twitter.com>wrote:
>
>> Ah sorry I didn't realize you were building off the 0.9.0 release.
>>
>> If you're willing to wait a bit, we would like to release 0.10.0 shortly
>> (within a week or so, I believe). So keep an eye out for that. In the
>> meantime, you can patch the socket.hpp file to fix this issue:
>>
>> -Find third_party/libprocess/include/process/socket.hpp
>> -Add '#include <unistd.h>' at the top of the file.
>>
>> I can send you a patch file if you have any issues. Let me know if this
>> works for you.
>>
>>
>>
>> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com> wrote:
>>
>> > Hi Ben,
>> >
>> > I just follow the instruction of this wiki page
>> > https://github.com/mesos/mesos/wiki
>> >
>> > 1.  Invoke command "./configure"
>> > 2.  Invoke command "make"
>> >
>> > My environment :
>> > OS: Ubuntu 12.04
>> > g++ version :  4.7.2
>> >
>> >
>> > 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
>> >
>> >
>> >
>> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <bm...@twitter.com>
>> > wrote:
>> >
>> > > Hi Jeff,
>> > >
>> > > Can you please provide the full commands and output from ./configure
>> and
>> > > make?
>> > >
>> > > Thanks,
>> > > Ben
>> > >
>> > >
>> > > On Sun, Dec 2, 2012 at 10:04 PM, 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
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > Best Regards
>> >
>> > Jeff Zhang
>> >
>>
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>



-- 
Best Regards

Jeff Zhang

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Jeff Zhang <zj...@gmail.com>.
Thanks Ben, Looking forward the 0.10.0


On Fri, Dec 7, 2012 at 3:25 AM, Benjamin Mahler <bm...@twitter.com> wrote:

> Ah sorry I didn't realize you were building off the 0.9.0 release.
>
> If you're willing to wait a bit, we would like to release 0.10.0 shortly
> (within a week or so, I believe). So keep an eye out for that. In the
> meantime, you can patch the socket.hpp file to fix this issue:
>
> -Find third_party/libprocess/include/process/socket.hpp
> -Add '#include <unistd.h>' at the top of the file.
>
> I can send you a patch file if you have any issues. Let me know if this
> works for you.
>
>
>
> On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com> wrote:
>
> > Hi Ben,
> >
> > I just follow the instruction of this wiki page
> > https://github.com/mesos/mesos/wiki
> >
> > 1.  Invoke command "./configure"
> > 2.  Invoke command "make"
> >
> > My environment :
> > OS: Ubuntu 12.04
> > g++ version :  4.7.2
> >
> >
> > 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
> >
> >
> >
> > On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <bm...@twitter.com>
> > wrote:
> >
> > > Hi Jeff,
> > >
> > > Can you please provide the full commands and output from ./configure
> and
> > > make?
> > >
> > > Thanks,
> > > Ben
> > >
> > >
> > > On Sun, Dec 2, 2012 at 10:04 PM, 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
> > > >
> > >
> >
> >
> >
> > --
> > Best Regards
> >
> > Jeff Zhang
> >
>



-- 
Best Regards

Jeff Zhang

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Benjamin Mahler <bm...@twitter.com>.
Ah sorry I didn't realize you were building off the 0.9.0 release.

If you're willing to wait a bit, we would like to release 0.10.0 shortly
(within a week or so, I believe). So keep an eye out for that. In the
meantime, you can patch the socket.hpp file to fix this issue:

-Find third_party/libprocess/include/process/socket.hpp
-Add '#include <unistd.h>' at the top of the file.

I can send you a patch file if you have any issues. Let me know if this
works for you.



On Wed, Dec 5, 2012 at 6:23 PM, Jeff Zhang <zj...@gmail.com> wrote:

> Hi Ben,
>
> I just follow the instruction of this wiki page
> https://github.com/mesos/mesos/wiki
>
> 1.  Invoke command "./configure"
> 2.  Invoke command "make"
>
> My environment :
> OS: Ubuntu 12.04
> g++ version :  4.7.2
>
>
> 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
>
>
>
> On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <bm...@twitter.com>
> wrote:
>
> > Hi Jeff,
> >
> > Can you please provide the full commands and output from ./configure and
> > make?
> >
> > Thanks,
> > Ben
> >
> >
> > On Sun, Dec 2, 2012 at 10:04 PM, 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
> > >
> >
>
>
>
> --
> Best Regards
>
> Jeff Zhang
>

Re: Errors when install mesos 0.9.0 on ubuntu 12.04

Posted by Jeff Zhang <zj...@gmail.com>.
Hi Ben,

I just follow the instruction of this wiki page
https://github.com/mesos/mesos/wiki

1.  Invoke command "./configure"
2.  Invoke command "make"

My environment :
OS: Ubuntu 12.04
g++ version :  4.7.2


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



On Thu, Dec 6, 2012 at 2:56 AM, Benjamin Mahler <bm...@twitter.com> wrote:

> Hi Jeff,
>
> Can you please provide the full commands and output from ./configure and
> make?
>
> Thanks,
> Ben
>
>
> On Sun, Dec 2, 2012 at 10:04 PM, 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
> >
>



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

Can you please provide the full commands and output from ./configure and
make?

Thanks,
Ben


On Sun, Dec 2, 2012 at 10:04 PM, 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
>