Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 355381

Summary: Ampache 3.5.3-r1 do not merge with php[gd-external]
Product: Gentoo Linux Reporter: Clement Idelon <iclem>
Component: Current packagesAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: RESOLVED OBSOLETE    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.