| Summary: | Please stabilize media-sound/rubyripper-0.6.2 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Daniel Pielmeier <billie> |
| Component: | [OLD] Keywording and Stabilization | Assignee: | Daniel Pielmeier <billie> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | sound |
| Priority: | Normal | Keywords: | STABLEREQ |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Daniel Pielmeier
2012-01-25 20:10:17 UTC
amd64 ok @billie:
ago@amd64box ~ $ rrip_gui
The ruby-gtk2 library could not be found. Is it installed?
ago@amd64box ~ $ eix -e ruby-gtk2
[I] dev-ruby/ruby-gtk2
Available versions: 0.19.4 ~0.90.8 ~0.90.9 ~1.0.0 ~1.0.3 ~1.1.0 {elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test}
Installed versions: 0.19.4(14:55:40 26/01/2012)(ruby_targets_ruby18 -elibc_FreeBSD -test)
Homepage: http://ruby-gnome2.sourceforge.jp/
Description: Ruby Gtk2 bindings
What's bad?
amd64: pass (In reply to comment #2) > @billie: > > > ago@amd64box ~ $ rrip_gui > The ruby-gtk2 library could not be found. Is it installed? > > ago@amd64box ~ $ eix -e ruby-gtk2 > [I] dev-ruby/ruby-gtk2 > Available versions: 0.19.4 ~0.90.8 ~0.90.9 ~1.0.0 ~1.0.3 ~1.1.0 > {elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test} > Installed versions: 0.19.4(14:55:40 26/01/2012)(ruby_targets_ruby18 > -elibc_FreeBSD -test) > Homepage: http://ruby-gnome2.sourceforge.jp/ > Description: Ruby Gtk2 bindings > > What's bad? Ago it works fine here. Maybe you need to recompile the gtk bindings. (In reply to comment #4) > Ago it works fine here. Maybe you need to recompile the gtk bindings. obvious I already did it (In reply to comment #5) > (In reply to comment #4) > > Ago it works fine here. Maybe you need to recompile the gtk bindings. > > obvious I already did it Obvious, but If you do not tell me I can not read your mind! Well then there must be another problem locally as other amd64 arch tester seem to have no problem. The relevant code in rubyripper_gtk2.rb is: begin require 'gtk2' rescue LoadError puts "The ruby-gtk2 library could not be found. Is it installed?"; exit() end I don't know what might cause an issue here. Maybe rebuilding of ruby-gtk2 dependencies helps (x11-libs/gtk+, dev-ruby/ruby-gdkpixbuf2, dev-ruby/ruby-glib2, dev-ruby/ruby-pango, dev-ruby/ruby-atk). (In reply to comment #6) > Obvious, but If you do not tell me I can not read your mind! yes, but before complain I check the possible local fault. > Well then there must be another problem locally as other amd64 arch tester seem OK, I trust you and them, amd64 stable x86 stable, closing |