Jan Schlicht created MESOS-7145:
-----------------------------------
Summary: LevelDB 1.19 update breaks third-pary configure scripts
in a weird way.
Key: MESOS-7145
URL: https://issues.apache.org/jira/browse/MESOS-7145
Project: Mesos
Issue Type: Bug
Components: build
Environment: macOS Sierra 10.12.3.
Tested with clang 3.8 and Apple LLVM 8.0.0
Reporter: Jan Schlicht
Somethings odd with the update to levelDB 1.19:
When running {{make tests}} (in a new build dir, or after running {{make
clean}}), it will fail when building glog. Relevant warning:
{noformat}
configure: WARNING: unrecognized options: --disable-python, --enable-libevent,
--enable-ssl, --with-libevent
{noformat}
Running {{make tests}} again will get a bit further, and it'll fail when
compiling {{out-static/db/c_test.o}}:
{noformat}
error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
{noformat}
Running {{make tests}} a third time will finally work and successfully compile
Mesos.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)