Your message dated Sun, 07 Apr 2024 13:22:10 +0000
with message-id <e1rtstk-007viy...@fasolo.debian.org>
and subject line Bug#1068029: fixed in nfstrace 0.4.3.2+git20200805+b220d04-4
has caused the Debian Bug report #1068029,
regarding FTBFS: error: format ‘%ld’ expects argument of type ‘long int’, but 
argument 5 has type ‘time_t’ {aka ‘long long int’}
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.)


-- 
1068029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1068029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: nfstrace
Version: 0.4.3.2+git20200805+b220d04-3
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/fetch.php?pkg=nfstrace&arch=armhf&ver=0.4.3.2%2Bgit20200805%2Bb220d04-3%2Bb2&stamp=1711734395&raw=0

/<<PKGBUILDDIR>>/analyzers/src/watch/nc_windows/header_window.cpp: In member
function ‘void HeaderWindow::update()’:
/<<PKGBUILDDIR>>/analyzers/src/watch/nc_windows/header_window.cpp:77:83: error:
format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type
‘time_t’ {aka ‘long long int’} [-Werror=format=]
   77 |     mvwprintw(_window, HEADER::ELAPSED_LINE, FIRST_CHAR_POS, "Elapsed
time:  \t %ld days; %ld:%ld:%ld times",
      |
~~^
      |
|
      |
long int
      |
%lld
   78 |               shift_time / SECINDAY, shift_time % SECINDAY / SECINHOUR,
shift_time % SECINHOUR / SECINMIN, shift_time % SECINMIN);
      |               ~~~~~~~~~~~~~~~~~~~~~
      |                          |
      |                          time_t {aka long long int}
/<<PKGBUILDDIR>>/analyzers/src/watch/nc_windows/header_window.cpp:77:93: error:
format ‘%ld’ expects argument of type ‘long int’, but argument 6 has type
‘time_t’ {aka ‘long long int’} [-Werror=format=]
   77 |     mvwprintw(_window, HEADER::ELAPSED_LINE, FIRST_CHAR_POS, "Elapsed
time:  \t %ld days; %ld:%ld:%ld times",
      |
~~^
      |
|
      |
long int
      |
%lld
   78 |               shift_time / SECINDAY, shift_time % SECINDAY / SECINHOUR,
shift_time % SECINHOUR / SECINMIN, shift_time % SECINMIN);
      |                                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                            |
      |                                                            time_t {aka
long long int}
/<<PKGBUILDDIR>>/analyzers/src/watch/nc_windows/header_window.cpp:77:97: error:
format ‘%ld’ expects argument of type ‘long int’, but argument 7 has type
‘time_t’ {aka ‘long long int’} [-Werror=format=]
   77 |     mvwprintw(_window, HEADER::ELAPSED_LINE, FIRST_CHAR_POS, "Elapsed
time:  \t %ld days; %ld:%ld:%ld times",
      |
~~^
      |
|
      |
long int
      |
%lld
   78 |               shift_time / SECINDAY, shift_time % SECINDAY / SECINHOUR,
shift_time % SECINHOUR / SECINMIN, shift_time % SECINMIN);
      |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |
|
      |
time_t {aka long long int}
/<<PKGBUILDDIR>>/analyzers/src/watch/nc_windows/header_window.cpp:77:101:
error: format ‘%ld’ expects argument of type ‘long int’, but argument 8 has
type ‘time_t’ {aka ‘long long int’} [-Werror=format=]
   77 |     mvwprintw(_window, HEADER::ELAPSED_LINE, FIRST_CHAR_POS, "Elapsed
time:  \t %ld days; %ld:%ld:%ld times",
      |
~~^
      |
|
      |
long int
      |
%lld
   78 |               shift_time / SECINDAY, shift_time % SECINDAY / SECINHOUR,
shift_time % SECINHOUR / SECINMIN, shift_time % SECINMIN);
      |
~~~~~~~~~~~~~~~~~~~~~
      |
|
      |
time_t {aka long long int}


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 
'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.7.9-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: nfstrace
Source-Version: 0.4.3.2+git20200805+b220d04-4
Done: Andrej Shadura <andre...@debian.org>

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

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated nfstrace 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: SHA256

Format: 1.8
Date: Sun, 07 Apr 2024 14:53:20 +0200
Source: nfstrace
Architecture: source
Version: 0.4.3.2+git20200805+b220d04-4
Distribution: unstable
Urgency: medium
Maintainer: Andrej Shadura <andre...@debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 1068029
Changes:
 nfstrace (0.4.3.2+git20200805+b220d04-4) unstable; urgency=medium
 .
   * Add nocheck and nodoc build profiles.
   * Use intmax_t and the corresponding format specifier when dealing with 
time_t
     (Closes: #1068029)
Checksums-Sha1:
 6a2ea54d3ed644887e43b16609e6dcc4a67205b8 1957 
nfstrace_0.4.3.2+git20200805+b220d04-4.dsc
 3bbded4debedd63cd8e62f02935176a18f8fd2aa 6412 
nfstrace_0.4.3.2+git20200805+b220d04-4.debian.tar.xz
Checksums-Sha256:
 901fc9eb113a010c3c7833febdfcc4f95f934b211acaa117821c2582abb17e66 1957 
nfstrace_0.4.3.2+git20200805+b220d04-4.dsc
 77409c3a4a009820c12b9e654e77b9829ded0376f507db397ff8d9b47670f7ce 6412 
nfstrace_0.4.3.2+git20200805+b220d04-4.debian.tar.xz
Files:
 ff7af1bb75934ac4b9ca6db1b3340c9c 1957 net optional 
nfstrace_0.4.3.2+git20200805+b220d04-4.dsc
 0da47d63d10491ba3dbbdd6c3c9684ad 6412 net optional 
nfstrace_0.4.3.2+git20200805+b220d04-4.debian.tar.xz

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

iHUEARYIAB0WIQSD3NF/RLIsyDZW7aHoRGtKyMdyYQUCZhKb3QAKCRDoRGtKyMdy
YfDqAQD4isntxVd8k3GIgqMSX/8wH2sTdzxIOo4t6f/IuW9TWQD+LDwbYlL4HeZv
79PYo3kGz6dHhtN9v3ScMK8H1bCC1A4=
=VNvD
-----END PGP SIGNATURE-----

Attachment: pgpNTkIyGxXOp.pgp
Description: PGP signature


--- End Message ---

Reply via email to