Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362743 - dev-lang/php-5.3.6 multiple build errors
Summary: dev-lang/php-5.3.6 multiple build errors
Status: RESOLVED DUPLICATE of bug 362321
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-09 17:22 UTC by Piotr Mrożek
Modified: 2011-04-09 18:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (emerge-info.log,4.61 KB, text/plain)
2011-04-09 17:22 UTC, Piotr Mrożek
Details
dev-lang/php USE-flags (php-config.log,945 bytes, text/plain)
2011-04-09 17:23 UTC, Piotr Mrożek
Details
php pdo USE-flags configure fail log (php-pdo.log,30.54 KB, text/plain)
2011-04-09 17:25 UTC, Piotr Mrożek
Details
php readline USE-flags configure fail log (php-readline.log,31.79 KB, text/plain)
2011-04-09 17:25 UTC, Piotr Mrożek
Details
php sqlite USE-flags configure fail log (php-sqlite.log,33.03 KB, text/plain)
2011-04-09 17:26 UTC, Piotr Mrożek
Details
php build fail log (php-build-fail.log,82.72 KB, text/plain)
2011-04-09 17:26 UTC, Piotr Mrożek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Mrożek 2011-04-09 17:22:07 UTC
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.
Comment 1 Piotr Mrożek 2011-04-09 17:22:56 UTC
Created attachment 269175 [details]
emerge --info output
Comment 2 Piotr Mrożek 2011-04-09 17:23:54 UTC
Created attachment 269177 [details]
dev-lang/php USE-flags
Comment 3 Piotr Mrożek 2011-04-09 17:25:25 UTC
Created attachment 269179 [details]
php pdo USE-flags configure fail log
Comment 4 Piotr Mrożek 2011-04-09 17:25:55 UTC
Created attachment 269181 [details]
php readline USE-flags configure fail log
Comment 5 Piotr Mrożek 2011-04-09 17:26:16 UTC
Created attachment 269183 [details]
php sqlite USE-flags configure fail log
Comment 6 Piotr Mrożek 2011-04-09 17:26:45 UTC
Created attachment 269185 [details]
php build fail log
Comment 7 Piotr Mrożek 2011-04-09 17:30:56 UTC
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
Comment 8 Ole Markus With (RETIRED) gentoo-dev 2011-04-09 18:25:27 UTC

*** This bug has been marked as a duplicate of bug 362321 ***