Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149505 - media-fonts/intlfonts missing x11-apps/bdftopcf and x11-apps/mkfontdir dependency
Summary: media-fonts/intlfonts missing x11-apps/bdftopcf and x11-apps/mkfontdir depend...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Fonts Team
URL:
Whiteboard:
Keywords:
: 149639 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-29 05:21 UTC by Adam Bowers
Modified: 2007-06-22 03:51 UTC (History)
1 user (show)

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 Adam Bowers 2006-09-29 05:21:21 UTC
I was trying to re-emerge intlfonts to get some use flag changes and I get the following error:

Installing /var/tmp/portage/intlfonts-1.2.1/image//usr/share/fonts/intlfonts/jksp40.pcf...
/bin/sh: line 5: bdftopcf: command not found
Making /var/tmp/portage/intlfonts-1.2.1/image//usr/share/fonts/intlfonts/fonts.dir...
mkfontdir /var/tmp/portage/intlfonts-1.2.1/image//usr/share/fonts/intlfonts
make: mkfontdir: Command not found
make: *** [pcf] Error 127

I can emerge the two packages (and dependencies) manually and intlfonts will complete normally.

Portage 2.1.2_pre1-r1 (default-linux/x86/2006.1/desktop, gcc-4.1.1, glibc-2.4-r3, 2.6.18-gentoo i686)
=================================================================
System uname: 2.6.18-gentoo i686 Intel(R) Pentium(R) 4 CPU 1500MHz
Gentoo Base System version 1.12.5
Last Sync: Sat, 23 Sep 2006 17:50:01 +0000
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r6
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.60
sys-devel/automake:  1.6.3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://open-systems.ufl.edu/mirrors/gentoo"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="x86 acpi bash-completion bzip2 cdr crypt cups dbus dvd elibc_glibc fbcon ftp gdbm gnutls gpm hal input_devices_keyboard input_devices_mouse java javascript kernel_linux mmap mmx mp3 ncurses nls nptl pam pcre perl ppds python readline samba session slp snmp spell spl sse sse2 ssl svga sysvipc tcpd threads truetype unicode usb userland_GNU video_cards_fbdev video_cards_nv video_cards_vesa xml xprint zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Adam Bowers 2006-09-29 07:21:58 UTC
Per the bug summary change, I was also missing the x11-apps/mkfontdir dependency.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-30 11:46:25 UTC
*** Bug 149639 has been marked as a duplicate of this bug. ***
Comment 3 Ryan Hill (RETIRED) gentoo-dev 2007-06-22 03:51:31 UTC
well the eclass already pulls in mkfontdir and bdftopcf is a dependency of font-cursor-misc and font-misc-misc which are required for xorg, so i'm not sure why it wouldn't be installed.  i've added the bdftopcf DEPEND anyways.