Bug 505757
Summary: | file does not identify properly some pcf.gz files shipped in japanese-bitmap-fonts | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nicolas Mailhot <nicolas.mailhot> |
Component: | japanese-bitmap-fonts | Assignee: | Akira TAGOH <tagoh> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | dnovotny, fonts-bugs, i18n-bugs, tagoh |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 0.20080710-7.fc11 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-06-24 19:25:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 473302 |
Description
Nicolas Mailhot
2009-06-13 15:24:01 UTC
Full list ./usr/share/fonts/japanese-bitmap/kaname-latin1.pcf.gz empty japanese-bitmap-fonts-0.20080710-5.fc11.noarch.rpm ./usr/share/fonts/japanese-bitmap/knm12p.pcf.gz empty japanese-bitmap-fonts-0.20080710-5.fc11.noarch.rpm ./usr/share/fonts/japanese-bitmap/knm12pb.pcf.gz empty japanese-bitmap-fonts-0.20080710-5.fc11.noarch.rpm ./usr/share/fonts/japanese-bitmap/knmzn12x.pcf.gz empty japanese-bitmap-fonts-0.20080710-5.fc11.noarch.rpm ./usr/share/fonts/japanese-bitmap/knmzn12xb.pcf.gz empty japanese-bitmap-fonts-0.20080710-5.fc11.noarch.rpm (In reply to comment #0) > When gunziped manually it correctly identifies them as X11 Portable Compiled > Font data. seems this is not the case [danny@f11 tmp]$ cp /usr/share/fonts/japanese-bitmap/kaname-latin1.pcf.gz . [danny@f11 tmp]$ file kaname-latin1.pcf.gz kaname-latin1.pcf.gz: gzip compressed data, from Unix, last modified: Fri Mar 27 08:05:07 2009, max compression [danny@f11 tmp]$ file -z kaname-latin1.pcf.gz kaname-latin1.pcf.gz: empty (gzip compressed data, from Unix, last modified: Fri Mar 27 08:05:07 2009, max compression) [danny@f11 tmp]$ gunzip kaname-latin1.pcf.gz [danny@f11 tmp]$ file kaname-latin1.pcf kaname-latin1.pcf: empty [danny@f11 tmp]$ reassigning to japanese-bitmap-fonts owner: is this normal? zero-length fonts seem a bit strange... p.s. there are also some fonts in the directory, which do not gunzip to empty files, and those are correctly identified by "file -z" as fonts (In reply to comment #2) > (In reply to comment #0) > > > When gunziped manually it correctly identifies them as X11 Portable Compiled > > Font data. > > seems this is not the case Did you try knmhn12x.pcf ? I know I tested this one and gunziping manually did make a difference on my system >
> Did you try knmhn12x.pcf ? I know I tested this one and gunziping manually did
> make a difference on my system
[danny@f11 ~]$ file -z /usr/share/fonts/japanese-bitmap/knmhn12x.pcf.gz
/usr/share/fonts/japanese-bitmap/knmhn12x.pcf.gz: X11 Portable Compiled Font data (gzip compressed data, from Unix, last modified: Fri Mar 27 08:05:07 2009, max compression)
[danny@f11 ~]$
but I have a 32bit system and I see you have x86_64 packages: I can try 64bit test tomorrow
knmhn12x.pcf.gz: the same for 64bit /root/knmhn12x.pcf.gz: X11 Portable Compiled Font data (gzip compressed data, from Unix, last modified: Fri Mar 27 08:05:07 2009, max compression) so the files, which were deemed "empty" by file(1) are really empty files packed into pcf.gz: I don't understand purpose of empty fonts, maybe japanese-bitmap-fonts' package maintainer will tell us Hmm, it may be just a packaging bug. the original bitmap font from upstream is the bdf format and need to convert to the pcf format at the build time. let me see what's going on. Fixed in japanese-bitmap-fonts-0.20080710-7.fc12. japanese-bitmap-fonts-0.20080710-7.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/japanese-bitmap-fonts-0.20080710-7.fc11 japanese-bitmap-fonts-0.20080710-7.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |