Package broken, upgrading to v1.1.1 will fix it

Bug #1734471 reported by Stefan Sundin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ruby-toml-rb (Ubuntu)
New
Wishlist
Unassigned

Bug Description

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!

tags: added: upgrade-software-version
Changed in ruby-toml-rb (Ubuntu):
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.