Comment 1 for bug 205348

Revision history for this message
Tiger!P (ubuntu-tigerp) wrote :

A work-a-round to get the package installation to complete, is to copy other gcc info files to the file that is missing.
This can be done by doing the following steps:
[code]
cp /usr/share/info/gcc-4.1.info.gz /usr/share/info/gcc-3.4.info.gz
cp /usr/share/info/gccint-4.1.info.gz /usr/share/info/gccint-3.4.info.gz
dpkg --configure -a
[/code]