Your message dated Wed, 02 Dec 2020 10:49:15 +0000
with message-id <e1kkphd-0007w4...@fasolo.debian.org>
and subject line Bug#957802: fixed in sipsak 0.9.7-2
has caused the Debian Bug report #957802,
regarding sipsak: 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.)


-- 
957802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957802
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:sipsak
Version: 0.9.7-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/sipsak_0.9.7-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

[...]
/usr/bin/ld: src/sipsak.o:./src/sipsak.h:327: multiple definition of 
`cseq_counter'; src/transport.o:./src/sipsak.h:327: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:332: multiple definition of `sysl'; 
src/transport.o:./src/sipsak.h:332: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:326: multiple definition of 
`transport'; src/transport.o:./src/sipsak.h:326: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:313: multiple definition of 
`tls_session'; src/transport.o:./src/sipsak.h:313: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:315: multiple definition of 
`xcred'; src/transport.o:./src/sipsak.h:315: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:338: multiple definition of 
`regex'; src/transport.o:./src/sipsak.h:338: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:337: multiple definition of 
`transport_str'; src/transport.o:./src/sipsak.h:337: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:337: multiple definition of 
`received'; src/transport.o:./src/sipsak.h:337: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:337: multiple definition of 
`response'; src/transport.o:./src/sipsak.h:337: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:337: multiple definition of 
`request'; src/transport.o:./src/sipsak.h:337: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:336: multiple definition of 
`source_dot'; src/transport.o:./src/sipsak.h:336: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:336: multiple definition of 
`target_dot'; src/transport.o:./src/sipsak.h:336: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:335: multiple definition of `fqdn'; 
src/transport.o:./src/sipsak.h:335: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:334: multiple definition of 
`local_ip'; src/transport.o:./src/sipsak.h:334: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:334: multiple definition of 
`authhash'; src/transport.o:./src/sipsak.h:334: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:334: multiple definition of 
`headers'; src/transport.o:./src/sipsak.h:334: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:334: multiple definition of 
`from_uri'; src/transport.o:./src/sipsak.h:334: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:334: multiple definition of 
`auth_username'; src/transport.o:./src/sipsak.h:334: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:334: multiple definition of 
`con_dis'; src/transport.o:./src/sipsak.h:334: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:334: multiple definition of 
`mes_body'; src/transport.o:./src/sipsak.h:334: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:333: multiple definition of 
`contact_uri'; src/transport.o:./src/sipsak.h:333: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:333: multiple definition of 
`hostname'; src/transport.o:./src/sipsak.h:333: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:333: multiple definition of 
`replace_str'; src/transport.o:./src/sipsak.h:333: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:333: multiple definition of 
`password'; src/transport.o:./src/sipsak.h:333: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:333: multiple definition of 
`domainname'; src/transport.o:./src/sipsak.h:333: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:333: multiple definition of 
`username'; src/transport.o:./src/sipsak.h:333: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:332: multiple definition of 
`timer_final'; src/transport.o:./src/sipsak.h:332: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:332: multiple definition of 
`timer_t2'; src/transport.o:./src/sipsak.h:332: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:332: multiple definition of 
`timer_t1'; src/transport.o:./src/sipsak.h:332: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:331: multiple definition of 
`outbound_proxy'; src/transport.o:./src/sipsak.h:331: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:331: multiple definition of 
`timing'; src/transport.o:./src/sipsak.h:331: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:331: multiple definition of 
`fix_crlf'; src/transport.o:./src/sipsak.h:331: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:331: multiple definition of 
`nagios_warn'; src/transport.o:./src/sipsak.h:331: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:331: multiple definition of 
`empty_contact'; src/transport.o:./src/sipsak.h:331: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`replace_b'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`rand_rem'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`redirects'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`usrloc'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`via_ins'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`trace'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`uri_b'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:330: multiple definition of 
`file_b'; src/transport.o:./src/sipsak.h:330: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:329: multiple definition of 
`symmetric'; src/transport.o:./src/sipsak.h:329: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:329: multiple definition of 
`numeric'; src/transport.o:./src/sipsak.h:329: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:329: multiple definition of 
`trashchar'; src/transport.o:./src/sipsak.h:329: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:329: multiple definition of 
`randtrash'; src/transport.o:./src/sipsak.h:329: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:329: multiple definition of 
`rport'; src/transport.o:./src/sipsak.h:329: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:329: multiple definition of 
`lport'; src/transport.o:./src/sipsak.h:329: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:329: multiple definition of 
`maxforw'; src/transport.o:./src/sipsak.h:329: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`message'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`invite'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`warning_ext'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`flood'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`expires_t'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`namebeg'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`nameend'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:328: multiple definition of 
`verbose'; src/transport.o:./src/sipsak.h:328: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:327: multiple definition of 
`cseq_counter'; src/transport.o:./src/sipsak.h:327: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:327: multiple definition of 
`processes'; src/transport.o:./src/sipsak.h:327: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:327: multiple definition of 
`sleep_ms'; src/transport.o:./src/sipsak.h:327: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:326: multiple definition of 
`nonce_count'; src/transport.o:./src/sipsak.h:326: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:325: multiple definition of 
`address'; src/transport.o:./src/sipsak.h:325: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:311: multiple definition of 
`ignore_ca_fail'; src/transport.o:./src/sipsak.h:311: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:310: multiple definition of 
`ca_file'; src/transport.o:./src/sipsak.h:310: first defined here
/usr/bin/ld: src/exit_code.o:./src/sipsak.h:310: multiple definition of 
`cert_file'; src/transport.o:./src/sipsak.h:310: first defined here
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:676: sipsak] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:41: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: sipsak
Source-Version: 0.9.7-2
Done: Victor Seva <vs...@debian.org>

We believe that the bug you reported is fixed in the latest version of
sipsak, 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.
Victor Seva <vs...@debian.org> (supplier of updated sipsak 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, 02 Dec 2020 11:28:50 +0100
Source: sipsak
Architecture: source
Version: 0.9.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Victor Seva <vs...@debian.org>
Closes: 957802
Changes:
 sipsak (0.9.7-2) unstable; urgency=medium
 .
   * fix build with gcc-10 (Closes: #957802)
     Thanks Guillem Jover <gjo...@sipwise.com>
Checksums-Sha1:
 e23e33dabdeb2de214462f1113d5cbbe841bcea4 1629 sipsak_0.9.7-2.dsc
 fcb49f62b6f52a5a5204909812add7a5a45e5fb5 5784 sipsak_0.9.7-2.debian.tar.xz
 bbd3032731dbe529a621c5445e641f6e75dd1532 5983 sipsak_0.9.7-2_amd64.buildinfo
Checksums-Sha256:
 c456f1de6a6489c65e44cd0bf4bc3cdb9b0bca11d4f7af4322e325e1be56cc40 1629 
sipsak_0.9.7-2.dsc
 ac209999169862cb86f0b1688478b936f4d8c5ab56feb9a24ce45810bbfe71f5 5784 
sipsak_0.9.7-2.debian.tar.xz
 0f81d16c813e4080789993ee83bc2480be656029bcda7ce907225ceddb04587a 5983 
sipsak_0.9.7-2_amd64.buildinfo
Files:
 ef4cea1d5d1c883524671a245890b8f4 1629 net optional sipsak_0.9.7-2.dsc
 1fa31d9d063048102918b974d0c5abae 5784 net optional sipsak_0.9.7-2.debian.tar.xz
 3ccd5c3758c6433376195519ff12a1ee 5983 net optional 
sipsak_0.9.7-2_amd64.buildinfo

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

iQFEBAEBCgAvFiEEDmBQEMrYIhRFqKAgIXSmjn2oLMcFAl/HbZ8RHHZzZXZhQGRl
Ymlhbi5vcmcACgkQIXSmjn2oLMfCJwf4zZX9duii5NdiD8ahVk1j0Yb8bR6BXlqi
BFTH7qfng1/dJpBQNSH5+fF6amLd/ESJLcuzrvRGxKxtsKKlzuSb346QQGss/j1V
ICm3PAkd8U31VyJNDix6WGGEc4yAl9eIng1QEMkz+Ms6gwgOtGZEeOQ+n+KmqBO/
BJiNy+fKX6aZSeUNEhHanglOVI7mTpuANXH86KzbFVK61xMGqEvPoukVbJVyYSZ8
Kls/fPdYcR5u4skEAtkjf/pxN3v5KWBWMG5CpRdddwEBzYjoScSAYxWeQyBKbMG3
WgLlIV/te85AQxZ8FBcEcMmVRKkhd4AefHT39n/n8Fh30Ez3CZGp
=vpSj
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to