Your message dated Mon, 21 Oct 2024 07:19:53 +0000
with message-id <e1t2mhl-002bzf...@fasolo.debian.org>
and subject line Bug#1075555: fixed in tcm 2.20+TSQD-8
has caused the Debian Bug report #1075555,
regarding tcm: 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.)


-- 
1075555: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075555
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tcm
Version: 2.20+TSQD-7
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/tcm_2.20+TSQD-7_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

[...]
  323 |                                 print_file(stdin);
      |                                 ^~~~~~~~~~
      |                                 printf
text2ps.c:333:33: error: implicit declaration of function ‘strerror’; did you 
mean ‘perror’? [-Wimplicit-function-declaration]
  333 |                                 strerror(errno));
      |                                 ^~~~~~~~
      |                                 perror
text2ps.c:346:17: error: implicit declaration of function ‘finish_page’ 
[-Wimplicit-function-declaration]
  346 |                 finish_page();
      |                 ^~~~~~~~~~~
text2ps.c:357:9: error: implicit declaration of function ‘exit’ 
[-Wimplicit-function-declaration]
  357 |         exit(errors);
      |         ^~~~
text2ps.c:357:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
text2ps.c:357:9: warning: incompatible implicit declaration of built-in 
function ‘exit’ [-Wbuiltin-declaration-mismatch]
text2ps.c:357:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
text2ps.c: In function ‘print_file’:
text2ps.c:394:29: error: implicit declaration of function ‘strcmp’ 
[-Wimplicit-function-declaration]
  394 |                         if (strcmp((*fnt)->font_name, font_name) == 0)
      |                             ^~~~~~
text2ps.c:6:1: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
    5 | #include <errno.h>
  +++ |+#include <string.h>
    6 | //#endif
text2ps.c:445:17: error: implicit declaration of function ‘start_page’ 
[-Wimplicit-function-declaration]
  445 |                 start_page();
      |                 ^~~~~~~~~~
text2ps.c:446:9: error: implicit declaration of function ‘start_column’ 
[-Wimplicit-function-declaration]
  446 |         start_column();
      |         ^~~~~~~~~~~~
text2ps.c:463:33: error: implicit declaration of function ‘finish_column’ 
[-Wimplicit-function-declaration]
  463 |                                 finish_column();
      |                                 ^~~~~~~~~~~~~
text2ps.c: At top level:
text2ps.c:503:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  503 | finish_page()
      | ^~~~~~~~~~~
text2ps.c:511:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  511 | start_page()
      | ^~~~~~~~~~
text2ps.c: In function ‘start_page’:
text2ps.c:518:9: error: implicit declaration of function ‘draw_border’ 
[-Wimplicit-function-declaration]
  518 |         draw_border();
      |         ^~~~~~~~~~~
text2ps.c:519:9: error: implicit declaration of function ‘draw_title’ 
[-Wimplicit-function-declaration]
  519 |         draw_title();
      |         ^~~~~~~~~~
text2ps.c: At top level:
text2ps.c:522:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  522 | start_column()
      | ^~~~~~~~~~~~
text2ps.c:541:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  541 | finish_column()
      | ^~~~~~~~~~~~~
text2ps.c:643:1: error: return type defaults to ‘int’ [-Wimplicit-int]
  643 | usage()
      | ^~~~~
text2ps.c: In function ‘usage’:
text2ps.c:677:9: warning: incompatible implicit declaration of built-in 
function ‘exit’ [-Wbuiltin-declaration-mismatch]
  677 |         exit(1);
      |         ^~~~
