hello mesos-users,

I am running into some issues when trying to use kubernetes mesos (on Mac
OS X). I am following the instructions provided here :
https://github.com/mesosphere/kubernetes-mesos

1) mesos-go installation (tried this is $GOPATH) :

===
$go get github.com/mesos/mesos-go/mesos
# github.com/mesos/mesos-go/mesos
src/github.com/mesos/mesos-go/mesos/executor_driver.cpp:5:10: fatal error:
'mesos/executor.hpp' file not found
===

Is mesos-go supported on Mac OS X ? I didn't find any documentation
mentioning such a restriction. If it is indeed supported on Mac OS X, what
steps do I need to take to fix this problem?

2) installing kubernetes-mesos directly :

===
$ go get github.com/mesosphere/kubernetes-mesos/kubernetes-mesos
package github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory
imports github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory
 imports github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory:
cannot find package "
github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory" in any of:
 /usr/local/Cellar/go/1.3/libexec/src/pkg/
github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory (from $GOROOT)
 <snip go path> (from $GOPATH)
<snip third part dir> src/
github.com/GoogleCloudPlatform/kubernetes/pkg/registry/memory
===

Looking at kubernetes source (
https://github.com/GoogleCloudPlatform/kubernetes), there doesn't appear to
be a registry/memory package - this makes me suspect that kubernetes-mesos
is not currently buildable.

Can somebody help be get past these issues?

thanks,
-Sidharta

Reply via email to