Package: libqt5qml5 Version: 5.9.2-3 Severity: important
Trying to track down why a QT program was failing, I found that the qt5qml5 package is currently broken on sparc64. The following simple example segfaults when run on sparc64, before reaching the "QQmlComponent" line, while working as expected on a x86_64 machine running unstable. #include <QtGui/qguiapplication.h> #include <QtQml/qqmlengine.h> #include <QtQml/qqmlcomponent.h> #include <iostream> int main(int argv, char** argc) { QCoreApplication a(argv, argc); std::cout << "Creating QQmlEngine" << std::endl; QQmlEngine engine; std::cout << "Creating QQmlComponent" << std::endl; QQmlComponent component(&engine); std::cout << "Done" << std::endl; return 0; } -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: sparc64 Kernel: Linux 4.15.0-2-sparc64-smp (SMP w/1 CPU core) Locale: LANG=en_ZA.utf8, LC_CTYPE=en_ZA.utf8 (charmap=UTF-8), LANGUAGE=en_ZA:en (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages libqt5qml5 depends on: ii libc6 2.27-3 ii libgcc1 1:8-20180312-2 ii libqt5core5a [qtbase-abi-5-9-2] 5.9.2+dfsg-12 ii libqt5network5 5.9.2+dfsg-12 ii libstdc++6 8-20180312-2 Versions of packages libqt5qml5 recommends: ii libgl1-mesa-glx 17.3.7-1 Versions of packages libqt5qml5 suggests: ii qt5-qmltooling-plugins 5.9.2-3 -- no debconf information