Bug#1098117: xaos: ftbfs with GCC-15

Matthias Klose doko at debian.org
Mon Feb 17 18:01:03 GMT 2025


Package: src:xaos
Version: 4.3.2-1
Severity: important
Tags: sid forky
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-15

[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/xaos_4.3.2-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

[...]
src/ui-hlp/menu.cpp:1597:27: warning: cast between incompatible function types from ‘int (*)(uih_context*, int)’ to ‘int (*)()’ [-Wcast-function-type]
 1597 |         item[i].control = (int (*)(void))uih_selectedformula;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/ui-hlp/menu.cpp:1642:27: warning: cast between incompatible function types from ‘int (*)(uih_context*, int)’ to ‘int (*)()’ [-Wcast-function-type]
 1642 |         item[i].control = (int (*)(void))uih_filterenabled;
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o playtext.o src/ui-hlp/playtext.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o save.o src/ui-hlp/save.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o messg.o src/ui-hlp/messg.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o wstack.o src/ui-hlp/wstack.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o catalog.o src/util/catalog.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o image.o src/util/image.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o palette.o src/util/palette.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o thread.o src/util/thread.cpp
src/ui-hlp/ui_helper.cpp: In function ‘uih_context* uih_mkcontext(int, image*, int (*)(uih_context*, int, const char*, float), void (*)(uih_context*), void (*)(uih_context*, const char*))’:
src/ui-hlp/ui_helper.cpp:1995:33: warning: ‘void* calloc(size_t, size_t)’ sizes specified with ‘sizeof’ in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
 1995 |     uih = (uih_context *)calloc(sizeof(*uih), 1); /*setup parameters */
      |                                 ^~~~~~~~~~~~
src/ui-hlp/ui_helper.cpp:1995:33: note: earlier argument should specify number of elements, later size of each element
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o xstring.o src/util/xstring.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o xerror.o src/util/xerror.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o xstdio.o src/util/xstdio.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o xmenu.o src/util/xmenu.cpp
src/util/xmenu.cpp: In function ‘int menu_enabled(const menuitem*, uih_context*)’:
src/util/xmenu.cpp:427:26: warning: cast between incompatible function types from ‘int (*)()’ to ‘int (*)(uih_context*)’ [-Wcast-function-type]
  427 |                 return (((int (*)(struct uih_context *))item->control)(c));
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/util/xmenu.cpp:429:26: warning: cast between incompatible function types from ‘int (*)()’ to ‘int (*)(uih_context*, int)’ [-Wcast-function-type]
  429 |                 return (((int (*)(struct uih_context *, int))item->control)(
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/util/xmenu.cpp:432:26: warning: cast between incompatible function types from ‘int (*)()’ to ‘int (*)(uih_context*, const char*)’ [-Wcast-function-type]
  432 |                 return (((int (*)(struct uih_context *, const char *))
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  433 |                              item->control)(c, (const char *)item->pparam));
      |                              ~~~~~~~~~~~~~
src/util/xmenu.cpp: In function ‘const menuitem* menu_genernumbered(int, const char*, const char* const*, const char*, int, int, void (*)(uih_context*, int), int (*)(uih_context*, int), const char*)’:
src/util/xmenu.cpp:489:27: warning: cast between incompatible function types from ‘int (*)(uih_context*, int)’ to ‘int (*)()’ [-Wcast-function-type]
  489 |         item[i].control = (int (*)(void))control;
      |                           ^~~~~~~~~~~~~~~~~~~~~~
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o random.o src/util/random.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o timers.o src/util/timers.cpp
gcc -c -pipe -ffast-math -g -Werror=implicit-function-declaration -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o gsl_complex_math.o src/sffe/gsl_complex_math.c
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sffe.o src/sffe/sffe.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o sffe_cmplx_gsl.o src/sffe/sffe_cmplx_gsl.cpp
/usr/lib/qt6/libexec/rcc -name XaoS XaoS.qrc -o qrc_XaoS.cpp
g++ -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt6/mkspecs/features/data/dummy.cpp
/usr/lib/qt6/libexec/moc -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /build/reproducible-path/xaos-4.3.2/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/xaos-4.3.2 -I/build/reproducible-path/xaos-4.3.2/src/include -I/build/reproducible-path/xaos-4.3.2/src/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I/usr/include/c++/15 -I/usr/include/x86_64-linux-gnu/c++/15 -I/usr/include/c++/15/backward -I/usr/lib/gcc/x86_64-linux-gnu/15/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include src/ui/mainwindow.h -o moc_mainwindow.cpp
/usr/lib/qt6/libexec/moc -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /build/reproducible-path/xaos-4.3.2/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/xaos-4.3.2 -I/build/reproducible-path/xaos-4.3.2/src/include -I/build/reproducible-path/xaos-4.3.2/src/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I/usr/include/c++/15 -I/usr/include/x86_64-linux-gnu/c++/15 -I/usr/include/c++/15/backward -I/usr/lib/gcc/x86_64-linux-gnu/15/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include src/ui/fractalwidget.h -o moc_fractalwidget.cpp
/usr/lib/qt6/libexec/moc -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /build/reproducible-path/xaos-4.3.2/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -I/build/reproducible-path/xaos-4.3.2 -I/build/reproducible-path/xaos-4.3.2/src/include -I/build/reproducible-path/xaos-4.3.2/src/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I/usr/include/c++/15 -I/usr/include/x86_64-linux-gnu/c++/15 -I/usr/include/c++/15/backward -I/usr/lib/gcc/x86_64-linux-gnu/15/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include src/ui/customdialog.h -o moc_customdialog.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o qrc_XaoS.o qrc_XaoS.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_mainwindow.o moc_mainwindow.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_fractalwidget.o moc_fractalwidget.cpp
g++ -c -pipe -ffast-math -fpermissive -g -ffile-prefix-map=/build/reproducible-path/xaos-4.3.2=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -O3 -Wall -Wextra -D_REENTRANT -DUSE_LONG_DOUBLE -DUSE_SFFE -DSFFE_CMPLX_GSL -DDATAPATH=\"/usr/share/XaoS\" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -Isrc/include -Isrc/ui -I/usr/include/x86_64-linux-gnu/qt6 -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/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt6/mkspecs/linux-g++ -o moc_customdialog.o moc_customdialog.cpp
g++ -Wl,-z,relro -Wl,-z,now -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -o bin/xaos  image_qt.o mainwindow.o fractalwidget.o customdialog.o main.o filter.o formulas.o fractal.o btrace.o palettef.o emboss.o star.o anti.o edge.o edge2.o rotate.o zoom.o blur.o interlace.o itersmall.o stereogram.o 3d.o subwindow.o plane.o julia.o autopilot.o menu.o ui_helper.o play.o render.o playtext.o save.o messg.o wstack.o catalog.o image.o palette.o thread.o xstring.o xerror.o xstdio.o xmenu.o random.o timers.o gsl_complex_math.o sffe.o sffe_cmplx_gsl.o qrc_XaoS.o moc_mainwindow.o moc_fractalwidget.o moc_customdialog.o   /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/libQt6Core.so -lpthread -lGLX -lOpenGL   
/usr/bin/ld: mainwindow.o:(.rodata+0x38): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: fractalwidget.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: customdialog.o:(.rodata+0x5c): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: main.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: menu.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: ui_helper.o:(.rodata+0x48): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: xstdio.o:(.rodata+0x0): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_mainwindow.o:(.rodata+0x140): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_fractalwidget.o:(.rodata+0x58): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
/usr/bin/ld: moc_customdialog.o:(.rodata+0x198): multiple definition of `QtPrivate::IsFloatType_v<_Float16>'; image_qt.o:(.rodata+0x0): first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:343: bin/xaos] Error 1
make[1]: Leaving directory '/build/reproducible-path/xaos-4.3.2'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:6: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2



More information about the Pkg-games-devel mailing list