text2ps.c:677:9: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
make[3]: *** [Makefile:38: text2ps.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src/gl'
make[2]: *** [Makefile.GEN:38: text2ps] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[1]: *** [Makefile:115: execs] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:31: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tcm
Source-Version: 2.20+TSQD-8
Done: Andreas Beckmann <a...@debian.org>

We believe that the bug you reported is fixed in the latest version of
tcm, 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.
Andreas Beckmann <a...@debian.org> (supplier of updated tcm 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: SHA256

Format: 1.8
Date: Mon, 21 Oct 2024 08:57:18 +0200
Source: tcm
Architecture: source
Version: 2.20+TSQD-8
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Andreas Beckmann <a...@debian.org>
Closes: 1021498 1048958 1075555
Changes:
 tcm (2.20+TSQD-8) unstable; urgency=medium
 .
   * QA upload.
   * Import package history into GIT.
   * Fix building with GCC 14.  (Closes: #1075555)
   * Fix building twice in a row.  (Closes: #1048958)
   * Use flags from dpkg-buildflags.  (Closes: #1021498)
   * Deduplicate documentation.
Checksums-Sha1:
 485528060d8b60438472aa74fd57ef38f2e2b777 1970 tcm_2.20+TSQD-8.dsc
 e41cd432ab1fe7d51e05e912ae0e694777a348e5 52996 tcm_2.20+TSQD-8.debian.tar.xz
 4ae8ec52124e36322924a097c25b2733c250d742 6925 tcm_2.20+TSQD-8_source.buildinfo
Checksums-Sha256:
 ff838835235698340db7e2c5c351017658b4077dc9ee54e71da541c7740171fa 1970 
tcm_2.20+TSQD-8.dsc
 955ec75b9545167be3a7b95fa9034ad818cd649181af8d78ae80a4affd3387d8 52996 
tcm_2.20+TSQD-8.debian.tar.xz
 cff3772a1a82e3fe5806e1e0320d0f91dbd6b5c9b3cd264e8accbf358e673661 6925 
tcm_2.20+TSQD-8_source.buildinfo
Files:
 814f5265a41d135f70cb0051f9250a65 1970 graphics optional tcm_2.20+TSQD-8.dsc
 a4d36bc643adb78584ac8d62f995727a 52996 graphics optional 
tcm_2.20+TSQD-8.debian.tar.xz
 f59394dd9d4a5c56ca8b52625e30b25a 6925 graphics optional 
tcm_2.20+TSQD-8_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmcV+7cQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCDgwD/4kymGweusZ1hMSpGwn+HaX0HRIEryCthni
NQIPhSw8FxTTZxZs66iqWZmiM4znlfOhmjeoRuhDsv5d1w3QGjCG7Mx8uN76Xu8m
ghIeu1GOvRijoDwgFe+7Fex+mvdZAljjXUvnppVc+X0tI/24pVVcMkv32N0jDVE7
pFmNiGvr8Cn8eLnkpQEsWyljKJBHoI0hBWBoDQUOUQf4de4000iI0B/8yJTCBf7/
J1QbQmFG/KOEXwaogpIDVOPognre7KNkKBG03oecciqFQK+xpgVpqsgit0lXu2Jj
zoYJKYW02bCawkXI6qdoE38vM3WbjyBxO1Ek+lV0iJBWRSzttnvQBKnHUhhaPZxo
TSA+0uZz6BxFRxZq5tpCrnGB/Hynm+W4WuBf6B3EqiQFlSG8ylq6MPG/krqilSjn
Z90KiZFU4jtgTbRXpwEi7eLW51IuO5wmOOzGGSmpeWsSEyllldKaJbGsK4AHCgKW
5Pjr1SUZP410R4GBsauCWxnWLa3CGzO86fACYdPsP9XPPgIL3T12SlqmiCbinVb2
DuHsNIOLDWjsJZATrzzJhL2NY72S61vKUGDCKCC1VxZK9AgMqsUnvrVKk9ByRf41
VTjKnln0aPFIAH2/lsLy9ohFqnItm13teetyt3Nu9YLgzm2iEMMs2FRg9B7Rg5XB
/O3p0aENxw==
=H/IZ
-----END PGP SIGNATURE-----

Attachment: pgpyfoUTQmAKl.pgp
Description: PGP signature


--- End Message ---

Reply via email to