Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348886 - dev-lang/php-5.3.3-r3 ignore embed use flag
Summary: dev-lang/php-5.3.3-r3 ignore embed use flag
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-16 19:36 UTC by g0th1c
Modified: 2010-12-16 21:09 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 g0th1c 2010-12-16 19:36:32 UTC
dev-lang/php-5.3.3-r3 ignore embed use flag

Reproducible: Always

Steps to Reproduce:
1.USE='embed' emerge dev-lang/php-5.3.3-r3
2.
3.

Actual Results:  
                            *****************

*   Enabling pdo-mysql
 *   Disabling pdo-pgsql
 *   Disabling pdo-sqlite
 *   Disabling pdo-odbc
 *   Enabling readline
 *   Disabling libedit
 *   Disabling mm
 *   Enabling sqlite
 *   Enabling sqlite-utf8
 * econf: updating php-5.3.3/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating php-5.3.3/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating sapis-build/cli/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating sapis-build/cli/config.guess with /usr/share/gnuconfig/config.guess
./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.3 --mandir=/usr/lib64/php5.3/man --infodir=/usr/lib64/php5.3/info --libdir=/usr/lib64/php5.3/lib --with-libdir=lib64 --without-pear --disable-maintainer-zts --enable-bcmath --with-bz2 --enable-calendar --with-curl --without-curlwrappers --without-enchant --enable-exif --enable-ftp --with-gettext --with-gmp --disable-intl --with-kerberos=/usr --enable-mbstring --with-mcrypt --without-mssql --with-onig=/usr --with-openssl --with-openssl-dir=/usr --enable-pcntl --without-pgsql --with-pspell --without-recode --disable-shmop --with-snmp --enable-soap --enable-sockets --without-sqlite3 --without-sybase-ct --disable-sysvmsg --disable-sysvsem --disable-sysvshm --with-tidy --enable-wddx --disable-xmlreader --disable-xmlwriter --without-xmlrpc --with-xsl --enable-zip --with-zlib --disable-debug --enable-dba --without-cdb --with-db4 --disable-flatfile --with-gdbm --disable-inifile --without-qdbm --with-freetype-dir=/usr --with-t1lib=/usr --enable-gd-jis-conv --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr --with-gd --with-imap --with-imap-ssl --without-interbase --without-interbase --with-ldap --without-ldap-sasl --with-mysql=/usr --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-mysqli=/usr/bin/mysql_config --without-oci8 --without-pdo-dblib --with-pdo-mysql=/usr --without-pdo-pgsql --without-pdo-sqlite --without-pdo-odbc --with-readline --without-libedit --without-mm --with-sqlite=/usr --enable-sqlite-utf8 --with-pcre-regex=/usr --with-pcre-dir=/usr --with-config-file-path=/etc/php/cli-php5.3 --with-config-file-scan-dir=/etc/php/cli-php5.3/ext-active --enable-cli --disable-cgi --disable-fpm --disable-embed --without-apxs2
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
Updated main/php_version.h
^C

Exiting on signal 2
                         ***********************
Comment 1 Rafał Mużyło 2010-12-16 21:09:06 UTC
Read the whole line:
--enable-cli --disable-cgi --disable-fpm --disable-embed --without-apxs2
All your selected backends are to be built, cli goes first.