On Sat, Aug 23, 2008 at 23:55:55 -0400, David L. Craig wrote: > I tried to upgrade my Sid system after having had it shutdown for > months. Apt-Get downloaded over a thousand packages! I had some > trouble which resulted in finally using the -f and --fix-missing options > and now I get the following results: > > Setting up base-passwd (3.5.18) ... > Can't locate Pod/Usage.pm in @INC (@INC > contains: /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 /usr/sbin/install-docs line 18. > Global symbol "$opt_rootdir" requires explicit package name > at /usr/sbin/install-docs line 136. > Execution of /usr/sbin/install-docs aborted due to compilation errors. > dpkg: error processing base-passwd (--configure): > subprocess post-installation script returned error exit status 9 > Errors were encountered while processing: > base-passwd > E: Sub-process /usr/bin/dpkg returned an error code (1)
Something went wrong with the transition from perl 5.8 to perl 5.10; your system seems to be stuck with perl 5.8 at the moment. Perl is used in many package installations scripts. I need to know more about the state of perl on your machine; please post the output of the following commands: dpkg -l perl\* | awk '/^i/{print $1,$2,$3}' stat /usr/share/perl/5.8.8/Pod/Usage.pm ls -l /usr/share/perl/ -- Regards, | http://users.icfo.es/Florian.Kulzer Florian | -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]