I'm seeing the following build errors on my Macbook Pro, OS X 10.6.8.

Andy

$ git show
commit 53d86e77167eb77767a7236c46d58f1b69d78254
Author: Benjamin Hindman <[email protected]>
Date:   Sat Jan 28 00:22:13 2012 +0000

    Using stdlib.h for abort instead of abort.h (doe...

$ git clean -fd
$ git checkout -force
$ ./bootstrap
$ mkdir build && cd build
$ ../configure --with-webui --with-included-zookeeper
$ make

...

/bin/sh ../libtool --tag=CXX   --mode=link g++ -g2 -O2 -D_THREAD_SAFE
-o mesos-master master/mesos_master-main.o libwebui.la libmesos.la
libtool: link: g++ -g2 -O2 -D_THREAD_SAFE -o .libs/mesos-master
master/mesos_master-main.o -Wl,-bind_at_load  ./.libs/libwebui.a
-lpython2.6 ./.libs/libmesos.dylib -L../third_party/leveldb -lleveldb -lz
-lpthread -lm -framework JavaVM
/bin/sh ../libtool --tag=CXX   --mode=link g++ -g2 -O2 -D_THREAD_SAFE
-o mesos-slave slave/mesos_slave-main.o libwebui.la libmesos.la
libtool: link: g++ -g2 -O2 -D_THREAD_SAFE -o .libs/mesos-slave
slave/mesos_slave-main.o -Wl,-bind_at_load  ./.libs/libwebui.a -lpython2.6
./.libs/libmesos.dylib -L../third_party/leveldb -lleveldb -lz -lpthread -lm
-framework JavaVM
Building Mesos Python egg ...
/bin/sh: @../../install-sh: No such file or directory
WARNING: '.' not a valid package name; please use only.-separated package
names in setup.py
running bdist_egg
error: error in 'egg_base' option: 'src' does not exist or is not a
directory
make[2]: *** [python/dist/mesos-0.0.1-py2.6-macosx-10.6-x86_64.egg] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

Reply via email to