On Wed, Dec 10, 2025 at 01:55:14AM +0500, Andrey Rakhmatullin wrote: > On Sun, Dec 07, 2025 at 05:25:27PM +0500, Andrey Rakhmatullin wrote: > > Building this locally and looking into the crash log in journalctl shows > > the probable cause: the backtrace contains libboost_python313.so.1.83.0, > > note the Python version. > > I wasn't able to enable the verbose building but I've checked that > .pybuild/cpython3_3.14/build/bdsf/_cbdsm.cpython-314-x86_64-linux-gnu.so > directly links against libboost_numpy313.so.1.83.0 and > libboost_python313.so.1.83.0 which must be a bug somewhere.
Since pybdsf has no rdeps, building only for the default Python might be good enough as workaround? cu Adrian

