Comment 2 for bug 70190

Revision history for this message
Florin POP (florin-pop) wrote :

I have the same issue, but with xfonts-base 1.0.0-4

stan@ubuntu:~$ dpkg -l | grep xfonts-base
ii xfonts-base 1.0.0-4 standard fonts for X

stan@ubuntu:~$ sudo dpkg-reconfigure xfonts-base
warning: /usr/lib/X11/fonts/misc does not exist or is not a directory
warning: /usr/lib/X11/fonts/misc does not exist or is not a directory

stan@ubuntu:~$ ls -al /usr/lib/X11/fonts/
total 8
drwxr-xr-x 2 root root 4096 2007-07-09 15:33 .
drwxr-xr-x 6 root root 4096 2007-07-09 15:29 ..

stan@ubuntu:~$ sudo mkdir /usr/lib/X11/fonts/misc

stan@ubuntu:~$ ls -al /usr/lib/X11/fonts/
total 12
drwxr-xr-x 3 root root 4096 2007-07-09 15:46 .
drwxr-xr-x 6 root root 4096 2007-07-09 15:29 ..
drwxr-xr-x 2 root root 4096 2007-07-09 15:46 misc

stan@ubuntu:~$ sudo dpkg-reconfigure xfonts-base
warning: /usr/lib/X11/fonts/misc does not exist or is not a directory

stan@ubuntu:~$ ls -al /usr/lib/X11/fonts/
total 8
drwxr-xr-x 2 root root 4096 2007-07-09 15:46 .
drwxr-xr-x 6 root root 4096 2007-07-09 15:29 ..

when I try to configure xfonts-base I get the 2 warnings. If I check that folder indeed it doesn't exist. If I manually create it, I still get one warning and even more the misc folder is deleted.

Any suggestions?

Thank you,
Florin