On Fri, May 03, 2013 at 15:46, Jeremy Evans wrote: > > Basically, the native code in the libv8 gem doesn't compile correctly on > OpenBSD. It probably requires patches (lang/libv8 requires patches to > compile). There are two ways to go about fixing it: > > 1) Get libv8 to work. You could try installing an updated gcc port and see > if its g++ will work. If not, you could try building an OpenBSD port for > the ruby libv8 gem, and either getting it to use the system libv8, or > porting over the lang/libv8 patches so that it builds.
>From the libv8 gem readme, it appears you can install it with the system v8 as so: gem install libv8 -- --with-system-v8 And then start all over and hope you can pass go.
