Your message dated Sun, 16 Jul 2023 20:52:23 +0000
with message-id <[email protected]>
and subject line Bug#1037755: fixed in linphone 5.2.0-3
has caused the Debian Bug report #1037755,
regarding linphone: ftbfs with GCC-13
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.)


-- 
1037755: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037755
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:linphone
Version: 5.1.65-4
Severity: normal
Tags: sid trixie
User: [email protected]
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/linphone_5.1.65-4_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/chat-message/notification-message.cpp.o -MF 
CMakeFiles/linphone.dir/chat/chat-message/notification-message.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/chat-message/notification-message.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/chat-message/notification-message.cpp
[ 35%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/chat-room/abstract-chat-room.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/chat-room/abstract-chat-room.cpp.o -MF 
CMakeFiles/linphone.dir/chat/chat-room/abstract-chat-room.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/chat-room/abstract-chat-room.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/chat-room/abstract-chat-room.cpp
[ 35%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/chat-room/basic-chat-room.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/chat-room/basic-chat-room.cpp.o -MF 
CMakeFiles/linphone.dir/chat/chat-room/basic-chat-room.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/chat-room/basic-chat-room.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/chat-room/basic-chat-room.cpp
[ 35%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/chat-room/chat-room.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/chat-room/chat-room.cpp.o -MF 
CMakeFiles/linphone.dir/chat/chat-room/chat-room.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/chat-room/chat-room.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/chat-room/chat-room.cpp
[ 36%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/chat-room/chat-room-params.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/chat-room/chat-room-params.cpp.o -MF 
CMakeFiles/linphone.dir/chat/chat-room/chat-room-params.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/chat-room/chat-room-params.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/chat-room/chat-room-params.cpp
[ 36%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/cpim/header/cpim-core-headers.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/cpim/header/cpim-core-headers.cpp.o -MF 
CMakeFiles/linphone.dir/chat/cpim/header/cpim-core-headers.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/cpim/header/cpim-core-headers.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/cpim/header/cpim-core-headers.cpp
[ 36%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/cpim/header/cpim-generic-header.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/cpim/header/cpim-generic-header.cpp.o -MF 
CMakeFiles/linphone.dir/chat/cpim/header/cpim-generic-header.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/cpim/header/cpim-generic-header.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/cpim/header/cpim-generic-header.cpp
/<<PKGBUILDDIR>>/src/chat/cpim/header/cpim-core-headers.cpp:275:16: error: 
identifier ‘requires’ is a keyword in C++20 [-Werror=c++20-compat]
  275 |         string requires;
      |                ^~~~~~~~
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp: In member function 
‘void LinphonePrivate::ChatMessagePrivate::setParticipantState(const 
LinphonePrivate::IdentityAddress&, LinphonePrivate::ChatMessage::State, 
time_t)’:
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp:129:74: warning: 
‘LinphoneChatMessageCbs* linphone_chat_message_get_callbacks(const 
LinphoneChatMessage*)’ is deprecated [-Wdeprecated-declarations]
  129 |         LinphoneChatMessageCbs *cbs = 
linphone_chat_message_get_callbacks(msg);
      |                                       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
In file included from /<<PKGBUILDDIR>>/include/linphone/chat.h:27,
                 from /<<PKGBUILDDIR>>/include/linphone/core.h:44,
                 from 
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp:23:
/<<PKGBUILDDIR>>/include/linphone/api/c-chat-message.h:538:61: note: declared 
here
  538 | LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneChatMessageCbs 
*linphone_chat_message_get_callbacks (const LinphoneChatMessage *message);
      |                                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp: In member function 
‘virtual void 
LinphonePrivate::ChatMessagePrivate::setState(LinphonePrivate::ChatMessage::State)’:
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp:220:74: warning: 
‘LinphoneChatMessageCbs* linphone_chat_message_get_callbacks(const 
LinphoneChatMessage*)’ is deprecated [-Wdeprecated-declarations]
  220 |         LinphoneChatMessageCbs *cbs = 
linphone_chat_message_get_callbacks(msg);
      |                                       
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/<<PKGBUILDDIR>>/include/linphone/api/c-chat-message.h:538:61: note: declared 
here
  538 | LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneChatMessageCbs 
*linphone_chat_message_get_callbacks (const LinphoneChatMessage *message);
      |                                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp: In member function 
‘void LinphonePrivate::ChatMessagePrivate::startEphemeralCountDown()’:
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp:309:82: warning: 
‘LinphoneChatMessageCbs* linphone_chat_message_get_callbacks(const 
LinphoneChatMessage*)’ is deprecated [-Wdeprecated-declarations]
  309 |                 LinphoneChatMessageCbs *cbs = 
linphone_chat_message_get_callbacks(msg);
      |                                               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
/<<PKGBUILDDIR>>/include/linphone/api/c-chat-message.h:538:61: note: declared 
here
  538 | LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneChatMessageCbs 
*linphone_chat_message_get_callbacks (const LinphoneChatMessage *message);
      |                                                             
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 37%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/cpim/header/cpim-header.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/cpim/header/cpim-header.cpp.o -MF 
CMakeFiles/linphone.dir/chat/cpim/header/cpim-header.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/cpim/header/cpim-header.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/cpim/header/cpim-header.cpp
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp: In member function 
‘void LinphonePrivate::ChatMessagePrivate::send()’:
/<<PKGBUILDDIR>>/src/chat/chat-message/chat-message.cpp:999:65: warning: 
‘LinphoneCall* linphone_core_get_call_by_remote_address(const LinphoneCore*, 
const char*)’ is deprecated [-Wdeprecated-declarations]
  999 |                 lcall = 
linphone_core_get_call_by_remote_address(core->getCCore(), 
toAddress.asString().c_str());
      |                         
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/include/linphone/core.h:6680:51: note: declared here
 6680 | LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneCall 
*linphone_core_get_call_by_remote_address(const LinphoneCore *core, const char 
*remote_address);
      |                                                   
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 37%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/cpim/message/cpim-message.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/cpim/message/cpim-message.cpp.o -MF 
CMakeFiles/linphone.dir/chat/cpim/message/cpim-message.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/cpim/message/cpim-message.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/cpim/message/cpim-message.cpp
[ 37%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/cpim/parser/cpim-parser.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/cpim/parser/cpim-parser.cpp.o -MF 
CMakeFiles/linphone.dir/chat/cpim/parser/cpim-parser.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/cpim/parser/cpim-parser.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/cpim/parser/cpim-parser.cpp
[ 37%] Building CXX object 
src/CMakeFiles/linphone.dir/chat/encryption/legacy-encryption-engine.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/encryption/legacy-encryption-engine.cpp.o -MF 
CMakeFiles/linphone.dir/chat/encryption/legacy-encryption-engine.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/encryption/legacy-encryption-engine.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/encryption/legacy-encryption-engine.cpp
[ 38%] Building CXX object src/CMakeFiles/linphone.dir/chat/ics/ics.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ 
-DBCTBX_LOG_DOMAIN=\"liblinphone\" -DBCTBX_STATIC -DBUILD_LDAP -DHAVE_CONFIG_H 
-DLDAP_ENABLED -DLDAP_LIBS_DYNAMIC -DLINPHONE_EXPORTS -DVCARD_ENABLED 
-DVIDEO_ENABLED -Dlinphone_EXPORTS -I/<<PKGBUILDDIR>>/coreapi 
-I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/src 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/coreapi -I/usr/include/OpenGL 
-I/usr/include/xsd -I/usr/include/libxml2 -isystem /usr/include/belle-sip -g 
-O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -DPACKAGE_SOUND_DIR="\"/usr/share/sounds/linphone\"" 
-DPACKAGE_RING_DIR="\"/usr/share/sounds/linphone/rings\"" -Wdate-time 
-D_FORTIFY_SOURCE=2 -DDEBPATCH_LDAP_HOSTNAME_OVERRIDE=1 -fPIC -std=c++14  -Wall 
-Wconversion -Werror=return-type -Winit-self -Wno-error=deprecated-declarations 
-Wpointer-arith -Wuninitialized -Wunused -Werror -Wextra -Wno-unused-parameter 
-Wno-missing-field-initializ
 ers -fno-strict-aliasing -Wnon-virtual-dtor -Woverloaded-virtual 
-Wsuggest-override -Wno-error=suggest-override -MD -MT 
src/CMakeFiles/linphone.dir/chat/ics/ics.cpp.o -MF 
CMakeFiles/linphone.dir/chat/ics/ics.cpp.o.d -o 
CMakeFiles/linphone.dir/chat/ics/ics.cpp.o -c 
/<<PKGBUILDDIR>>/src/chat/ics/ics.cpp
cc1plus: all warnings being treated as errors
make[4]: *** [src/CMakeFiles/linphone.dir/build.make:961: 
src/CMakeFiles/linphone.dir/chat/cpim/header/cpim-core-headers.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:402: src/CMakeFiles/linphone.dir/all] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:139: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j8 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:77: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:50: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: linphone
Source-Version: 5.2.0-3
Done: Dennis Filder <[email protected]>

We believe that the bug you reported is fixed in the latest version of
linphone, 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 linphone 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: Sat, 15 Jul 2023 19:35:59 +0200
Source: linphone
Architecture: source
Version: 5.2.0-3
Distribution: experimental
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: Dennis Filder <[email protected]>
Closes: 1037755
Changes:
 linphone (5.2.0-3) experimental; urgency=medium
 .
   * Add cherry-picked patch to build with GCC 13 (Closes: #1037755)
Checksums-Sha1:
 275074287a137982f0e766114019a929d1ad3d2f 2898 linphone_5.2.0-3.dsc
 4ab740f7b17055f049bc157c00a6b8295f66bff4 36092 linphone_5.2.0-3.debian.tar.xz
 9c941cfde907ff4251da87bfd974092ec6343a14 15838 linphone_5.2.0-3_amd64.buildinfo
Checksums-Sha256:
 5909125f381505ec5268e8643dc999c862808397ddd9633c04a75076d24b8f75 2898 
linphone_5.2.0-3.dsc
 c47e78d745904ac49b7b6de1587fa8d3a93617deb2b2b68d3be6c54d2d061c72 36092 
linphone_5.2.0-3.debian.tar.xz
 2f6d19a983261db8c117d5ed5dc857b061abf63f68b628bbdaa7ac2ad2c1642f 15838 
linphone_5.2.0-3_amd64.buildinfo
Files:
 a201366be5d2c0f3d0c0f78d19ce3cd6 2898 sound optional linphone_5.2.0-3.dsc
 543a00b1708330d1cb76b8aac6195119 36092 sound optional 
linphone_5.2.0-3.debian.tar.xz
 00ed2d9301932a1a443ef55cd1706eb7 15838 sound optional 
linphone_5.2.0-3_amd64.buildinfo

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

iQJFBAEBCgAvFiEE1uAexRal3873GVbTd1B55bhQvJMFAmS0UZURHGJlcm5pQGRl
Ymlhbi5vcmcACgkQd1B55bhQvJOv8A/8CkzRu84jDryVRw98RJ2yQuDuZ4y0Jf2W
H4tYFn/okzQHIoi9eRKOQm+GkCateMubi0dFC3GeMgS/IqV58v78eh2QoRQV8rdb
kBXUY8UPHlXu/RnCqLhVVwvVCL60+2qN1/ol1jVSh/57aHxkU5uSd0sqEvbUm1CI
drFlmvy6wrGXJRSn1ZBajDN+iGKvUWFVYpOadCehRTzbaiRv9P8VjQptkr6xX3NB
7zYuVRHgTxUKPPiiJzS+7kC7UAaEdS04b8DuNfGS3QzuIpuJUnCtlA1RFFwB1FKb
Y93uwdQO/7NoMOoevfU1v3kgn9wYn3T7jMlLthBUGrPmtzj5NCph0gluwYTxPVJA
odcxHvxOs3zuG4F72az3RDiRDUnBWL51iXOeIB3PuGs/ed7pRyYKbqyoqi7zacQy
5QrY7rNgLwGnJgiA4iALvOXDXUcY3SyjLGDU4mhxcjJ/dqVxC94ENQ0aE9B3jsUS
qUI24UQXgUQIdkMXzLrpkmWhN5Zn4ntL2mYGgID/DFgpzy+cMgZwVh05kdfACa2E
Bq6E9KbNtT2PBMR5pjuvwkeZ9VXoyUA4R6BS2WJgbm7FnybtoMImD7zhBYkSBJW5
LJovQ6fp3A5fN9bFMx+1Ed+/60pvgEhMRQHrWCQnYdU7IFgy9qWmQvwXPMZiJpRj
hafSetVnI9g=
=tITk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to