#1097712 qstardict: ftbfs with GCC-15

#1097712#5
Date:
2025-02-17 17:47:54 UTC
From:
To:
[This bug is NOT targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-15/g++-15, but succeeds to build with gcc-14/g++-14. The
severity of this report will be raised before the forky release.

The full build log can be found at:
http://qa-logs.debian.net/2025/02/16/amd64exp/qstardict_3.0.0-1_unstable_gccexp.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 15, either set CC=gcc-15 CXX=g++-15 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++

GCC 15 now defaults to the C23/C++23 standards, exposing many FTBFS.
Other Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-15/porting_to.html

[...]
                 from dbusadaptor.cpp:25:
resizablepopup.h:74:14: note:   by ‘void QStarDict::ResizablePopup::enterEvent(QEvent*)’
   74 |         void enterEvent(QEvent*);
      |              ^~~~~~~~~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_mainwindow.o moc_mainwindow.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_popupwindow.o moc_popupwindow.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_resizablepopup.o moc_resizablepopup.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_selection.o moc_selection.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_settingsdialog.o moc_settingsdialog.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_trayicon.o moc_trayicon.cpp
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_dictbrowsersearch.o moc_dictbrowsersearch.cpp
In file included from /usr/include/x86_64-linux-gnu/qt6/QtWidgets/qframe.h:8,
                 from /usr/include/x86_64-linux-gnu/qt6/QtWidgets/QFrame:1,
                 from resizablepopup.h:23,
                 from popupwindow.h:23,
                 from moc_popupwindow.cpp:9:
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qwidget.h:673:18: warning: ‘virtual void QWidget::enterEvent(QEnterEvent*)’ was hidden [-Woverloaded-virtual=]
  673 |     virtual void enterEvent(QEnterEvent *event);
      |                  ^~~~~~~~~~
resizablepopup.h:74:14: note:   by ‘void QStarDict::ResizablePopup::enterEvent(QEvent*)’
   74 |         void enterEvent(QEvent*);
      |              ^~~~~~~~~~
In file included from /usr/include/x86_64-linux-gnu/qt6/QtWidgets/qframe.h:8,
                 from /usr/include/x86_64-linux-gnu/qt6/QtWidgets/QFrame:1,
                 from resizablepopup.h:23,
                 from moc_resizablepopup.cpp:9:
/usr/include/x86_64-linux-gnu/qt6/QtWidgets/qwidget.h:673:18: warning: ‘virtual void QWidget::enterEvent(QEnterEvent*)’ was hidden [-Woverloaded-virtual=]
  673 |     virtual void enterEvent(QEnterEvent *event);
      |                  ^~~~~~~~~~
resizablepopup.h:74:14: note:   by ‘void QStarDict::ResizablePopup::enterEvent(QEvent*)’
   74 |         void enterEvent(QEvent*);
      |              ^~~~~~~~~~
g++ -c -pipe -g -O2 -ffile-prefix-map=/build/reproducible-path/qstardict-3.0.0=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -Wall -Wextra -D_REENTRANT -DHAVE_MMAP -DQSTARDICT_WITH_DBUS -DQSTARDICT_WITH_TRANSLATIONS -DQSTARDICT_VERSION=\"3.0.0\" -DQSTARDICT_INSTALL_PREFIX=\"/usr\" -DQSTARDICT_BIN_DIR=\"/usr/bin\" -DQSTARDICT_DATA_DIR=\"/usr/share/qstardict\" -DQSTARDICT_TRANSLATIONS_DIR=\"/usr/share/qstardict/translations\" -DQSTARDICT_PLUGINS_DIR=\"/usr/lib/qstardict/plugins\" -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_XML_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -I. -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/x86_64-linux-gnu/qt6 -I/usr/include/x86_64-linux-gnu/qt6/QtPrintSupport -I/usr/include/x86_64-linux-gnu/qt6/QtWidgets -I/usr/include/x86_64-linux-gnu/qt6/QtGui -I/usr/include/x86_64-linux-gnu/qt6/QtNetwork -I/usr/include/x86_64-linux-gnu/qt6/QtXml -I/usr/include/x86_64-linux-gnu/qt6/QtDBus -I/usr/include/x86_64-linux-gnu/qt6/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_dbusadaptor.o moc_dbusadaptor.cpp
g++ -Wl,-z,relro -Wl,-z,now -o qstardict  application.o cssedit.o dictbrowser.o dictcore.o dictwidget.o keyboard.o main.o mainwindow.o popupwindow.o resizablepopup.o selection.o settingsdialog.o speaker.o trayicon.o dictbrowsersearch.o dbusadaptor.o qrc_pixmaps.o moc_application.o moc_cssedit.o moc_dictbrowser.o moc_dictcore.o moc_dictwidget.o moc_mainwindow.o moc_popupwindow.o moc_resizablepopup.o moc_selection.o moc_settingsdialog.o moc_trayicon.o moc_dictbrowsersearch.o moc_dbusadaptor.o   -lz -lX11 -lglib-2.0 /usr/lib/x86_64-linux-gnu/libQt6PrintSupport.so /usr/lib/x86_64-linux-gnu/libQt6Widgets.so /usr/lib/x86_64-linux-gnu/libQt6Gui.so /usr/lib/x86_64-linux-gnu/libGLX.so /usr/lib/x86_64-linux-gnu/libOpenGL.so /usr/lib/x86_64-linux-gnu/libQt6Network.so /usr/lib/x86_64-linux-gnu/libQt6Xml.so /usr/lib/x86_64-linux-gnu/libQt6DBus.so /usr/lib/x86_64-linux-gnu/libQt6Core.so -lpthread -lGLX -lOpenGL
/usr/bin/ld: cssedit.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: dictbrowser.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: dictcore.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: dictwidget.o:(.rodata+0x25): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: keyboard.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: main.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: mainwindow.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: popupwindow.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: resizablepopup.o:(.rodata+0x24): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: selection.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: settingsdialog.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: speaker.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: trayicon.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: dictbrowsersearch.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: dbusadaptor.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_application.o:(.rodata+0xa4): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_cssedit.o:(.rodata+0x120): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_dictbrowser.o:(.rodata+0x180): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_dictcore.o:(.rodata+0x5c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_dictwidget.o:(.rodata+0x208): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_mainwindow.o:(.rodata+0x2a0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_popupwindow.o:(.rodata+0x2a8): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_resizablepopup.o:(.rodata+0x13c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_selection.o:(.rodata+0x104): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_settingsdialog.o:(.rodata+0x2c0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_trayicon.o:(.rodata+0x160): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_dictbrowsersearch.o:(.rodata+0x174): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_dbusadaptor.o:(.rodata+0x214): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; application.o:(.rodata+0x0): first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:246: qstardict] Error 1
make[2]: Leaving directory '/build/reproducible-path/qstardict-3.0.0/qstardict'
make[1]: *** [Makefile:48: sub-qstardict-make_first] Error 2
make[1]: Leaving directory '/build/reproducible-path/qstardict-3.0.0'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:21: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2