| Summary: | ruby 2.7 scripts and irb fail to start properly | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Len Lawrence <tarazed25> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | ||
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | ruby-2.7.0-25.mga8.src.rpm | CVE: | |
| Status comment: | |||
|
Description
Len Lawrence
2020-03-02 20:48:02 CET
Len Lawrence
2020-03-02 20:49:25 CET
Source RPM:
(none) =>
ruby-2.7.0-25.mga8.src.rpm Looks like the report was premature. The version of ruby which just came down seems to cure the problem. The only trouble now is with tk but that would need its own bug. For what it is worth, this is the error:
$ irb
irb(main):001:0> require 'tk'
Traceback (most recent call last):
10: from /usr/bin/irb:23:in `<main>'
9: from /usr/bin/irb:23:in `load'
8: from /usr/share/gems/gems/irb-1.2.1/exe/irb:11:in `<top (required)>'
7: from (irb):1
6: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:156:in `require'
5: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:168:in `rescue in require'
4: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:168:in `require'
3: from /usr/share/gems/gems/tk-0.2.0/lib/tk.rb:7:in `<top (required)>'
2: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:92:in `require'
1: from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:92:in `require'
LoadError (incompatible library version - /usr/lib64/gems/ruby/tk-0.2.0/tcltklib.so)
irb(main):002:0>
|