Your message dated Sat, 10 Aug 2024 10:38:58 +0000
with message-id <e1scjuw-008gah...@fasolo.debian.org>
and subject line Bug#1075552: fixed in tcc 0.9.27+git20200814.62c30a4a-2
has caused the Debian Bug report #1075552,
regarding tcc: 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.)


-- 
1075552: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075552
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tcc
Version: 0.9.27+git20200814.62c30a4a-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/tcc_0.9.27+git20200814.62c30a4a-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

[...]
Hello World!
fib(32) = 2178309
add(32, 64) = 96
------------ libtest_mt ------------
running fib with mixed calls
  1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 10946
 (11 ms)
running fib in threads
  1 5 3 2 8 13 21 34 144 89 233 377 987 1597 4181 10946 6765 610 55 2584
 (17 ms)
running tcc.c in threads to run fib
 3 5 2 1 8 13 21 34 89 55 144 377 233 610 1597 4181 2584 987 6765 10946
 (1243 ms)
compiling tcc.c 10 times
 (499 ms)
tcctest.c: In function ‘op’:
tcctest.c:329:5: error: type of ‘a’ defaults to ‘int’ [-Wimplicit-int]
  329 | int op(a,b)
      |     ^~
tcctest.c:329:5: error: type of ‘b’ defaults to ‘int’ [-Wimplicit-int]
tcctest.c: In function ‘ret’:
tcctest.c:334:5: error: type of ‘a’ defaults to ‘int’ [-Wimplicit-int]
  334 | int ret(a)
      |     ^~~
tcctest.c: In function ‘string_test2’:
tcctest.c:372:5: error: implicit declaration of function ‘puts’ 
[-Wimplicit-function-declaration]
  372 |     puts("string_test2");
      |     ^~~~
tcctest.c:78:1: note: include ‘<stdio.h>’ or provide a declaration of ‘puts’
   77 | #include stringify(funnyname)
  +++ |+#include <stdio.h>
   78 | 
tcctest.c: In function ‘f1’:
tcctest.c:692:6: error: type of ‘g’ defaults to ‘int’ [-Wimplicit-int]
  692 | void f1(g)
      |      ^~
tcctest.c: At top level:
tcctest.c:1469:1: error: return type defaults to ‘int’ [-Wimplicit-int]
 1469 | kr_func1(a, b)
      | ^~~~~~~~
tcctest.c: In function ‘kr_func1’:
tcctest.c:1469:1: error: type of ‘a’ defaults to ‘int’ [-Wimplicit-int]
tcctest.c:1469:1: error: type of ‘b’ defaults to ‘int’ [-Wimplicit-int]
tcctest.c: In function ‘kr_func2’:
tcctest.c:1474:5: error: type of ‘a’ defaults to ‘int’ [-Wimplicit-int]
 1474 | int kr_func2(a, b)
      |     ^~~~~~~~
tcctest.c:1474:5: error: type of ‘b’ defaults to ‘int’ [-Wimplicit-int]
tcctest.c: At top level:
tcctest.c:1479:1: error: return type defaults to ‘int’ [-Wimplicit-int]
 1479 | kr_test()
      | ^~~~~~~
tcctest.c: In function ‘c99_bool_test’:
tcctest.c:1989:12: error: type defaults to ‘int’ in type name [-Wimplicit-int]
 1989 |            sizeof((volatile)a ? b : b2));
      |            ^~~~~~
tcctest.c: In function ‘alloca_test’:
tcctest.c:2783:15: error: implicit declaration of function ‘alloca’ 
[-Wimplicit-function-declaration]
 2783 |     char *p = alloca(16);
      |               ^~~~~~
make[4]: *** [Makefile:121: test.ref] Error 1
make[3]: *** [Makefile:95: all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[2]: *** [Makefile:393: test] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_test: error: make -j1 test "TESTSUITEFLAGS=-j1 --verbose" VERBOSE=1 
returned exit code 2
make[1]: *** [debian/rules:38: override_dh_auto_test] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:52: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: tcc
Source-Version: 0.9.27+git20200814.62c30a4a-2
Done: Chris Hofstaedtler <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
tcc, 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.
Chris Hofstaedtler <z...@debian.org> (supplier of updated tcc 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: Sat, 10 Aug 2024 12:16:58 +0200
Source: tcc
Architecture: source
Version: 0.9.27+git20200814.62c30a4a-2
Distribution: unstable
Urgency: medium
Maintainer: Thomas Preud'homme <robo...@debian.org>
Changed-By: Chris Hofstaedtler <z...@debian.org>
Closes: 1075552
Changes:
 tcc (0.9.27+git20200814.62c30a4a-2) unstable; urgency=medium
 .
   * Team upload (Debian namespace).
 .
   [ Chris Hofstaedtler ]
   * Correct Vcs-Git URL
   * Fix FTBFS with gcc-14 (Closes: #1075552)
   * self-hosting test: set allow-stderr for warnings
 .
   [ Thomas Preud'homme ]
   * debian/rules: Use DEB_HOST_ARCH_CPU rather than DEB_HOST_ARCH to set
     HOST_CPU (Thanks John Scott).
 .
   [ John Scott ]
   * Add a DEP-8 test checking that tcc self-compiles.
 .
   [ Debian Janitor ]
   * Fix field name typo in debian/copyright (Comments => Comment).
   * Update standards version to 4.5.1, no changes needed.
Checksums-Sha1:
 4de2f33dc22842451f5f50580e19b640ba731328 2203 
tcc_0.9.27+git20200814.62c30a4a-2.dsc
 620832f10414c9f7c525319102c6eec13fe6d995 15704 
tcc_0.9.27+git20200814.62c30a4a-2.debian.tar.xz
 2485d51bf91bcd144a4c21fb68c13db697d236a9 5996 
tcc_0.9.27+git20200814.62c30a4a-2_arm64.buildinfo
Checksums-Sha256:
 28d62ad132eb6d1d424dfc51b5832e4a186810cf99472620867046690de6a99f 2203 
tcc_0.9.27+git20200814.62c30a4a-2.dsc
 3f871b69b58b5112c825bb6673796c64c1ab23570406b21440feea679724fd79 15704 
tcc_0.9.27+git20200814.62c30a4a-2.debian.tar.xz
 957f6a929d17b9faa813ac5a6b433e1537d595647b84924c5639df30feb9d81f 5996 
tcc_0.9.27+git20200814.62c30a4a-2_arm64.buildinfo
Files:
 75bafb365ef16d54e926a51410c6e856 2203 devel optional 
tcc_0.9.27+git20200814.62c30a4a-2.dsc
 31a0c71c6855b354cd42a3ae8318f080 15704 devel optional 
tcc_0.9.27+git20200814.62c30a4a-2.debian.tar.xz
 bd89f81e4052548ea1d467ecb0563c7c 5996 devel optional 
tcc_0.9.27+git20200814.62c30a4a-2_arm64.buildinfo

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

iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAma3QEEACgkQXBPW25MF
LgMU8w//fV7Qa+atv9THn36z8Gj3WDnNUcvTHddMPKCMPE2JSZzMVSlINpuuhc2X
FdQlWcwAlQ5qXPwOv67Km4EczuDs6szWJCrvJtr7/JKudWn0VXM5Z7dSUklOFi3p
kVsitrfnG80fr/tz0+o2YnRwzqFw5ob5Dsk67XWCGpF+xeAM4Byw+M7CW3MAnqyU
EG9anpG4ARFWb4eNC+Cpj1m6rg5VtUSA2MTQFVpTmJEc0ApHuyV6Lorj8XUujn4H
726YWgMIX+Usw67dQ/JPgK8DYuZ9bNFJhTnCBTtvzkHZCEx3b9vJ8SjvRV/x0IIK
r/+kPibaLgsRDUS5o4j8+/d8F8UeR0V14u0AU+lRJVeZ9b8n+FYCrqLSgKD+b5Ou
pVGYLe9jLlBh3M3a9eUAbMmNPP8IA0MbkQVQhUE8o5Y8+HWi0m/lCmQMMCwTXWi7
8HEvkdy3GL9RE2nNG27gG1/7D4Ezd2xlGiTXxa4Ly2rdTw29iC+ZYgn0YN9/lyof
zWeqi7TXxMDPxMHGSX5xs0YbcBkn0/8fhLsTuwEXnFsZjzIkCw7LTQlnT9Vdhhhd
usGZ9ZGzOr096kvEBxQ2i8juu8UrePKxpqWtzKGUidqLKUThnvZ5rSQSNJisacJV
dXqI50mFwoSuQCvQkWMzx/IySbj2nDrtowK24LUxXGcF5Ar4yqA=
=opZ+
-----END PGP SIGNATURE-----

Attachment: pgpeo61ThZTIG.pgp
Description: PGP signature


--- End Message ---

Reply via email to