Failing to build PySide 6.9.2 in debug
-
I'd like to build PySide6 in debug mode to tackle a segfault I sometime get. Seems to eb in the destructor of QAbstractView (most likely QTreeView).
My build fails, not sure why. Shiboken builds, but Pyside complains about missing Private component, but They are on disk.
My build command
#!/bin/bash set -euo pipefail cd $(dirname $0) export LLVM_INSTALL_DIR="$PWD/libclang" python setup.py install --qtpaths=/home/py/Qt/6.10.2/gcc_64/bin/qtpaths6 \ --cmake=/usr/bin/cmake \ --ignore-git \ --debug \ --build-tests \ --parallel=8 \ --verbose-build \ --build-type=all \ --module-subset=Core,Gui,WidgetsMy build log is here : https://pastebin.com/zUn9ZQpm.
Any help would be appreciated -
Whoosh. It was late when I posted. Qt install version (6.10.2) didn't match my PySide version (6.9.0).
Both are at 6.9.3 and build succeeded -
Hi and welcome to devnet,
Why delete your posts ?
I am pretty sure that small mishap you had could happen to other people and the solution will be useful for others. -
Ok, I restored my post :)
-
S SGaist has marked this topic as solved
-
Thank you ! :-)