Control: tags -1 +pending
On Wed, Feb 05, 2020 at 12:05:22PM -0300, Lucas Kanashiro wrote:
> We are planning to start the ruby2.7 transition and your package failed
> to build against ruby2.7. Check the full build log here:
>
> https://people.debian.org/~kanashiro/ruby2.7/builds/5/xapian-bindings/xapian-bindings_1.4.12-3+rebuild1580867044_amd64-2020-02-05T01:44:06Z.build
The problems all look to be in SWIG-generated code. SWIG was patched
for Ruby 2.7 support last month, but there hasn't been a SWIG release
since 21 Aug 2019 so I'll work on patching the generated code for now.
It looks like the only thing that actually needs fixing right now may
be adding a cast to (rb_gvar_setter_t*) - testing that now.
Cheers,
Olly