https://bugs.kde.org/show_bug.cgi?id=388241
--- Comment #8 from Maurizio Paolini <paol...@dmf.unicatt.it> --- This problem seems to appear when compiling from git sources when compiled against boost-devel-1.63.0 or later. In this version of boost the file /usr/include/boost/python/object_core.hpp contains an assert at line 425: ----------------------------------------------- inline api::object_base::~object_base() { assert( Py_REFCNT(m_ptr) > 0 ); Py_DECREF(m_ptr); } ----------------------------------------------- that fails. It took long to track the problem because the kig package compiled in a rpm fedora package is compiled with build flag -DNDEBUG which disables asserts. Can you reproduce the problem bu opening the kig file provided as attachment? -- You are receiving this mail because: You are watching all bug changes.