Your message dated Sat, 24 Aug 2024 16:49:25 +0000
with message-id <e1shtx7-00dkpk...@fasolo.debian.org>
and subject line Bug#1075035: fixed in gperiodic 3.0.3-2
has caused the Debian Bug report #1075035,
regarding gperiodic: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)


-- 
1075035: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075035
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:gperiodic
Version: 3.0.3-1
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/gperiodic_3.0.3-1_unstable_gccexp.log
The last lines of the build log are at the end of this report.

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

  apt-get -t=experimental install g++ 

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-14/porting_to.html

[...]
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32:
/usr/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
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 gperiodic.c:36:
table_data.h: In function ‘dump_table’:
table_data.h:246:35: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 9 has type ‘char *’ [-Wformat=]
  246 |     
printf("%s,%s,%s,%s,%s,%s,%s,%d,%d,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,0x%08X,0x%08X,0x%08X,0x%08X\n
 ",
      |                                  ~^
      |                                   |
      |                                   int
      |                                  %s
......
  254 |       p->info[ATOMIC_RADIUS],        /*  8 */
      |       ~~~~~~~~~~~~~~~~~~~~~~       
      |              |
      |              char *
table_data.h:246:38: warning: format ‘%d’ expects argument of type ‘int’, but 
argument 10 has type ‘char *’ [-Wformat=]
  246 |     
printf("%s,%s,%s,%s,%s,%s,%s,%d,%d,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,0x%08X,0x%08X,0x%08X,0x%08X\n
 ",
      |                                     ~^
      |                                      |
      |                                      int
      |                                     %s
......
  255 |       p->info[COVALENT_RADIUS],      /*  9 */
      |       ~~~~~~~~~~~~~~~~~~~~~~~~        
      |              |
      |              char *
table_data.h:246:12: warning: too many arguments for format 
[-Wformat-extra-args]
  246 |     
printf("%s,%s,%s,%s,%s,%s,%s,%d,%d,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,%s,0x%08X,0x%08X,0x%08X,0x%08X\n
 ",
      |            
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gperiodic.c: In function ‘gpparse_print_element_data_for_num’:
gperiodic.c:77:22: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
   77 |         fillout[n] = (char) NULL;
      |                      ^
gperiodic.c: In function ‘display_element_dialog’:
gperiodic.c:140:41: error: passing argument 1 of ‘gtk_label_set_selectable’ 
from incompatible pointer type [-Wincompatible-pointer-types]
  140 |               gtk_label_set_selectable (label, TRUE);
      |                                         ^~~~~
      |                                         |
      |                                         GtkWidget * {aka struct 
_GtkWidget *}
In file included from /usr/include/gtk-2.0/gtk/gtkaccellabel.h:38,
                 from /usr/include/gtk-2.0/gtk/gtk.h:35:
/usr/include/gtk-2.0/gtk/gtklabel.h:158:70: note: expected ‘GtkLabel *’ {aka 
‘struct _GtkLabel *’} but argument is of type ‘GtkWidget *’ {aka ‘struct 
_GtkWidget *’}
  158 | void     gtk_label_set_selectable                 (GtkLabel         
*label,
      |                                                    
~~~~~~~~~~~~~~~~~~^~~~~
make[3]: *** [Makefile:15: gperiodic.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:18: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 "INSTALL=install --strip-program=true" 
"CFLAGS=-g -O2 -Werror=implicit-function-declaration 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection" 
"LDFLAGS=-Wl,-z,relro -Wl,-z,now -Wl,--as-needed" returned exit code 2
make[1]: *** [debian/rules:12: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: gperiodic
Source-Version: 3.0.3-2
Done: Graham Inggs <gin...@debian.org>

We believe that the bug you reported is fixed in the latest version of
gperiodic, 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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated gperiodic 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 ftpmas...@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 24 Aug 2024 16:25:21 +0000
Source: gperiodic
Built-For-Profiles: noudeb
Architecture: source
Version: 3.0.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Closes: 1075035
Changes:
 gperiodic (3.0.3-2) unstable; urgency=medium
 .
   [ Debian Janitor]
   * Bump debhelper from old 11 to 13.
   * Set debhelper-compat version in Build-Depends.
   * Avoid explicitly specifying -Wl,--as-needed linker flag.
   * Remove constraints unnecessary since buster (oldstable):
     + Build-Depends: Drop versioned constraint on libgtk2.0-dev.
 .
   [ Graham Inggs ]
   * Fix FTBFS with GCC 14 (Closes: #1075035)
   * Set Rules-Requires-Root: no
   * Update debian/copyright
   * Bump Standards-Version to 4.7.0, no changes
Checksums-Sha1:
 f62a0bda4b67514cc22845032503d2bae8a0b74f 1986 gperiodic_3.0.3-2.dsc
 6ee54168b93bf043a5f3014b62b1c8e575ed6ae3 5876 gperiodic_3.0.3-2.debian.tar.xz
Checksums-Sha256:
 a70d4f4d19ff5bc050bc49c8a5b051a5c0e6ec783609d0068dc298e1087e1380 1986 
gperiodic_3.0.3-2.dsc
 affe068c6616ba0c943a5867a53e6ce3a13bcbf6d2880caec1da5c67dde90a7c 5876 
gperiodic_3.0.3-2.debian.tar.xz
Files:
 69addca1f5af3f6344576cd632a2e8d0 1986 science optional gperiodic_3.0.3-2.dsc
 dcdfc4ceb7f61530d1ab484d52beca38 5876 science optional 
gperiodic_3.0.3-2.debian.tar.xz

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

iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmbKCqMACgkQr8/sjmac
4cJTBRAAr8B9n3z8UbIoW+rihwna7gxhfe/NzC7ri+7uEL2yhkeOcoyAoA4HjKcb
RrHZzx+6AhewbATwhS8HcfvYJAWOFb7iZVBqs+dJYsas5cd/XJmeXY0Vj6sBcALN
+e6XRcAvgHUWFLsMNVOl4ics0Ika/Mw44GWB/dviQA/AkV5bEHzY7hFS4K5cLQ77
D9u4G4mseZvvSaRz1rK+iUezHLvM8ipuKb3BHbvEQCE3/367p7yPHat83TIQwwmK
qjyCd9ZbqtYBWwQCQTVJHkM3NVPEYVxzv5IGvWvEG9AXPbJ5nxqVZvR2P9ONKiNi
bQZ8OULOE/o5KMRiuY5GYjywu1ojbncUFm5mWNDv1eMLLw7HOV8PT85i4bgjn3qi
pKqAydQE3gNyFMV+9A19HJsGFbGtMjxBYTO/9RH6BVZb6ogVeYBDESrjZLL2Qq2c
4D8KalPweVi/8DoaBeBslKH8RRpyPgpamiJa7ROv75h16mCqrO4sQPi9CZtnPyfw
I+PECUyGzn6GezP2XuI8u85Zv20JSLg2ot9JnYPMBQ2DttrKp2pltvv55IaW7rHX
RX/N8ssb1u2v/DJ6wrE2/wREgX7XrJiRUCNYD+XlCuvO+OCwVZBPMNEoNtEWprzZ
Gm0s93EdbBn5FcPbv3R08I8GlYHgs9uXYfscB597E/a43nWcu94=
=ZL5U
-----END PGP SIGNATURE-----

Attachment: pgp5HE_Kz1taA.pgp
Description: PGP signature


--- End Message ---

Reply via email to