Source: syncevolution
Version: 2.0.0-3.2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=syncevolution&ver=2.0.0-3.2
...
src/gtk3-ui/sync-ui.c: In function ‘add_backup’:
src/gtk3-ui/sync-ui.c:1622:22: error: passing argument 1 of ‘localtime’ from
incompatible pointer type [-Wincompatible-pointer-types]
1622 | tim = localtime (&endtime);
| ^~~~~~~~
| |
| long int *
In file included from /usr/include/features.h:523,
from
/usr/include/arm-linux-gnueabihf/bits/libc-header-start.h:33,
from /usr/include/stdlib.h:26,
from src/gtk3-ui/sync-ui.c:21:
/usr/include/time.h:141:19: note: expected ‘const time_t *’ {aka ‘const long
long int *’} but argument is of type ‘long int *’
141 | extern struct tm *__REDIRECT_NTH (localtime, (const time_t *__timer),
| ^~~~~~~~~~~~~~
make[3]: *** [Makefile:7582: src/gtk3-ui/src_gtk3_ui_sync_ui-sync-ui.o] Error 1