I have had my share of bad Ruby dependency experiences in the past but for the love of me, I cannot make the Infinispan website build on Mac OS X 10.10.5.

I’ve done

rake clean[all]
rake setup[local]

Got into this problem

https://gist.github.com/emmanuelbernard/6692c6f43237218d24fd

Which I fixed with

bundle config build.libv8 -- --with-system-v8
rake clean[all]
rake setup[local]

And now have this problem

https://gist.github.com/emmanuelbernard/b4531a12a1ee2105435a

Anyone had more success?

Emmanuel