Source: libregf Version: 20201007-2.1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=libregf&ver=20201007-2.1%2Bb3
... pyregf_value.c: In function 'pyregf_value_get_data_size': pyregf_value.c:720:19: error: passing argument 2 of 'libregf_value_get_value_data_size' from incompatible pointer type [-Wincompatible-pointer-types] 720 | &data_size, | ^~~~~~~~~~ | | | size64_t * {aka long long unsigned int *} In file included from pyregf_libregf.h:27, from pyregf_file.h:29, from pyregf_value.c:30: ../include/libregf.h:748:14: note: expected 'size_t *' {aka 'unsigned int *'} but argument is of type 'size64_t *' {aka 'long long unsigned int *'} 748 | size_t *value_data_size, | ~~~~~~~~^~~~~~~~~~~~~~~ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../common -I/usr/include/python3.12 -I/usr/include/python3.12 -Wdate-time -D_FORTIFY_SOURCE=2 -I../include -I../common -I../libcerror -I../libcdata -I../libclocale -I../libcsplit -I../libuna -I../libcfile -I../libcpath -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -c pyregf_value_types.c -fPIC -DPIC -o .libs/pyregf_la-pyregf_value_types.o