Benjamin Mahler created MESOS-376:
-------------------------------------
Summary: Build regression due to stout / libprocess refactorings.
Key: MESOS-376
URL: https://issues.apache.org/jira/browse/MESOS-376
Project: Mesos
Issue Type: Bug
Reporter: Benjamin Mahler
Assignee: Benjamin Hindman
The stout tests are broken due to the recent re-factoring in libprocess / stout.
Looks like we need to push protobuf down into libprocess instead of only being
in mesos third_party.
g++ -DPACKAGE_NAME=\"libprocess\" -DPACKAGE_TARNAME=\"libprocess\"
-DPACKAGE_VERSION=\"0.0.1\" -DPACKAGE_STRING=\"libprocess\ 0.0.1\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"libprocess\"
-DVERSION=\"0.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DLT_OBJDIR=\".libs/\" -DHAVE_PTHREAD=1 -DHAVE_LIBZ=1 -I.
-I../../../../third_party/libprocess/third_party
-I../../../../third_party/libprocess/third_party/stout/include -Iboost-1.53.0
-Iglog-0.3.1/src -Igmock-1.6.0/gtest/include -Igmock-1.6.0/include -MT
stout_tests-tests.o -MD -MP -MF .deps/stout_tests-tests.Tpo -c -o
stout_tests-tests.o `test -f 'stout/tests/tests.cpp' || echo
'../../../../third_party/libprocess/third_party/'`stout/tests/tests.cpp
In file included from
../../../../third_party/libprocess/third_party/stout/tests/tests.cpp:27:0:
../../../../third_party/libprocess/third_party/stout/include/stout/protobuf.hpp:12:37:
fatal error: google/protobuf/message.h: No such file or directory
compilation terminated.
make[7]: *** [stout_tests-tests.o] Error 1
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira