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

Bug 434708

Summary: dev-lang/php-5.4.6-r2 configure: error: DBA: Could not find necessary header file(s)
Product: Gentoo Linux Reporter: crucify <shj>
Component: [OLD] DevelopmentAssignee: PHP Bugs <php-bugs>
Status: RESOLVED NEEDINFO    
Severity: normal CC: gandalf42, richard
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: config.log
build.log

Description crucify 2012-09-11 09:28:58 UTC
Created attachment 323486 [details]
config.log

emerge error
Comment 1 crucify 2012-09-11 09:51:49 UTC
USE flag sharedext deprecated

phpconfutils.eclass

    if use "sharedext" ; then
        shared="=shared"
    else
        shared=""
    fi

to

shared="=shared"
Comment 2 crucify 2012-09-11 09:58:36 UTC
files/eblits/src_configure-v54.eblit

--enable-dba${shared}
to
--enable-dba=shared
Comment 3 Richard Hering 2012-09-17 00:02:34 UTC
Created attachment 324052 [details]
build.log
Comment 4 Adrian Bassett 2012-09-17 14:23:36 UTC
(In reply to comment #3)
> Created attachment 324052 [details]
> build.log

Seeing same with 5.4.7 (~amd64 and ~x86)
Comment 5 Ole Markus With (RETIRED) gentoo-dev 2012-10-11 19:05:33 UTC
Could I have an `emerge --info php'?
Comment 6 Ole Markus With (RETIRED) gentoo-dev 2013-01-06 09:32:06 UTC
Did this fix itself?

Closing due to lack of feedback. Please reopen if this is still an issue.