[Bug 1979128] [NEW] [SRU] ruby-sdbm should be backported to jammy
Launchpad Bug Tracker
1979128 at bugs.launchpad.net
Thu Dec 15 14:39:26 UTC 2022
You have been subscribed to a public bug by Mitsuya Shibata (cosmos-door):
[Impact]
In Ruby 3.0, sdbm has been removed from the standard library[1].
However, some packages, such as the bsfilter package, will fail at
startup without the sdbm library, LP: #1972040 .
The ruby-sdbm package does not exist in Jammy, only in Kinetic.
Therefore, backporting ruby-sdbm from kinetic to jammy and relying on
ruby-sdbm on the bsfilter side seems to solve the problem.
[1] https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
[Test Plan]
$ lxc launch ubuntu-daily:jammy ruby-sdbm-test
$ lxc shell ruby-sdbm-test
# apt install -y ruby-sdbm
# ruby -e "require 'sdbm'; SDBM.open 'my_database' do |db| db.update('foo' => 'bar') end"
The command above will create 2 files: my_database.dir and
my_database.pag. No exception is expected.
[Where problems could occur]
The ruby-sdbm package does not exist in Jammy, I do not believe that any
regression will occur.
** Affects: bsfilter (Ubuntu)
Importance: Undecided
Status: Fix Released
** Affects: ruby-sdbm (Ubuntu)
Importance: Undecided
Status: Fix Released
** Affects: bsfilter (Ubuntu Jammy)
Importance: Undecided
Assignee: Mitsuya Shibata (cosmos-door)
Status: In Progress
** Affects: ruby-sdbm (Ubuntu Jammy)
Importance: Undecided
Assignee: Lucas Kanashiro (lucaskanashiro)
Status: Fix Released
** Tags: server-todo verification-done verification-done-jammy
--
[SRU] ruby-sdbm should be backported to jammy
https://bugs.launchpad.net/bugs/1979128
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is subscribed to the bug report.
More information about the Ubuntu-sponsors
mailing list