Your message dated Mon, 30 Dec 2019 10:04:34 +0000
with message-id <e1ilruc-0001rm...@fasolo.debian.org>
and subject line Bug#925830: fixed in sip-tester 1:3.6.0-1
has caused the Debian Bug report #925830,
regarding sip-tester: 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.)
--
925830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sip-tester
Version: 1:3.5.2-1
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/sip-tester_3.5.2-1_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.
[...]
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iterator:64,
from src/call.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note:
'__builtin___snprintf_chk' output between 18 and 2075 bytes into a destination
of size 64
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/call.cpp:846:31: warning: '%s' directive output may be truncated writing up
to 2048 bytes into a region of size 64 [-Wformat-truncation=]
846 | snprintf(tmpbuf, 64, "%s (send timeout %u)", s, send_timeout);
| ^~ ~
In file included from /usr/include/stdio.h:873,
from /usr/include/c++/9/cstdio:42,
from /usr/include/c++/9/ext/string_conversions.h:43,
from /usr/include/c++/9/bits/basic_string.h:6489,
from /usr/include/c++/9/string:55,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iterator:64,
from src/call.cpp:41:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:67:35: note:
'__builtin___snprintf_chk' output between 18 and 2075 bytes into a destination
of size 64
67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
68 | __bos (__s), __fmt, __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-deadcall.o `test -f 'src/deadcall.cpp' || echo './'`src/deadcall.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-infile.o `test -f 'src/infile.cpp' || echo './'`src/infile.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-listener.o `test -f 'src/listener.cpp' || echo './'`src/listener.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-logger.o `test -f 'src/logger.cpp' || echo './'`src/logger.cpp
gcc -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -D__LINUX
-c -o src/sipp-md5.o `test -f 'src/md5.c' || echo './'`src/md5.c
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-message.o `test -f 'src/message.cpp' || echo './'`src/message.cpp
gcc -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -D__LINUX
-c -o src/sipp-milenage.o `test -f 'src/milenage.c' || echo './'`src/milenage.c
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-call_generation_task.o `test -f 'src/call_generation_task.cpp' || echo
'./'`src/call_generation_task.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-ratetask.o `test -f 'src/ratetask.cpp' || echo './'`src/ratetask.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-reporttask.o `test -f 'src/reporttask.cpp' || echo
'./'`src/reporttask.cpp
gcc -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -D__LINUX
-c -o src/sipp-rijndael.o `test -f 'src/rijndael.c' || echo './'`src/rijndael.c
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-scenario.o `test -f 'src/scenario.cpp' || echo './'`src/scenario.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-sip_parser.o `test -f 'src/sip_parser.cpp' || echo
'./'`src/sip_parser.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-screen.o `test -f 'src/screen.cpp' || echo './'`src/screen.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-socket.o `test -f 'src/socket.cpp' || echo './'`src/socket.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-socketowner.o `test -f 'src/socketowner.cpp' || echo
'./'`src/socketowner.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o src/sipp-stat.o
`test -f 'src/stat.cpp' || echo './'`src/stat.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-strings.o `test -f 'src/strings.cpp' || echo './'`src/strings.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o src/sipp-task.o
`test -f 'src/task.cpp' || echo './'`src/task.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o src/sipp-time.o
`test -f 'src/time.cpp' || echo './'`src/time.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-variables.o `test -f 'src/variables.cpp' || echo './'`src/variables.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-watchdog.o `test -f 'src/watchdog.cpp' || echo './'`src/watchdog.cpp
gcc -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -D__LINUX
-c -o src/sipp-xp_parser.o `test -f 'src/xp_parser.c' || echo
'./'`src/xp_parser.c
gcc -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -D__LINUX
-c -o src/sipp-prepare_pcap.o `test -f 'src/prepare_pcap.c' || echo
'./'`src/prepare_pcap.c
gcc -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -std=gnu11 -D__LINUX
-c -o src/sipp-send_packets.o `test -f 'src/send_packets.c' || echo
'./'`src/send_packets.c
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o
src/sipp-rtpstream.o `test -f 'src/rtpstream.cpp' || echo './'`src/rtpstream.cpp
g++ -DHAVE_CONFIG_H -DPCAPPLAY -DRTP_STREAM -DUSE_SCTP -DHAVE_GSL -DHAVE_EPOLL
-I. -I./include -Wdate-time -D_FORTIFY_SOURCE=2 -D__LINUX -I./include -Wall
-pedantic -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -c -o src/sipp-sipp.o
`test -f 'src/sipp.cpp' || echo './'`src/sipp.cpp
In file included from ./include/strings.hpp:24,
from ./include/sipp.hpp:484,
from src/sipp.cpp:41:
/usr/include/c++/9/cstddef:52:8: error: expected unqualified-id before string
constant
52 | extern "C++"
| ^~~~~
make[2]: *** [Makefile:1854: src/sipp-sipp.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:875: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
make: *** [debian/rules:32: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: sip-tester
Source-Version: 1:3.6.0-1
We believe that the bug you reported is fixed in the latest version of
sip-tester, 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.
Victor Seva <vs...@debian.org> (supplier of updated sip-tester 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: Mon, 30 Dec 2019 10:26:51 +0100
Source: sip-tester
Architecture: source
Version: 1:3.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Victor Seva <vs...@debian.org>
Closes: 925830
Changes:
sip-tester (1:3.6.0-1) unstable; urgency=medium
.
* New upstream version 3.6.0 (Closes: #925830)
* remove already applied patches
* upgrade debhelper to 12. Upgrade Standards-Version to 4.4.1
* FAQ.md was removed upstream
Checksums-Sha1:
0bc55213f87368cee1d55292f3fe1a8c15a4518f 1765 sip-tester_3.6.0-1.dsc
379e5047c45d6f3d35abb3ee57772ebacd8c2b62 1055201 sip-tester_3.6.0.orig.tar.gz
5b2370e9f3b8ededaa719416ea6182fd6e32fbfe 5312 sip-tester_3.6.0-1.debian.tar.xz
04f46fc80237590499515bd79f116712c2cc5bda 5690
sip-tester_3.6.0-1_amd64.buildinfo
Checksums-Sha256:
2f3dc9d786608df70ed3fad0719505bba93c84de5aa2717f158cf77622fa74b7 1765
sip-tester_3.6.0-1.dsc
e47e7b11fec0769cf76b30623a66390333bdb20323c66043ca535460858fa1bb 1055201
sip-tester_3.6.0.orig.tar.gz
6719fb66375343c07a71d521371ba3716c5192408b70b24a00fee4c8d665f7fc 5312
sip-tester_3.6.0-1.debian.tar.xz
34a72feb79aef3d6c51c5f766b6032dc5e88ce725dcc14de1e915bd75578a560 5690
sip-tester_3.6.0-1_amd64.buildinfo
Files:
fde9c3ae8da94fa8999000dd105e0938 1765 comm optional sip-tester_3.6.0-1.dsc
1fd27333d179d786d3f6a67ee451fae9 1055201 comm optional
sip-tester_3.6.0.orig.tar.gz
b292729b8dc2939b61ac607505f386fd 5312 comm optional
sip-tester_3.6.0-1.debian.tar.xz
c78d78ae1cbe4182d745b1b91a3e0c4e 5690 comm optional
sip-tester_3.6.0-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQFFBAEBCgAvFiEEDmBQEMrYIhRFqKAgIXSmjn2oLMcFAl4JxloRHHZzZXZhQGRl
Ymlhbi5vcmcACgkQIXSmjn2oLMdn0wf/XQPjs7DrNlRUH96eXBSk290wSNtneLHk
2JEdZIkCkfqiS64B1QkmpypspNG6tGCj1c2kHUPE6mohdwqliB3bY4bKu9E9CzKq
EUP80UF06EZK4nIT2e9jNdUVHjLg7u50U/+AeJQ+KIwfzZRIofgZ3JxMeBsFHewc
npGZoNUotYECha4EGbpKz+eRJTLAIpU7lviLKmLme/X7GhnvWgOxhyU+61tCfGnI
JHzjKCkJ/P5vzlidUqn3VwfKTF+RkYuoTO9V/vAJBDplTjuXi1a4mIqVE3q5XPn9
xOmju99LilA+OQJLztAh0Jcuq998kbw0c8buF7E1M4Yr6+ofSCpCDw==
=tUWM
-----END PGP SIGNATURE-----
--- End Message ---