[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1098003: marked as done (tkdesk: ftbfs with GCC-15)



Your message dated Sat, 07 Jun 2025 12:41:11 +0000
with message-id <E1uNsrH-000iCN-AE@fasolo.debian.org>
and subject line Bug#1098003: fixed in tkdesk 2.0-13
has caused the Debian Bug report #1098003,
regarding tkdesk: 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 owner@bugs.debian.org
immediately.)


-- 
1098003: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098003
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:tkdesk
Version: 2.0-12
Severity: important
Tags: sid forky
User: debian-gcc@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/tkdesk_2.0-12_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

[...]
  477 | static char ** ImgXpmGetDataFromId(interp, id)
      |                ^~~~~~~~~~~~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmGetDataFromString’:
tixImgXpm.c:498:16: warning: old-style function definition [-Wold-style-definition]
  498 | static char ** ImgXpmGetDataFromString(interp, string, numLines_return)
      |                ^~~~~~~~~~~~~~~~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmGetDataFromFile’:
tixImgXpm.c:627:16: warning: old-style function definition [-Wold-style-definition]
  627 | static char ** ImgXpmGetDataFromFile(interp, fileName, numLines_return)
      |                ^~~~~~~~~~~~~~~~~~~~~
tixImgXpm.c: In function ‘GetType’:
tixImgXpm.c:685:15: warning: old-style function definition [-Wold-style-definition]
  685 | static char * GetType(colorDefn, type_ret)
      |               ^~~~~~~
tixImgXpm.c: In function ‘GetColor’:
tixImgXpm.c:732:15: warning: old-style function definition [-Wold-style-definition]
  732 | static char * GetColor(colorDefn, colorName, type_ret)
      |               ^~~~~~~~
tixImgXpm.c: In function ‘ImgXpmGetPixmapFromData’:
tixImgXpm.c:798:12: warning: old-style function definition [-Wold-style-definition]
  798 | static int ImgXpmGetPixmapFromData(interp, masterPtr, instancePtr)
      |            ^~~~~~~~~~~~~~~~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmConfigureInstance’:
tixImgXpm.c:1068:1: warning: old-style function definition [-Wold-style-definition]
 1068 | ImgXpmConfigureInstance(instancePtr)
      | ^~~~~~~~~~~~~~~~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmCmd’:
tixImgXpm.c:1145:1: warning: old-style function definition [-Wold-style-definition]
 1145 | ImgXpmCmd(clientData, interp, argc, argv)
      | ^~~~~~~~~
