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

Bug 552404

Summary: =www-servers/lighttpd-1.4.35-r2: wrong use of the := slot operator with php dependency
Product: Gentoo Linux Reporter: Daniel M. Weeks <dan>
Component: Current packagesAssignee: Alex Alexander (RETIRED) <wired>
Status: RESOLVED FIXED    
Severity: normal CC: hwoarang
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel M. Weeks 2015-06-17 19:08:39 UTC
The lighttpd-1.4.35-r2 ebuild unnecessarily uses the := slot operator with the php use flag. However, there is no PHP dependency in the final binary. This causes needless rebuilds when updating and makes lighttpd binary packages depend on a specific PHP slot. (The addition of this operator was done between -r1 and -r2 of the ebuild.)

Reproducible: Always
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2015-06-18 17:01:46 UTC
In the past I had troubles when I updated my php and lighttpd refused to start unless I rebuilt it. I guess I should drop the subslot operator though since it probably causes headaches to other people.
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2015-09-02 17:00:49 UTC
Fixed