You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Prafulla T <pv...@gmail.com> on 2012/04/20 07:35:41 UTC

Building issue with mesos on Ubuntu : ../configure: not found

Hi,

I am trying to build mesos on my ubuntu machine.
But I see following error.

[build] $../configure.ubuntu-lucid-64
exec: 3: ../configure: not found

I checked
https://svn.apache.org/repos/asf/incubator/mesos/trunk/configure.ubuntu-lucid-64
I see that It references ./configure file which is not in version control.
Am I missing anything ?

--
Thanks
Prafulla

Re: Building issue with mesos on Ubuntu : ../configure: not found

Posted by Scott Smith <sc...@gmail.com>.
It is listed here:

https://github.com/mesos/mesos/wiki/

On Fri, Apr 20, 2012 at 9:00 AM, Prafulla T <pv...@gmail.com> wrote:
>>
>> If you're building directly from a git/svn checkout, you need to run
>> 'bootstrap' from the root of the distribution (which mostly runs
>> 'autoreconf'). This step will not be necessary for tarballs we (eventually)
>> distribute.
>>
>
> Thanks, It works!
> Maybe, we should update "Building Guidelines" here :
> https://github.com/mesos/mesos/wiki/Mesos-developers-guide
> with this "bootstrap" step
>
>
> - Charles Reiss
>>
>>



-- 
        Scott

Re: Building issue with mesos on Ubuntu : ../configure: not found

Posted by Prafulla T <pv...@gmail.com>.
>
> If you're building directly from a git/svn checkout, you need to run
> 'bootstrap' from the root of the distribution (which mostly runs
> 'autoreconf'). This step will not be necessary for tarballs we (eventually)
> distribute.
>

Thanks, It works!
Maybe, we should update "Building Guidelines" here :
https://github.com/mesos/mesos/wiki/Mesos-developers-guide
with this "bootstrap" step


- Charles Reiss
>
>

Re: Building issue with mesos on Ubuntu : ../configure: not found

Posted by Charles Reiss <ch...@eecs.berkeley.edu>.
On 4/19/12 10:35 PM, Prafulla T wrote:
> Hi,
>
> I am trying to build mesos on my ubuntu machine.
> But I see following error.
>
> [build] $../configure.ubuntu-lucid-64
> exec: 3: ../configure: not found
>
> I checked
> https://svn.apache.org/repos/asf/incubator/mesos/trunk/configure.ubuntu-lucid-64
> I see that It references ./configure file which is not in version control.
> Am I missing anything ?

If you're building directly from a git/svn checkout, you need to run 
'bootstrap' from the root of the distribution (which mostly runs 
'autoreconf'). This step will not be necessary for tarballs we 
(eventually) distribute.

- Charles Reiss