Your message dated Fri, 22 Aug 2025 10:50:19 +0000
with message-id <[email protected]>
and subject line Bug#1098117: fixed in xaos 4.3.4-1
has caused the Debian Bug report #1098117,
regarding xaos: ftbfs with GCC-15
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1098117: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098117
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:xaos
Version: 4.3.2-1
Severity: important
Tags: sid forky
User: [email protected]
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

--- End Message ---
--- Begin Message ---
Source: xaos
Source-Version: 4.3.4-1
Done: Alexandre Detiste <[email protected]>

We believe that the bug you reported is fixed in the latest version of
xaos, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alexandre Detiste <[email protected]> (supplier of updated xaos package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 22 Aug 2025 12:20:43 +0200
Source: xaos
Architecture: source
Version: 4.3.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Alexandre Detiste <[email protected]>
Closes: 1098117
Changes:
 xaos (4.3.4-1) unstable; urgency=medium
 .
   * Team upload.
   * New upstream version 4.3.4 (Closes: #1098117)
   * Bump Standards-Version to 4.7.2
   * Drop "Rules-Requires-Root: no": its the new default
Checksums-Sha1:
 e6db306d5733cf2441b35bf5db52f89e5a2030ad 1923 xaos_4.3.4-1.dsc
 4e9f51145ec85b61d98179105cf544b9e897926e 11085358 xaos_4.3.4.orig.tar.gz
 6e471e968ab353eb7b3637152093a463eeef6164 8720 xaos_4.3.4-1.debian.tar.xz
 07e86082ae6714eb7a1cdac4c45feb42dc1d4743 10852 xaos_4.3.4-1_source.buildinfo
Checksums-Sha256:
 75860af036ff26fcd7a53563f9f3c0f305efea9b3f9bbd4909fe9ff4dac2f647 1923 
xaos_4.3.4-1.dsc
 4bb1c6bdc3a136e7bdceaa626ae48944ef289cdc092dc5e46b4f8e9e049c5b07 11085358 
xaos_4.3.4.orig.tar.gz
 090f5e78e6307598c9a8e0ab4730a708dfc22137c4024d7c05474954b1f4cde9 8720 
xaos_4.3.4-1.debian.tar.xz
 ac783da61ddb76b16222f98c8374afcefd47bf1f70143729e1970ab57c6ae0b5 10852 
xaos_4.3.4-1_source.buildinfo
Files:
 5065a11e3559d1587e1415ea854d0518 1923 graphics optional xaos_4.3.4-1.dsc
 84ca27426f5f5fa8a76cbc99e7f31c71 11085358 graphics optional 
xaos_4.3.4.orig.tar.gz
 4d9af06561ddad8f6ae092ce403293bd 8720 graphics optional 
xaos_4.3.4-1.debian.tar.xz
 968b19ef238518d2ab282e453103db31 10852 graphics optional 
xaos_4.3.4-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEEj23hBDd/OxHnQXSHMfMURUShdBoFAmioRSIRHHRjaGV0QGRl
Ymlhbi5vcmcACgkQMfMURUShdBqlEA/8C6XW63eFBUsBow8+ZKlLgNDDD7l0MiUM
bGr5zPyxrVJLicLmEmHZuxAt5m/tc6ywNtumt8U+UcrN+dT5V2dexL7XDIp/HHt/
i9kOQe6VaQLUs9OSGR37kTGnl/pxC149Hh8FjaK54+JsgHtCjN0jQbYBPcTs8J+g
h7objgUjiXvRhyO+JpdekZ5Tcpx43mi4oXcadQvxNkid3nGDKqwrQieM26Et6RI5
1C0LIu6S6LAh/807fCb9rGTeHtGiHlTC4jGdlGjsFQgYopOoKLd3igTSuzB6VEWo
6TJu5QtN4i+xUr07j6LAa8+BvFJmnY+DyefAYJJIJdDOhOLujw+27FOqDtEjQkGO
KDLjHr5kn+9P54tXVOlXeU2B2CMBlh4UsOSe8NnOm+sXYLnwH7k8Y/6y9IxZZD0e
U3+j2QQQwzeDx6knIJpGBs9f5EaerjGrKMg75xKsj10wFOBXE6kJ3FjXnhDVrOZk
c7jZsuW7scFQGdYu8CsxOTlxeD1yBejxZXYxlRddbwEYlUKq6JW8QzuDHIe+KE3S
sPp5eVtFkIS6EFY5y7ZttUq/PXYfX6SrifR2ws3Rirxqc5MoEL1CGyXHk2TqVd3k
HMgOioHDpFfwbKUWyZc6BzlpqPs6Y7sqVY9eYXszp/XLJY3aIc9tt2VCFK3O+zJY
3z6nmcNqTPg=
=OvBy
-----END PGP SIGNATURE-----

Attachment: pgpz4ShgKwvys.pgp
Description: PGP signature


--- End Message ---

Reply via email to