Package: smokeping Version: 2.0.2-1 Severity: serious Tags: patch When building 'smokeping' in a clean 'unstable' chroot, I get the following error:
pod2man --release=2.0.2 --center=SmokePing lib/Smokeping/matchers/base.pm --section 3 > doc/Smokeping/matchers/base.3 perl -I/home/oetiker/lib/fake-perl/ -Ilib -I/usr/pack/rrdtool-1.2svn-to/lib/perl -mSmokeping -e 'Smokeping::main()' -- --makepod > doc/smokeping_config.pod require Smokeping::probes::AnotherDNS failed: Can't locate Net/DNS.pm in @INC (@INC contains: .. /home/oetiker/lib/fake-perl/ lib /usr/pack/rrdtool-1.2svn-to/lib/perl /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at lib/Smokeping/probes/AnotherDNS.pm line 26. BEGIN failed--compilation aborted at lib/Smokeping/probes/AnotherDNS.pm line 26. Compilation failed in require at (eval 11) line 3. make[1]: *** [doc/smokeping_config.pod] Error 2 make[1]: Leaving directory `/smokeping-2.0.2' make: *** [build] Error 2 Please add the missing Build-Depends on 'libnet-dns-perl, libnet-ldap-perl, libauthen-radius-perl, libnet-telnet-perl' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/smokeping-2.0.2/debian/control ./debian/control --- ../tmp-orig/smokeping-2.0.2/debian/control 2005-09-25 06:52:44.000000000 +0000 +++ ./debian/control 2005-09-25 06:52:42.000000000 +0000 @@ -2,7 +2,7 @@ Section: net Priority: extra Maintainer: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>= 4.1.40), dpatch (>= 2.0.9), librrds-perl, groff-base, libhtml-parser-perl +Build-Depends-Indep: debhelper (>= 4.1.40), dpatch (>= 2.0.9), librrds-perl, groff-base, libhtml-parser-perl, libnet-dns-perl, libnet-ldap-perl, libauthen-radius-perl, libnet-telnet-perl Standards-Version: 3.6.2 Package: smokeping -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]