Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23107 - libgd dep bug in php.eclass
Summary: libgd dep bug in php.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-19 08:25 UTC by Alex Veber
Modified: 2003-06-21 03:25 UTC (History)
0 users

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 Alex Veber 2003-06-19 08:25:50 UTC
alex@SUKA alex $ emerge -p libgd 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild    U ] media-libs/freetype-1.3.1-r3 [2.1.4] 
[ebuild  N   ] media-libs/libgd-1.8.4 
-------------------------------------------------------------- 
alex@SUKA alex $ USE="gd" emerge -p mod_php 
 
These are the packages that I would merge, in order: 
 
Calculating dependencies ...done! 
[ebuild  N   ] app-text/sablotron-0.97 
[ebuild    U ] media-libs/freetype-1.3.1-r3 [2.1.4] 
[ebuild  N   ] net-libs/libwww-5.4.0-r1 
[ebuild  N   ] net-mail/mailbase-0.00-r5 
[ebuild  N   ] net-mail/ssmtp-2.60.3 
[ebuild  N   ] dev-php/mod_php-4.3.2-r2 
------------------------------------------------------------ 
I have gd in my useflegs but libgd is not being installed.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-19 11:10:15 UTC
PHP uses the bundled GD library (as it is now in sync with original source) unless 
you explictly use the 'gd-external' local USE flag. 
Comment 2 Alex Veber 2003-06-21 00:54:27 UTC
doesnt look so from the eclass: 
 
freetds? ( >=dev-db/freetds-0.53 ) 
        || ( 
                gd-bundled? ( "" ) 
                gd? ( media-libs/libgd >=media-libs/jpeg-6b >=media-libs/libpng-1.2.5 ) 
                ( "" ) 
        ) 
 
Comment 3 Alex Veber 2003-06-21 00:57:54 UTC
looks like the configure part is ok, but the DEPEND part is broken. 
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-06-21 03:25:33 UTC
sorry about that. some of my changes got lost with other changes to the eclass.
they should be in there now.