Your message dated Fri, 16 Aug 2019 09:36:05 +0000
with message-id <e1hyyet-0006m4...@fasolo.debian.org>
and subject line Bug#925760: fixed in libss7 2.0.0-3
has caused the Debian Bug report #925760,
regarding libss7: ftbfs with GCC-9
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.)
--
925760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libss7
Version: 2.0.0-2
Severity: normal
Tags: sid bullseye
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-9
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-9/g++-9, but succeeds to build with gcc-8/g++-8. 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/gcc9-20190321/libss7_2.0.0-2_unstable_gcc9.log
The last lines of the build log are at the end of this report.
To build with GCC 9, either set CC=gcc-9 CXX=g++-9 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-9/porting_to.html
GCC 9 also passes the linker option --as-needed by default; typical
build issues are passing libraries before object files to the linker,
or underlinking of convenience libraries built from the same source.
[...]
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4337:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4341:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4347:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4350:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4353:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4361:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4362:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_event_iam' at isup.c:4366:2:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_receive' at isup.c:4101:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_receive' at isup.c:3862:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_receive' at isup.c:3837:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'isup_receive' at isup.c:3639:4:
/usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: error:
'__builtin_strncpy' output may be truncated copying 50 bytes from a string of
length 63 [-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall
-Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT ss7_sched.o
-MF .ss7_sched.o.d -MP -c -o ss7_sched.o ss7_sched.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall
-Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT
parser_debug.o -MF .parser_debug.o.d -MP -c -o parser_debug.o parser_debug.c
gcc -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -Wall
-Werror -Wstrict-prototypes -Wmissing-prototypes -fPIC -O2 -MD -MT version.o
-MF .version.o.d -MP -c -o version.o version.c
cc1: all warnings being treated as errors
make[1]: *** [Makefile:177: isup.o] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j4 returned exit code 2
make: *** [debian/rules:9: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: libss7
Source-Version: 2.0.0-3
We believe that the bug you reported is fixed in the latest version of
libss7, 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 925...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Bernhard Schmidt <be...@debian.org> (supplier of updated libss7 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: Fri, 16 Aug 2019 10:44:29 +0200
Source: libss7
Architecture: source
Version: 2.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Bernhard Schmidt <be...@debian.org>
Closes: 925760
Changes:
libss7 (2.0.0-3) unstable; urgency=medium
.
* Team upload.
* Cherry-Pick upstream commit to fix strncpy errors with GCC-9
(Closes: #925760)
* Fix Vcs url to salsa.debian.org
Checksums-Sha1:
453ff79c3bc04884321155a4163e28c23c1e90ee 2051 libss7_2.0.0-3.dsc
829ff9477410a6334f58bec708c275f90ccd4eda 9548 libss7_2.0.0-3.debian.tar.xz
47c0ca4c4bb6ac8d3e6f622645464ca69519f322 6176 libss7_2.0.0-3_amd64.buildinfo
Checksums-Sha256:
7385e6cba23c80521068461637dc621a5ee630e4b1553686eb6c7721e1c25cfe 2051
libss7_2.0.0-3.dsc
8249dd7f576cc90e531dccdf40044057cb80b866a1ab4731f329516cb44af471 9548
libss7_2.0.0-3.debian.tar.xz
7008f34ba45b3ec6fbc87d01eee7c9334127529cbbcc2534a004284d7f774bd1 6176
libss7_2.0.0-3_amd64.buildinfo
Files:
effeed42519dcf0534ea9cc74559f0cd 2051 libs optional libss7_2.0.0-3.dsc
b5c51bc0db2cc9eb4d3bb967b211a3b8 9548 libs optional
libss7_2.0.0-3.debian.tar.xz
4cd1f99932928d52364281e23ebbc3d4 6176 libs optional
libss7_2.0.0-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAl1Wdb8RHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJOhEg/9El2SqXyqRA9oQoLN083i+jS4z5m0jd6n
xm1gcfWVEFNS6ZOaTol08K5pqGe4RNTh+S+1Lb84FtVtb7VzyCzwE/Z7n00PbLkS
6dFpF8uS2RAuyYN4pKIoXGHoGTaecLCHd+qCuzMreI0N2LNwwJNndyFpt1Eo9bgS
cQEm98Skwpx6FGMycdamEfNH0rOx6X4JK11YSUOjDPqmgXPo0Hxv4Dros06X1Cj/
ZC7BPWMItZndvKKoY1NVUFI3d7DV816oqcym4XZwZFlb2btH3z6jITNzlVtAxhH4
DttDtmLcrfTxgS7lxBynaXckyhii1cJCfAt188W26zY8mClsx+6fwRyz681axsxN
K7BBRFLWxRzPX/YBVdaNHc8Bopkk3nwyiOYs+TIcGpOncj8ZrpNsceq7CJvJBF8T
BbVxKsKRGUF1DEmpsJ7NIeJEIOmCqmjiEjkr1xXVmVFeZEt1NZZ6PmuP5/shaQYN
N5w29f9/yd4ROFRzAuiGaRAfzz5NEGJKkwKYuaGM7rsnCoorXAxzBVd0WcXkI+B6
ZjemUfTboARMjs4N8GSFbEh4mZ830IGwHuv65w7MkB+xp3DRHVo1bg/88nlPtpMk
i3a8LFF6qKOYC830VKXEJ0NeX2EUO/9Cfmat3JR6179PbvGKl01poBpFykvkEG0f
iUY/b8hMkIM=
=B0BY
-----END PGP SIGNATURE-----
--- End Message ---