[Pkg-deepin-devel] Bug#1133455: deepin-boot-maker: ftbfs with GCC-16

Emanuele Rocca ema at debian.org
Mon Apr 13 14:02:37 BST 2026


Package: src:deepin-boot-maker
Version: 5.10.0+dfsg2-2
Severity: important
Tags: sid forky ftbfs
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-16

Hi,

deepin-boot-maker fails to build in a test rebuild on at least amd64 and arm64 with
gcc-16/g++-16, but builds properly with gcc-15/g++-15. The severity of this
report will be raised before the forky release.

The full build log can be found at:
https://people.debian.org/~ema/gcc-16-rebuilds/output-1/deepin-boot-maker_arm64.build.xz

The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

Common build failures include unused (but set) variables, array subscripts
partly outside array bounds, and new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-16/porting_to.html

Please only close this issue after double-checking that the package can be
built correctly with GCC 16.

Please do not reassign this bug to another package. If a fix in another package
is required, then file a bug for the other package (or clone), and mark this
bug as blocked by the bug in the other package.

[...]


      |                                                 ^~~~~~~~~~~~~~~~~~
view/isoselectview.cpp:147:33: warning: ‘DApplicationHelper’ is deprecated: Use DPaletteHelper [-Wdeprecated-declarations]
  147 |     brush = DApplicationHelper::instance()->palette(m_checkFile).text();
      |                                 ^~~~~~~~
/usr/include/dtk5/DWidget/dapplicationhelper.h:18:49: note: declared here
   18 | class D_DECL_DEPRECATED_X("Use DPaletteHelper") DApplicationHelper : public DGuiApplicationHelper
      |                                                 ^~~~~~~~~~~~~~~~~~
view/isoselectview.cpp: In lambda function:
view/isoselectview.cpp:170:11: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
  170 |     this, [ = ](bool result) {
      |           ^
view/isoselectview.cpp:170:11: note: add explicit ‘this’ or ‘*this’ capture
view/isoselectview.cpp: In lambda function:
view/isoselectview.cpp:221:58: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
  221 |     connect(isoPanel, &DropFrame::fileAboutAccept, this, [ = ]() {
      |                                                          ^
view/isoselectview.cpp:221:58: note: add explicit ‘this’ or ‘*this’ capture
view/isoselectview.cpp: In lambda function:
view/isoselectview.cpp:234:53: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
  234 |     connect(isoPanel, &DropFrame::fileCancel, this, [ = ]() {
      |                                                     ^
view/isoselectview.cpp:234:53: note: add explicit ‘this’ or ‘*this’ capture
view/isoselectview.cpp: In lambda function:
view/isoselectview.cpp:240:57: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
  240 |     connect(m_fileSelect, &DLabel::linkActivated, this, [ = ](const QString & /*link*/) {
      |                                                         ^
view/isoselectview.cpp:240:57: note: add explicit ‘this’ or ‘*this’ capture
view/isoselectview.cpp: In lambda function:
view/isoselectview.cpp:252:54: warning: implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20 [-Wdeprecated]
  252 |     connect(m_nextSetp, &DPushButton::clicked, this, [=]{
      |                                                      ^
view/isoselectview.cpp:252:54: note: add explicit ‘this’ or ‘*this’ capture
view/isoselectview.cpp: In member function ‘void ISOSelectView::slot_ThemeChange()’:
view/isoselectview.cpp:265:31: warning: ‘QPalette::Background’ is deprecated: Use QPalette::Window instead [-Wdeprecated-declarations]
  265 |         pa.setColor(DPalette::Background, QColor(255, 255, 255));
      |                               ^~~~~~~~~~
In file included from /usr/include/aarch64-linux-gnu/qt5/QtGui/QPalette:1,
                 from /usr/include/dtk5/DGui/dpalette.h:11,
                 from /usr/include/dtk5/DGui/DPalette:1,
                 from /usr/include/dtk5/DWidget/dframe.h:9:
/usr/include/aarch64-linux-gnu/qt5/QtGui/qpalette.h:101:22: note: declared here
  101 |                      Background Q_DECL_ENUMERATOR_DEPRECATED_X("Use QPalette::Window instead") = Window
      |                      ^~~~~~~~~~
view/isoselectview.cpp:268:31: warning: ‘QPalette::Background’ is deprecated: Use QPalette::Window instead [-Wdeprecated-declarations]
  268 |         pa.setColor(DPalette::Background, QColor(255, 255, 255, 13));
      |                               ^~~~~~~~~~
/usr/include/aarch64-linux-gnu/qt5/QtGui/qpalette.h:101:22: note: declared here
  101 |                      Background Q_DECL_ENUMERATOR_DEPRECATED_X("Use QPalette::Window instead") = Window
      |                      ^~~~~~~~~~
view/isoselectview.cpp:285:31: warning: ‘QPalette::Background’ is deprecated: Use QPalette::Window instead [-Wdeprecated-declarations]
  285 |         pa.setColor(DPalette::Background, QColor("#292929"));
      |                               ^~~~~~~~~~
/usr/include/aarch64-linux-gnu/qt5/QtGui/qpalette.h:101:22: note: declared here
  101 |                      Background Q_DECL_ENUMERATOR_DEPRECATED_X("Use QPalette::Window instead") = Window
      |                      ^~~~~~~~~~
view/isoselectview.cpp:288:31: warning: ‘QPalette::Background’ is deprecated: Use QPalette::Window instead [-Wdeprecated-declarations]
  288 |         pa.setColor(DPalette::Background, QColor(0, 0, 0, 13));
      |                               ^~~~~~~~~~
/usr/include/aarch64-linux-gnu/qt5/QtGui/qpalette.h:101:22: note: declared here
  101 |                      Background Q_DECL_ENUMERATOR_DEPRECATED_X("Use QPalette::Window instead") = Window
      |                      ^~~~~~~~~~
make[3]: *** [Makefile:620: isoselectview.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/build/reproducible-path/deepin-boot-maker-5.10.0+dfsg2/src/app'
make[2]: *** [Makefile:180: sub-app-make_first-ordered] Error 2
make[2]: Leaving directory '/build/reproducible-path/deepin-boot-maker-5.10.0+dfsg2/src'
make[1]: *** [Makefile:47: sub-src-make_first-ordered] Error 2
make[1]: Leaving directory '/build/reproducible-path/deepin-boot-maker-5.10.0+dfsg2'
dh_auto_build: error: make -j128 returned exit code 2
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2



More information about the Pkg-deepin-devel mailing list