[ruby-core:71469] Re: Ruby 2.3.0-preview1 Released

From: Marcus Rueckert <darix@...>
Date: 2015-11-13 01:00:47 UTC
List: ruby-core #71469
On 2015-11-11 22:54:38 +0900, NARUSE, Yui wrote:
> We are pleased to announce the release of Ruby 2.3.0-preview1.

woohoo.

opensuse package is ready for testing in [1] and download from [2].

if you look at the "succeeded" links you can see the testsuite crashes
basically on all distros. example in [3].

Other problems i saw during packaging:

correct permissions (0644):
/usr/lib64/ruby/gems/2.3.0/specifications/default/bigdecimal-1.2.7.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/default/io-console-0.4.3.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/default/json-1.8.2.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/default/psych-2.0.14.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/default/rdoc-4.2.0.gemspec

broken permissions (0600):
/usr/lib64/ruby/gems/2.3.0/specifications/did_you_mean-1.0.0.beta3.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/minitest-5.8.2.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/net-telnet-0.1.1.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/power_assert-0.2.6.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/rake-10.4.2.gemspec
/usr/lib64/ruby/gems/2.3.0/specifications/test-unit-3.1.5.gemspec

this might be related to the permissions in the gem files itself. i
"fixed" it with chmod go+rX over /usr/lib64/ruby.

psych gemspec file says 2.0.14 but Psych::VERSION reports 2.0.15.

that's all what i have found so far.

With kind regards,

    darix

[1] https://build.opensuse.org/package/show/devel:languages:ruby/ruby2.3
[2] http://software.opensuse.org/download.html?project=devel%3Alanguages%3Aruby&package=ruby2.3
[3] https://build.opensuse.org/build/devel:languages:ruby/openSUSE_Tumbleweed/x86_64/ruby2.3/_log

-- 
           openSUSE - SUSE Linux is my linux
               openSUSE is good for you
                   www.opensuse.org

In This Thread