Re: Build Failure

2018-03-19 Thread James Peach
> On Mar 19, 2018, at 4:38 PM, Shiv Deepak wrote: > > Thanks. I installed unzip. That worked. FWIW the test suite was fixed for 1.6 in 0da7b6cc37786df94465ae98948fd7be669a843e. > > On Mon, Mar 19, 2018 at 3:48 PM, Tomek Janiszewski wrote: > Do you

Re: Build Failure

2018-03-19 Thread Andrew Schwartzmeyer
It's sad that we fail at runtime like this when certain utilities aren't installed. We're currently working to replace the extraction logic with libarchive instead, so we'll no longer implicitly require unzip/gunzip/tar/7z etc. I think it will probably make it into 1.6.0. On 03/19/2018 4:38 pm,

Re: Build Failure

2018-03-19 Thread Shiv Deepak
Thanks. I installed unzip. That worked. On Mon, Mar 19, 2018 at 3:48 PM, Tomek Janiszewski wrote: > Do you have unzip installed? Can you try unzipping file like it's done in > the test? > > > pon., 19.03.2018, 22:53 użytkownik Shiv Deepak > napisał: > >>

Re: Build Failure

2018-03-19 Thread Tomek Janiszewski
Do you have unzip installed? Can you try unzipping file like it's done in the test? pon., 19.03.2018, 22:53 użytkownik Shiv Deepak napisał: > Hello, > > I am trying to build Mesos 1.5.0 from source on Ubuntu 16.04. > > I tried on Docker, VM, and EC2. Three test cases are

Fwd: Build Failure

2018-03-19 Thread Shiv Deepak
Hello, I am trying to build Mesos 1.5.0 from source on Ubuntu 16.04. I tried on Docker, VM, and EC2. Three test cases are failing no matter what. Here is the list. *[ PASSED ] 1904 tests.* *[ FAILED ] 3 tests, listed below:* *[ FAILED ] FetcherTest.Unzip_ExtractFile* *[ FAILED ]

Python related build failure with 1.4.0 release

2017-10-10 Thread Adam Cécile
Hi, I just tried to build 1.4.0 release but there's a really weird failure when building python module: http://paste.debian.net/990104/ Any idea ? I'll probably dig into it later if you don't. Btw, I there any official Python3 support now ? Regards, Adam.

build failure on mac os x

2014-11-01 Thread Ankur Chauhan
I am trying to build the latest (master) mesos source and keep getting this error: In file included from ../../src/state/log.cpp:25:0: ../../3rdparty/libprocess/3rdparty/stout/include/stout/svn.hpp:21:23: fatal error: svn_delta.h: No such file or directory #include svn_delta.h

Re: build failure on mac os x

2014-11-01 Thread Dominic Hamon
libsubversion was added as a dependency recently. However it's lack should have been caught by the configure step. I don't know enough about osx and libsubversion to know if there's something special you need to do. On Nov 1, 2014 2:05 AM, Ankur Chauhan an...@malloc64.com wrote: I am trying to

Re: build failure on mac os x

2014-11-01 Thread Timothy Chen
Hi Ankur, Where does your lib subversion header live? Configure must have fonnd it but since we include the header without the path the path name may not match. Tim Sent from my iPhone On Nov 1, 2014, at 8:54 AM, Dominic Hamon dha...@twitter.com wrote: libsubversion was added as a

Re: build failure on mac os x

2014-11-01 Thread Till Toenshoff
Dear Ankur, please see https://issues.apache.org/jira/browse/MESOS-1998 https://issues.apache.org/jira/browse/MESOS-1998. The problem here is that your subversion headers are not installed within the default location our configuration step is assuming (/usr/include/subversion-1). To prevent

Re: build failure on mac os x

2014-11-01 Thread Ankur Chauhan
Thanks. Yes adding subversion check would definitely help. I did install subversion using homebrew so it'll take a little more looking into. -- Ankur On 1 Nov 2014, at 09:04, Till Toenshoff toensh...@me.com wrote: Dear Ankur, please see https://issues.apache.org/jira/browse/MESOS-1998