Your message dated Wed, 29 Jul 2020 14:41:53 +0000
with message-id <e1k0nhf-000gde...@fasolo.debian.org>
and subject line Bug#957099: fixed in comskip 0.82.009+ds.1-2
has caused the Debian Bug report #957099,
regarding comskip: 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.)


-- 
957099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957099
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:comskip
Version: 0.82.009+ds.1-1
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/comskip_0.82.009+ds.1-1_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

[...]
                 from comskip.c:16:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output 4 or more bytes (assuming 4099) into a 
destination of size 4096
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comskip.c:9158:39: warning: ‘comskip.ini’ directive writing 11 bytes into a 
region of size between 0 and 255 [-Wformat-overflow=]
 9158 |             sprintf(inifilename, "%s%ccomskip.ini", HomeDir, 
PATH_SEPARATOR);
      |                                       ^~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from platform.h:15,
                 from comskip.c:16:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 13 and 268 bytes into a destination of 
size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comskip.c:9161:35: warning: ‘comskip.exe’ directive writing 11 bytes into a 
region of size between 0 and 255 [-Wformat-overflow=]
 9161 |         sprintf(exefilename, "%s%ccomskip.exe", HomeDir, 
PATH_SEPARATOR);
      |                                   ^~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from platform.h:15,
                 from comskip.c:16:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 13 and 268 bytes into a destination of 
size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comskip.c:9162:36: warning: ‘comskip.dictionary’ directive writing 18 bytes 
into a region of size between 0 and 255 [-Wformat-overflow=]
 9162 |         sprintf(dictfilename, "%s%ccomskip.dictionary", HomeDir, 
PATH_SEPARATOR);
      |                                    ^~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:867,
                 from platform.h:15,
                 from comskip.c:16:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 20 and 275 bytes into a destination of 
size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:479: comskip] Error 1
make[1]: *** Waiting for unfinished jobs....
comskip.c: In function ‘dump_audio_start’:
comskip.c:16411:26: warning: ‘.mp2’ directive writing 4 bytes into a region of 
size between 1 and 256 [-Wformat-overflow=]
16411 |         sprintf(temp, "%s.mp2", workbasename);
      |                          ^~~~
In file included from /usr/include/stdio.h:867,
                 from platform.h:15,
                 from comskip.c:16:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 5 and 260 bytes into a destination of 
size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
comskip.c: In function ‘dump_video_start’:
comskip.c:16433:26: warning: ‘.m2v’ directive writing 4 bytes into a region of 
size between 1 and 256 [-Wformat-overflow=]
16433 |         sprintf(temp, "%s.m2v", workbasename);
      |                          ^~~~
In file included from /usr/include/stdio.h:867,
                 from platform.h:15,
                 from comskip.c:16:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: 
‘__builtin___sprintf_chk’ output between 5 and 260 bytes into a destination of 
size 256
   36 |   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   37 |       __bos (__s), __fmt, __va_arg_pack ());
      |       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:7: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: comskip
Source-Version: 0.82.009+ds.1-2
Done: =?utf-8?b?RnLDqWTDqXJpYyBCb25uYXJk?= <fre...@debian.org>

We believe that the bug you reported is fixed in the latest version of
comskip, 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.
Frédéric Bonnard <fre...@debian.org> (supplier of updated comskip 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: Wed, 29 Jul 2020 15:29:28 +0200
Source: comskip
Architecture: source
Version: 0.82.009+ds.1-2
Distribution: unstable
Urgency: medium
Maintainer: Frédéric Bonnard <fre...@debian.org>
Changed-By: Frédéric Bonnard <fre...@debian.org>
Closes: 957099
Changes:
 comskip (0.82.009+ds.1-2) unstable; urgency=medium
 .
   * Fix compilation with gcc10 (Closes: #957099)
Checksums-Sha1:
 72a28eb091c1dfe283b341f08e98def48849a92a 2186 comskip_0.82.009+ds.1-2.dsc
 71347a38d24d9a334365d361b1aed9cbc9ed6513 3248 
comskip_0.82.009+ds.1-2.debian.tar.xz
Checksums-Sha256:
 2dcd5c7a8ebe43ee2a14df10f5b59b5222f6e8729aa8912d7720191ddd90484c 2186 
comskip_0.82.009+ds.1-2.dsc
 0c97958eab2cb784e4489a08642b6f361f46e651d1e53863f37b4beeaceceb50 3248 
comskip_0.82.009+ds.1-2.debian.tar.xz
Files:
 69befbfefc6a3793ecd306b022466d4b 2186 misc optional comskip_0.82.009+ds.1-2.dsc
 0ec0fa52b32ab7c43376d848e6d61d6c 3248 misc optional 
comskip_0.82.009+ds.1-2.debian.tar.xz

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

iQJGBAEBCgAwFiEEh9vVdWFVIC7DiF6Ta3SY/LmzWKwFAl8hfMQSHGZyZWRpekBk
ZWJpYW4ub3JnAAoJEGt0mPy5s1isJx4P/1F02+Jj1aflbCQM7cCjxS6dGaikRU4v
4bx/N7d7VUWvqW7hMegr6az2YOOzEgWajyxff5v+L/R6AoN0RZZnlS9SYWQDBvqS
eogbTSHZER8K4UQx4ThpHVj/6vEXHcS29FBvsG29IUYHUtZELdwCu4lO5wrxrzpW
BWMKJqHsdD4GbJO4KAYjPQdhHaPKKSmrNY2FVOP7uQss6QNAqws8Njp5jSU42Flq
zNii1w9O9MB91qG4ETYQFHr7cr5C13RZajEZvW9Hfzx06iWgtex0v+edC9HiUUcK
7LDJEHh+tMQM7EHH/2utvdO6VVxHljAwLxrneWSh8gfZE8X0CO3Ph5Ci37SFyIzJ
u5/SZQ5AdemZGc7RGsLum2osMsutkvOsnstP26yOUwcF0hpvz5j5NJSm038QgNkV
DYk4auQk7ttg6Wssr9l2nF0GXDPp4OWkBWwt8G8Xd+QNR1KG4DKX5AxOiiwsN7gU
gBO34d+a93JrHjFkJjDcPsJ12NCGdKFS2horCTb/ylb3gOHCssgI14fuk0amZghp
uS84lm0PHTI8R6jivP2KUhNhjZU4YmDeSrOdgiu3wfk97hnrG1IU2GH8v0fW3oui
AlIe3JAPu24zCgjUc7KQoyuSh4Q2Rb7W2xZ6b3iE2kg0ECwm1igoiW3H73PIxuMr
EOd4eYPa5Vsu
=h2Gf
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to