Control: found -1 8.16+dfsg1-1
Matthias Klose <d...@debian.org> writes: > | void (*)(void) > In file included from ../src/rktio/rktio_process.c:2: > ../src/rktio/rktio_private.h:438:50: note: expected ‘void (*)(int)’ but > argument is of type ‘void (*)(void)’ > 438 | void rktio_set_signal_handler(int sig_id, void (*proc)(int)); > | ~~~~~~~^~~~~~~~~~ > ../src/rktio/rktio_process.c:393:13: note: ‘got_sigchld’ declared here > 393 | static void got_sigchld() > | ^~~~~~~~~~~ > compile failed > in build-one > in loop > in module->hash It looks like racket 8.16 fails in the same place. Someone(TM) should forward this issue upstream.