Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115013 - media-fonts/font-misc-misc-0.99.2: fails with wrong mapdir
Summary: media-fonts/font-misc-misc-0.99.2: fails with wrong mapdir
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-09 11:50 UTC by Thomas Meyer
Modified: 2005-12-09 11:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Meyer 2005-12-09 11:50:55 UTC
emerge media-fonts/font-misc-misc gives:
/usr/bin/bdftopcf -t 6x13.bdf | gzip > 6x13.pcf.gz
/usr/bin/bdftopcf -t 6x13B.bdf | gzip > 6x13B.pcf.gz
/usr/bin/bdftopcf -t 6x13O.bdf | gzip > 6x13O.pcf.gz
/usr/bin/bdftopcf -t 7x13.bdf | gzip > 7x13.pcf.gz
/usr/bin/bdftopcf -t 7x13B.bdf | gzip > 7x13B.pcf.gz
/usr/bin/bdftopcf -t 7x13O.bdf | gzip > 7x13O.pcf.gz
/usr/bin/bdftopcf -t 7x14.bdf | gzip > 7x14.pcf.gz
/usr/bin/bdftopcf -t 7x14B.bdf | gzip > 7x14B.pcf.gz
/usr/bin/bdftopcf -t 8x13.bdf | gzip > 8x13.pcf.gz
/usr/bin/bdftopcf -t 8x13B.bdf | gzip > 8x13B.pcf.gz
/usr/bin/bdftopcf -t 8x13O.bdf | gzip > 8x13O.pcf.gz
/usr/bin/bdftopcf -t 9x15.bdf | gzip > 9x15.pcf.gz
/usr/bin/bdftopcf -t 9x15B.bdf | gzip > 9x15B.pcf.gz
/usr/bin/bdftopcf -t 9x18.bdf | gzip > 9x18.pcf.gz
/usr/bin/bdftopcf -t 9x18B.bdf | gzip > 9x18B.pcf.gz
/usr/bin/bdftopcf -t 10x20.bdf | gzip > 10x20.pcf.gz
/usr/bin/bdftopcf -t 12x13ja.bdf | gzip > 12x13ja.pcf.gz
/usr/bin/bdftopcf -t 18x18ja.bdf | gzip > 18x18ja.pcf.gz
/usr/bin/bdftopcf -t 18x18ko.bdf | gzip > 18x18ko.pcf.gz
/usr/bin/bdftopcf -t k14.bdf | gzip > k14.pcf.gz
/usr/bin/bdftopcf -t nil2.bdf | gzip > nil2.pcf.gz
/usr/bin/ucs2any 4x6.bdf @mapdir@/map-ISO8859-1 ISO8859-1
/usr/bin/ucs2any: Can't read mapping file '@mapdir@/map-ISO8859-1': No such file
or directory!
make: *** [4x6-ISO8859-1.bdf] Fehler 1
make: *** Warte auf noch nicht beendete Prozesse...

grep mapdir in work dir gives:
config.log:MAPFILES_PATH='@mapdir@'
config.status:s,@MAPFILES_PATH@,@mapdir@,;t t
configure:MAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
configure.ac:MAPFILES_PATH=$(pkg-config --variable=mapdir fontutil)
Makefile:MAPFILES_PATH = @mapdir@
Makefile:UTIL_DIR = @mapdir@

grep mapfile:
config.log:  $ ./configure --prefix=/usr --host=i686-pc-linux-gnu
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr --datadir=/usr/share
--with-fontdir="/usr/share/fonts/misc" --with-mapfiles=/usr/share/fonts/util
--build=i686-pc-linux-gnu
config.status:  with options \"'--host=i686-pc-linux-gnu'
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--prefix=/usr' '--datadir=/usr/share'
'--with-fontdir=\"/usr/share/fonts/misc\"'
'--with-mapfiles=/usr/share/fonts/util' '--build=i686-pc-linux-gnu'
'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu'\"
config.status:  echo "running /bin/sh ./configure " '--host=i686-pc-linux-gnu'
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--prefix=/usr' '--datadir=/usr/share'
'--with-fontdir="/usr/share/fonts/misc"' '--with-mapfiles=/usr/share/fonts/util'
'--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu'
'host_alias=i686-pc-linux-gnu' $ac_configure_extra_args " --no-create
--no-recursion" >&6
config.status:  exec /bin/sh ./configure '--host=i686-pc-linux-gnu'
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc'
'--localstatedir=/var/lib' '--prefix=/usr' '--datadir=/usr/share'
'--with-fontdir="/usr/share/fonts/misc"' '--with-mapfiles=/usr/share/fonts/util'
'--build=i686-pc-linux-gnu' 'build_alias=i686-pc-linux-gnu'
'host_alias=i686-pc-linux-gnu' $ac_configure_extra_args --no-create --no-recursion




Reproducible: Always
Steps to Reproduce:
1.emerge -u font-misc-misc
2.
3.

Actual Results:  
ucs2any conversion fails

Expected Results:  
ucs2any should convert all fonts

mapdir should be set to /usr/share/fonts/util, provided by 

equery b /usr/share/fonts/util
[ Searching for file(s) /usr/share/fonts/util in *... ]
media-fonts/font-util-0.99.2-r1 (/usr/share/fonts/util)
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-12-09 11:59:15 UTC
Upgrade your font-util to -r2.