Bug#957802: sipsak: ftbfs with GCC-10
Matthias Klose
doko at debian.org
Fri Apr 17 12:10:50 BST 2020
Package: src:sipsak
Version: 0.9.7-1
Severity: normal
Tags: sid bullseye
User: debian-gcc at 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
More information about the Pkg-voip-maintainers
mailing list