Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48705 - patch to add a needed dependency to dev-php/php-gtk
Summary: patch to add a needed dependency to dev-php/php-gtk
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-22 10:53 UTC by David Dollar
Modified: 2005-03-08 17:31 UTC (History)
2 users (show)

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


Attachments
php-gtk patch (php-gtk.patch.txt,382 bytes, patch)
2004-04-22 10:56 UTC, David Dollar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.