Public bug reported:

Hi there,

This package is currently broken as there is a file missing. I worked
with the gem author to release a new version that no longer depends on
the missing file. The new version is v1.1.1.

$ lsb_release -rd
Description:    Ubuntu 17.10
Release:        17.10
$ apt-cache policy ruby-toml-rb
ruby-toml-rb:
  Installed: 1.0.0-1
  Candidate: 1.0.0-1
  Version table:
 *** 1.0.0-1 500
        500 http://us.archive.ubuntu.com/ubuntu artful/universe amd64 Packages
        500 http://us.archive.ubuntu.com/ubuntu artful/universe i386 Packages
        100 /var/lib/dpkg/status

Here's the issue:
$ ruby -e 'require "toml-rb"; puts TomlRB.parse("[test]")'
/usr/lib/ruby/vendor_ruby/toml-rb.rb:1:in `require_relative': cannot load such 
file -- /usr/lib/ruby/init (LoadError)
        from /usr/lib/ruby/vendor_ruby/toml-rb.rb:1:in `<top (required)>'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'
        from -e:1:in `<main>'

In v1.1.1 it is fixed:
$ ruby -e 'require "toml-rb"; puts TomlRB.parse("[test]")'
{"test"=>{}}

As the package is completely unusable currently, I think upgrading would
be reasonable.

See the following:
- https://github.com/emancu/toml-rb/issues/106
- https://answers.launchpad.net/ubuntu/+source/ruby-toml-rb/+question/661049

Thank you!

** Affects: ruby-toml-rb (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1734471

Title:
  Package broken, upgrading to v1.1.1 will fix it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ruby-toml-rb/+bug/1734471/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to