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"\