Your message dated Tue, 02 Aug 2022 22:20:41 +0000
with message-id <e1oj0fl-00csmo...@fasolo.debian.org>
and subject line Bug#1015031: fixed in irssi-plugin-xmpp 
0.54+git20191101+c13fa5-1.1
has caused the Debian Bug report #1015031,
regarding irssi-plugin-xmpp: FTBFS: xep/ping.c:169:37: error: request for 
member ‘tv_sec’ in something not a structure or union
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.)


-- 
1015031: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: irssi-plugin-xmpp
Version: 0.54+git20191101+c13fa5-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220716 ftbfs-bookworm

Hi,

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


Relevant part (hopefully):
> cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
> -Werror=format-security -fPIC -DUOFF_T_LONG -fPIC -DUOFF_T_LONG  
> -I../../src/core -I/usr/include/irssi -I/usr/include/irssi/src 
> -I/usr/include/irssi/src/core -I/usr/include/irssi/src/fe-common/core 
> -I/usr/include/irssi/src/fe-text `pkg-config --cflags glib-2.0` `pkg-config 
> --cflags loudmouth-1.0` -o xep/vcard.o -c xep/vcard.c
> xep/ping.c:41:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead 
> [-Wdeprecated-declarations]
>    41 |         GTimeVal  time;
>       |         ^~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:32,
>                  from /usr/include/glib-2.0/glib.h:30,
>                  from /usr/include/irssi/src/common.h:39,
>                  from ../../src/core/module.h:4,
>                  from xep/ping.c:26:
> /usr/include/glib-2.0/glib/gtypes.h:553:8: note: declared here
>   553 | struct _GTimeVal
>       |        ^~~~~~~~~
> xep/ping.c: In function ‘request_ping’:
> xep/ping.c:66:17: warning: ‘g_get_current_time’ is deprecated: Use 
> 'g_get_real_time' instead [-Wdeprecated-declarations]
>    66 |                 g_get_current_time(&server->lag_sent);
>       |                 ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
>                  from /usr/include/glib-2.0/glib.h:54,
>                  from /usr/include/irssi/src/common.h:39,
>                  from ../../src/core/module.h:4,
>                  from xep/ping.c:26:
> /usr/include/glib-2.0/glib/gmain.h:712:8: note: declared here
>   712 | void   g_get_current_time                 (GTimeVal       *result);
>       |        ^~~~~~~~~~~~~~~~~~
> xep/ping.c:66:36: warning: passing argument 1 of ‘g_get_current_time’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>    66 |                 g_get_current_time(&server->lag_sent);
>       |                                    ^~~~~~~~~~~~~~~~~
>       |                                    |
>       |                                    gint64 * {aka long int *}
> In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
>                  from /usr/include/glib-2.0/glib.h:54,
>                  from /usr/include/irssi/src/common.h:39,
>                  from ../../src/core/module.h:4,
>                  from xep/ping.c:26:
> /usr/include/glib-2.0/glib/gmain.h:712:60: note: expected ‘GTimeVal *’ {aka 
> ‘struct _GTimeVal *’} but argument is of type ‘gint64 *’ {aka ‘long int *’}
>   712 | void   g_get_current_time                 (GTimeVal       *result);
>       |                                            ~~~~~~~~~~~~~~~~^~~~~~
> xep/ping.c:72:17: warning: ‘g_get_current_time’ is deprecated: Use 
> 'g_get_real_time' instead [-Wdeprecated-declarations]
>    72 |                 g_get_current_time(&pd->time);
>       |                 ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
>                  from /usr/include/glib-2.0/glib.h:54,
>                  from /usr/include/irssi/src/common.h:39,
>                  from ../../src/core/module.h:4,
>                  from xep/ping.c:26:
> /usr/include/glib-2.0/glib/gmain.h:712:8: note: declared here
>   712 | void   g_get_current_time                 (GTimeVal       *result);
>       |        ^~~~~~~~~~~~~~~~~~
> xep/ping.c: In function ‘sig_recv_iq’:
> xep/ping.c:101:9: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead 
> [-Wdeprecated-declarations]
>   101 |         GTimeVal now;
>       |         ^~~~~~~~
> In file included from /usr/include/glib-2.0/glib/galloca.h:32,
>                  from /usr/include/glib-2.0/glib.h:30,
>                  from /usr/include/irssi/src/common.h:39,
>                  from ../../src/core/module.h:4,
>                  from xep/ping.c:26:
> /usr/include/glib-2.0/glib/gtypes.h:553:8: note: declared here
>   553 | struct _GTimeVal
>       |        ^~~~~~~~~
> xep/ping.c:109:25: warning: ‘g_get_current_time’ is deprecated: Use 
> 'g_get_real_time' instead [-Wdeprecated-declarations]
>   109 |                         g_get_current_time(&now);
>       |                         ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
>                  from /usr/include/glib-2.0/glib.h:54,
>                  from /usr/include/irssi/src/common.h:39,
>                  from ../../src/core/module.h:4,
>                  from xep/ping.c:26:
> /usr/include/glib-2.0/glib/gmain.h:712:8: note: declared here
>   712 | void   g_get_current_time                 (GTimeVal       *result);
>       |        ^~~~~~~~~~~~~~~~~~
> xep/ping.c:111:29: warning: ‘get_timeval_diff’ is deprecated 
> [-Wdeprecated-declarations]
>   111 |                             (int)get_timeval_diff(&now, 
> &server->lag_sent);
>       |                             ^
> In file included from xep/ping.c:27:
> /usr/include/irssi/src/core/misc.h:19:6: note: declared here
>    19 | long get_timeval_diff(const GTimeVal *tv1, const GTimeVal *tv2) 
> G_GNUC_DEPRECATED;
>       |      ^~~~~~~~~~~~~~~~
> xep/ping.c:111:57: warning: passing argument 2 of ‘get_timeval_diff’ from 
> incompatible pointer type [-Wincompatible-pointer-types]
>   111 |                             (int)get_timeval_diff(&now, 
> &server->lag_sent);
>       |                                                         
> ^~~~~~~~~~~~~~~~~
>       |                                                         |
>       |                                                         gint64 * {aka 
> long int *}
> In file included from xep/ping.c:27:
> /usr/include/irssi/src/core/misc.h:19:60: note: expected ‘const GTimeVal *’ 
> {aka ‘const struct _GTimeVal *’} but argument is of type ‘gint64 *’ {aka 
> ‘long int *’}
>    19 | long get_timeval_diff(const GTimeVal *tv1, const GTimeVal *tv2) 
> G_GNUC_DEPRECATED;
>       |                                            ~~~~~~~~~~~~~~~~^~~
> xep/ping.c:119:33: warning: ‘g_get_current_time’ is deprecated: Use 
> 'g_get_real_time' instead [-Wdeprecated-declarations]
>   119 |                                 g_get_current_time(&now);
>       |                                 ^~~~~~~~~~~~~~~~~~
> In file included from /usr/include/glib-2.0/glib/giochannel.h:33,
>                  from /usr/include/glib-2.0/glib.h:54,
>                  from /usr/include/irssi/src/common.h:39,
>                  from ../../src/core/module.h:4,
>                  from xep/ping.c:26:
> /usr/include/glib-2.0/glib/gmain.h:712:8: note: declared here
>   712 | void   g_get_current_time                 (GTimeVal       *result);
>       |        ^~~~~~~~~~~~~~~~~~
> xep/ping.c:121:37: warning: ‘get_timeval_diff’ is deprecated 
> [-Wdeprecated-declarations]
>   121 |                                     get_timeval_diff(&now, 
> &pd->time));
>       |                                     ^~~~~~~~~~~~~~~~
> In file included from xep/ping.c:27:
> /usr/include/irssi/src/core/misc.h:19:6: note: declared here
>    19 | long get_timeval_diff(const GTimeVal *tv1, const GTimeVal *tv2) 
> G_GNUC_DEPRECATED;
>       |      ^~~~~~~~~~~~~~~~
> xep/ping.c: In function ‘check_ping_func’:
> xep/ping.c:169:37: error: request for member ‘tv_sec’ in something not a 
> structure or union
>   169 |                 if (server->lag_sent.tv_sec != 0) {
>       |                                     ^
> xep/ping.c:172:52: error: request for member ‘tv_sec’ in something not a 
> structure or union
>   172 |                             (now - server->lag_sent.tv_sec) > 
> max_lag) {
>       |                                                    ^
> make[4]: *** [../rules.mk:10: xep/ping.o] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/07/16/irssi-plugin-xmpp_0.54+git20191101+c13fa5-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220716;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220716&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

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: irssi-plugin-xmpp
Source-Version: 0.54+git20191101+c13fa5-1.1
Done: Simon Chopin <scho...@ubuntu.com>

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

Debian distribution maintenance software
pp.
Simon Chopin <scho...@ubuntu.com> (supplier of updated irssi-plugin-xmpp 
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: SHA384

Format: 1.8
Date: Tue, 02 Aug 2022 23:53:15 +0200
Source: irssi-plugin-xmpp
Architecture: source
Version: 0.54+git20191101+c13fa5-1.1
Distribution: unstable
Urgency: medium
Maintainer: Florian Schlichting <f...@debian.org>
Changed-By: Simon Chopin <scho...@ubuntu.com>
Closes: 1015031
Changes:
 irssi-plugin-xmpp (0.54+git20191101+c13fa5-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * d/p/gtimeval-build-fix.patch: cherry-picked from a PR upstream to fix
     build against newer irssi (Closes: #1015031)
Checksums-Sha1:
 42522003b3fa62872be66bc7ed477c6c0e821720 2164 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1.dsc
 f2b4e92f9c7f6fa463fee4c40ab01e0eb5f39f4d 70771 
irssi-plugin-xmpp_0.54+git20191101+c13fa5.orig.tar.gz
 36ffdb69e95f18ff3fc21aabf50a42f128954b47 23936 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1.debian.tar.xz
 845d06fe152eee71db64e63af536242e15f96c44 8239 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1_amd64.buildinfo
Checksums-Sha256:
 cdc25a68d3947fc3749a0cea3a1456fe314fa0b848f10f3f48de6bc7f3bd38ed 2164 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1.dsc
 85fa4c847410e7258d8ad377cf0dc3c432d295b9712f1bf6e03a31da701b867b 70771 
irssi-plugin-xmpp_0.54+git20191101+c13fa5.orig.tar.gz
 a88a279ef0e09c2e66b1cb1f360b11bb0670f03b3296a20b6f71516ebb194a51 23936 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1.debian.tar.xz
 40fb6191351fa71639b7d463e40e6337225ee2e48c9460479c7086dcf87ea440 8239 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1_amd64.buildinfo
Files:
 93744a0f26600e95795a7a5b94148217 2164 net optional 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1.dsc
 bfd1dc70440b5087e99846b6020c9e10 70771 net optional 
irssi-plugin-xmpp_0.54+git20191101+c13fa5.orig.tar.gz
 43ea3e6206a7bede09467cfed76bbb07 23936 net optional 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1.debian.tar.xz
 89773c77c6d89dddb3b88b42843c392f 8239 net optional 
irssi-plugin-xmpp_0.54+git20191101+c13fa5-1.1_amd64.buildinfo

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

iQIzBAEBCQAdFiEEjbPlhoZdK0orGFpcUAHhsJqjdEsFAmLpnoQACgkQUAHhsJqj
dEt2rRAA036rVM5EiDVLBIZWlG58Gnj1kSD9p662fCMXXYvsxQRsjitW2Tn+RWdi
ImdzmHh0Cfu5fDVwjzX37iLnhQUPfBxnnibqUt1w2SLekyNuWJN73mDvPdo9lqWh
RmweYNvH9FiJs/4p7YbHSiqOP9ErfUGwBzXSzGTe3fM4k175Qqp2wjr3MJLAWPRT
ngUYuuVZN7blVMK4iyGLuFcRckFQjLRlQ8SoQ97O0MlFS1DL+9yv6LAlD5vRkUaZ
lKqvuhRw3hdQAUzgkno0qc9ObGavvm1wb1RELlTYhRNBTr4fvu+8gUP9IAhQJO5X
n9M0KeQEI4xRQB29Bfd6JIjjToeXDxD99xcYOnIG30qL7lw5RR3r+ZBLPOExFOxT
CYm3g3LOAurhmgnvIzK7idsIRlY7GENdV+CX95ARqa7wcmKmBg8WZ5sIFIFuRLwz
pPGBGOBthgQJ86llituHK5Wt3/5lUdIuu/tyAkRfxuhKtaH2sCKYiaEB8YqKIwja
vDoMV3yDPrsgmYhRETSWpLXFO7Bimf2KNEECZZg1eLblS7oINjYLLDJOgnzoWzV4
0fYiJfpZ0NXxOSRVo51+rJXMkIT6t1DzVgweUqO1N5cxLTQV07iPv/0D9WZzNHom
a5FZCEw9F2vMPY+jdhgT7hLZMX7Mg91mO+AKOvHqccF7x8kwf0I=
=HY1k
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to