[Xapian-tickets] [Xapian] #818: Build issue with 1.14.4 under python 3.12
Xapian
nobody at xapian.org
Sat Jun 25 23:44:31 BST 2022
#818: Build issue with 1.14.4 under python 3.12
--------------------------------------+------------------------------------
Reporter: rouilj | Owner: Richard Boulton
Type: defect | Status: new
Priority: normal | Milestone:
Component: Xapian-bindings (Python) | Version: 1.4.14
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: | Operating System: Linux
--------------------------------------+------------------------------------
Comment (by Olly Betts):
Why are you testing this with 1.4.14 when the latest release is 1.4.19?
Debian unstable doesn't have Python 3.12 yet, but with 3.11 the build
fails because the shared object extension is detected as `None`:
{{{
python3.11 -c 'import
distutils.sysconfig;print(distutils.sysconfig.get_config_vars("SO")[0])'
}}}
I think the fix for this and your problem is probably to address all the
deprecation warnings about distutils (which if true has been removed in
3.12).
--
Ticket URL: <https://trac.xapian.org/ticket/818#comment:1>
Xapian <https://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list