Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 406123 - dev-lang/php fails. Fault in src_configure-v53.eblit
Summary: dev-lang/php fails. Fault in src_configure-v53.eblit
Status: RESOLVED DUPLICATE of bug 406107
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 09:24 UTC by Graham E
Modified: 2012-02-28 13:33 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 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 ***