On Mon, Apr 04, 2016 at 07:42:26AM +0000, Debian Bug Tracking System wrote: > Processing commands for cont...@bugs.debian.org: > > > reassign 818260 ruby-xapian > Bug #818260 [sup-mail] sup-mail: crashes on start: "cannot load such file -- > _xapian (LoadError)" > Bug reassigned from package 'sup-mail' to 'ruby-xapian'. > No longer marked as found in versions sup-mail/0.22.1-1. > Ignoring request to alter fixed versions of bug #818260 to the same values > previously set > > affects 818260 sup-mail > Bug #818260 [ruby-xapian] sup-mail: crashes on start: "cannot load such file > -- _xapian (LoadError)" > Added indication that 818260 affects sup-mail > > thanks > Stopping processing here.
It's unhelpfully terse to just reassign without any comment. >From what I can see the problem is just that ruby-xapian was built for Ruby 2.2: olly@pippikin:~$ ruby2.2 -e 'require "xapian"' olly@pippikin:~$ ruby2.3 -e 'require "xapian"' /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- _xapian (LoadError) from /usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require' from /usr/lib/ruby/vendor_ruby/xapian.rb:42:in `<module:Xapian>' from /usr/lib/ruby/vendor_ruby/xapian.rb:40: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>' So that should be automatically addressed by the next upload. If you think there's something else going on here, you'll have to tell me what. Cheers, Olly _______________________________________________ Pkg-ruby-extras-maintainers mailing list Pkg-ruby-extras-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers