| Summary: | Running "ruby" or "irb" (without any arguments) results in an error - ruby is completely broken | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Shlomi Fish <shlomif> |
| Component: | RPM Packages | Assignee: | Pascal Terjan <pterjan> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | critical | ||
| Priority: | Normal | CC: | shikamaru |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | ruby-1.9.3.p194-1.mga3 | CVE: | |
| Status comment: | |||
I discovered this workaround for this problem: shlomif@telaviv1:~$ export RUBYLIB=/usr/lib64/ruby/x86_64-linux shlomif@telaviv1:~$ irb irb(main):001:0> puts "Hello\n" Hello => nil irb(main):002:0> shlomif@telaviv1:~$ irb irb(main):001:0> puts "Hello\n" Hello => nil irb(main):002:0> shlomif@telaviv1:~$ (Should be modified for non-x86-64 systems).
Manuel Hiebel
2012-10-07 11:45:31 CEST
Assignee:
bugsquad =>
pterjan canât reproduce with ruby-1.9.3.p327-1.mga3, closing Status:
NEW =>
RESOLVED |
Description of problem: As a new user: [kdetest@telaviv1 ~]$ ruby /usr/share/ruby/gems/1.9.1/rubygems.rb:31:in `require': cannot load such file -- rbconfig (LoadError) from /usr/share/ruby/gems/1.9.1/rubygems.rb:31:in `<top (required)>' from <internal:gem_prelude>:1:in `require' from <internal:gem_prelude>:1:in `<compiled>' [kdetest@telaviv1 ~]$ irb /usr/share/ruby/gems/1.9.1/rubygems.rb:31:in `require': cannot load such file -- rbconfig (LoadError) from /usr/share/ruby/gems/1.9.1/rubygems.rb:31:in `<top (required)>' from <internal:gem_prelude>:1:in `require' from <internal:gem_prelude>:1:in `<compiled>' [kdetest@telaviv1 ~]$ This makes the ruby package completely unusable. I'm on Cauldron with ruby-1.9.3.p194-1.mga3 .