Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 355381 - Ampache 3.5.3-r1 do not merge with php[gd-external]
Summary: Ampache 3.5.3-r1 do not merge with php[gd-external]
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 00:28 UTC by Clement Idelon
Modified: 2012-06-22 21:14 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 Clement Idelon 2011-02-18 00:28:46 UTC
ampache-3.5.3-r1 require PHP to be compiled with use [gd], but don't accept php to be compiled with [gd-external] as an alternative.

Reproducible: Always

Steps to Reproduce:
1. emerge php with use flag gd-external instead of gd
2. try to emerge ampache
Actual Results:  
ampache complains about missing use on php build

Expected Results:  
ampache ebuild should check php use flag gd-external as an alternative of gd

forced installation of ampache with php[gd-external] runs without image handling problem as far as I can see.
Comment 1 Rafał Mużyło 2011-02-18 11:23:09 UTC
Attach build log of failing emerge.
Comment 2 Clement Idelon 2011-02-18 12:54:32 UTC
Hello, no real build log to attach as emerge fails on depency check :

# emerge ampache
Calculating dependencies... done!

emerge: there are no ebuilds built with USE flags to satisfy "dev-lang/php[gd,hash,iconv,mysql,session,unicode,xml,zlib]".
!!! One of the following packages is required to complete your request:
- dev-lang/php-5.3.5 (Change USE: +gd)
(dependency required by "www-apps/ampache-3.5.3-r1" [ebuild])
(dependency required by "ampache" [argument])

Comment 3 Rafał Mużyło 2011-02-18 17:31:11 UTC
In that case, it might just be a bug in the ebuild.
Comment 4 Matti Bickel (RETIRED) gentoo-dev 2012-06-22 21:14:13 UTC
There is no gd-external useflag on php anymore.