Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 337034 - net-analyzer/base-1.4.1-r1 wrong php[gd] depends
Summary: net-analyzer/base-1.4.1-r1 wrong php[gd] depends
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Matti Bickel (RETIRED)
URL:
Whiteboard:
Keywords:
: 337376 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-09-13 05:16 UTC by John J. Aylward
Modified: 2010-09-21 18:20 UTC (History)
2 users (show)

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


Attachments
patch for 1.4.1-r1 php depends (patch.txt,504 bytes, patch)
2010-09-15 14:13 UTC, John J. Aylward
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John J. Aylward 2010-09-13 05:16:41 UTC
gd? ( dev-lang/php[gd] dev-lang/php[gd-external] )

tries to pull in php with both use flags enabled, but php only lets one be enabled at a time

change depends definition to:
gd? || ( dev-lang/php[gd] dev-lang/php[gd-external] )

Reproducible: Always

Steps to Reproduce:
1. compile base 1.4.1-r1 wid USE="gd"

Actual Results:  
emerge fails to calculate dependencies

Expected Results:  
a valid php compilation of either php[gd] or php[gd-external] should be accepted
Comment 1 John J. Aylward 2010-09-15 14:13:11 UTC
Created attachment 247475 [details, diff]
patch for 1.4.1-r1 php depends

fixes php depends
Comment 2 Matti Bickel (RETIRED) gentoo-dev 2010-09-16 11:17:52 UTC
Sorry for that. I asked to change src_unpack to src_prepare but got no reply. So I finally committed the fix only a second ago. Should be on the mirrors soon.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2010-09-21 18:20:10 UTC
*** Bug 337376 has been marked as a duplicate of this bug. ***