Comment 2 for bug 64672

Revision history for this message
Marc Schiffbauer (mschiff) wrote :

My guess is that the pre/post-install scripts have a bug in these packages:

root@homer:~ # dpkg -l|grep transcoded
ii xfonts-100dpi-transcoded 1.0.0-2ubuntu1 100 dpi fonts for X (transcoded from ISO 106
ii xfonts-75dpi-transcoded 1.0.0-2ubuntu1 75 dpi fonts for X (transcoded from ISO 1064
root@homer:~ # dpkg --purge xfonts-75dpi-transcoded
(Reading database ... 204472 files and directories currently installed.)
Removing xfonts-75dpi-transcoded ...
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory
Purging configuration files for xfonts-75dpi-transcoded ...
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory
root@homer:~ # apt-cache policy xfonts-75dpi-transcoded
xfonts-75dpi-transcoded:
  Installed: (none)
  Candidate: 1:1.0.0-2ubuntu1
  Version table:
     1:1.0.0-2ubuntu1 0
        500 http://de.archive.ubuntu.com edgy/universe Packages
root@homer:~ # aptitude install xfonts-75dpi-transcoded
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Building tag database... Done
The following NEW packages will be installed:
  xfonts-75dpi-transcoded
0 packages upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 0B/6423kB of archives. After unpacking 10.0MB will be used.
Writing extended state information... Done
Selecting previously deselected package xfonts-75dpi-transcoded.
(Reading database ... 203141 files and directories currently installed.)
Unpacking xfonts-75dpi-transcoded (from .../xfonts-75dpi-transcoded_1%3a1.0.0-2ubuntu1_all.deb) ...
Setting up xfonts-75dpi-transcoded (1.0.0-2ubuntu1) ...
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory
warning: /usr/lib/X11/fonts/75dpi does not exist or is not a directory

root@homer:~ #