From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.6 (X11; Linux i686; U;) Gecko/20020830 Description of problem: ttmkfdir is apart of the XFree86-font-utils package. When ttmkfdir is run in a directory that contains a bad true type font file, it will produce only "Aborted" and return SIGABRT. No error description is given. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Download the sewer.ttf attachment and place it in a directory by itself. 2. Go to the directory. 3. Run "ttmkfdir" Actual Results: Aborted Expected Results: "sewer.ttf" is corrupted - please remove this font before proceeding. **OR** Ignoring corrupted font "sewer.ttf" Additional info: XFree86-font-utils-4.2.0-72
Created attachment 84064 [details] Sewer font - usable by Windows, not by ttmkfdir
This is a dup of <a HREF="show_bug.cgi?id=77272">Bug 77272</a>
Confirming that it's a duplicate. *** This bug has been marked as a duplicate of 77272 ***
Fot the sewer.ttf, ttmkfdir will skip it: [root@localhost ttmkfdir2]# ./ttmkfdir Warning: Can't initialize Face : sewer.ttf(2) Warning: Can't initialize Face : aaa.ttf(85) [root@localhost ttmkfdir2]# ftview ppem sewer.ttf could not find/open any font file error = 0x0002 [root@localhost ttmkfdir2]#