qmake Segmentation fault on Raspberry Pi Bookworm ARM64
-
Hello,
I have problems running Qt from the online installer on Raspberry Pi Bookworm ARM64.
I installed the latest QT LTS version 6.8.3 on my Rpasbery Pi Bookworm OS ARM64 via the Online Installer to generate PyQt binding.
But building with sip-wheel fails:
sip-wheel --confirm-license --verbose Querying qmake about your Qt installation... /home/raspifm/QtOnlineInstaller/6.8.3/gcc_arm64/bin/qmake -query sip-wheel: '/home/raspifm/QtOnlineInstaller/6.8.3/gcc_arm64/bin/qmake -query' failed returning 139
When I run qmake -query directly:
~/QtOnlineInstaller/6.8.3/gcc_arm64/bin $ ./qmake -query Segmentation fault
Does anyone else have this problem?
I also opened a bug report:
https://bugreports.qt.io/browse/QTBUG-137145