Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40220 - php-gtk fails during configure missing libglade-config
Summary: php-gtk fails during configure missing libglade-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-02 14:04 UTC by Daniel Panzella
Modified: 2004-03-15 05:50 UTC (History)
0 users

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


Attachments
ebuild with --disable-libglade added...i dunno if i would call it a fix but it compiles clean now (php-gtk-1.0.0.ebuild,949 bytes, application/octet-stream)
2004-02-02 14:06 UTC, Daniel Panzella
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Panzella 2004-02-02 14:04:11 UTC
php-gtk fails while running the configure script saying it can't find libglade-config, and well neither can I.  Im not sure if it is a problem with libglade (version 2.0.1) or php-gtk (version 1.0.0), but by adding --disable-libglade in the ebuild it emerges successfully.

Reproducible: Always
Steps to Reproduce:
1.emerge php-gtk
2.
3.
Comment 1 Daniel Panzella 2004-02-02 14:06:26 UTC
Created attachment 24835 [details]
ebuild with --disable-libglade added...i dunno if i would call it a fix but it compiles clean now
Comment 2 sa 2004-02-21 14:02:59 UTC
the php-gtk ebuild needs to have a dependecy of libglade-0.17-r6.ebuild. libglade-2.0.1 wont work...

if you emerge 
/usr/portage/gnome-base/libglade/libglade-0.17-r6.ebuild
then 
emerge /usr/portage/dev-php/php-gtk/php-gtk-1.0.0.ebuild
you should be good. the php-gtk ebuild needs to be fixed though.
Comment 3 Tal Peer (RETIRED) gentoo-dev 2004-03-15 05:50:31 UTC
Fixed in CVS.