Package: perl-base
Version: 5.10.0-9
Severity: serious
Upgrading a freshly debootstrapped lenny chroot to sid, I got this:
Setting up man-db (
2.5.1-4) ...
Can't locate Hash/Util.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/share/perl/5.10/fields.pm line 122.
Compilation failed in require at /usr/share/perl5/Debconf/Log.pm line 10.
Compilation failed in require at /usr/share/perl5/Debconf/Db.pm line 7.
BEGIN failed--compilation aborted at /usr/share/perl5/Debconf/Db.pm line 7.
Compilation failed in require at /usr/share/debconf/frontend line 6.
BEGIN failed--compilation aborted at /usr/share/debconf/frontend line 6.
dpkg: error processing man-db (--configure):
subprocess post-installation script returned error exit status 2
The bug is that fields.pm requires Hash::Util, which is in perl,
which was not installed.
Please move Hash::Util to perl-base, or modify fields to not use it.