Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372431 - dev-php/jpgraph-3.0.7: need dev-lang/php[gd], not dev-lang/php[gd-external]
Summary: dev-php/jpgraph-3.0.7: need dev-lang/php[gd], not dev-lang/php[gd-external]
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-21 06:31 UTC by Denis I. Polukarov
Modified: 2011-07-22 12:30 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 Denis I. Polukarov 2011-06-21 06:31:56 UTC
dev-php/jpgraph need dev-lang/php[gd] & not using dev-lang/php[gd-external]...

Reproducible: Always

Steps to Reproduce:
1. emerge -vp =dev-php/jpgraph-3.0.7 with installed dev-lang/php[gd-external]
2.
3.
Actual Results:  
dev-php/jpgraph not use dev-lang/php[gd-external]

Expected Results:  
dev-php/jpgraph is using dev-lang/php[gd-external]
Comment 1 Denis I. Polukarov 2011-06-21 06:33:03 UTC
After edit ebuild, dev-php/jpgraph successfull compiled with dev-lang/php[gd-external].
Comment 2 Rafał Mużyło 2011-06-21 10:19:08 UTC
Any build logs of the failure or anything alike ?
Comment 3 Denis I. Polukarov 2011-06-22 07:23:34 UTC
I need to use dev-php/jpgraph with dev-lang/php[gd-external], but ebuild need dev-lang/php[gd]... I've manually edit ebuild every time after --sync.
Comment 4 Rafał Mużyło 2011-06-22 13:08:05 UTC
So, basically you'd like a '|| (dev-lang/php[gd] dev-lang/php[gd-external])' dep ?
Comment 5 Ole Markus With (RETIRED) gentoo-dev 2011-06-22 13:29:39 UTC
Why do you need to use external gd instead of the bundled version? Using the external version is not really supported.
Comment 6 Denis I. Polukarov 2011-06-22 14:01:03 UTC
(In reply to comment #4)
> So, basically you'd like a '|| (dev-lang/php[gd] dev-lang/php[gd-external])'
> dep ?

yep... :)

(In reply to comment #5)
> Why do you need to use external gd instead of the bundled version?
Because media-libs/gd is in system already, and I can control it use flags.
Comment 7 Ole Markus With (RETIRED) gentoo-dev 2011-07-22 12:30:01 UTC
gd-external will probably be removed, so I am not adding support to it to other packages. PHP internals recommend always using the bundled version as it contains some extra features.