Re: mesos 1.0.1 build error on CentOS 7.2

2016-11-01 Thread Yu Wei
G-INFOrequires.txt, build succeeded. Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux From: haosdent <haosd...@gmail.com> Sent: Tuesday, November 1, 2016 2:30:54 PM To: dev Subject: Re: mesos 1.0.1 build error

Re: mesos 1.0.1 build error on CentOS 7.2

2016-11-01 Thread haosdent
Have you install pytz in your operate system? What's the output of `pip freeze|grep pytz`? On Tue, Nov 1, 2016 at 2:17 PM, Yu Wei wrote: > Hi Guys, > > I tried to build mesos 1.0.1 on centos 7.2 and met following error. > > Building protobuf Python egg ... > cd

mesos 1.0.1 build error on CentOS 7.2

2016-11-01 Thread Yu Wei
Hi Guys, I tried to build mesos 1.0.1 on centos 7.2 and met following error. Building protobuf Python egg ... cd ../3rdparty/protobuf-2.6.1/python &&\ CC="gcc"\ CXX="g++"\ CFLAGS="-g1 -O0 -Wno-unused-local-typedefs"\

Re: build error

2016-02-08 Thread Klaus Ma
Hi Disha, According to your log, both `make` and `make check` are passed. It failed when `make install` because of permission. We should use `root` (by sudo or root user) to install mesos into default directory; and you can also change it by `configure --prefix

Re: build error

2016-02-08 Thread Disha Singh
Thank You everyone for helping . :) On Mon, Feb 8, 2016 at 1:55 PM, Klaus Ma wrote: > Hi Disha, > > According to your log, both `make` and `make check` are passed. It failed > when `make install` because of permission. We should use `root` (by sudo or > root user) to

Re: build error

2016-02-07 Thread Marco Massenzio
Worth noting that this is only true if you want to install in the "default" install location (/usr/local) - you can change that using --prefix during the configure phase (before running `make`): cd build ../configure --prefix /home/bob/dev/local (... other flags) make && make install This will

Re: build error

2016-02-07 Thread Disha Singh
A few lines in the end of make check command were : -*-- [--] 22 tests from ContentType/SchedulerTest (17276 ms total) [--] Global test environment tear-down [==] 920 tests from 117 test cases ran. (652156 ms total) [ PASSED ] 920 tests. YOU HAVE 9

Re: build error

2016-02-07 Thread haosdent
"make install" have to use sudo. On Mon, Feb 8, 2016 at 1:43 PM, Abhishek Dasgupta < a10gu...@linux.vnet.ibm.com> wrote: > Hi, > Did you run make install with sudo ?? It appears that error is "Permission > denied" error. Must have been resolved if you run make install with sudo. > > > On Monday

Re: build error

2016-02-06 Thread Klaus Ma
What error did you get? Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GCG +86-10-8245 4084 | klaus1982...@gmail.com | http://k82.me On Sat, Feb 6, 2016 at 6:18 PM, Disha Singh wrote: > It worked fine ,but then

Re: build error

2016-01-28 Thread Vinod Kone
On Thu, Jan 28, 2016 at 11:55 AM, Disha Singh wrote: > I am also unable to upgrade maven2 to maven3. > Have you tried asking on the maven user list? You would probably get better help regarding maven upgrade there. If you are not interested in maven/java bindings,

build error

2016-01-28 Thread Disha Singh
The following error ia preventing me from being able to build mesos when i run make: [ERROR] BUILD ERROR [INFO] [INFO] Error resolving version for 'org.apache.maven.plugins:maven-shade-plugin': Plugin requires Maven

Re: build error

2016-01-28 Thread Klaus Ma
If no requirement on java/python, you can disable them as Vinod said (`../configure --disable-java`); it'll also reduce build time :). Da (Klaus), Ma (马达) | PMP® | Advisory Software Engineer Platform OpenSource Technology, STG, IBM GCG +86-10-8245 4084 | klaus1982...@gmail.com |

Review Request 28854: Fixed build error caused by overloading socket call on CentOS 5

2014-12-09 Thread Evelina Dumitrescu
Description --- Fixed build error caused by overloading socket call on CentOS 5 Diffs - 3rdparty/libprocess/include/process/socket.hpp 916576f7b901ab57a03395cef403964a050835b1 Diff: https://reviews.apache.org/r/28854/diff/ Testing --- make check Thanks, Evelina Dumitrescu

Re: Review Request 28854: Fixed build error caused by overloading socket call on CentOS 5

2014-12-09 Thread Mesos ReviewBot
/ --- (Updated Dec. 9, 2014, 5 p.m.) Review request for mesos, Ben Mahler and Ian Downes. Repository: mesos-git Description --- Fixed build error caused by overloading socket call on CentOS 5 Diffs - 3rdparty/libprocess/include/process/socket.hpp

Re: Review Request 28854: Fixed build error caused by overloading socket call on CentOS 5

2014-12-09 Thread Ian Downes
/28854/ --- (Updated Dec. 9, 2014, 9 a.m.) Review request for mesos, Ben Mahler and Ian Downes. Repository: mesos-git Description --- Fixed build error caused by overloading socket call on CentOS 5 Diffs

Re: Review Request 28854: Fixed build error caused by overloading socket call on CentOS 5

2014-12-09 Thread Ben Mahler
for mesos, Ben Mahler and Ian Downes. Repository: mesos-git Description --- Fixed build error caused by overloading socket call on CentOS 5 Diffs - 3rdparty/libprocess/include/process/socket.hpp 916576f7b901ab57a03395cef403964a050835b1 Diff: https

Review Request 27932: Fix OSX build error by calling function

2014-11-12 Thread Dominic Hamon
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27932/ --- Review request for mesos, Ben Mahler and Cody Maloney. Repository: mesos-git

Re: Review Request 27932: Fix OSX build error by calling function

2014-11-12 Thread Ben Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27932/#review61147 --- Ship it! Mind including a clearer summary / commit message? Looks

Re: Review Request 27932: Fix OSX build error by calling function

2014-11-12 Thread Cody Maloney
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27932/#review61149 --- Ship it! Fixes the clang warning (Clang probably would make the

Re: Review Request 27932: Fix OSX build error by calling function

2014-11-12 Thread Mesos ReviewBot
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/27932/#review61157 --- Patch looks great! Reviews applied: [27932] All tests passed. -

Re: Review Request 24902: Fixed the build error in routing tests.

2014-08-25 Thread Vinod Kone
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24902/#review51459 --- Ship it! Ship It! - Vinod Kone On Aug. 20, 2014, 6:21 p.m., Jie

Re: Review Request 24902: Fixed the build error in routing tests.

2014-08-22 Thread David Robinson
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24902/#review51305 --- src/tests/routing_tests.cpp

Review Request 24902: Fixed the build error in routing tests.

2014-08-20 Thread Jie Yu
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24902/ --- Review request for mesos, Ian Downes and Vinod Kone. Repository: mesos-git

Review Request 24732: Fix build error in docker.cpp for clang

2014-08-14 Thread Timothy Chen
Description --- Fix build error in docker.cpp for clang Diffs - src/slave/containerizer/docker.cpp d5292b609a9348e36d1327c9719f347bba84efb2 Diff: https://reviews.apache.org/r/24732/diff/ Testing --- make check, built on OSX and Ubuntu Thanks, Timothy Chen

[jira] [Created] (MESOS-1481) glog build error on CentOS 6 w/ clang

2014-06-12 Thread Vinod Kone (JIRA)
Vinod Kone created MESOS-1481: - Summary: glog build error on CentOS 6 w/ clang Key: MESOS-1481 URL: https://issues.apache.org/jira/browse/MESOS-1481 Project: Mesos Issue Type: Bug

[jira] [Created] (MESOS-1483) Build error in libprocess on Ubuntu 12.04 w/ clang

2014-06-12 Thread Vinod Kone (JIRA)
Vinod Kone created MESOS-1483: - Summary: Build error in libprocess on Ubuntu 12.04 w/ clang Key: MESOS-1483 URL: https://issues.apache.org/jira/browse/MESOS-1483 Project: Mesos Issue Type: Bug

[jira] [Created] (MESOS-1427) Build error: clang++ not respecting 'friend' keyword?

2014-05-28 Thread Yan Xu (JIRA)
Yan Xu created MESOS-1427: - Summary: Build error: clang++ not respecting 'friend' keyword? Key: MESOS-1427 URL: https://issues.apache.org/jira/browse/MESOS-1427 Project: Mesos Issue Type: Bug

[jira] [Updated] (MESOS-1427) Build error: clang++ not respecting 'friend' keyword?

2014-05-28 Thread Yan Xu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Xu updated MESOS-1427: -- Affects Version/s: 0.19.0 Build error: clang++ not respecting 'friend' keyword

[jira] [Commented] (MESOS-1427) Build error: clang++ not respecting 'friend' keyword?

2014-05-28 Thread Dominic Hamon (JIRA)
with no problem so it would be good to know the version. My complete guess is that the friend statement in Variable is resolving to a different State class than the one we want. Perhaps a forward declaration of State above the Variable class declaration might help. Build error: clang

[jira] [Updated] (MESOS-1427) clang++ 3.2 build error: calling a private constructor of class 'mesos::internal::state::protobuf::Variablemesos::internal::Registry'

2014-05-28 Thread Yan Xu (JIRA)
[ https://issues.apache.org/jira/browse/MESOS-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yan Xu updated MESOS-1427: -- Environment: clang 3.2 Summary: clang++ 3.2 build error: calling a private constructor of class 'mesos

[jira] [Commented] (MESOS-1427) clang++ 3.2 build error: calling a private constructor of class 'mesos::internal::state::protobuf::Variablemesos::internal::Registry'

2014-05-28 Thread Till Toenshoff (JIRA)
the impression that Mesos' support for clang started with 3.3. clang++ 3.2 build error: calling a private constructor of class 'mesos::internal::state::protobuf::Variablemesos::internal::Registry

[jira] [Commented] (MESOS-1427) clang++ 3.2 build error: calling a private constructor of class 'mesos::internal::state::protobuf::Variablemesos::internal::Registry'

2014-05-28 Thread Dominic Hamon (JIRA)
specific about which compilers we support. We probably should, especially as we move towards C++11 (MESOS-750). clang++ 3.2 build error: calling a private constructor of class 'mesos::internal::state::protobuf::Variablemesos::internal::Registry

Review Request 17989: Build error in isolator_tests.cpp

2014-02-11 Thread TILL TOENSHOFF
, and Vinod Kone. Repository: mesos-git Description --- Fixed build error in make check on src/tests/isolator_tests.cpp. Diffs - src/tests/isolator_tests.cpp 5c36659 Diff: https://reviews.apache.org/r/17989/diff/ Testing --- make check Thanks, TILL TOENSHOFF

Re: Review Request 17989: Build error in isolator_tests.cpp

2014-02-11 Thread TILL TOENSHOFF
Hindman, Ben Mahler, Ian Downes, Niklas Nielsen, and Vinod Kone. Repository: mesos-git Description --- Fixed build error in make check on src/tests/isolator_tests.cpp. Diffs - src/tests/isolator_tests.cpp 5c36659 Diff: https://reviews.apache.org/r/17989/diff/ Testing

Re: Review Request 17989: Build error in isolator_tests.cpp

2014-02-11 Thread Vinod Kone
for mesos, Adam B, Benjamin Hindman, Ben Mahler, Ian Downes, Niklas Nielsen, and Vinod Kone. Repository: mesos-git Description --- Fixed build error in make check on src/tests/isolator_tests.cpp. Diffs - src/tests/isolator_tests.cpp 5c36659 Diff: https

Re: Review Request 17989: Build error in isolator_tests.cpp

2014-02-11 Thread Ian Downes
for mesos, Adam B, Benjamin Hindman, Ben Mahler, Ian Downes, Niklas Nielsen, and Vinod Kone. Repository: mesos-git Description --- Fixed build error in make check on src/tests/isolator_tests.cpp. Diffs - src/tests/isolator_tests.cpp 5c36659 Diff: https

Re: Review Request 13840: stout: Fix clang return-type build error.

2013-08-29 Thread Ben Mahler
Lee v...@twitter.com stout: Fix clang return-type build error. This patch fixes this build error with clang. In file included from sched/sched.cpp:35: In file included from ../3rdparty/libprocess/include/process/delay.hpp:6: In file included from ../3rdparty/libprocess/include/process

Re: Review Request 13840: stout: Fix clang return-type build error.

2013-08-27 Thread Vinson Lee
Biederman, Ian Downes, and David Mackey. Repository: mesos-git Description --- Author: Vinson Lee v...@twitter.com stout: Fix clang return-type build error. This patch fixes this build error with clang. In file included from sched/sched.cpp:35: In file included from ../3rdparty

Re: Review Request 13840: stout: Fix clang return-type build error.

2013-08-27 Thread Ben Mahler
. Repository: mesos-git Description --- Author: Vinson Lee v...@twitter.com stout: Fix clang return-type build error. This patch fixes this build error with clang. In file included from sched/sched.cpp:35: In file included from ../3rdparty/libprocess/include/process/delay.hpp

Re: Review Request 13840: stout: Fix clang return-type build error.

2013-08-27 Thread Vinson Lee
opinion either way. The actual build error is well understood now, so feel free to use any approach that fixes the build error. - Vinson --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/13840

Re: Review Request 13840: stout: Fix clang return-type build error.

2013-08-27 Thread Vinson Lee
, Ben Mahler, Chi Zhang, Eric Biederman, Ian Downes, and David Mackey. Changes --- Per Ben Mahler's comments, replace assert with fatal. Repository: mesos-git Description --- Author: Vinson Lee v...@twitter.com stout: Fix clang return-type build error. This patch fixes this build

Review Request 13840: stout: Fix clang return-type build error.

2013-08-26 Thread Vinson Lee
Biederman, Ian Downes, and David Mackey. Repository: mesos-git Description --- Author: Vinson Lee v...@twitter.com stout: Fix clang return-type build error. This patch fixes this build error with clang. In file included from sched/sched.cpp:35: In file included from ../3rdparty/libprocess

Review Request 12925: Fix unit test build error.

2013-07-24 Thread Brenden Matthews
unit test build error. Diffs - src/tests/allocator_tests.cpp 8c1af141c5c075ed7d5de99c53eb71d26ffde3c4 Diff: https://reviews.apache.org/r/12925/diff/ Testing --- make check cd hadoop make hadoop-2.0.0-mr1-cdh4.2.1 Thanks, Brenden Matthews

Re: Review Request 12925: Fix unit test build error.

2013-07-24 Thread Ben Mahler
request for mesos. Repository: mesos-git Description --- Fix unit test build error. Diffs - src/tests/allocator_tests.cpp 8c1af141c5c075ed7d5de99c53eb71d26ffde3c4 Diff: https://reviews.apache.org/r/12925/diff/ Testing --- make check cd hadoop make