Your message dated Tue, 16 Jan 2024 17:04:37 +0000
with message-id <e1rpmrd-00bv3r...@fasolo.debian.org>
and subject line Bug#957838: fixed in spout 1.4-5
has caused the Debian Bug report #957838,
regarding spout: ftbfs with GCC-10
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.)
--
957838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:spout
Version: 1.4-4
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-10
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-10/g++-10, but succeeds to build with gcc-9/g++-9. The
severity of this report will be raised before the bullseye release,
so nothing has to be done for the buster release.
The full build log can be found at:
http://people.debian.org/~doko/logs/gcc10-20200225/spout_1.4-4_unstable_gcc10.log
The last lines of the build log are at the end of this report.
To build with GCC 10, either set CC=gcc-10 CXX=g++-10 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-10/porting_to.html
[...]
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -128 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:691:15: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
691 | *(pC - 127) = 0x03;
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -127 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:692:13: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
692 | *(pC - 1) = 0x03;
| ~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -1 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:689:15: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
689 | *(pC - 129) = 0x03;
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -129 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:690:15: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
690 | *(pC - 128) = 0x03;
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -128 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:691:15: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
691 | *(pC - 127) = 0x03;
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -127 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:692:13: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
692 | *(pC - 1) = 0x03;
| ~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -1 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:689:15: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
689 | *(pC - 129) = 0x03;
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -129 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:690:15: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
690 | *(pC - 128) = 0x03;
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -128 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:691:15: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
691 | *(pC - 127) = 0x03;
| ~~~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -127 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
spout.c:692:13: error: writing 1 byte into a region of size 0
[-Werror=stringop-overflow=]
692 | *(pC - 1) = 0x03;
| ~~~~~~~~~~^~~~~~
spout.c:54:15: note: at offset -1 to object ‘vbuff’ with size 11264 declared
here
54 | unsigned char vbuff[128 * 88];
| ^~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:21: spout.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 "INSTALL=install --strip-program=true" returned
exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: spout
Source-Version: 1.4-5
Done: Boyuan Yang <by...@debian.org>
We believe that the bug you reported is fixed in the latest version of
spout, 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 957...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated spout 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: Tue, 16 Jan 2024 11:46:14 -0500
Source: spout
Architecture: source
Version: 1.4-5
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 957838
Changes:
spout (1.4-5) unstable; urgency=medium
.
* QA upload.
* Orphan the package. (See #1013764)
* Refresh packaging:
+ Use debhelper compat v13.
+ Use Standards-Version 4.6.2.
* debian/control: Use git packaging repo under Salsa Debian namespace.
* debian/rules: Disable error check due to -Werror=stringop-overflow.
(Closes: #957838)
Checksums-Sha1:
322592dffc3e33318daa742c962dc6907bbbb7f7 1787 spout_1.4-5.dsc
fc63c0c5f2a811eeaca215faa63f246eaffc2e89 11916 spout_1.4.orig.tar.bz2
5896b340de40d1c6018122894ceb75be6c418a67 7548 spout_1.4-5.debian.tar.xz
466afa8ddf7e2fe9f20101cbce3256e44cc32339 10958 spout_1.4-5_amd64.buildinfo
Checksums-Sha256:
00a9ce947a2e3f3db7b0a32352b5579751c2673d55405e31d9af30535c0792a1 1787
spout_1.4-5.dsc
4d9423a6f10cd436576aec906a8e6f4614d4313babdad1c6be3a199c3cc5fc7a 11916
spout_1.4.orig.tar.bz2
5d21b610b5d87b43da9e3fc4b2032a99ac3bcf99d10bc54da0863ef442010bf9 7548
spout_1.4-5.debian.tar.xz
591bd3121fb4392a3660b72696b007e434eaa7ede0e079f21a72a99e8e676c9b 10958
spout_1.4-5_amd64.buildinfo
Files:
04a707cd2b5b82d061bce9fc350ca774 1787 games optional spout_1.4-5.dsc
84d422f20985e220d065e000f7139ec9 11916 games optional spout_1.4.orig.tar.bz2
6bb2a26864809c76a0a1182423ae7633 7548 games optional spout_1.4-5.debian.tar.xz
2e0941a2ee729dee698306926a525679 10958 games optional
spout_1.4-5_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmWms14ACgkQwpPntGGC
Ws7KJw/8D+BGjsL+IOS5dbnwOOl8GtFGkTMAUWWrariJciLvQn+04M+WqSsdAFO+
lif4alHZ9ZzBJGQLfyATL81ydTxfw27cp0M+RfxcfXkMduE9Sm/gehOHea+Elt/b
LFoVWtmyUlFx3ZYZCaEfCG6NtBabY3ZpA8z9Q2Q2RtLryWcAdNiurvtmTdRsHH5C
unzPkQR79nRGWhjBPlqk29OLjQx0TYmfdLtw9JzDexvwrT69tZrIqGtD9h1tAP/a
nYen72ZLVs22NUf878H75jhkRgJU2Qxq3ktGIg/wDvnB7WpIWo97FJfdHM4syL1n
9bfV5CDSv/5laoJa2HV0GWQ8OMtmJUD0o1d8YCYoQnUHZEDeRL5VSlWTjPPtDB8B
/Q1p8i0SIXYYb9vsW2M6eKUME2QZNuKSo/cx5sjk8x9FL5GPrm+BxCROcfUkEiKp
FXdypwozeLjBS+DGyP6JYUMYG0zE0RNxf329vyek2/fvlXmptewf5LMqiReol7cR
Gp6zLNBf1Hts31Bok6liJh9klElu8537HDWvi4DaKG8jRv1y8FT9y0XyuR4fekLY
PIcsCAHuXDuGlBuHKUlKN+cQyWi93SphR7b8j4HShR6SAgFUWyxGRZez3dYxEfVs
X9Tt/X+zxKE8vUN5JOInnd/iwzoNyQttG4w2aNGtcOc1f49DSFA=
=N2tO
-----END PGP SIGNATURE-----
--- End Message ---