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

Bug#1097776: marked as done (rc: ftbfs with GCC-15)



Your message dated Sun, 21 Sep 2025 01:34:30 +0000
with message-id <E1v08yE-006B2x-30@fasolo.debian.org>
and subject line Bug#1097776: fixed in rc 1.7.4+97.gceb59bb-6
has caused the Debian Bug report #1097776,
regarding rc: 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.)


-- 
1097776: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1097776
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:rc
Version: 1.7.4+97.gceb59bb-5
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/rc_1.7.4+97.gceb59bb-5_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

[...]
footobar.c: In function ‘Aconv’:
footobar.c:304:1: warning: control reaches end of non-void function [-Wreturn-type]
  304 | }
      | ^
builtins.c: In function ‘b_shift’:
builtins.c:320:21: error: ‘FALSE’ undeclared (first use in this function)
  320 |                 set(FALSE);
      |                     ^~~~~
builtins.c:323:21: error: ‘TRUE’ undeclared (first use in this function)
  323 |                 set(TRUE);
      |                     ^~~~
builtins.c: In function ‘b_wait’:
builtins.c:349:36: error: ‘FALSE’ undeclared (first use in this function)
  349 |         if (rc_wait4(pid, &status, FALSE) > 0)
      |                                    ^~~~~
make[2]: *** [Makefile:566: footobar.o] Error 1
builtins.c: In function ‘issig’:
builtins.c:368:32: error: ‘TRUE’ undeclared (first use in this function)
  368 |                         return TRUE;
      |                                ^~~~
builtins.c:369:16: error: ‘FALSE’ undeclared (first use in this function)
  369 |         return FALSE;
      |                ^~~~~
builtins.c: In function ‘b_whatis’:
builtins.c:381:39: error: ‘FALSE’ undeclared (first use in this function)
  381 |         ess = eff = vee = pee = bee = FALSE;
      |                                       ^~~~~
builtins.c:385:33: error: ‘TRUE’ undeclared (first use in this function)
  385 |                 case 's': ess = TRUE; break;
      |                                 ^~~~
builtins.c: In function ‘b_eval’:
builtins.c:442:23: error: ‘FALSE’ undeclared (first use in this function)
  442 |         interactive = FALSE;
      |                       ^~~~~
builtins.c:444:14: error: ‘TRUE’ undeclared (first use in this function)
  444 |         doit(TRUE);
      |              ^~~~
make[2]: *** [Makefile:566: glom.o] Error 1
builtins.c: In function ‘b_dot’:
builtins.c:455:39: error: ‘FALSE’ undeclared (first use in this function)
  455 |         bool old_i = interactive, i = FALSE;
      |                                       ^~~~~
builtins.c:463:21: error: ‘TRUE’ undeclared (first use in this function)
  463 |                 i = TRUE;
      |                     ^~~~
builtins.c: In function ‘parselimit’:
builtins.c:572:24: error: ‘TRUE’ undeclared (first use in this function)
  572 |                 return TRUE;
      |                        ^~~~
builtins.c:578:52: error: ‘FALSE’ undeclared (first use in this function)
  578 |                 if (min == -1 || sec == -1) return FALSE;
      |                                                    ^~~~~
builtins.c: In function ‘b_limit’:
builtins.c:597:21: error: ‘FALSE’ undeclared (first use in this function)
  597 |         bool hard = FALSE;
      |                     ^~~~~
builtins.c:600:24: error: ‘TRUE’ undeclared (first use in this function)
  600 |                 hard = TRUE;
      |                        ^~~~
builtins.c: In function ‘parselimit’:
builtins.c:593:1: warning: control reaches end of non-void function [-Wreturn-type]
  593 | }
      | ^
make[2]: *** [Makefile:566: builtins.o] Error 1
make[2]: Leaving directory '/build/reproducible-path/rc-1.7.4+97.gceb59bb'
make[1]: *** [Makefile:386: all] Error 2
make[1]: Leaving directory '/build/reproducible-path/rc-1.7.4+97.gceb59bb'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:8: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: rc
Source-Version: 1.7.4+97.gceb59bb-6
Done: Andreas Beckmann <anbe@debian.org>

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

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated rc 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: SHA256

Format: 1.8
Date: Sun, 21 Sep 2025 03:10:44 +0200
Source: rc
Architecture: source
Version: 1.7.4+97.gceb59bb-6
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Closes: 1097776
Changes:
 rc (1.7.4+97.gceb59bb-6) unstable; urgency=medium
 .
   * QA upload.
   * Fix building with GCC 15.  (Closes: #1097776)
   * Drop redundant Rules-Requires-Root: no.
Checksums-Sha1:
 d2c1c9db5858e5014b91cee3c5d9e174c6affccf 1977 rc_1.7.4+97.gceb59bb-6.dsc
 9cce1e3144bab27bbbaf87992e0bb57b9ad1c28e 11716 rc_1.7.4+97.gceb59bb-6.debian.tar.xz
 2cc05d06ec917f259a22fa7b219769b0b0c83f8c 5639 rc_1.7.4+97.gceb59bb-6_source.buildinfo
Checksums-Sha256:
 ea2f885b2125969f9868e16a144a26a07c9fdc0fd9737d1bcba1b9adfc46b363 1977 rc_1.7.4+97.gceb59bb-6.dsc
 4b220d05557a606c383d9b536f830629ef0e42215fa377660e97a61e116f5187 11716 rc_1.7.4+97.gceb59bb-6.debian.tar.xz
 70005cf90303b551529ddf47ba521481aaf726c16ee7651821f8eb9e3eb6b963 5639 rc_1.7.4+97.gceb59bb-6_source.buildinfo
Files:
 ff440b9e9fc82263acb5ac8a48b1da4b 1977 shells optional rc_1.7.4+97.gceb59bb-6.dsc
 2a32fc47ab71ae19d44b4c55c4e23d9e 11716 shells optional rc_1.7.4+97.gceb59bb-6.debian.tar.xz
 977d6be4e4f531d9ffa995f1cec8d239 5639 shells optional rc_1.7.4+97.gceb59bb-6_source.buildinfo

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

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjPUbEQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCKTED/4/cFau7Oemf1yMp7sijGfHJLWGfH8ERlUe
r2IGcj95MoZ6ctO9hjEhM6ijizXnDydQpGIAsrAuVGoxxQ+PNOL4nBNDUzLzkWT3
/7KZuySBJ+qY6epBTW/ODSi/1GZDnuMiQ/WvykObJc5W58lbZzXpQtOObfQdN4Y7
DGbuJKBykq24maN02Tre4O12J6VDcqkzFZ6tsgHVmQeTmEhgoC5Nee8DFCzTa+k4
yCR/Arvdv5leoiBqzNfdSwB7Kg+4OKdJuoFhibv/A4BIeFaUSi4t5eBqNCS+pJ5R
m9UZCKPGA07kwIxRlcmUwVSRgKePqrkb3oFf4luAjiyqC60VoDg2Giui+RaqXnsm
NHNf8bcHoR4eOu/p7kBUdohDr5ruBF6MeLYPMRJfArIxTT6XQD6zMx+URviXDa2x
H6Thk4apoomCwvbKJMceC97Z+UPaFTEblEtHIf7NlVmFR9bBC/mbXpHXlYIHqK2w
EnrvE8UpC6rhdsCtdToZh5Zl/yUJcMfW+XIYTPazLmr5cI9Z5QzBaTHdyOKH4nW+
z7hYYNqmkFEDaMGn3X3DdsUlDsqB4YUswl7wrK4S4o7/9APisTUvJpCeA1t3Nt/p
tgkP3n8a+kUQrPeFuenjYmuvlOFFsXi8BDKVdNK9zgqofGL6nVIyM58+O1CUN3U9
HwUahMm/Sw==
=aqKq
-----END PGP SIGNATURE-----

Attachment: pgpNvfNafMInk.pgp
Description: PGP signature


--- End Message ---

Reply to: