Discussion:
fog 1.16 and jruby
Andi Abes
2013-10-18 21:41:29 UTC
Permalink
I'm having a hell of a time trying to use fog 1.16 and jruby 1.7.3 -
because of unicode 0.4.4... it has native extensions..
After allowing -Xcext.enabled=true , I get errors loading the gem.

quick questions:
a) anyone got fog 1.16 on jruby working?
b) what's unicode needed for? (or what will break if I coerce it out)?

thanks!
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
geemus (Wesley Beary)
2013-10-18 21:46:36 UTC
Permalink
There is discussion here: https://github.com/fog/fog/issues/2279

We can probably safely drop it actually, but no one has undertaken it quite
yet.
Post by Andi Abes
I'm having a hell of a time trying to use fog 1.16 and jruby 1.7.3 -
because of unicode 0.4.4... it has native extensions..
After allowing -Xcext.enabled=true , I get errors loading the gem.
a) anyone got fog 1.16 on jruby working?
b) what's unicode needed for? (or what will break if I coerce it out)?
thanks!
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Kevin Menard
2013-10-18 21:46:59 UTC
Permalink
Hi Andi,



I think we're going to remove that dependency:



[1]https://github.com/fog/fog/issues/2279



As for now, you're probably out of luck. I'd suggest locking down to
an older version of fog.



--

Kevin





On Fri, Oct 18, 2013, at 17:41, Andi Abes wrote:

I'm having a hell of a time trying to use fog 1.16 and jruby 1.7.3 -
because of unicode 0.4.4... it has native extensions..
After allowing -Xcext.enabled=true , I get errors loading the gem.

quick questions:
a) anyone got fog 1.16 on jruby working?
b) what's unicode needed for? (or what will break if I coerce it out)?

thanks!

--

You received this message because you are subscribed to the Google
Groups "ruby-fog" group.

To unsubscribe from this group and stop receiving emails from it, send
an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org

For more options, visit [2]https://groups.google.com/groups/opt_out.

References

1. https://github.com/fog/fog/issues/2279
2. https://groups.google.com/groups/opt_out
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/groups/opt_out.
Loading...