Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 360449 - dev-lang/php - Enable --with-pdo-pgsql when USE=pgsql
Summary: dev-lang/php - Enable --with-pdo-pgsql when USE=pgsql
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-25 17:33 UTC by BRULE Herman
Modified: 2011-06-17 09:29 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 BRULE Herman 2011-03-25 17:33:37 UTC
Hello, all in is the title, actual config flag:
--without-pdo-pgsql
Desired flags where both postgresql and pdo is enabled:
--with-pdo-pgsql
Thanks.

Reproducible: Always
Comment 1 SpanKY gentoo-dev 2011-03-27 14:03:47 UTC
please provide as many details as possible when filing bugs.

what *package* are you referring to ?
Comment 2 BRULE Herman 2011-03-27 14:31:09 UTC
php
Comment 3 Ole Markus With (RETIRED) gentoo-dev 2011-04-19 17:52:01 UTC
This seems a bit odd. I will look into it and make sure it works on the next bump.
Comment 4 Ole Markus With (RETIRED) gentoo-dev 2011-06-17 08:50:32 UTC
I cannot reproduce this. Also, as your report is filled with errors, I am assuming that the error is on your side.

The PHP extension is called pgsql, but the USE flag enabling it is called postgres. 

USE="-* pdo postgres cli" gives me the following configure:
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr/lib64/php5.5 --mandir=/usr/lib64/php5.5/man --infodir=/usr/lib64/php5.5/info --libdir=/usr/lib64/php5.5/lib --with-libdir=lib64 --without-pear --disable-maintainer-zts --disable-bcmath --without-bz2 --disable-calendar --disable-ctype --without-curl --without-curlwrappers --disable-dom --without-enchant --disable-exif --disable-fileinfo --disable-filter --disable-ftp --without-gettext --without-gmp --disable-hash --without-mhash --without-iconv --disable-intl --disable-ipv6 --disable-json --without-kerberos --disable-libxml --disable-mbstring --without-mcrypt --without-mssql --without-onig --without-openssl --without-openssl-dir --disable-pcntl --disable-phar --with-pgsql --disable-posix --without-pspell --without-recode --disable-simplexml --disable-shmop --without-snmp --disable-soap --disable-sockets --without-sqlite3 --without-sybase-ct --disable-sysvmsg --disable-sysvsem --disable-sysvshm --without-tidy --disable-tokenizer --disable-wddx --disable-xml --disable-xmlreader --disable-xmlwriter --without-xmlrpc --without-xsl --disable-zip --without-zlib --disable-debug --without-cdb --without-db4 --disable-flatfile --without-gdbm --disable-inifile --without-qdbm --without-freetype-dir --without-t1lib --disable-gd-jis-conv --without-jpeg-dir --without-png-dir --without-xpm-dir --without-gd --without-mysqli --without-oci8 --without-pdo-dblib --without-pdo-mysql --with-pdo-pgsql --without-pdo-sqlite --without-pdo-odbc --without-readline --without-libedit --disable-session --with-pcre-regex=/usr --with-pcre-dir=/usr --with-config-file-path=/etc/php/cli-php5.5 --with-config-file-scan-dir=/etc/php/cli-php5.5/ext-active --disable-embed --enable-cli --disable-cgi --disable-fpm --without-apxs2
Comment 5 BRULE Herman 2011-06-17 09:29:11 UTC
Then, I presume it's local bug or fixed into the upstream