Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142825 - foomatic-filters-3.0.20060720 bad dependencies
Summary: foomatic-filters-3.0.20060720 bad dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 11:46 UTC by Tiger!P
Modified: 2006-08-05 10:44 UTC (History)
1 user (show)

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


Attachments
config.log (config.log,4.65 KB, text/plain)
2006-08-04 11:48 UTC, Tiger!P
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tiger!P 2006-08-04 11:46:21 UTC
When emergeing foommatic-filters-3.0.20060720 without having a2ps, enscript, mpage or texttops installed, it will fail to configure with the following message:
checking for a2ps... no
checking for enscript... no
checking for mpage... no
checking for texttops... no
file-converter:
configure: error: cannot find a2ps, enscript, mpage, or CUPS' texttops. You need to have at least one installed

emerge --info:
Gentoo Base System version 1.12.4
Portage 2.1.1_pre4-r2 (default-linux/amd64/2006.0, gcc-3.4.4, glibc-2.3.6-r4, 2.6.17-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r4 x86_64 AMD Athlon(tm) 64 Processor 3200+
ccache version 2.4 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.12-r6
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.16
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=athlon64 -O3 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-march=athlon64 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ ftp://ftp6.uni-erlangen.de/pub/mirrors/gentoo ftp://mirror.switch.ch/mirror/gentoo/"
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 /home/stefan/test/ebuilds"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X a52 aac aalib alsa apache2 audiofile avi bash-completion berkdb bitmap-fonts bzip2 cdr cli crypt cups dga dlloader dri dvd dvdr dvdread eds emboss emul-linux-x86 encode exif ffmpeg flac foomaticdb fortran ftp gd gif gnome gnutls gphoto2 gstreamer gtk gtk2 imlib ipv6 isdnlog jabber jpeg jpeg2k kde lm_sensors lzw lzw-tiff maildir mime mng mp3 mpeg ncurses nls nptl nsplugin ogg openal opengl osc pam pcre pdflib perl php png posix ppds pppd python qt qt3 qt4 quicktime readline reflection sdl seamonkey session spell spl ssl svg tcpd tiff truetype truetype-fonts type1-fonts unicode usb vhosts vorbis wmf xml xorg xpm xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse input_devices_void kernel_linux userland_GNU video_cards_nvidia video_cards_nv video_cards_dummy video_cards_vesa video_cards_fbdev"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Tiger!P 2006-08-04 11:48:24 UTC
Created attachment 93434 [details]
config.log

The ebuild error said to add this.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-08-04 13:07:20 UTC
s/RDEPEND/DEPEND/ in the ebuild? ;)
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-08-05 10:44:52 UTC
thanks, I added DEPEND=$RDEPEND to the ebuild.