Bug#953815: libc6-dev: Cannot build GNU Emacs - limits.h error in configure

2020-03-13 Thread Adam Sjøgren
Sven writes: > Known problem, wait for gcc-9 9.3.0-3 to appear on your mirror. Thanks - sorry for hitting the wrong "target" (I only looked at libc6-dev and glibc bugs :-/) > Welcome to unstable! Been here since bo. Best regards, Adam -- "Vilken sanning, Måns, är sann?"

Bug#953815: libc6-dev: Cannot build GNU Emacs - limits.h error in configure

2020-03-13 Thread Sven Joachim
Control: reassign -1 cpp-9 Control: forcemerge 953806 -1 On 2020-03-13 20:03 +0100, Adam Sjøgren wrote: > Package: libc6-dev > Version: 2.30-2 > Severity: normal > > Dear Maintainer, > > I cannot build GNU Emacs on Debian unstable after the latest update - > configure > fails with an error with

Bug#953815: libc6-dev: Cannot build GNU Emacs - limits.h error in configure

2020-03-13 Thread Adam Sjøgren
Package: libc6-dev Version: 2.30-2 Severity: normal Dear Maintainer, I cannot build GNU Emacs on Debian unstable after the latest update - configure fails with an error with the limits.h include. Here is a minimal reproduction: $ cat test.c #include #include int main(void) { exit(0); } $