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

Bug 56984

Summary: Portage errors on dep calculation for mod_php
Product: Gentoo Linux Reporter: Steve Buzonas <slbmeh>
Component: Current packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Steve Buzonas 2004-07-13 23:05:00 UTC
When I try to update my mod_php it errors while calculating deps.

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -p mod_php

Actual Results:  
Calculating dependencies \
emerge: there are no masked or unmasked ebuilds to satisfy "=virtual/jdk-1.4*".

!!! Error calculating dependencies. Please correct.

Expected Results:  
Calculated and displayed dependencies.

Gentoo Base System version 1.5.1
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.6.7)
=================================================================
System uname: 2.6.7 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://www.ibiblio.org/pub/Linux/distributions/gentoo http://gentoo.osuosl.org/
http://adelie.polymtl.ca/ ftp://cs.ubishops.ca/pub/gentoo
ftp://sunsite.ualberta.ca/pub/unix/Linux/gentoo/ ftp://gentoo.risq.qc.ca/
ftp://ibiblio.org/pub/Linux/distributions/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo
http://csociety-ftp.ecn.purdue.edu/pub/gentoo/
ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/
ftp://mirror.iawnet.sandia.gov/pub/gentoo/
ftp://ftp.ussg.iu.edu/pub/linux/gentoo
ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ http://gentoo.seren.com/gentoo
http://gentoo.chem.wisc.edu/gentoo/ ftp://gentoo.chem.wisc.edu/gentoo/
http://cudlug.cudenver.edu/gentoo/
ftp://cudlug.cudenver.edu/pub/mirrors/distributions/gentoo/
http://gentoo.mirrors.pair.com/ ftp://gentoo.mirrors.pair.com/
http://gentoo.ccccom.com ftp://gentoo.ccccom.com
http://ftp-mirror.internap.com/pub/gentoo/
ftp://ftp-mirror.internap.com/pub/gentoo/ http://mirrors.tds.net/gentoo
ftp://mirrors.tds.net/gentoo http://gentoo.netnitco.net
ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/
http://mirror.tucdemonic.org/gentoo/
http://mirror.clarkson.edu/pub/distributions/gentoo/
http://mirrors.acm.cs.rpi.edu/gentoo/ http://lug.mtu.edu/gentoo/
ftp://lug.mtu.edu/gentoo/source ftp://ftp.ndlug.nd.edu/pub/gentoo/
ftp://gentoo.agsn.ca/ http://open-systems.ufl.edu/mirrors/gentoo
http://gentoo.llarian.net/ ftp://gentoo.llarian.net/pub/gentoo
http://gentoo.binarycompass.org http://gentoo.mirrored.ca/
ftp://gentoo.mirrored.ca/ http://mirror.datapipe.net/gentoo
http://mirror.datapipe.net/gentoo http://gentoo.eliteitminds.com
http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/
http://gentoo.blueyonder.co.uk ftp://mirrors.blueyonder.co.uk/mirrors/gentoo
ftp://planetmirror.com/pub/gentoo/ ftp://mirror.pacific.net.au/linux/Gentoo"
MAKEOPTS="-j6"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="X alsa apm arts avi berkdb cdr crypt cups divx4linux dvb dvd encode esd
foomaticdb gdbm ggi gif gnome gphoto2 gpm gtk gtk2 guile hardened hardenedphp
imlib java jikes jpeg libg++ libwww mad mikmod motif mozilla mpeg ncurses nls
nocd oggvorbis opengl oss pam pdflib perl png pnp python qt quicktime readline
scanner sdl slang snmp spell ssl svga tcltk tcpd truetype x86 xml2 xmms xv xvid
zlib"
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-07-13 23:54:08 UTC
what java stuff if any do you have installed?
on my system it brings in dev-java/blackdown-jdk-1.4*
Comment 2 Steve Buzonas 2004-07-13 23:58:18 UTC
I use kaffe.
Comment 3 Steve Buzonas 2004-07-14 00:03:37 UTC
unmerging kaffe seems to solve my problem but does that mean i can't use kaffe with it
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-07-14 00:14:33 UTC
kaffe does NOT work for compiling PHP.
install blackdown-jdk or sun-jdk in addition to kaffe, then use java-config to select them for compiling php.