Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 25326 - PHP v5 Beta 1 fails to merge
Summary: PHP v5 Beta 1 fails to merge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Tal Peer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 30550
Blocks: 30440
  Show dependency tree
 
Reported: 2003-07-26 08:31 UTC by Lisa Seelye (RETIRED)
Modified: 2003-10-25 21:16 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 Lisa Seelye (RETIRED) gentoo-dev 2003-07-26 08:31:03 UTC
>>> 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
Comment 1 ben adler 2003-08-20 04:26:15 UTC
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.
Comment 2 Salim Fadhley 2003-10-06 09:30:55 UTC
The ebuild for php-cvs also fails identically. :-)
Comment 3 Stuart Herbert (RETIRED) gentoo-dev 2003-10-07 03:42:41 UTC
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
Comment 4 Tal Peer (RETIRED) gentoo-dev 2003-10-07 03:52:42 UTC
Stuart and I are looking into this. I will also inform php devs about this
bug.
Comment 5 Stuart Herbert (RETIRED) gentoo-dev 2003-10-07 14:35:40 UTC
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
Comment 6 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-10-25 21:16:49 UTC
should be fixed in CVS hopefully, re-open if persists.