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

Reply via email to