Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 119033

Summary: media-fonts/baekmuk-fonts-2.2 generates bad pcf files
Product: Gentoo Linux Reporter: Robin Johnson <robbat2>
Component: New packagesAssignee: Gentoo Fonts Team <fonts>
Status: RESOLVED FIXED    
Severity: major CC: cjk
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 118967    

Description Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-01-14 15:02:35 UTC
The old release of baekmuk-fonts-2.2 fails when X is not installed.

Output:
>>> Unpacking baekmuk-bdf-2.2.tar.gz to /var/tmp/portage/baekmuk-fonts-2.2/work
>>> Source unpacked.
Converting batang10.bdf into pcf format ...
/usr/gentoo-cvs/gentoo-x86/media-fonts/baekmuk-fonts/baekmuk-fonts-2.2.ebuild: line 39: bdftopcf: command not found
Converting batang10b.bdf into pcf format ...
/usr/gentoo-cvs/gentoo-x86/media-fonts/baekmuk-fonts/baekmuk-fonts-2.2.ebuild: line 39: bdftopcf: command not found

Please add X to the dependancies, or make pcf generation dependant on the X use flag.

Additionally, please be careful to catch error conditions correctly.
The 2.2-r1 ebuild I put into the tree resolves the above issue by always bringing in X or ebdftopcf (modular-X then brings in only bdftopcf and not the rest of X).
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-01-14 15:44:18 UTC
ok, X must be added to the deps, as otherwise there is absolutely no use to having this package.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2006-04-01 22:41:43 UTC
Closing this now since modular-x is in the tree.