Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
macOS Sierra 10.12.3.
Tested with clang 3.8 and Apple LLVM 8.0.0
Description
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:
configure: WARNING: unrecognized options: --disable-python, --enable-libevent, --enable-ssl, --with-libevent
Running make tests again will get a bit further, and it'll fail when compiling out-static/db/c_test.o:
error: invalid argument '-std=c++11' not allowed with 'C/ObjC'
Running make tests a third time will finally work and successfully compile Mesos.
Attachments
Issue Links
- is a clone of
-
MESOS-7146 OSX broken due to wrong configuration of LevelDB after update.
- Resolved
- relates to
-
MESOS-970 Upgrade bundled leveldb to 1.19
- Resolved