Source: libgphoto2
Version: 2.5.31-3
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=libgphoto2&ver=2.5.31-3%2Bb1
...
ptp2/chdk.c: In function 'yuv_live_to_jpeg':
ptp2/chdk.c:1187:41: error: passing argument 3 of 'jpeg_mem_dest' from
incompatible pointer type [-Wincompatible-pointer-types]
1187 | jpeg_mem_dest (&cinfo, &outbuf, &outlen);
| ^~~~~~~
| |
| uint64_t * {aka long long
unsigned int *}
In file included from ptp2/chdk.c:32:
/usr/include/jpeglib.h:922:43: note: expected 'long unsigned int *' but
argument is of type 'uint64_t *' {aka 'long long unsigned int *'}
922 | unsigned long *outsize);
| ~~~~~~~~~~~~~~~^~~~~~~
make[4]: *** [Makefile:4257: ptp2/la-chdk.lo] Error 1