You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Ben Mahler <be...@gmail.com> on 2012/10/09 20:01:05 UTC

Re: Review Request: Get mesos compiling under gcc-4.7

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6988/#review12282
-----------------------------------------------------------


ping

also did you compress your new boost tar.gz with '--best' john?

- Ben Mahler


On Sept. 11, 2012, 12:52 p.m., John Sirois wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/6988/
> -----------------------------------------------------------
> 
> (Updated Sept. 11, 2012, 12:52 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler.
> 
> 
> Description
> -------
> 
> commit 2e1404f2630c561e586c6eb488f71d26ede1b4c7
> Author: jsirois <js...@twitter.com>
> Date:   Mon Sep 10 14:01:26 2012 -0400
> 
>     Get mesos compiling under gcc-4.7
> 
>  src/examples/long_lived_executor.cpp                  |   1 +
>  third_party/boost-1.51.0.tar.gz                       | Bin 7203699 -> 7469124 bytes
>  third_party/libprocess/include/process/protobuf.hpp   |   2 +-
>  third_party/libprocess/include/stout/multihashmap.hpp |  17 ++++++++++-------
>  4 files changed, 12 insertions(+), 8 deletions(-)
> 
> 
> This addresses bug MESOS-271.
>     https://issues.apache.org/jira/browse/MESOS-271
> 
> 
> Diffs
> -----
> 
>   src/examples/long_lived_executor.cpp bb38873 
>   third_party/boost-1.51.0.tar.gz e461b8a426859720d1b867ca981ba8131e8ebe70 
>   third_party/libprocess/include/process/protobuf.hpp 5911c59 
>   third_party/libprocess/include/stout/multihashmap.hpp 6d324d4 
> 
> Diff: https://reviews.apache.org/r/6988/diff/
> 
> 
> Testing
> -------
> 
> [jsirois@gill build] (jsirois/MESOS-271) $ gcc --version
> gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> [jsirois@gill build] (jsirois/MESOS-271) $ make check
> ...
> [       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (1452 ms)
> [----------] 2 tests from AllocatorZooKeeperTest/0 (3622 ms total)
> 
> [----------] Global test environment tear-down
> [==========] 180 tests from 36 test cases ran. (92375 ms total)
> [  PASSED  ] 179 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] FsTest.FileSystemTableRead
> 
>  1 FAILED TEST
>   YOU HAVE 6 DISABLED TESTS
> 
> FAIL: mesos-tests
> ==================
> 1 of 1 test failed
> ==================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory `/home/jsirois/development/3rdparty/mesos/build/src'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory `/home/jsirois/development/3rdparty/mesos/build/src'
> make[1]: *** [check] Error 2
> make[1]: Leaving directory `/home/jsirois/development/3rdparty/mesos/build/src'
> make: *** [check-recursive] Error 1
> 
> 
> Thanks,
> 
> John Sirois
> 
>


Re: Review Request: Get mesos compiling under gcc-4.7

Posted by John Sirois <jo...@gmail.com>.

> On Oct. 9, 2012, 6:01 p.m., Ben Mahler wrote:
> > ping
> > 
> > also did you compress your new boost tar.gz with '--best' john?

I did not - now done and attached to the ticket.


- John


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/6988/#review12282
-----------------------------------------------------------


On Sept. 11, 2012, 12:52 p.m., John Sirois wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/6988/
> -----------------------------------------------------------
> 
> (Updated Sept. 11, 2012, 12:52 p.m.)
> 
> 
> Review request for mesos, Benjamin Hindman, Vinod Kone, and Ben Mahler.
> 
> 
> Description
> -------
> 
> commit 2e1404f2630c561e586c6eb488f71d26ede1b4c7
> Author: jsirois <js...@twitter.com>
> Date:   Mon Sep 10 14:01:26 2012 -0400
> 
>     Get mesos compiling under gcc-4.7
> 
>  src/examples/long_lived_executor.cpp                  |   1 +
>  third_party/boost-1.51.0.tar.gz                       | Bin 7203699 -> 7469124 bytes
>  third_party/libprocess/include/process/protobuf.hpp   |   2 +-
>  third_party/libprocess/include/stout/multihashmap.hpp |  17 ++++++++++-------
>  4 files changed, 12 insertions(+), 8 deletions(-)
> 
> 
> This addresses bug MESOS-271.
>     https://issues.apache.org/jira/browse/MESOS-271
> 
> 
> Diffs
> -----
> 
>   src/examples/long_lived_executor.cpp bb38873 
>   third_party/boost-1.51.0.tar.gz e461b8a426859720d1b867ca981ba8131e8ebe70 
>   third_party/libprocess/include/process/protobuf.hpp 5911c59 
>   third_party/libprocess/include/stout/multihashmap.hpp 6d324d4 
> 
> Diff: https://reviews.apache.org/r/6988/diff/
> 
> 
> Testing
> -------
> 
> [jsirois@gill build] (jsirois/MESOS-271) $ gcc --version
> gcc (GCC) 4.7.0 20120507 (Red Hat 4.7.0-5)
> Copyright (C) 2012 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> [jsirois@gill build] (jsirois/MESOS-271) $ make check
> ...
> [       OK ] AllocatorZooKeeperTest/0.SlaveReregisterFirst (1452 ms)
> [----------] 2 tests from AllocatorZooKeeperTest/0 (3622 ms total)
> 
> [----------] Global test environment tear-down
> [==========] 180 tests from 36 test cases ran. (92375 ms total)
> [  PASSED  ] 179 tests.
> [  FAILED  ] 1 test, listed below:
> [  FAILED  ] FsTest.FileSystemTableRead
> 
>  1 FAILED TEST
>   YOU HAVE 6 DISABLED TESTS
> 
> FAIL: mesos-tests
> ==================
> 1 of 1 test failed
> ==================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory `/home/jsirois/development/3rdparty/mesos/build/src'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory `/home/jsirois/development/3rdparty/mesos/build/src'
> make[1]: *** [check] Error 2
> make[1]: Leaving directory `/home/jsirois/development/3rdparty/mesos/build/src'
> make: *** [check-recursive] Error 1
> 
> 
> Thanks,
> 
> John Sirois
> 
>