Commit 67f2e2a
committed
Disable xapian build on nightly/3.12 again.
Build failing on nightly Python 3.12 with 1.4.19 xapian bindings.
See:
https://app.travis-ci.com/github/roundup-tracker/roundup/builds/252476922
This did get rid of deprication warnings, but added failure when
trying to use:
xapian_wrap.cc:45454:60: error: ‘const class Xapian::Database’ has no
member named ‘get_average_length’; did you mean ‘get_avlength’?
also:
error: ‘FLAG_ACCUMULATE’ is not a member of ‘Xapian::QueryParser’
in addition to PyObject_NEW errors possibly fixed in:
https://github.com/python/cpython/pull/94234/files
Details: https://trac.xapian.org/ticket/818
Disabling build again. Will ping travis-ci and see if their nightly
build includes the python pull request.1 parent 4a81da0 commit 67f2e2a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | | - | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments