Comment 7 for bug 13917

Revision history for this message
David Silverkors (xduffy) wrote : Re: Doesn't install

I get the same error as my french friend got:

david@GentileHunter:~$ sudo apt-get install --reinstall libxml-sax-perl
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  libxml-namespacesupport-perl
The following NEW packages will be installed:
  libxml-namespacesupport-perl libxml-sax-perl
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 94.5kB of archives.
After unpacking 537kB of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://archive.ubuntu.com breezy/main libxml-namespacesupport-perl 1.09-1
[15.0kB]
Get:2 http://archive.ubuntu.com breezy/main libxml-sax-perl 0.12-5 [79.5kB]
Fetched 94.5kB in 0s (241kB/s)

Preconfiguring packages ...
Selecting previously deselected package libxml-namespacesupport-perl.
(Reading database ... 75898 files and directories currently installed.)
Unpacking libxml-namespacesupport-perl (from
.../libxml-namespacesupport-perl_1.09-1_all.deb) ...
Selecting previously deselected package libxml-sax-perl.
Unpacking libxml-sax-perl (from .../libxml-sax-perl_0.12-5_all.deb) ...
Setting up libxml-namespacesupport-perl (1.09-1) ...
Setting up libxml-sax-perl (0.12-5) ...
Can't locate object method "save_parsers_debian" via package "XML::SAX" at
/usr/bin/update-perl-sax-parsers line 90.
dpkg: error processing libxml-sax-perl (--configure):
 subprocess post-installation script returned error exit status 255
Errors were encountered while processing:
 libxml-sax-perl
E: Sub-process /usr/bin/dpkg returned an error code (1)

And it doesn't matter if I use archive.ubuntu.com or se.archive.ubuntu.com.
I did complete removals between my 4-5 tries to install libxml-sax-perl...
Something smells fishy.(In reply to comment #1)
> works charmingly nice:
>
> daniel@bert:~$ LC_ALL=C sudo apt-get install --reinstall libxml-sax-perl
> Password:
> Reading package lists... Done
> Building dependency tree... Done
> The following extra packages will be installed:
> libxml-namespacesupport-perl
> The following NEW packages will be installed:
> libxml-namespacesupport-perl libxml-sax-perl
> 0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
> Need to get 94.5kB of archives.
> After unpacking 537kB of additional disk space will be used.
> Do you want to continue [Y/n]?
> Get:1 http://archive.ubuntu.com breezy/main libxml-namespacesupport-perl 1.09-1
> [15.0kB]
> Get:2 http://archive.ubuntu.com breezy/main libxml-sax-perl 0.12-5 [79.5kB]
> Fetched 94.5kB in 0s (138kB/s)
>
> Preconfiguring packages ...
> Selecting previously deselected package libxml-namespacesupport-perl.
> (Reading database ... 165541 files and directories currently installed.)
> Unpacking libxml-namespacesupport-perl (from
> .../libxml-namespacesupport-perl_1.09-1_all.deb) ...
> Selecting previously deselected package libxml-sax-perl.
> Unpacking libxml-sax-perl (from .../libxml-sax-perl_0.12-5_all.deb) ...
> Setting up libxml-namespacesupport-perl (1.09-1) ...
> Setting up libxml-sax-perl (0.12-5) ...
>
> daniel@bert:~$
>
>
> Closing as FIXED.