Your message dated Wed, 17 Aug 2022 21:49:10 +0000
with message-id <[email protected]>
and subject line Bug#1012901: fixed in belle-sip 5.0.37+dfsg-2
has caused the Debian Bug report #1012901,
regarding belle-sip: ftbfs with GCC-12
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.)
--
1012901: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012901
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:belle-sip
Version: 4.4.21+dfsg-1
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-12
[This bug is targeted to the upcoming bookworm release]
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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/belle-sip_4.4.21+dfsg-1_unstable_gcc12.log
The last lines of the build log are at the end of this report.
To build with GCC 11, either set CC=gcc-11 CXX=g++-11 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-11/porting_to.html
GCC 11 defaults to the GNU++17 standard. If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.
[...]
41 |
obj->timer_K=belle_sip_timeout_source_new((belle_sip_source_func_t)nict_on_timer_K,obj,cfg->T4);
| ^
/<<PKGBUILDDIR>>/src/nict.c: In function ‘nict_send_request’:
/<<PKGBUILDDIR>>/src/nict.c:144:51: warning: cast between incompatible function
types from ‘int (*)(belle_sip_nict_t *)’ {aka ‘int (*)(struct belle_sip_nict
*)’} to ‘int (*)(void *, unsigned int)’ [-Wcast-function-type]
144 |
obj->timer_F=belle_sip_timeout_source_new((belle_sip_source_func_t)nict_on_timer_F,obj,cfg->T1*64);
| ^
/<<PKGBUILDDIR>>/src/nict.c:149:59: warning: cast between incompatible function
types from ‘int (*)(belle_sip_nict_t *)’ {aka ‘int (*)(struct belle_sip_nict
*)’} to ‘int (*)(void *, unsigned int)’ [-Wcast-function-type]
149 |
obj->timer_E=belle_sip_timeout_source_new((belle_sip_source_func_t)nict_on_timer_E,obj,cfg->T1);
| ^
[ 29%] Building C object src/CMakeFiles/bellesip.dir/nist.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/nist.c.o -MF CMakeFiles/bellesip.dir/nist.c.o.d -o
CMakeFiles/bellesip.dir/nist.c.o -c /<<PKGBUILDDIR>>/src/nist.c
/<<PKGBUILDDIR>>/src/nist.c: In function ‘nist_set_completed’:
/<<PKGBUILDDIR>>/src/nist.c:54:51: warning: cast between incompatible function
types from ‘int (*)(belle_sip_nist_t *)’ {aka ‘int (*)(struct belle_sip_nist
*)’} to ‘int (*)(void *, unsigned int)’ [-Wcast-function-type]
54 |
obj->timer_J=belle_sip_timeout_source_new((belle_sip_source_func_t)nist_on_timer_J,obj,tval);
| ^
[ 30%] Building C object src/CMakeFiles/bellesip.dir/port.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/port.c.o -MF CMakeFiles/bellesip.dir/port.c.o.d -o
CMakeFiles/bellesip.dir/port.c.o -c /<<PKGBUILDDIR>>/src/port.c
[ 31%] Building C object src/CMakeFiles/bellesip.dir/provider.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/provider.c.o -MF
CMakeFiles/bellesip.dir/provider.c.o.d -o CMakeFiles/bellesip.dir/provider.c.o
-c /<<PKGBUILDDIR>>/src/provider.c
[ 32%] Building C object src/CMakeFiles/bellesip.dir/refresher.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/refresher.c.o -MF
CMakeFiles/bellesip.dir/refresher.c.o.d -o
CMakeFiles/bellesip.dir/refresher.c.o -c /<<PKGBUILDDIR>>/src/refresher.c
[ 34%] Building C object src/CMakeFiles/bellesip.dir/siplistener.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/siplistener.c.o -MF
CMakeFiles/bellesip.dir/siplistener.c.o.d -o
CMakeFiles/bellesip.dir/siplistener.c.o -c /<<PKGBUILDDIR>>/src/siplistener.c
[ 35%] Building C object src/CMakeFiles/bellesip.dir/sipstack.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/sipstack.c.o -MF
CMakeFiles/bellesip.dir/sipstack.c.o.d -o CMakeFiles/bellesip.dir/sipstack.c.o
-c /<<PKGBUILDDIR>>/src/sipstack.c
[ 36%] Building C object src/CMakeFiles/bellesip.dir/transaction.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/transaction.c.o -MF
CMakeFiles/bellesip.dir/transaction.c.o.d -o
CMakeFiles/bellesip.dir/transaction.c.o -c /<<PKGBUILDDIR>>/src/transaction.c
/<<PKGBUILDDIR>>/src/transaction.c: In function
‘transaction_handle_channel_error’:
/<<PKGBUILDDIR>>/src/transaction.c:151:69: warning: cast between incompatible
function types from ‘int (*)(belle_sip_transaction_t *)’ {aka ‘int (*)(struct
belle_sip_transaction *)’} to ‘int (*)(void *, unsigned int)’
[-Wcast-function-type]
151 | t->call_repair_timer =
belle_sip_timeout_source_new((belle_sip_source_func_t)server_transaction_on_call_repair_timer,
t, 32 * timercfg->T1);
| ^
/<<PKGBUILDDIR>>/src/transaction.c:154:69: warning: cast between incompatible
function types from ‘int (*)(belle_sip_transaction_t *)’ {aka ‘int (*)(struct
belle_sip_transaction *)’} to ‘int (*)(void *, unsigned int)’
[-Wcast-function-type]
154 | t->call_repair_timer =
belle_sip_timeout_source_new((belle_sip_source_func_t)client_transaction_on_call_repair_timer,
t, 32 * timercfg->T1);
| ^
[ 37%] Building C object
src/CMakeFiles/bellesip.dir/transports/stream_channel.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/transports/stream_channel.c.o -MF
CMakeFiles/bellesip.dir/transports/stream_channel.c.o.d -o
CMakeFiles/bellesip.dir/transports/stream_channel.c.o -c
/<<PKGBUILDDIR>>/src/transports/stream_channel.c
[ 38%] Building C object
src/CMakeFiles/bellesip.dir/transports/stream_listeningpoint.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/transports/stream_listeningpoint.c.o -MF
CMakeFiles/bellesip.dir/transports/stream_listeningpoint.c.o.d -o
CMakeFiles/bellesip.dir/transports/stream_listeningpoint.c.o -c
/<<PKGBUILDDIR>>/src/transports/stream_
listeningpoint.c
[ 39%] Building C object src/CMakeFiles/bellesip.dir/transports/udp_channel.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/transports/udp_channel.c.o -MF
CMakeFiles/bellesip.dir/transports/udp_channel.c.o.d -o
CMakeFiles/bellesip.dir/transports/udp_channel.c.o -c
/<<PKGBUILDDIR>>/src/transports/udp_channel.c
[ 40%] Building C object
src/CMakeFiles/bellesip.dir/transports/udp_listeningpoint.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/transports/udp_listeningpoint.c.o -MF
CMakeFiles/bellesip.dir/transports/udp_listeningpoint.c.o.d -o
CMakeFiles/bellesip.dir/transports/udp_listeningpoint.c.o -c
/<<PKGBUILDDIR>>/src/transports/udp_listeningpoi
nt.c
[ 41%] Building C object
src/CMakeFiles/bellesip.dir/transports/tls_listeningpoint.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/transports/tls_listeningpoint.c.o -MF
CMakeFiles/bellesip.dir/transports/tls_listeningpoint.c.o.d -o
CMakeFiles/bellesip.dir/transports/tls_listeningpoint.c.o -c
/<<PKGBUILDDIR>>/src/transports/tls_listeningpoi
nt.c
[ 42%] Building C object src/CMakeFiles/bellesip.dir/transports/tls_channel.c.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cc
-DBCTBX_LOG_DOMAIN=\"belle-sip\" -DBCTBX_STATIC -DBELLESIP_EXPORTS
-DBELLESIP_STATIC -DHAVE_CONFIG_H -Dbellesip_EXPORTS -I/<<PKGBUILDDIR>>/include
-I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -std=gnu99 -Wall
-Wuninitialized -Wno-error=deprecated-declarations -Wno-error=pragmas -Werror
-Wextra -Wno-unused-parameter -Wno-error=unknown-pragmas -fno-strict-aliasing
-Werror=vla -Wno-error=cast-function-type -Wno-missing-field-initializers
-Wno-error=unused-result -Wno-error=sign-compare -MD -MT
src/CMakeFiles/bellesip.dir/transports/tls_channel.c.o -MF
CMakeFiles/bellesip.dir/transports/tls_channel.c.o.d -o
CMakeFiles/bellesip.dir/transports/tls_channel.c.o -c
/<<PKGBUILDDIR>>/src/transports/tls_channel.c
In file included from /<<PKGBUILDDIR>>/include/belle-sip/object.h:24,
from /<<PKGBUILDDIR>>/include/belle-sip/types.h:24,
from /<<PKGBUILDDIR>>/include/belle-sip/belle-sip.h:23,
from /<<PKGBUILDDIR>>/src/belle_sip_internal.h:30,
from /<<PKGBUILDDIR>>/src/transports/tls_channel.c:20:
/<<PKGBUILDDIR>>/src/transports/tls_channel.c: In function
‘belle_sip_generate_self_signed_certificate’:
/<<PKGBUILDDIR>>/include/belle-sip/utils.h:39:24: error: pointer
‘name_with_path’ used after ‘free’ [-Werror=use-after-free]
39 | #define belle_sip_free bctbx_free
/<<PKGBUILDDIR>>/src/transports/tls_channel.c:288:25: note: in expansion of
macro ‘belle_sip_free’
288 | belle_sip_free(name_with_path);
| ^~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/transports/tls_channel.c:283:25: note: call to ‘free’ here
283 | free(name_with_path);
| ^~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[3]: *** [src/CMakeFiles/bellesip.dir/build.make:625:
src/CMakeFiles/bellesip.dir/transports/tls_channel.c.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:147: src/CMakeFiles/bellesip.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j1 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:15: binary] Error 25
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess returned exit
status 2
--- End Message ---
--- Begin Message ---
Source: belle-sip
Source-Version: 5.0.37+dfsg-2
Done: Dennis Filder <[email protected]>
We believe that the bug you reported is fixed in the latest version of
belle-sip, 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.
Dennis Filder <[email protected]> (supplier of updated belle-sip 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: SHA512
Format: 1.8
Date: Sun, 24 Jul 2022 08:38:50 +0000
Source: belle-sip
Architecture: source
Version: 5.0.37+dfsg-2
Distribution: experimental
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Dennis Filder <[email protected]>
Closes: 1012901
Changes:
belle-sip (5.0.37+dfsg-2) experimental; urgency=medium
.
* Cherry-pick upstream commit d35f899 (Closes: #1012901)
Checksums-Sha1:
6d2fac4060b05ba71348b0db9fe42a1990bd9965 2307 belle-sip_5.0.37+dfsg-2.dsc
6f0c67ca9c348bd403cba824260c5063ff532f07 9764
belle-sip_5.0.37+dfsg-2.debian.tar.xz
46851ef44652e284424a6bfb610ef47d6084e26a 9773
belle-sip_5.0.37+dfsg-2_amd64.buildinfo
Checksums-Sha256:
8fe813808c38a56848e0fbe57f49493a3de1e56ce73f265f98ef2eff2a033512 2307
belle-sip_5.0.37+dfsg-2.dsc
1531eb0498c671af077b8df07e5dab6665e8a9e8a3a3f6d208190618b0e66fda 9764
belle-sip_5.0.37+dfsg-2.debian.tar.xz
add9424936a084c80a37f5760fc8e94f2413cc5f98ed903bdaf66e044bccfe06 9773
belle-sip_5.0.37+dfsg-2_amd64.buildinfo
Files:
6b27718c9663f4c3aaf6aa4f1c98c0da 2307 libs optional belle-sip_5.0.37+dfsg-2.dsc
b75e1a436a4ed08ae58b8e7f0b0c216a 9764 libs optional
belle-sip_5.0.37+dfsg-2.debian.tar.xz
c0c06a6b5f4769ce07cb59aca6aa39b4 9773 libs optional
belle-sip_5.0.37+dfsg-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAmL9W7QRHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJPQqg//ZOMh1vbdScDRhPMWVSL0BnSgAabKZ8G2
eKDBE3ovt2eho67uST3vwJDbH3zi6Mdo+tYjRt44w9O+F+aVOW1Whs+RG2DNsGWn
EcgoJmALIgCP70haFrA5C7GNIgFPHR4LOt2K+rgw7hYt5NLcEU/+EgWGWF90vVAa
0P/R3Axc6d7qce9w3deaFLJ4PbmKpdw24gpw1sInLsMKkVjcjiVF+HphdL0fuKqj
e6qLuxXsGIgnBoZFMNQELWC0P3jSrFbbL1k5zcd4fCvEP9//Aj7J5R9acvkt8/y7
wPEQaWK9hW47cQvHh5Zvuki1KL/0/N/LrFHbSXclI98bZdnt/lMt3RavnYf5u2UX
+ob5Sk6CYzIQRbdSzGjNVG62Sj0yx2i192NhefoqxvQYS0kHcqALFCGDfzLjhzVu
RssPJrD5ojXegerZrRF6rNA2Nvt4CNiXtl/vMqxQmPyb+WHbZK8qRvMJ3Vqop9Mb
ijYj2VjQDMwIlaufJx1GmAbW/ZF9kVgD7CwW7DCJ69fZlYOW527+ko2edh5gsBr8
oip9M1Ilem7EkoRr2gtYkcQpjFIGe/GEgd2SuBBCQWQgDefmuOqzcGf8LRXn07uQ
yheTdO+uofAWNMpKP3GuupXBif6/NxElRCZsFLX3cM/9Iy/jxl10kPRIghFmxFBB
QFHWSPWldaE=
=rkH3
-----END PGP SIGNATURE-----
--- End Message ---