Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 333111 - dev-php5/pecl-mcve-5.2.2-r1 src_test() goes interactive
Summary: dev-php5/pecl-mcve-5.2.2-r1 src_test() goes interactive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-17 03:14 UTC by Jeroen Roovers (RETIRED)
Modified: 2010-09-13 13:48 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 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-17 03:14:08 UTC
>>> Test phase [test]: dev-php5/pecl-mcve-5.2.2-r1
make -j4 -j1 test

Build complete.
Don't forget to run 'make test'.

PHP Warning:  PHP Startup: Unable to load dynamic library '/dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so' - /dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so' - /dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so' - /dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so' - /dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/modules/mcve.so: cannot open shared object file: No such file or directory in Unknown on line 0

=====================================================================
PHP         : /usr/lib/php5/bin/php
PHP_SAPI    : cli
PHP_VERSION : 5.2.14-pl0-gentoo
ZEND_VERSION: 2.2.0
PHP_OS      : Linux - Linux elmer 2.6.34-JeR #18 Mon Aug 2 20:13:25 CEST 2010 parisc64
INI actual  : /dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2/tmp-php.ini
More .INIs  :
CWD         : /dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/work/mcve-5.2.2
Extra dirs  :
VALGRIND    : Not used
=====================================================================
TIME START 2010-08-17 03:11:40
=====================================================================
SKIP Check for mcve presence [tests/001.phpt]
=====================================================================
TIME END 2010-08-17 03:11:40

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   56
---------------------------------------------------------------------

Number of tests :    1                 0
Tests skipped   :    1 (100.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    0 (  0.0%) (  0.0%)
---------------------------------------------------------------------
Time taken      :    0 seconds
=====================================================================

We would like to send this report automatically to the
PHP QA team, to give us a better understanding of how
the test cases are doing. If you don't want to send it
immediately, you can choose "s" to save the report to
a file that you can send us later.
Do you want to send this report now? [Yns]: n

>>> Install pecl-mcve-5.2.2-r1 into /dev/shm/portage/dev-php5/pecl-mcve-5.2.2-r1/image/ category dev-php5
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2010-09-13 13:48:43 UTC
The test suite is not run at all, that's a bigger problem.
I've extended php-ext-pecl-r1.eclass to fix this problem.