Source: pgagroal
Version: 2.0.0-1
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=pgagroal&ver=2.0.0-2
...
/build/reproducible-path/pgagroal-2.0.0/src/libpgagroal/ev.c: In function
‘ev_io_uring_periodic_stop’:
/build/reproducible-path/pgagroal-2.0.0/src/libpgagroal/ev.c:865:32: error:
cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
865 | io_uring_prep_cancel64(sqe, (uint64_t)watcher, 0);
| ^
/build/reproducible-path/pgagroal-2.0.0/src/libpgagroal/ev.c: In function
‘ev_epoll_loop’:
/build/reproducible-path/pgagroal-2.0.0/src/libpgagroal/ev.c:1183:32: error:
cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
1183 | rc = ev_epoll_handler((void*)events[i].data.u64);
| ^
/build/reproducible-path/pgagroal-2.0.0/src/libpgagroal/ev.c: In function
‘ev_epoll_periodic_start’:
/build/reproducible-path/pgagroal-2.0.0/src/libpgagroal/ev.c:1280:21: error:
cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
1280 | event.data.u64 = (uint64_t)watcher;
| ^
...