Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551632 - Ebuild ruby-gnome2 support for Ruby 2.2 request
Summary: Ebuild ruby-gnome2 support for Ruby 2.2 request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-09 23:21 UTC by Stefan Salewski
Modified: 2015-06-14 11:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.