>>> Install php-5.0_beta1 into /var/tmp/portage/php-5.0_beta1/image/ category dev-php Installing shared extensions: /var/tmp/portage/php-5. 0_beta1/image//usr/lib/php/extensions/no-debug-non-zts-20020429/ Installing PEAR environment: /var/tmp/portage/php-5. 0_beta1/image//usr/lib/php/ [PEAR] Archive_Tar - installed: 1.1 [PEAR] Console_Getopt - installed: 1.0 [PEAR] PEAR - installed: 1.2b2 root@time php # emerge info Portage 2.0.48-r7 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1) ================================================================= System uname: 2.4.20-openmosix-r6 i586 AMD-K6(tm) 3D processor GENTOO_MIRRORS="ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://cs.ubishops. ca/pub/gentoo ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config /usr/kde/2/share/config /usr/kde/3/share/config" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="/usr/local/portage" USE="x86 crypt cups foomaticdb jpeg libg++ mad mmx motif ncurses pdflib png spell xml2 zlib gdbm berkdb slang readline svga mysql postgres tcpd pam ssl perl python snmp acl -doc fbcon -freetds guile informix innodb ipv6 junit maildir mbox memlimit mpi nhc98 oav oci8 odbc pnp ruby samba sasl slp sse xml zeo -oss -3dnow -apm -arts -avi -encode -gif -gpm -gtk -imlib -java -kde -gnome -mikmod -mpeg -nls -oggvorbis -opengl -qt -quicktime -sdl -truetype -xmms -tcltk -X -libwww apache2 -xv" COMPILER="gcc3" CHOST="i586-pc-linux-gnu" CFLAGS="-mcpu=k6-2 -O3 -pipe" CXXFLAGS="-mcpu=k6-2 -O3 -pipe" ACCEPT_KEYWORDS="x86 ~x86" MAKEOPTS="-j3" AUTOCLEAN="yes" SYNC="cvs://lisa@cvs.gentoo.org:/home/cvsroot" FEATURES="sandbox ccache distcc userpriv usersandbox cvs" :P
I have the same problem and just wanted to add that, after the last line: [PEAR] PEAR - installed: 1.2b2 When I look in 'top', PEAR is eating all of my CPU and never stops.
The ebuild for php-cvs also fails identically. :-)
There are two problems here that need fixing to solve this (so far - there may be other problems once this one is resolved): 1) PHP 5 requires t1lib v5.0.0 or greater. This is missing from the dependency list. But if only it was that easy ... ;-) 2) Both media-libs/freetype2 and media-libs/t1lib appear to install a t1lib into /usr/lib. And they don't seem to block each other. Obviously, they're not 100% compatible, or else PHP's configure script wouldn't really care. There doesn't seem to be a way to disable the t1lib check either, without disabling gd support. Tal, what do you want to do about this? Stu
Stuart and I are looking into this. I will also inform php devs about this bug.
Okay, with the t1lib overlap issue invalid, the fix for the ebuild has to be to add a dependency to >=media-libs/t1lib-5.0.0. I've no idea what this will break, mind ;-) Stu
should be fixed in CVS hopefully, re-open if persists.