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

Bug 48705

Summary: patch to add a needed dependency to dev-php/php-gtk
Product: Gentoo Linux Reporter: David Dollar <ddollar>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED INVALID    
Severity: normal CC: ddollar, ferringb
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: php-gtk patch

Description David Dollar 2004-04-22 10:53:29 UTC
dev-php/php-gtk needs a dependency to dev-php/php-core

Reproducible: Always
Steps to Reproduce:
1. emerge php-gtk

Actual Results:  
phpize: command not found

Expected Results:  
should have installed dev-php/php-core first

patch follows

--- php-gtk-1.0.0.ebuild.orig   2004-04-22 13:48:53.485673376 -0400
+++ php-gtk-1.0.0.ebuild        2004-04-22 13:50:02.860126856 -0400
@@ -16,7 +16,7 @@

 DEPEND="$DEPEND"

-RDEPEND="=x11-libs/gtk+-1.2* =gnome-base/libglade-0.17*"
+RDEPEND="=x11-libs/gtk+-1.2* =gnome-base/libglade-0.17* =dev-php/php-core-4.3*"

 # Fails to compile with higher MAKEOPTS
 MAKEOPTS="-j1"
Comment 1 David Dollar 2004-04-22 10:56:34 UTC
Created attachment 29829 [details, diff]
php-gtk patch
Comment 2 Drakos7 /Greg Wilson/ 2004-08-24 13:26:39 UTC
Interesting. I cannot patch it. Also, I cannot find php-core. "emerge php-core -s" returns nothing. Interesting.
Comment 3 Drakos7 /Greg Wilson/ 2004-08-24 13:36:02 UTC
Simple fix to that patch. php-4.3*  not php-core-4.3*.
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-03-08 17:31:21 UTC
php-gtk already deps on php.