Source: libevtx
Version: 20181227-2.1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=libevtx&arch=i386&ver=20181227-2.1%2Bb2&stamp=1730166303&raw=0
...
message_handle.c: In function ‘message_handle_get_resource_file’:
message_handle.c:3033:14: error: passing argument 1 of
‘libfcache_date_time_get_timestamp’ from incompatible pointer type
[-Wincompatible-pointer-types]
3033 | ×tamp,
| ^~~~~~~~~~
| |
| time_t * {aka long int *}
In file included from evtxtools_libfcache.h:32,
from message_handle.c:43:
../libfcache/libfcache_date_time.h:37:15: note: expected ‘int64_t *’ {aka ‘long
long int *’} but argument is of type ‘time_t *’ {aka ‘long int *’}
37 | int64_t *timestamp,
| ~~~~~~~~~^~~~~~~~~
message_handle.c: In function ‘message_handle_get_mui_resource_file’:
message_handle.c:3268:14: error: passing argument 1 of
‘libfcache_date_time_get_timestamp’ from incompatible pointer type
[-Wincompatible-pointer-types]
3268 | ×tamp,
| ^~~~~~~~~~
| |
| time_t * {aka long int *}
../libfcache/libfcache_date_time.h:37:15: note: expected ‘int64_t *’ {aka ‘long
long int *’} but argument is of type ‘time_t *’ {aka ‘long int *’}
37 | int64_t *timestamp,
| ~~~~~~~~~^~~~~~~~~
make[2]: *** [Makefile:852: message_handle.o] Error 1
i386 continues using 32-bit time_t.