Your message dated Fri, 28 Feb 2025 19:28:39 +0000
with message-id <e1to62j-000nbn...@fasolo.debian.org>
and subject line Bug#1075572: fixed in tilem 2.0-5.1
has caused the Debian Bug report #1075572,
regarding tilem: 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.)


-- 
1075572: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075572
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tilem
Version: 2.0-5
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/tilem_2.0-5_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/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 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 | {
      | ^
./memview.c: In function ‘get_column_index’:
./memview.c:41:13: warning: variable ‘i’ set but not used 
[-Wunused-but-set-variable]
   41 |         int i;
      |             ^
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/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from ./preferences.c:27:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: ‘GTypeDebugFlags’ is 
deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      | ^~~~
In file included from /usr/include/glib-2.0/gobject/gobject.h:26,
                 from /usr/include/glib-2.0/gobject/gbinding.h:31,
                 from /usr/include/glib-2.0/glib-object.h:24,
                 from /usr/include/glib-2.0/gio/gioenums.h:30,
                 from /usr/include/glib-2.0/gio/giotypes.h:30,
                 from /usr/include/glib-2.0/gio/gio.h:28,
                 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
      |        ^~~~~~~~~
make[2]: Leaving directory '/<<PKGBUILDDIR>>/gui'
make[1]: *** [Makefile:41: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:10: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tilem
Source-Version: 2.0-5.1
Done: Simon Quigley <tsimo...@debian.org>

We believe that the bug you reported is fixed in the latest version of
tilem, 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.
Simon Quigley <tsimo...@debian.org> (supplier of updated tilem 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: Fri, 28 Feb 2025 13:05:05 -0600
Source: tilem
Built-For-Profiles: noudeb
Architecture: source
Version: 2.0-5.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Simon Quigley <tsimo...@debian.org>
Closes: 1075572
Changes:
 tilem (2.0-5.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with GCC 14/15 due to an incompatible pointer type
     (Closes: #1075572).
Checksums-Sha1:
 f9115c87f18d2c81bc9163c1b4a10c94573c9644 2102 tilem_2.0-5.1.dsc
 652a156b42330251c3b8b00059edde369f918196 6776 tilem_2.0-5.1.debian.tar.xz
 ea8cbb946c544181fb1646bdf20803f4a1796709 8099 tilem_2.0-5.1_source.buildinfo
Checksums-Sha256:
 876cf6a92c03fa3311add7705e0393c1011033949b4b18cbba0165dad39e300c 2102 
tilem_2.0-5.1.dsc
 b35c7f7e234bb1ee68cfce93c929edd8ac6be4ca1105cc5bb62c876095c6cda9 6776 
tilem_2.0-5.1.debian.tar.xz
 37f13b643fee43f396f92a808d235c8c9e1b6b2a6ff1e9cb28ca16095b5a40f1 8099 
tilem_2.0-5.1_source.buildinfo
Files:
 f36f038b8835d862585d8b9d3418dbaf 2102 math optional tilem_2.0-5.1.dsc
 abf99b8e7ea06fa33d65ca7cebb6649d 6776 math optional tilem_2.0-5.1.debian.tar.xz
 7c3266349aa2041883ffc786473128c0 8099 math optional 
tilem_2.0-5.1_source.buildinfo

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

iQIzBAEBCgAdFiEEXHq+og+GMEWcyMi14n8s+EWML6QFAmfCCRIACgkQ4n8s+EWM
L6T8UA/+NvIHpYbAQgXSX0TqkFQgvqbqkIDFPCJSR+q1zTd2n+yVaRR1bomsMpK/
QIH4icXzAroQoP8Q+WMrlSAcue5Cr9bTg/Bgw5dXd1nwHKButQxWW+dJY6/TJTJ5
tn+7KBWzT4O1PrMWg+2KfQ2GdBamt8jIu5Z8+VyxVk2c91pvO0QDoR1rz2YcuGnh
tI4wXTxY1v2l5n2lFLuDbYE8k1+lxocT2AthEF47IeSilC5WpniXBEDZHINRhWMT
efnVtQCB4TLp74t7x5s3h4oovn/7JDKgArM5Afgy4wTuHSPIR1feZDYuwLGGAXno
7fEU8BjTHwwfahqYtO99I2Caoa9vQgMDTX4T6LkmmOeScRqe58nFoCGVjZhOo0C0
iRCTYvfIztn60YrV/SEOHsE4h98bsH6IHaA69XOw7C2UBmsOY8NB5L4rHobVW7fs
l4cx+r6CBy7kPGEjCPkx2WVLXAxCLgREOctGhZjBJhSfBIfMc8p4QcCrM8XaKUjR
loKdRFfZjKG2NJh/lizo6Dj+pK408UimkOgDutBPKC/8C8QPnuhnzWatIxCLogIU
S40+O8Xb0Xr/EUg56QagZSgeEItuZYHHoKOOFvK7/8MjYSs7JVPdJew7hGI40f0N
vGvxJYBJvn+AaYYqkj1hac+BOs4iYC4pUHd26YYyZoaT1G/x6ss=
=3JpS
-----END PGP SIGNATURE-----

Attachment: pgpyyheIjsCoT.pgp
Description: PGP signature


--- End Message ---

Reply via email to