Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 330023

Summary: dev-lang/php Failed test running in src_test-v1.eblit
Product: Gentoo Linux Reporter: Vladimir Tsisaruk <tsisaruk.v>
Component: New packagesAssignee: PHP Bugs <php-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: tsisaruk.v
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 312775    
Attachments: Patch for src_test-v1.eblit

Description Vladimir Tsisaruk 2010-07-27 04:34:51 UTC
In compile time for every sapi calling emake clean, and CLI is first sapi in list. So after compile, there are no php cli executable in  ./sapi/cli/ and emake test fails with error:
ERROR: Cannot run tests without CLI sapi.

Patch will fix this trouble
Comment 1 Vladimir Tsisaruk 2010-07-27 04:41:46 UTC
Created attachment 240269 [details, diff]
Patch for src_test-v1.eblit
Comment 2 Matti Bickel (RETIRED) gentoo-dev 2010-08-09 10:48:01 UTC
We're now building each SAPI in it's own dir, which makes selecting the CLI SAPI a bit easier. Fixed in CVS, thanks!