Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551632

Summary: Ebuild ruby-gnome2 support for Ruby 2.2 request
Product: Gentoo Linux Reporter: Stefan Salewski <mail>
Component: New packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Stefan Salewski 2015-06-09 23:21:00 UTC
I am currently finishing the first release of my Ruby-GTK3 schematics tool (http://ssalewski.de/PetEd.html.en.)
Unfortunately yesterday, after some trivial cleanup in the source code I got permanent Garbage-Collector related crashes with Ruby 2.1. Luckily switching back to Ruby 2.0 fixed it. So I have the strong feeling that there is something wrong with Ruby 2.1 interpreter -- my code is pure Ruby, no own C extensions. Of course reporting that bug to upstream is difficult, 6k lines of Ruby code, not cleaned up well yet. Ruby 2.0 is ok for me (as long as I get no new crashes), but of course it would be great to getting 2.2 support soon.

Reproducible: Couldn't Reproduce
Comment 1 Hans de Graaff gentoo-dev Security 2015-06-14 08:26:54 UTC
I've now added the ruby22 target to dev-ruby/ruby-gnome2 and its dependencies.
Comment 2 Stefan Salewski 2015-06-14 11:23:50 UTC
Thank you very much.