Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
Please stable dev-php5/pecl-pdo-oci-1.0 as we need it for the dev-lang/php stabilization. Best regards, CHTEKK.
Stable on x86.
Doesn't emerge on my ppc. Not all that suprising since I don't have anything oracle installed. Dependency missing? # emerge -pv pecl-pdo-oci These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild N ] dev-php5/pecl-pdo-oci-1.0 (-oci8-instant-client) 0 kB checking Oracle OCI support for PDO... yes, shared checking Oracle Install-Dir... :yes: checking if that is sane... configure: error: You need to tell me where to find your oracle SDK, or set ORACLE_HOME. !!! ERROR: dev-php5/pecl-pdo-oci-1.0 failed. !!! Function php-ext-source-r1_src_compile, Line 44, Exitcode 1 !!! Unable to configure code to compile !!! If you need support, post the topmost build error, NOT this status message.
Not really, this is expected. pecl-pdo-oci, as well as the oci8/oracle USE flags of dev-lang/php, only work either with the Oracle InstantClient (x86 only, and lately also amd64 it seems), or with a full Oracle server installation, that's why it talks about ${ORACLE_HOME}: if you have the Oracle server installed, it's customary to have that variable set and PHP will pull the libs from there when you install, so you basically need someone who has Oracle installed to keyword this, this is a package that depends on something not in Portage, but used by many, especially in conjunction with PHP. Best regards, CHTEKK.
Oracle doesn't seem to be available for ppc. That means we won't be able to stable this. So we're dropping ppc from it and adding oci8 and oci8-direct-client to use.mask in our profiles.
Ok, oci8-instant-client is in the base use.mask and is unmasked on x86 only, could be done on amd64 too as the latest dev-db/oracle-instantclient-basic has keywords for ~amd64 and Oracle Server exists for amd64, I'll leave that up to the arch team. oci8 is masked on every profile, save for x86, amd64 and ia64, I've dropped keywords and am going to mask pecl-pdo-oci and the oci8 USE flag on all other arches where it isn't already, like arm, as arm does not even have Oracle. Best regards, CHTEKK.
amd64 stable, closing since we're the last one