Your message dated Tue, 08 May 2018 05:53:11 +0000
with message-id <[email protected]>
and subject line Bug#897864: fixed in snap 2013-11-29-9
has caused the Debian Bug report #897864,
regarding snap: ftbfs with GCC-8
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 [email protected]
immediately.)


-- 
897864: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=897864
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:snap
Version: 2013-11-29-8
Severity: normal
Tags: sid buster
User: [email protected]
Usertags: ftbfs-gcc-8

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-8/g++-8, but succeeds to build with gcc-7/g++-7. The
severity of this report will be raised before the buster release.

The full build log can be found at:
http://aws-logs.debian.net/2018/05/01/gcc8/snap_2013-11-29-8_unstable_gcc8.log.gz
The last lines of the build log are at the end of this report.

To build with GCC 8, either set CC=gcc-8 CXX=g++-8 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-8/porting_to.html

[...]
                      ^~   ~~~~
In file included from /usr/include/stdio.h:862,
                 from snap.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: 
'__builtin___sprintf_chk' output between 3 and 18 bytes into a destination of 
size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snap.c:178:22: error: '%s' directive writing up to 15 bytes into a region of 
size 14 [-Werror=format-overflow=]
   sprintf(option, "-N%s", name);
                      ^~   ~~~~
In file included from /usr/include/stdio.h:862,
                 from snap.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: 
'__builtin___sprintf_chk' output between 3 and 18 bytes into a destination of 
size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snap.c:185:22: error: '%s' directive writing up to 15 bytes into a region of 
size 14 [-Werror=format-overflow=]
   sprintf(option, "-A%s", name);
                      ^~   ~~~~
In file included from /usr/include/stdio.h:862,
                 from snap.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: 
'__builtin___sprintf_chk' output between 3 and 18 bytes into a destination of 
size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snap.c:201:23: error: '__builtin___sprintf_chk' may write a terminating nul 
past the end of the destination [-Werror=format-overflow=]
   sprintf(option, "-%s", name);
                       ^
In file included from /usr/include/stdio.h:862,
                 from snap.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: 
'__builtin___sprintf_chk' output between 2 and 17 bytes into a destination of 
size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[4]: *** [Makefile:111: snap.o] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make[3]: *** [Makefile:99: gcc] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:60: default] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j8 -Oline returned exit code 2
make[1]: *** [debian/rules:24: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:10: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit 
status 2

--- End Message ---
--- Begin Message ---
Source: snap
Source-Version: 2013-11-29-9

We believe that the bug you reported is fixed in the latest version of
snap, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille <[email protected]> (supplier of updated snap 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 [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 08 May 2018 07:30:35 +0200
Source: snap
Binary: snap
Architecture: source
Version: 2013-11-29-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Description:
 snap       - location of genes from DNA sequence with hidden markov model
Closes: 897864
Changes:
 snap (2013-11-29-9) unstable; urgency=medium
 .
   * Enlarge too short target string for sprintf
     Closes: #897864
   * debhelper 11
   * Point Vcs fields to salsa.debian.org
   * Standards-Version: 4.1.4
   * Fix spelling
Checksums-Sha1:
 cf97bfd211c71efaafcb93dfa0e40c09a318e2a6 2017 snap_2013-11-29-9.dsc
 1898b59a78c4cd7fc64c0b85d1ef6872100e90ac 9544 snap_2013-11-29-9.debian.tar.xz
Checksums-Sha256:
 41fb26a753560fd071c5fed86b716afa338d477de62e7cea51b6e283ecfb03c2 2017 
snap_2013-11-29-9.dsc
 9f7da19425717d5320942892503df01797adabf7688f7b62cb0e8e188c6e7175 9544 
snap_2013-11-29-9.debian.tar.xz
Files:
 71a348abc683deba4ff79eb68dac0d09 2017 science optional snap_2013-11-29-9.dsc
 9ebcef917ff20f79f8a2a1c10a2a2946 9544 science optional 
snap_2013-11-29-9.debian.tar.xz

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

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAlrxNpsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHhAQ//byR2wCTAbmWbLcKUd9eXY8IVIJXbMiYf
rWmqCR5jdU5B95zwCI0KuL1ETIJtT9SeU4Rrpo3IW+camtyUnvrAWhA/bPfDIhkG
CP7G2d8HK0WcoML5YtQe2VfQgASqUEO7EzzBXUt0YvKuxiJfMQd5pTPTAcuxtE74
OOtvC7iyurEvTTWpvQRhd8VOKKF3JWRclND46ClKfqCcpIla+gkR6TO0PxotVTIh
twLfgYpqwStvbglkRqdYwKaVAA8HoZc5TNY6Kms18jDZRsA0dGoW8/rn//dsOYFm
SPKaJ9MSR/p0tB6zKZ+AAsUWmK4N5oMmWps5aXO8+uzDDwqBISdKqzUI62Zr4Cmi
ob+3XmqvnCxXPhdTDfPGrBtW0vFPGlviXhQTIXwdMNJ2k+3COl/5Neu2DT1oyhCw
+gu0981ZCMCycEycMnaYL8osIeqsDipPkOlS9Ukqhp5m/nxfXctYu/0UDhLuvIBo
ImO3yhptjXtH0DLMSqf1vAd3Se76Bx8S7LdXjGTW7cbR4rKsGfPQ0jowmcxgIHPU
TiTZ0GcckF0s3FEgmjiiwzgPKyygrDQzn+BjSVXm6LLy3+cddvgim/o+wPeq0s7F
WTwhs/BxxyLQ6iFgJWwFHGsETwHJoTPY88cjfROMcWJtnWXFmR9tK6At0P/3VO6N
dg+CnAJhEFQ=
=PcI3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to