tixImgXpm.c:1156:9: warning: ‘result’ is deprecated: use Tcl_GetStringResult/Tcl_SetResult [-Wdeprecated-declarations]
 1156 |         sprintf(interp->result,
      |         ^~~~~~~
In file included from /usr/include/tcl8.6/tk.h:19,
                 from tixImgXpm.c:55:
/usr/include/tcl8.6/tcl.h:513:11: note: declared here
  513 |     char *result TCL_DEPRECATED_API("use Tcl_GetStringResult/Tcl_SetResult");
      |           ^~~~~~
tixImgXpm.c: In function ‘ImgXpmGet’:
tixImgXpm.c:1215:1: warning: old-style function definition [-Wold-style-definition]
 1215 | ImgXpmGet(tkwin, masterData)
      | ^~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmDisplay’:
tixImgXpm.c:1286:1: warning: old-style function definition [-Wold-style-definition]
 1286 | ImgXpmDisplay(clientData, display, drawable, imageX, imageY, width,
      | ^~~~~~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmFree’:
tixImgXpm.c:1342:1: warning: old-style function definition [-Wold-style-definition]
 1342 | ImgXpmFree(clientData, display)
      | ^~~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmDelete’:
tixImgXpm.c:1411:1: warning: old-style function definition [-Wold-style-definition]
 1411 | ImgXpmDelete(masterData)
      | ^~~~~~~~~~~~
tixImgXpm.c: In function ‘ImgXpmCmdDeletedProc’:
tixImgXpm.c:1449:1: warning: old-style function definition [-Wold-style-definition]
 1449 | ImgXpmCmdDeletedProc(clientData)
      | ^~~~~~~~~~~~~~~~~~~~
tixImgXpm.c: In function ‘Tix_DefinePixmap’:
tixImgXpm.c:1479:1: warning: old-style function definition [-Wold-style-definition]
 1479 | Tix_DefinePixmap(interp, name, data)
      | ^~~~~~~~~~~~~~~~
make[3]: Leaving directory '/build/reproducible-path/tkdesk-2.0/libdesk'
make[2]: *** [Makefile:160: lib_libdesk] Error 2
make[2]: Leaving directory '/build/reproducible-path/tkdesk-2.0'
dh_auto_build: error: make -j8 TKDESK_LIBRARY=/usr/lib/tkdesk returned exit code 2
make[1]: *** [debian/rules:17: override_dh_auto_build] Error 25
make[1]: Leaving directory '/build/reproducible-path/tkdesk-2.0'
make: *** [debian/rules:11: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tkdesk
Source-Version: 2.0-13
Done: Sergei Golovan <sgolovan@debian.org>

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

Debian distribution maintenance software
pp.
Sergei Golovan <sgolovan@debian.org> (supplier of updated tkdesk 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Sat, 07 Jun 2025 15:07:19 +0300
Source: tkdesk
Architecture: source
Version: 2.0-13
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Sergei Golovan <sgolovan@debian.org>
Closes: 1098003
Changes:
 tkdesk (2.0-13) experimental; urgency=medium
 .
   * QA upload.
 .
   * Fix FTBFS when building using GCC 15 (closes: #1098003).
   * Port to BLT 3.0.
   * Upload to experimental because of the freeze of trixie.
Checksums-Sha1:
 7c600b1fbfbd84a99f3f9431073554ff154ff375 1842 tkdesk_2.0-13.dsc
 3a72b108d0eaff7403c6d652ed76279cec6fd9d9 34076 tkdesk_2.0-13.debian.tar.xz
 96fb91d6debc688c8423cb507205ab0c95d59502 8183 tkdesk_2.0-13_amd64.buildinfo
Checksums-Sha256:
 d2c61c123acdefe178799803b58b549a638f5458d331e1f5d25e794fbcc25a47 1842 tkdesk_2.0-13.dsc
 468c111db8639cab7f996491a8fa21a63e594148d3c82dcad318cb6c476c80be 34076 tkdesk_2.0-13.debian.tar.xz
 c6a6b780097d1d76df1166bafd5c6e302aa851dd840dc43d36dcd41df8b30da5 8183 tkdesk_2.0-13_amd64.buildinfo
Files:
 fddf12ce0b46245ee88800a21c3f854e 1842 x11 optional tkdesk_2.0-13.dsc
 adc5bfd2e058cc8ef4bcea729830ee2b 34076 x11 optional tkdesk_2.0-13.debian.tar.xz
 59159458fe3c01f05f78148a128c115d 8183 x11 optional tkdesk_2.0-13_amd64.buildinfo

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

iQIzBAEBCgAdFiEE/SYPsyDB+ShSnvc4Tyrk60tj54cFAmhELL8ACgkQTyrk60tj
54etEA/9GwIHAU3eih3dMmT7eY9/cjUZeMVsPgQnV8jEdh7nJiN+tTAOBz6rNoje
mccLHul9e+lkKvjTUy9Hquw3X4s4ds8PP3fIYDVbq9bDcEExgbqW+4e56s90k0Tx
+cFi1RKN+iKqLdh8he/sX2wtawCmpdIOVeMcE1h2ILEiPp1i9/IRAfSaem09Wn1H
xF48VhQStK1O72En4TovmRJGCteGCc8X9xNtrbdeDWloWW9Uiknv8XcH9yOZNdSK
K0PSMHr99g3h/dxcAYCfMtP/6/gqwTXvMVAEhyk9+K0NCgh23s7GWj4QwR7ixXLv
bqSJgeVQzIWy8W6/qY44GrnxT+i2TNAsYSfc4raNCNVir+khBOMwWXEw2a2/VkAR
i8A3bqDLJcO7FMAjWun1XD+ib/gURdmsFLrxdCFV/BEw5NzL8fJZDgrkPhejRja8
VhyLftfj5vCpmR+PIPdI1gQxcyRACEYwaHizRRqc2M6DOTC3yHEGvbdkueS7ucAQ
45IYoURXzJHnci5WJv+A746u7AopE6P921KR8coeuAogPAFv2iFW47G6ntgWIEOW
PPsqmcuy72Ur+GenKtJrMCIlp0b1kwk8VlhKffCWpDdhgstzDZd/8vVD3ULneWGi
IrXTEllTTn8xJgsSPzwluqXo3uKVkJ2GKUuJEvRn5O9lv/aWis0=
=WUmn
-----END PGP SIGNATURE-----

Attachment: pgpyCUoOhjkEW.pgp
Description: PGP signature


--- End Message ---

Reply to: