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

Bug#1096401: marked as done (bwbasic: ftbfs with GCC-15)



Your message dated Sat, 20 Sep 2025 16:18:50 +0000
with message-id <E1v00IU-004KEF-0a@fasolo.debian.org>
and subject line Bug#1096401: fixed in bwbasic 2.20pl2-15
has caused the Debian Bug report #1096401,
regarding bwbasic: 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.)


-- 
1096401: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1096401
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:bwbasic
Version: 2.20pl2-14
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/bwbasic_2.20pl2-14_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

[...]
      |                                         ^~~~~~~ ~~~~
renum.c:14:7: note: declared here
   14 | char *midstr2();
      |       ^~~~~~~
renum.c:407:37: error: too many arguments to function ‘midstr2’; expected 0, have 3
  407 |                         a = (char)(*midstr2(pstr, x9, 1));
      |                                     ^~~~~~~ ~~~~
renum.c:14:7: note: declared here
   14 | char *midstr2();
      |       ^~~~~~~
renum.c:420:34: error: too many arguments to function ‘midstr2’; expected 0, have 3
  420 |                         n = atoi(midstr2(pstr, p8, p9 - p8 + 1));
      |                                  ^~~~~~~ ~~~~
renum.c:14:7: note: declared here
   14 | char *midstr2();
      |       ^~~~~~~
renum.c:430:53: error: too many arguments to function ‘midstr2’; expected 0, have 3
  430 |                                     strcpy(tempstr, midstr2(pstr, 1, p8 - 1));
      |                                                     ^~~~~~~ ~~~~
renum.c:14:7: note: declared here
   14 | char *midstr2();
      |       ^~~~~~~
renum.c:436:53: error: too many arguments to function ‘midstr2’; expected 0, have 3
  436 |                                     strcpy(tempstr, midstr2(pstr, 1, p8 - 1));
      |                                                     ^~~~~~~ ~~~~
renum.c:14:7: note: declared here
   14 | char *midstr2();
      |       ^~~~~~~
renum.c:438:53: error: too many arguments to function ‘midstr1’; expected 0, have 2
  438 |                                     strcat(tempstr, midstr1(pstr, p9 + 1));
      |                                                     ^~~~~~~ ~~~~
renum.c:13:7: note: declared here
   13 | char *midstr1();
      |       ^~~~~~~
renum.c: In function ‘instr’:
renum.c:481:5: warning: old-style function definition [-Wold-style-definition]
  481 | int instr(astr, bstr)
      |     ^~~~~
renum.c:483:1: error: number of arguments doesn’t match prototype
  483 | {
      | ^
renum.c:12:5: error: prototype declaration
   12 | int instr();
      |     ^~~~~
renum.c: In function ‘midstr1’:
renum.c:493:7: warning: old-style function definition [-Wold-style-definition]
  493 | char *midstr1(astr, start)
      |       ^~~~~~~
renum.c:496:1: error: number of arguments doesn’t match prototype
  496 | {
      | ^
renum.c:13:7: error: prototype declaration
   13 | char *midstr1();
      |       ^~~~~~~
renum.c: In function ‘midstr2’:
renum.c:507:7: warning: old-style function definition [-Wold-style-definition]
  507 | char *midstr2(astr, start, len)
      |       ^~~~~~~
renum.c:510:1: error: number of arguments doesn’t match prototype
  510 | {
      | ^
renum.c:14:7: error: prototype declaration
   14 | char *midstr2();
      |       ^~~~~~~
make[1]: *** [Makefile:66: renum] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/build/reproducible-path/bwbasic-2.20pl2'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:4: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: bwbasic
Source-Version: 2.20pl2-15
Done: Adrian Bunk <bunk@debian.org>

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

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated bwbasic 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, 20 Sep 2025 19:01:08 +0300
Source: bwbasic
Architecture: source
Version: 2.20pl2-15
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1096401
Changes:
 bwbasic (2.20pl2-15) unstable; urgency=medium
 .
   * QA upload.
   * Fix FTBFS with GCC 15. (Closes: #1096401)
Checksums-Sha1:
 539bb54253620068b89e64cdc9cec8b5d3293289 1849 bwbasic_2.20pl2-15.dsc
 6b7bf9c3b11eac2e3c96f69deccc347d54cb47c7 9164 bwbasic_2.20pl2-15.debian.tar.xz
Checksums-Sha256:
 ec69a334c12e2fbbef86cc09e0c1f56e0dbcf8565f052f6e19eba36c535922f4 1849 bwbasic_2.20pl2-15.dsc
 ef6dcbae083a39c98953c91c7fe42db2fe79106100990ed1af5feab0223e66f4 9164 bwbasic_2.20pl2-15.debian.tar.xz
Files:
 1bcabe07fd61a234d0738f4bac1eff97 1849 interpreters optional bwbasic_2.20pl2-15.dsc
 219cab04631a5f4028ff4e434cff3df6 9164 interpreters optional bwbasic_2.20pl2-15.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmjO0CsACgkQiNJCh6LY
mLGP4hAAjXhvSviWRjcrbpTEWXKILLULOQ39Uf/JHB3GWIfg0PocwORqs5TZFhdh
Ec1MEVZ5cyRy5ZabGWgSmnSVzd+pJjwx+FflUo1tle9eO14cg7sepazbPuNCXeg7
KFu18e5te5xudrX1oIBMDGRrCKTysxsOWMDn3GnkIjVIrtIXh70Orh21vGLGSIbs
tNRZ9dgDTxm4As/MK5a2NnMcneLli8c6HwcO3OXg6SXhwZ1JvjxWn4p0MxUl8k0z
YomFekww/8GpQN7jakQaacYznJTGepLeezfEo8RltLHwDV36MNafGhZdwjpaXcKk
LKN0TR2bhSx+9u3BgYgJ+UEvseulPaysyygZNhNmDkH0cGALKamiiWZBa6+LBfBa
INInmQxMyxTsVGpUO/edC9v9/pcBbcBpfTbHxvRS1wjz61vhg+7o8ei05afTu1/w
IWgUdWWF13a1MuqnPR4g5cfd0B5sPMjVOVUBAlWwpWzpIWrXbSy7yN73fhEkr6a8
1YoRHzmNSOBpTy6FHLeLvnnpMrdFjBlcAwrJHQhGxEIbpRKrXpHD9wwcoy748UzB
zPKGPTS9e/elk8GEsiVz4sCrTnHd5EcqAVumX6MeA9lL8ML/68p6NyLXCr4ng17H
ZIkuGUrXoDK/XsuZXC7aKj+NHgdmv9wQv4P3BG5wffvpJ5e/ZZY=
=SbCX
-----END PGP SIGNATURE-----

Attachment: pgpA4VYSaaKR3.pgp
Description: PGP signature


--- End Message ---

Reply to: