[Xapian-tickets] [Xapian] #828: Failure to compile xapian on python 3.13beta1 with 1.4.25 on github ubuntu runner
Xapian
nobody at xapian.org
Tue May 14 21:11:03 BST 2024
#828: Failure to compile xapian on python 3.13beta1 with 1.4.25 on github ubuntu
runner
--------------------------------------+------------------------------------
Reporter: rouilj | Owner: Richard Boulton
Type: defect | Status: new
Priority: normal | Milestone:
Component: Xapian-bindings (Python) | Version: 1.4.25
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: | Operating System: Linux
--------------------------------------+------------------------------------
Comment (by Olly Betts):
We don't guarantee arbitrary combinations of xapian-core version and
xapian-bindings version will work together and recommend using matching
versions; non-matching versions often will work together but there's no
guarantee. You should have got a configure-time warning from xapian-
bindings like:
```
Xapian library is version $XAPIAN_VERSION but the bindings are version
$PACKAGE_VERSION - we strongly recommend using matching versions.
```
I gather from #818 you can't using the matching xapian-bindings version
for the xapian-core packaged in Ubuntu 20.04 because you need support for
Python 3.13. I'd suggest either using newer xapian-core backported
packages from the PPA
(https://launchpad.net/~xapian/+archive/ubuntu/backports), or build and
locally install the matching xapian-core version yourself first and then
point xapian-bindings at that when you configure it).
--
Ticket URL: <https://trac.xapian.org/ticket/828#comment:1>
Xapian <https://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list