Package: ntp Severity: serious In current up-to-date unstable, ntp doesn't build from the source package. Tested and was this failure on both amd64 and i386.
Here is a snippet of the part that fails: if gcc -DHAVE_CONFIG_H -I. -I../../ntpd -I.. -I../../include -I../include -I/usr/include -g -O2 -Wall -Wcast-qual -Wmissing-prototypes -Wpointer-arith -Wshadow -Wstrict-prototypes -MT ntp_config.o -MD -MP -MF ".deps/ntp_config.Tpo" \ -c -o ntp_config.o `test -f '../../ntpd/ntp_config.c' || echo '../../ntpd/'`../../ntpd/ntp_config.c; \ then mv -f ".deps/ntp_config.Tpo" ".deps/ntp_config.Po"; \ else rm -f ".deps/ntp_config.Tpo"; exit 1; \ fi ../../ntpd/ntp_config.c:70: error: ‘CONFIG_CRYPTO’ undeclared here (not in a function) ../../ntpd/ntp_config.c:79: error: ‘CONFIG_KEYS’ undeclared here (not in a function) ../../ntpd/ntp_config.c:87: error: ‘CONFIG_PHONE’ undeclared here (not in a function) ../../ntpd/ntp_config.c: In function ‘getconfig’: ../../ntpd/ntp_config.c:1121: error: duplicate case value ../../ntpd/ntp_config.c:970: error: previously used here ../../ntpd/ntp_config.c:1747: error: duplicate case value ../../ntpd/ntp_config.c:970: error: previously used here make[1]: *** [ntp_config.o] Error 1 make[1]: Leaving directory `/usr/local/src/ntp-4.2.0a+stable/build-refclock/ntpd' make: *** [build-stamp] Error 2