Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.13.2, 5.14.0
-
None
-
Gentoo/Linux, gcc 9.2.0, Sparc T5120
Description
* Configuring with: -prefix /usr -bindir /usr/lib/qt5/bin -headerdir /usr/include/qt5 -libdir /usr/lib -archdatadir /usr/lib/qt5 -plugindir /usr/lib/qt5/plugins -libexecdir /usr/lib/qt5/libexec -importdir /usr/lib/qt5/imports -qmldir /usr/lib/qt5/qml -datadir /us r/share/qt5 -docdir /usr/share/qt5-doc -translationdir /usr/share/qt5/translations -sysconfdir /etc/xdg -examplesdir /usr/share/qt5/examples -testsdir /usr/share/qt5/tests -platform linux-g++ -release -no-separate-debug-info -no-optimized-tools -opensource -confir m-license -shared -accessibility -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 -no-sql-tds -pkg-config -system-zlib -system-pcre -system-doubleconversion -no-mtdev -no-journald -no-syslog -no-libpng -n o-libjpeg -no-freetype -no-harfbuzz -no-openssl -no-libproxy -no-xcb-xlib -no-xcb-xinput -no-xkbcommon -glib -no-gtk -nomake examples -nomake tests -no-compile-examples -no-rpath -verbose -no-cups -no-evdev -no-tslib -no-icu -no-fontconfig -no-dbus -no-strip -no-p ch -no-ltcg -no-use-gold-linker -no-xcb -no-eglfs -no-kms -no-gbm -no-directfb -no-linuxfb -no-xkb -sm -qreal double -no-opengl -no-egl -no-libinput -system-proxies -no-warnings-are-errors -no-gui -no-widgets -no-zstd -no-feature-statx -icu -no-iconv -no-journald
Ends in:
In file included from tst_qstatemachine.cpp:6706: .moc/tst_qstatemachine.moc: In static member function ‘static void tst_QStateMachine::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’: .moc/tst_qstatemachine.moc:687:22: error: ‘class tst_QStateMachine’ has no member named ‘eventTransitions’; did you mean ‘signalTransitions’? 687 | case 15: _t->eventTransitions(); break; | ^~~~~~~~~~~~~~~~ | signalTransitions .moc/tst_qstatemachine.moc:688:22: error: ‘class tst_QStateMachine’ has no member named ‘graphicsSceneEventTransitions’ 688 | case 16: _t->graphicsSceneEventTransitions(); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .moc/tst_qstatemachine.moc:743:22: error: ‘class tst_QStateMachine’ has no member named ‘eventFilterForApplication’ 743 | case 71: _t->eventFilterForApplication(); break; | ^~~~~~~~~~~~~~~~~~~~~~~~~