Your message dated Sun, 18 Aug 2024 15:34:54 +0000
with message-id <e1sfhvi-00f1ky...@fasolo.debian.org>
and subject line Bug#1074860: fixed in bwbasic 2.20pl2-14
has caused the Debian Bug report #1074860,
regarding bwbasic: 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.)
--
1074860: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074860
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:bwbasic
Version: 2.20pl2-13
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/bwbasic_2.20pl2-13_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
[...]
| ^~~~
renum.c:82:19: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
renum.c:97:7: warning: incompatible implicit declaration of built-in function
‘exit’ [-Wbuiltin-declaration-mismatch]
97 | exit(1);
| ^~~~
renum.c:97:7: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
renum.c:123:11: warning: incompatible implicit declaration of built-in function
‘strlen’ [-Wbuiltin-declaration-mismatch]
123 | p = strlen(pstr);
| ^~~~~~
renum.c:123:11: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
renum.c:225:13: warning: incompatible implicit declaration of built-in function
‘exit’ [-Wbuiltin-declaration-mismatch]
225 | exit(1);
| ^~~~
renum.c:225:13: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
renum.c:259:7: warning: incompatible implicit declaration of built-in function
‘exit’ [-Wbuiltin-declaration-mismatch]
259 | exit(1);
| ^~~~
renum.c:259:7: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
renum.c:268:8: warning: incompatible implicit declaration of built-in function
‘strlen’ [-Wbuiltin-declaration-mismatch]
268 | p = strlen(pstr);
| ^~~~~~
renum.c:268:8: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
renum.c:271:8: error: implicit declaration of function ‘strcmp’
[-Wimplicit-function-declaration]
271 | if (strcmp(midstr2(pstr, 1, 1), "N") == 0) v1 = 1;
| ^~~~~~
renum.c:271:8: note: include ‘<string.h>’ or provide a declaration of ‘strcmp’
renum.c:277:7: warning: incompatible implicit declaration of built-in function
‘exit’ [-Wbuiltin-declaration-mismatch]
277 | exit(1);
| ^~~~
renum.c:277:7: note: include ‘<stdlib.h>’ or provide a declaration of ‘exit’
renum.c:297:19: error: implicit declaration of function ‘strcat’
[-Wimplicit-function-declaration]
297 | strcat(rstr, midstr1(pstr, b));
| ^~~~~~
renum.c:297:19: note: include ‘<string.h>’ or provide a declaration of ‘strcat’
renum.c:297:19: warning: incompatible implicit declaration of built-in function
‘strcat’ [-Wbuiltin-declaration-mismatch]
renum.c:297:19: note: include ‘<string.h>’ or provide a declaration of ‘strcat’
renum.c:429:37: warning: incompatible implicit declaration of built-in function
‘strcat’ [-Wbuiltin-declaration-mismatch]
429 | strcat(tempstr, rstr);
| ^~~~~~
renum.c:429:37: note: include ‘<string.h>’ or provide a declaration of ‘strcat’
renum.c:435:37: warning: incompatible implicit declaration of built-in function
‘strcat’ [-Wbuiltin-declaration-mismatch]
435 | strcat(tempstr, rstr);
| ^~~~~~
renum.c:435:37: note: include ‘<string.h>’ or provide a declaration of ‘strcat’
renum.c:474:4: error: implicit declaration of function ‘system’
[-Wimplicit-function-declaration]
474 | system(tempstr);
| ^~~~~~
renum.c: In function ‘instr’:
renum.c:483:8: error: implicit declaration of function ‘strstr’
[-Wimplicit-function-declaration]
483 | p = strstr(astr, bstr);
| ^~~~~~
renum.c:483:8: note: include ‘<string.h>’ or provide a declaration of ‘strstr’
renum.c:483:8: warning: incompatible implicit declaration of built-in function
‘strstr’ [-Wbuiltin-declaration-mismatch]
renum.c:483:8: note: include ‘<string.h>’ or provide a declaration of ‘strstr’
renum.c: In function ‘midstr1’:
renum.c:497:4: warning: incompatible implicit declaration of built-in function
‘strcpy’ [-Wbuiltin-declaration-mismatch]
497 | strcpy(tempstr, astr);
| ^~~~~~
renum.c:497:4: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
renum.c: In function ‘midstr2’:
renum.c:511:4: warning: incompatible implicit declaration of built-in function
‘strcpy’ [-Wbuiltin-declaration-mismatch]
511 | strcpy(tempstr, astr);
| ^~~~~~
renum.c:511:4: note: include ‘<string.h>’ or provide a declaration of ‘strcpy’
make[1]: *** [Makefile:66: renum] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j8 returned exit code 2
make: *** [debian/rules:4: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: bwbasic
Source-Version: 2.20pl2-14
Done: Ying-Chun Liu (PaulLiu) <paul...@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 1074...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu) <paul...@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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 18 Aug 2024 22:37:42 +0800
Source: bwbasic
Architecture: source
Version: 2.20pl2-14
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Ying-Chun Liu (PaulLiu) <paul...@debian.org>
Closes: 1074860
Changes:
bwbasic (2.20pl2-14) unstable; urgency=low
.
* QA upload.
* Fix GCC-14 FTBFS. (Closes: #1074860)
- Add debian/patches/fix_gcc14_ftbfs.patch
Checksums-Sha1:
850fc2945220b40f083c69629e080f191eafb921 1878 bwbasic_2.20pl2-14.dsc
cacfaa965a1d58f25c80d0dc3eb4c82ab3c2bb11 8996 bwbasic_2.20pl2-14.debian.tar.xz
95eb65561ddf2e87247442d76bdbdf9118294e5a 6668
bwbasic_2.20pl2-14_source.buildinfo
Checksums-Sha256:
39fcf55fc0e94d18c57fb18e37750be6a58b923f28bd34f1e45bab3308c9553c 1878
bwbasic_2.20pl2-14.dsc
24c8edf5c9b5e28b9a29d637a1b1a36f7c7b4c6a96e9fdcb31b10908f4a20d8a 8996
bwbasic_2.20pl2-14.debian.tar.xz
1c4e2c58cc2794f6a38c8190c931443c8c2015a9915689e02e3046be9307f5bd 6668
bwbasic_2.20pl2-14_source.buildinfo
Files:
559a27decc53711e5ec20abf0bf79da8 1878 interpreters optional
bwbasic_2.20pl2-14.dsc
989934677fa54221331e12bf39137eba 8996 interpreters optional
bwbasic_2.20pl2-14.debian.tar.xz
161dd3605bc8dab66d6a2e45307e054a 6668 interpreters optional
bwbasic_2.20pl2-14_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJHBAEBCgAxFiEEo2h49GQQhoFgDLZIRBc/oT0FiIgFAmbCD6UTHHBhdWxsaXVA
ZGViaWFuLm9yZwAKCRBEFz+hPQWIiCQ0D/96NiJ6/ZjoUfXUxleYL5IzpkbLNaqj
VoUTWrcZP0UAEDguJynS5XnXeiGkaYo4A0vZSib+OwA/5QMbOdsWRsANNr2BGems
ibZ3w5ldOGuwJ3AewhOIWCn9Tv2EQ8INsS3dRRaBmmpRfNHjbYg4JG/iip708HEf
Js2ftdwtItfCiQPADwYHkAryRt/lymcYhJTdeEipDkESrtVyhYxQfSV2fFOIrxh8
fVppaLn0DUibKlTA/LRGDmQwz044PqjB7PYflWW+El5ucc/FWKf1qXaCr0wupYu9
xsigCVsqC3MtTpwm7qmBE2BQ4biTIG1xlJ3OmfrbGD/mJ6y1l3k+Bjx0e9rElWj8
Se64tlzAuwU2oVam93q3Ti6xLF7M3MgSccajTNxRUnwJN4ROioJgdl/85DGDU59z
bASnBrfpsZsR7wpOLDMpeqsJiw3PRLbT6nlrYo87IbJUlUBbWLOhG0QSzlEYp4be
60F8FAhFe680vYYtCJopXB5d+UV4lMZhoqxl5Og9KWbyZVB2xzH8NDgOlvq3OBVn
tMQx+oouamU2/yxvWdInIRyofqLGlWDT6PZiCYd77r+RsxCb9EKrHv9A36N9SUKy
uzOgb918qogsHoovz3Uq12qICOdhbJiGqxJigwYdgKcPv0yGNXbVHQfXehRI+OhH
bxBU7Fa0j+D8YA==
=8MKg
-----END PGP SIGNATURE-----
pgpY2tyY7NDB0.pgp
Description: PGP signature
--- End Message ---