Nightly error: Cannot find gem libv8

Hey,

I saw some questions about this error in nightly. We had some issues
with v8, libv8 and rubyracer libraries/gems for the last couple of days,
but I and Sam fixed that yesterday.

Today nightly should be fine, if you still have an older instance, you
should be able to easily fix that with:

yum -y install ruby193-rubygem-libv8 &&
yum -y update ruby193-rubygem-therubyracer

Report issues in this regard to us

··· -- Later,

Lukas “lzap” Zapletal
irc: lzap #theforeman

Oops, I just found that Foreman nightly is still having issues with
therubyracer on RHEL6 (Fedora is fine):

scl enable ruby193 "ruby -e "require 'v8'""

ruby: symbol lookup error:
/opt/rh/ruby193/root/usr/lib64/gems/exts/therubyracer-0.12.0/lib/v8/init.so:
undefined symbol:
ZN2v82V821AddGCPrologueCallbackEPFvNS_6GCTypeENS_15GCCallbackFlagsEES1

If there are no rails engines installed on RHEL6 nightly installation,
you should be fine since asset generation is getting called during
runtime (only if an asset is missing).

Sam I guess we only need to upgrade or downgrade our system v8 library
to the "correct" version for RHEL6 SCL now, right?

LZ

··· On Tue, Nov 05, 2013 at 10:19:51AM +0100, Lukas Zapletal wrote: > Hey, > > I saw some questions about this error in nightly. We had some issues > with v8, libv8 and rubyracer libraries/gems for the last couple of days, > but I and Sam fixed that yesterday. > > Today nightly should be fine, if you still have an older instance, you > should be able to easily fix that with: > > yum -y install ruby193-rubygem-libv8 && \ > yum -y update ruby193-rubygem-therubyracer > > Report issues in this regard to us > > -- > Later, > > Lukas "lzap" Zapletal > irc: lzap #theforeman > > -- > You received this message because you are subscribed to the Google Groups "foreman-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an email to foreman-dev+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out.


Later,

Lukas “lzap” Zapletal
irc: lzap #theforeman