Your message dated Tue, 21 May 2024 10:02:43 +0200
with message-id <7357c0e1-83d5-4012-8861-8d5b19001...@debian.org>
and subject line Re: Bug#1071452: dnsdbq FTBFS on 32bit with 64bit time_t
has caused the Debian Bug report #1071452,
regarding dnsdbq FTBFS on 32bit with 64bit time_t
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.)


-- 
1071452: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071452
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: dnsdbq
Version: 2.6.6-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=dnsdbq&ver=2.6.6-1

...
time.c: In function ‘timeval_str’:
time.c:83:36: error: format ‘%ld’ expects argument of type ‘long int’, but 
argument 3 has type ‘__suseconds64_t’ {aka ‘long long int’} [-Werror=format=]
   83 |                 sprintf(dst, ".%03ld", src->tv_usec % 1000);
      |                                ~~~~^   ~~~~~~~~~~~~~~~~~~~
      |                                    |                |
      |                                    long int         __suseconds64_t 
{aka long long int}
      |                                %03lld
time.c:85:36: error: format ‘%ld’ expects argument of type ‘long int’, but 
argument 3 has type ‘__suseconds64_t’ {aka ‘long long int’} [-Werror=format=]
   85 |                 sprintf(dst, ".%06ld", src->tv_usec % 1000000);
      |                                ~~~~^   ~~~~~~~~~~~~~~~~~~~~~~
      |                                    |                |
      |                                    long int         __suseconds64_t 
{aka long long int}
      |                                %06lld
cc1: all warnings being treated as errors
make[1]: *** [Makefile:76: time.o] Error 1

--- End Message ---
--- Begin Message ---
Fixed in 2.6.7-1.

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to