Your message dated Sun, 12 Oct 2025 08:35:00 +0000
with message-id <[email protected]>
and subject line Bug#1098014: fixed in trayer 1.1.8-4.1
has caused the Debian Bug report #1098014,
regarding trayer: 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.)


-- 
1098014: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098014
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:trayer
Version: 1.1.8-4
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/trayer_1.1.8-4_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

[...]
bg.h:12:6: note: declared here
   12 | void bg_init();
      |      ^~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:29:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
make[1]: *** [Makefile.common:29: panel.o] Error 1
make[1]: *** Waiting for unfinished jobs....
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
bg.c:78:1: error: conflicting types for ‘bg_init’; have ‘void(Display *)’
   78 | bg_init(Display *dpyn)
      | ^~~~~~~
bg.h:12:6: note: previous declaration of ‘bg_init’ with type ‘void(void)’
   12 | void bg_init();
      |      ^~~~~~~
make[1]: *** [Makefile.common:29: bg.o] Error 1
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from panel.h:6,
                 from eggtraymanager.c:27:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: ‘GTimeVal’ is deprecated: 
Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |   ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:34,
                 from /usr/include/glib-2.0/glib.h:32,
                 from /usr/include/glib-2.0/gobject/gbinding.h:30:
/usr/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
make[1]: Leaving directory '/build/reproducible-path/trayer-1.1.8'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" returned 
exit code 2
make: *** [debian/rules:22: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: trayer
Source-Version: 1.1.8-4.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
trayer, 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.
Adrian Bunk <[email protected]> (supplier of updated trayer 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, 10 Oct 2025 15:03:54 +0300
Source: trayer
Architecture: source
Version: 1.1.8-4.1
Distribution: unstable
Urgency: medium
Maintainer: Stefan Kangas <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1098014
Changes:
 trayer (1.1.8-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 15. (Closes: #1098014)
Checksums-Sha1:
 a6e8bfdadef1ec29e6b3e7cab8b9af4deed8ec92 1827 trayer_1.1.8-4.1.dsc
 0dc6bc4949a8c6b6091c765e81b806c65acd3979 7940 trayer_1.1.8-4.1.debian.tar.xz
Checksums-Sha256:
 1b01fb89e4b89d79d9994280566b9b47e742bb0fb0e03ef09ed3c727ea16dac9 1827 
trayer_1.1.8-4.1.dsc
 f8006f2f63c089ffdc6c5b5bdc0c8da66c0a5d18c37de5f24962fd916db09273 7940 
trayer_1.1.8-4.1.debian.tar.xz
Files:
 deb9e7500b5fd1ab34548e55f7640150 1827 x11 optional trayer_1.1.8-4.1.dsc
 27c3f793a0b7528402deac862dae2105 7940 x11 optional 
trayer_1.1.8-4.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjpbVgACgkQiNJCh6LY
mLF3Ig//RttTLkIr0Nzd7DyPULBrkW9wrzlROGUy55GGgGx7/Pk7wyto/NUrQkIF
yf8XpZUGnH2qYzmWBb7RvgiC6YFBVvaQvTx2PamHFGml7+T5hEKsBKpkkmhF6ZRF
uW/HUJw5Ey3im5/lZ7kUQx7P/D09JnGDKqi4wjcH3gcR19XJd8m/Z4LW++ezVX9Y
2Pkf0XV0AoaKh5nXkAnB7mWbRo5SZfB1i4GVySQYBU0AALUZ4BWWwOw4kS1Gv13O
u5ifRniWEPr3vBsrRkNGInVS1cmX7zDukvkfrxAj2UN79Gvuu5SLqHSHpAF5xARI
qOtuSgiadCufcn/A7CcMBsMQ/dugcsAXFzLe9ek54MNcompH4/YVkj4Zw4LcVQal
w+g30+OSIsHh4FNSaz+ifIub3yY7Qzb5JDgAGrDvizRKfReLKU2Ms+T3OYEnIZPA
pxa25tLnV6rqbJ/cwMRUG6qfxg4xLMJbNjTFkEsxheHGQKsUgYsJ6hi3ZyIkrleQ
mBE3+S+lLhMH56cO+CeF+HH5zex5PN3ywbEoIrjBxxEeN6KmePOKAD2H695DoUHV
RRycmVfc86VG4zV4gW7wwuiWiuf/nshncQ+LqNNuT6ODfAK/1jrNzUyMvvdmoyFz
i9Mnw4Ebx4WadvBaKRcqM7tN16KM7r7Vm6Cnr5YUT40rz4l67CM=
=njlN
-----END PGP SIGNATURE-----

Attachment: pgpfiyocwOwDa.pgp
Description: PGP signature


--- End Message ---

Reply via email to