Re: Broken build env

2018-05-17 Thread Miklos Szegedi
Kihwal, This appeared recently. These fixed my build inside docker. echo export PATH=/opt/cmake/bin:/opt/protobuf/bin:$PATH >>/etc/profile echo export CPLUS_INCLUDE_PATH=/opt/protobuf/include >>/etc/profile echo export C_INCLUDE_PATH=/opt/protobuf/include >>/etc/profile echo export

Broken build env

2018-05-17 Thread Kihwal Lee
Simple commit builds are failing often https://builds.apache.org/job/Hadoop-trunk-Commit/ Many trunk builds are failing on H19. "protoc version is 'libprotoc 2.6.1', expected version is '2.5.0' " On H4, a cmake version problem was seen. The commit builds don't seem to be running in a docker