Your message dated Tue, 07 Dec 2021 21:03:36 +0000
with message-id <e1muhce-00038u...@fasolo.debian.org>
and subject line Bug#997278: fixed in pidgin-sipe 1.25.0-2.1
has caused the Debian Bug report #997278,
regarding pidgin-sipe: FTBFS: sipe-tls-tester.c:158:17: error: ‘g_memdup’ is 
deprecated: Use 'g_memdup2' instead [-Werror=deprecated-declarations]
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.)


-- 
997278: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=997278
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pidgin-sipe
Version: 1.25.0-2
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> /bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../..   -Wdate-time -D_FORTIFY_SOURCE=2  -Werror -Wall -Wextra 
> -Waggregate-return -Wcast-align -Wcast-function-type 
> -Wdeclaration-after-statement -Wdeprecated-declarations 
> -Wduplicate-decl-specifier -Winit-self -Wmaybe-uninitialized 
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
> -Wunused-but-set-variable -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -DLOCALEDIR=\"/usr/share/locale\" -I./../api -isystem /usr/include/mit-krb5  
> -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freerdp2/ 
> -I/usr/include/winpr2  -I/usr/include/nss -I/usr/include/nspr  -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o libsipe_core_crypto_la-sipe-cert-crypto-nss.lo 
> `test -f 'sipe-cert-crypto-nss.c' || echo './'`sipe-cert-crypto-nss.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Werror -Wall -Wextra -Waggregate-return -Wcast-align 
> -Wcast-function-type -Wdeclaration-after-statement -Wdeprecated-declarations 
> -Wduplicate-decl-specifier -Winit-self -Wmaybe-uninitialized 
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
> -Wunused-but-set-variable -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -DLOCALEDIR=\"/usr/share/locale\" -I./../api -isystem /usr/include/mit-krb5 
> -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freerdp2/ 
> -I/usr/include/winpr2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
> -fstack-protector-strong -Wformat -Werror=format-security -c sipe-tls.c  
> -fPIC -DPIC -o .libs/libsipe_core_la-sipe-tls.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Werror -Wall -Wextra -Waggregate-return -Wcast-align 
> -Wcast-function-type -Wdeclaration-after-statement -Wdeprecated-declarations 
> -Wduplicate-decl-specifier -Winit-self -Wmaybe-uninitialized 
> -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
> -Wunused-but-set-variable -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -DLOCALEDIR=\"/usr/share/locale\" -I./../api -isystem /usr/include/mit-krb5 
> -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freerdp2/ 
> -I/usr/include/winpr2 -I/usr/include/nss -I/usr/include/nspr -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -c sipe-cert-crypto-nss.c  -fPIC -DPIC -o 
> .libs/libsipe_core_crypto_la-sipe-cert-crypto-nss.o
> sipe-tls-tester.c: In function ‘read_tls_record’:
> sipe-tls-tester.c:158:17: error: ‘g_memdup’ is deprecated: Use 'g_memdup2' 
> instead [-Werror=deprecated-declarations]
>   158 |                 record->msg     = g_memdup(buffer, result);
>       |                 ^~~~~~
> In file included from /usr/include/glib-2.0/glib.h:82,
>                  from sipe-tls-tester.c:61:
> /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here
>   257 | gpointer              g_memdup         (gconstpointer mem,
>       |                       ^~~~~~~~
> sipe-tls.c: In function ‘sipe_tls_prf’:
> sipe-tls.c:430:9: error: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead 
> [-Werror=deprecated-declarations]
>   430 |         guchar *secret2 = g_memdup(secret + secret_length - half, 
> half);
>       |         ^~~~~~
> In file included from /usr/include/glib-2.0/glib.h:82,
>                  from sipe-tls.c:41:
> /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here
>   257 | gpointer              g_memdup         (gconstpointer mem,
>       |                       ^~~~~~~~
> sipe-tls.c: In function ‘tls_client_key_exchange’:
> sipe-tls.c:1528:9: error: ‘g_memdup’ is deprecated: Use 'g_memdup2' instead 
> [-Werror=deprecated-declarations]
>  1528 |         state->server_random.buffer = g_memdup(server_random->data,
>       |         ^~~~~
> In file included from /usr/include/glib-2.0/glib.h:82,
>                  from sipe-tls.c:41:
> /usr/include/glib-2.0/glib/gstrfuncs.h:257:23: note: declared here
>   257 | gpointer              g_memdup         (gconstpointer mem,
>       |                       ^~~~~~~~
> cc1: all warnings being treated as errors
> make[4]: *** [Makefile:1905: sipe_tls_tester-sipe-tls-tester.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2021/10/23/pidgin-sipe_1.25.0-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: pidgin-sipe
Source-Version: 1.25.0-2.1
Done: Adrian Bunk <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
pidgin-sipe, 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 997...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated pidgin-sipe 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: Tue, 23 Nov 2021 01:46:05 +0200
Source: pidgin-sipe
Architecture: source
Version: 1.25.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Jakub Adam <jakub.a...@ktknet.cz>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 997278
Changes:
 pidgin-sipe (1.25.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Build with --disable-quality-check to fix building with
     recent glib. (Closes: #997278)
Checksums-Sha1:
 9b28ae29098c725e3c2f39bba2c1a205778829cf 2139 pidgin-sipe_1.25.0-2.1.dsc
 30f2df63581a0cbdc13e0d2e818c170cde149801 13884 
pidgin-sipe_1.25.0-2.1.debian.tar.xz
Checksums-Sha256:
 7e98461589b084fe739aea0e1fe2555b3ef9635d0d074244156b683499abc0d6 2139 
pidgin-sipe_1.25.0-2.1.dsc
 021695cc88b8c410c7b72c9bece58478f2f23af4fbc70b676bc8ff38d9747503 13884 
pidgin-sipe_1.25.0-2.1.debian.tar.xz
Files:
 5794418917f85ff79393292d38ac1062 2139 misc optional pidgin-sipe_1.25.0-2.1.dsc
 885af03bcddb9aebbea952e64790dd0e 13884 misc optional 
pidgin-sipe_1.25.0-2.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmGcMWgACgkQiNJCh6LY
mLGrNQ/+LQlbcWdprT1bKORM2tYe7GzuZLxjb/EmWz7wbWGPHXgoH+yvutWvIA27
Zhn+nV/ao1UB/SoZ4/fFfnioTwQOqijbT+0HpAgSjlMwu0tkAKj83KyDhM7tG3c3
KyJcobJ8L8HcMWDz1J+SBZIowDyg03ZjuYCfNSAUXOvr4atIzs9rjH7adovndr6q
WN3vTmvVdbuttB9nJAzUaz/LDlNXZfbS7V2638vNV8JELdF2N8E6vDbpcIm7umI/
dxFr/3sML0tm8ywv/yMxmyMponqVVj08VtYhOy0e+dvJNFU7q3APfVnPsWjxNv3R
KiX0Svh4bWb6CuO/vEgC8nR/Al3qbPez+FI1SFILsW8zxNA5pO+8124Po3ploreA
KIPzUYln7U8qbh5LRx+3yPPDnZ+xcsUhllzH412OmmntXRb8gB6onIPDNfiW/65T
oyWieQcnMxb4CWSlxEu90WQq6B6FgVbjYQXRPWnLcUZBGt+/GVaCQApzu0etf1DH
o1KJERnW4F8BNjHRP4PZVO18j4Zw6GceBsPBXkQOGnX6qTQbwsYiCSxYHMMIqNtl
bxDxkXZ3JsdaYZB3gGBs3rzp7GJ/VzPdD8R32+hflTmHiciFzH8wz2y0nu39k+PK
ACgIPQvMmx2mnHNGiQ4MRrLV5sz24kZrU6m/w07SY3W6DB19ZHc=
=INWh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to