[
https://issues.apache.org/jira/browse/MESOS-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811079#comment-13811079
]
Shingo Omura edited comment on MESOS-791 at 11/1/13 6:34 AM:
-------------------------------------------------------------
Sorry.... Ross.
What succeeded is only build.
Once I tried to run, dyld errors showed up and I don't have any idea on it.
$ brew tap homebrew/versions
$ brew install gcc47
$ cd mesos
$ ./bootstrap
$ mkdir build; cd build
$ CC=gcc-4.7 CXX=g++-4.7 ../configure --prefix=/Users/everpeace/mesos
$ make
.. snip ..
$ make install
.. snip ..
$ cd ~/mesos
$./sbin/mesos-master
I1031 23:27:31.508121 2045485840 main.cpp:123] Build: 2013-10-31 23:09:57 by
everpeace
I1031 23:27:31.508296 2045485840 main.cpp:124] Starting Mesos master
dyld: lazy symbol binding failed: Symbol not found:
__ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
Referenced from: /Users/everpeace/mesos/lib/libmesos-0.16.0.dylib
Expected in: flat namespace
dyld: Symbol not found: __ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
Referenced from: /Users/everpeace/mesos/lib/libmesos-0.16.0.dylib
Expected in: flat namespace
Trace/BPT trap: 5
was (Author: everpeace):
Sorry.... Ross.
What succeeded is only build.
Once I tried to run, dyld errors showed up and I don't have any idea on it.
$ brew tap homebrew/versions
$ brew install gcc47
$ cd mesos
$ ./bootstrap
$ mkdir build; cd build
$ CC=gcc-4.7 CXX=g++-4.7 ../configure --prefix=/Users/everpeace/mesos
$ make
.. snip ..
$ make install
.. snip ..
$ cd ~/mesos
$./sbin/master
I1031 23:27:31.508121 2045485840 main.cpp:123] Build: 2013-10-31 23:09:57 by
everpeace
I1031 23:27:31.508296 2045485840 main.cpp:124] Starting Mesos master
dyld: lazy symbol binding failed: Symbol not found:
__ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
Referenced from: /Users/everpeace/mesos/lib/libmesos-0.16.0.dylib
Expected in: flat namespace
dyld: Symbol not found: __ZN7leveldb2DB4OpenERKNS_7OptionsERKSsPPS0_
Referenced from: /Users/everpeace/mesos/lib/libmesos-0.16.0.dylib
Expected in: flat namespace
Trace/BPT trap: 5
> Boost typedef warnings break compilation with GCC 4.8.2 on OS X Mavericks
> -------------------------------------------------------------------------
>
> Key: MESOS-791
> URL: https://issues.apache.org/jira/browse/MESOS-791
> Project: Mesos
> Issue Type: Bug
> Components: build
> Affects Versions: 0.16.0
> Environment: OS X 10.9 Mavericks, GCC 4.8.2, G++ 4.8.2
> Reporter: Ross Allen
> Priority: Minor
>
> After upgrading to OS X 10.9, I had to reinstall GCC since it was replaced
> with clang by Apple. I installed GCC 4.8.2 with Homebrew, created a new build
> directory, configured it with `CC=gcc-4.8 CXX=g++-4.8 ../configure`, and then
> ran `make`.
> Boost has dozens of warnings, all with the same message. Since all warnings
> are treated as errors, they break the build. This is a small sample:
> ../3rdparty/libprocess/3rdparty/boost-1.53.0/boost/variant/variant.hpp:
> In member function 'void boost::variant<T0, T1, T2, T3, T4, T5, T6, T7, T8,
> T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>::operator<(const U&)
> const':
>
> ../3rdparty/libprocess/3rdparty/boost-1.53.0/boost/static_assert.hpp:125:21:
> error: typedef 'boost_static_assert_typedef_2254' locally defined but not
> used [-Werror=unused-local-typedefs]
> BOOST_JOIN(boost_static_assert_typedef_, __LINE__)
> ^
>
> ../3rdparty/libprocess/3rdparty/boost-1.53.0/boost/variant/variant.hpp:2254:9:
> note: in expansion of macro 'BOOST_STATIC_ASSERT'
> BOOST_STATIC_ASSERT( false && sizeof(U) );
> ^
--
This message was sent by Atlassian JIRA
(v6.1#6144)