[DRE-maint] Processed: reassign 818260 to ruby-xapian, affects 818260

Olly Betts olly at survex.com
Mon Apr 4 10:25:10 UTC 2016


On Mon, Apr 04, 2016 at 07:42:26AM +0000, Debian Bug Tracking System wrote:
> Processing commands for control at 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 at pippikin:~$ ruby2.2 -e 'require "xapian"'
olly at 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



More information about the Pkg-ruby-extras-maintainers mailing list