You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Soheila Dehghanzadeh <sa...@gmail.com> on 2015/10/20 18:00:51 UTC

mesos installation

Hi All,

I have been trying to re-install mesos using this link [1] but my make keep
failing because of this error

../../src/linux/fs.cpp:346:2: error: #error "pivot_root is not available"
 #error "pivot_root is not available"
  ^
../../src/linux/fs.cpp: In function 'Try<Nothing>
mesos::internal::fs::pivot_root(const string&, const string&)':
../../src/linux/fs.cpp:348:7: error: 'ret' was not declared in this scope
   if (ret == -1) {
       ^
any comment is appreciated.

[1]http://mesos.apache.org/gettingstarted/


-Thanks.
-Soheila

Re: mesos installation

Posted by Soheila Dehghanzadeh <sa...@gmail.com>.
thanks.

-Soheila.

On Tue, Oct 20, 2015 at 5:55 PM, Neil Conway <ne...@gmail.com> wrote:

> Hi Soheila,
>
> Mesos is only supported on 64-bit CPUs at the moment.
>
> Neil
>
> On Tue, Oct 20, 2015 at 9:11 AM, Soheila Dehghanzadeh
> <sa...@gmail.com> wrote:
> > I'm following the exact steps in [1] so mesos-0.25.0 but my ubuntu is a
> > 32-bit machine. would it affect making the source code?
> >
> > -Soheila
> >
> > On Tue, Oct 20, 2015 at 5:04 PM, Neil Conway <ne...@gmail.com>
> wrote:
> >
> >> Hi Soheila,
> >>
> >> What distribution, version, and CPU architecture are you using?
> >>
> >> Thanks,
> >> Neil
> >>
> >> On Tue, Oct 20, 2015 at 9:00 AM, Soheila Dehghanzadeh
> >> <sa...@gmail.com> wrote:
> >> > Hi All,
> >> >
> >> > I have been trying to re-install mesos using this link [1] but my make
> >> keep
> >> > failing because of this error
> >> >
> >> > ../../src/linux/fs.cpp:346:2: error: #error "pivot_root is not
> available"
> >> >  #error "pivot_root is not available"
> >> >   ^
> >> > ../../src/linux/fs.cpp: In function 'Try<Nothing>
> >> > mesos::internal::fs::pivot_root(const string&, const string&)':
> >> > ../../src/linux/fs.cpp:348:7: error: 'ret' was not declared in this
> scope
> >> >    if (ret == -1) {
> >> >        ^
> >> > any comment is appreciated.
> >> >
> >> > [1]http://mesos.apache.org/gettingstarted/
> >> >
> >> >
> >> > -Thanks.
> >> > -Soheila
> >>
>

Re: mesos installation

Posted by Neil Conway <ne...@gmail.com>.
Hi Soheila,

Mesos is only supported on 64-bit CPUs at the moment.

Neil

On Tue, Oct 20, 2015 at 9:11 AM, Soheila Dehghanzadeh
<sa...@gmail.com> wrote:
> I'm following the exact steps in [1] so mesos-0.25.0 but my ubuntu is a
> 32-bit machine. would it affect making the source code?
>
> -Soheila
>
> On Tue, Oct 20, 2015 at 5:04 PM, Neil Conway <ne...@gmail.com> wrote:
>
>> Hi Soheila,
>>
>> What distribution, version, and CPU architecture are you using?
>>
>> Thanks,
>> Neil
>>
>> On Tue, Oct 20, 2015 at 9:00 AM, Soheila Dehghanzadeh
>> <sa...@gmail.com> wrote:
>> > Hi All,
>> >
>> > I have been trying to re-install mesos using this link [1] but my make
>> keep
>> > failing because of this error
>> >
>> > ../../src/linux/fs.cpp:346:2: error: #error "pivot_root is not available"
>> >  #error "pivot_root is not available"
>> >   ^
>> > ../../src/linux/fs.cpp: In function 'Try<Nothing>
>> > mesos::internal::fs::pivot_root(const string&, const string&)':
>> > ../../src/linux/fs.cpp:348:7: error: 'ret' was not declared in this scope
>> >    if (ret == -1) {
>> >        ^
>> > any comment is appreciated.
>> >
>> > [1]http://mesos.apache.org/gettingstarted/
>> >
>> >
>> > -Thanks.
>> > -Soheila
>>

Re: mesos installation

Posted by Soheila Dehghanzadeh <sa...@gmail.com>.
I'm following the exact steps in [1] so mesos-0.25.0 but my ubuntu is a
32-bit machine. would it affect making the source code?

-Soheila

On Tue, Oct 20, 2015 at 5:04 PM, Neil Conway <ne...@gmail.com> wrote:

> Hi Soheila,
>
> What distribution, version, and CPU architecture are you using?
>
> Thanks,
> Neil
>
> On Tue, Oct 20, 2015 at 9:00 AM, Soheila Dehghanzadeh
> <sa...@gmail.com> wrote:
> > Hi All,
> >
> > I have been trying to re-install mesos using this link [1] but my make
> keep
> > failing because of this error
> >
> > ../../src/linux/fs.cpp:346:2: error: #error "pivot_root is not available"
> >  #error "pivot_root is not available"
> >   ^
> > ../../src/linux/fs.cpp: In function 'Try<Nothing>
> > mesos::internal::fs::pivot_root(const string&, const string&)':
> > ../../src/linux/fs.cpp:348:7: error: 'ret' was not declared in this scope
> >    if (ret == -1) {
> >        ^
> > any comment is appreciated.
> >
> > [1]http://mesos.apache.org/gettingstarted/
> >
> >
> > -Thanks.
> > -Soheila
>

Re: mesos installation

Posted by Neil Conway <ne...@gmail.com>.
Hi Soheila,

What distribution, version, and CPU architecture are you using?

Thanks,
Neil

On Tue, Oct 20, 2015 at 9:00 AM, Soheila Dehghanzadeh
<sa...@gmail.com> wrote:
> Hi All,
>
> I have been trying to re-install mesos using this link [1] but my make keep
> failing because of this error
>
> ../../src/linux/fs.cpp:346:2: error: #error "pivot_root is not available"
>  #error "pivot_root is not available"
>   ^
> ../../src/linux/fs.cpp: In function 'Try<Nothing>
> mesos::internal::fs::pivot_root(const string&, const string&)':
> ../../src/linux/fs.cpp:348:7: error: 'ret' was not declared in this scope
>    if (ret == -1) {
>        ^
> any comment is appreciated.
>
> [1]http://mesos.apache.org/gettingstarted/
>
>
> -Thanks.
> -Soheila