Public bug reported:

Meson 1.10.1-1ubuntu1 fails to build on Ubuntu resolute. Boost 1.90.0
only provides libboost_python313.so (built against Python 3.13) while
the system Python is 3.14. Meson's Boost dependency resolver silently
selects the incompatible library, producing an extension module with a
Python 3.14 ABI linked against a 3.13 library, which segfaults at
import time during the test suite.

Failure message:

```
135/6 boosttest:Boost Python3     FAIL            0.19s   killed by signal 11 
SIGSEGV
```

** Affects: meson (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2143267

Title:
  meson 1.10.1-1ubuntu1 FTBFS: Boost Python3 test segfaults due to
  Python 3.13/3.14 ABI mismatch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/meson/+bug/2143267/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to