Package: libwww-indexparser-perl Version: 0.4-2 Severity: serious Tags: patch
When building 'libwww-indexparser-perl' in a clean 'unstable' chroot, I get the following error: # Tried to use 'WWW::IndexParser'. # Error: Can't locate LWP/UserAgent.pm in @INC (@INC contains: ../lib /libwww-indexparser-perl-0.4/blib/lib /libwww-indexparser-perl-0.4/blib/arch /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /libwww-indexparser-perl-0.4/blib/lib/WWW/IndexParser.pm line 4. # BEGIN failed--compilation aborted at t/WWW-IndexParser.t line 10. # Compilation failed in require at (eval 3) line 2. # BEGIN failed--compilation aborted at (eval 3) line 2. Can't locate object method "new" via package "WWW::IndexParser" at t/WWW-IndexParser.t line 18. # Looks like you planned 3 tests but only ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test died just after 1. dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/WWW-IndexParser.t 255 65280 3 5 166.67% 1-3 Failed 1/1 test scripts, 0.00% okay. 3/3 subtests failed, 0.00% okay. make[1]: *** [test_dynamic] Error 255 make[1]: Leaving directory `/libwww-indexparser-perl-0.4' make: *** [install-stamp] Error 2 Please add the missing Build-Depends on 'libwww-perl' to debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/libwww-indexparser-perl-0.4/debian/control ./debian/control --- ../tmp-orig/libwww-indexparser-perl-0.4/debian/control 2006-09-11 13:21:19.000000000 +0000 +++ ./debian/control 2006-09-11 13:21:14.000000000 +0000 @@ -2,7 +2,7 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 4.0.2) -Build-Depends-Indep: perl (>= 5.8.0-7) +Build-Depends-Indep: perl (>= 5.8.0-7), libwww-perl Maintainer: James Bromberger <[EMAIL PROTECTED]> Standards-Version: 3.7.2.0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]