On 7/5/26 00:31, Andrey Rakhmatullin wrote:
To be honest I have no idea what in the test run output are actual failures and
what aren't but the last error is:
62/6 boosttest:Boost linktest OK 0.05s
63/6 boosttest:Boost nomod OK 0.04s
64/6 boosttest:Boost extralib test OK 0.03s
65/6 boosttest:Boost UTF test OK 0.05s
66/6 boosttest:External Dependency OK 0.02s
67/6 boosttest:Boost Python3 FAIL 0.20s killed by signal 11
SIGSEGV
The underlying reason this fails is that when looking up the deps, Meson
finds Boost Python compiled against 313 rather than 314. Both of them
are present on the file system and I'd need to debug why it is not
picking up the correct one. OTOH should Boost even be providing
libraries for 3.13 any more?