Source: tcptrack Version: 1.4.3-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/fetch.php?pkg=tcptrack&arch=armhf&ver=1.4.3-1%2Bb2&stamp=1711727713&raw=0
TextUI.cc: In member function ‘void TextUI::drawui()’: TextUI.cc:312:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=] 312 | printw("%lds",ic->getIdleSeconds()); | ~~^ ~~~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld TextUI.cc:314:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=] 314 | printw("%ldm",ic->getIdleSeconds()/60); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld TextUI.cc:316:35: error: format ‘%ld’ expects argument of type ‘long int’, but argument 2 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=] 316 | printw("%ldh",ic->getIdleSeconds()/3600); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | long int time_t {aka long long int} | %lld -- 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