Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 99534
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alexander Glyzov <isee@inbox.ru>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 99534 depends on: Show dependency tree
Bug 99534 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-07-19 08:02 0000
when /etc/init.d/xfs regenerate fonts.dir and fonts.scale files,
it always execute mkfontscale after successful execution of ttmkfdir,
thus making ttmkfdir useless. Resulting fonts.scale & fonts.dir does't
contains some font encodings (for example CP1251).

This is caused by typo in /etc/init.d/xfs at line 249:
   if [ ${ttmkfdir_return} -ne 1 ]
must be:
   if [ ${ttmkfdir_return} -ne 0 ]


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Donnie Berkholz 2005-07-19 09:57:49 0000 -------
Ah, good catch! I've been looking for a while for an actual example of where
mkfontscale is less capable than ttmkfdir.

------- Comment #2 From Donnie Berkholz 2005-07-20 14:28:24 0000 -------
This should be fixed in 6.8.99.15 -- I'll get a fix into 6.8.2-r2 later on.

------- Comment #3 From Donnie Berkholz 2005-07-22 14:01:39 0000 -------
(In reply to comment #2)
> This should be fixed in 6.8.99.15 -- I'll get a fix into 6.8.2-r2 later on.

Done. Thanks for the detailed report.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug