Commit ec63caa
committed
build: xapian under 3.12 - missing version info in build components
The build with 1.4.18 fails to get the shared library file names
correct. Trying with 1.4.22 as the release against the 1.4.18 dev
libraries to see if it works better.
The sed script I have that munges the configure script to change the
method used for getting the components should work but it obviously
doesn't.
Failure under 3.12:
/usr/bin/install -c -m 644 xapian/__init__.py \
./xapian/__pycache__/__init__..pyc \
./xapian/__pycache__/__init__. \
'/opt/hostedtoolcache/Python/3.12.0-rc.2/x64/lib/python3.12/site-packages/xapian'
/usr/bin/install: cannot stat './xapian/__pycache__/__init__..pyc': No such file or directory
/usr/bin/install: cannot stat './xapian/__pycache__/__init__.': No such file or directory
Success under 3.11 which also needs the sed script:
/usr/bin/install -c -m 644 xapian/__init__.py \
xapian/__pycache__/__init__.cpython-311.pyc \
xapian/__pycache__/__init__.cpython-311.opt-1.pyc \
'/opt/hostedtoolcache/Python/3.11.5/x64/lib/python3.11/site-packages/xapian'1 parent dd36940 commit ec63caa
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
193 | 197 | | |
194 | 198 | | |
195 | 199 | | |
| |||
200 | 204 | | |
201 | 205 | | |
202 | 206 | | |
203 | | - | |
| 207 | + | |
| 208 | + | |
204 | 209 | | |
205 | 210 | | |
206 | 211 | | |
| |||
0 commit comments