You are not logged in.
sudo pacman -S ttf-ms-fonts
...
pacman -Qk ttf-ms-fonts
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/ (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/andale32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/arial32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/arialb32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/comic32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/courie32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/georgi32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/impact32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/times32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/trebuc32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/verdan32.exe (No such file or directory)
warning: ttf-ms-fonts: /tmp/ttf-ms-fonts/webdin32.exe (No such file or directory)
ttf-ms-fonts: 18 total files, 12 missing file(s)
why are /tmp files required? and why are they missing right after an install?
uname -a
Linux J 2.6.32-ARCH #1 SMP PREEMPT Thu Jan 7 22:28:29 CET 2010 x86_64 Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz GenuineIntel GNU/Linux
Offline
We cannot distribute modified files dues to the licence of ttf-ms-fonts so the are extracted onto the system during the post_install stages.
Offline
ttf-ms-fonts does not directly load those fonts but the .exe files listed. These need to be extracted (using the cabextract program which was loaded as dependency) in order to install the fonts. Afterwards the files in /tmp are not needed anymore, thus -Qk might not find them anymore.
With the xfontsel application you can check if the fonts have really been installed,
To know or not to know ...
... the questions remain forever.
Offline
Maybe you should report a bug. This package is simply invalid and should be removed.
Offline