Recent update of dev-lang/php-5.3.6 causes multiple problems. Attempting to build results in fails on configure step using pdo, readline and sqlite USE-flags. Removing those flags causes configure to proceed successfully, but a few seconds later the build fails when building the crypt extension (AFAIK it's not related to removing the mentioned USE-flags). Reproducible: Always Tested on AMD64.
Created attachment 269175 [details] emerge --info output
Created attachment 269177 [details] dev-lang/php USE-flags
Created attachment 269179 [details] php pdo USE-flags configure fail log
Created attachment 269181 [details] php readline USE-flags configure fail log
Created attachment 269183 [details] php sqlite USE-flags configure fail log
Created attachment 269185 [details] php build fail log
Additional information: removing the pdo USE-flag causes readline fail, removing that one causes sqlite fail... after removing sqlite USE-flag the build fails when building the crypt extension. The logs also show some strange behavior repeated a few times: x86_64-pc-linux-gnu-gcc: eselect: No such file or directory x86_64-pc-linux-gnu-gcc: to: No such file or directory x86_64-pc-linux-gnu-gcc: set: No such file or directory x86_64-pc-linux-gnu-gcc: postgresql: No such file or directory x86_64-pc-linux-gnu-gcc: version: No such file or directory
*** This bug has been marked as a duplicate of bug 362321 ***