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

Bug 406123

Summary: dev-lang/php fails. Fault in src_configure-v53.eblit
Product: Gentoo Linux Reporter: Graham E <gentoo>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Graham E 2012-02-28 09:24:32 UTC
There's a fault in the src_configure-v53.eblit file supplied as part of dev-lang/php
There seems to be a set of quotes missing on the end of line 167.


        # Oracle support
        if use oci8-instant-client ; then
            my_conf+="
            $(use_with oci8-instant-client oci8)

which (I believe) whould be

        # Oracle support
        if use oci8-instant-client ; then
            my_conf+="
            $(use_with oci8-instant-client oci8)"

Graham.
Comment 1 Han Boetes 2012-02-28 10:44:58 UTC
I can confirm this problem. Please test stuff before you upload.
Comment 2 Ole Markus With (RETIRED) gentoo-dev 2012-02-28 13:33:38 UTC

*** This bug has been marked as a duplicate of bug 406107 ***