Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 335131 - dev-php5/pecl-geoip-1.0.7 - src_test() goes interactive
Summary: dev-php5/pecl-geoip-1.0.7 - src_test() goes interactive
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-29 15:22 UTC by Nikoli
Modified: 2010-09-13 13:49 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 Nikoli 2010-08-29 15:22:55 UTC
same as in bug #333123

make -j3 -j1 test 

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

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

Warning: PHP Startup: Unable to load dynamic library '/var/tmp/portage/portage/dev-php5/pecl-geoip-1.0.7/work/geoip-1.0.7/modules/geoip.so' - /var/tmp/portage/portage/dev-php5/pecl-geoip-1.0.7/work/geoip-1.0.7/modules/geoip.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 '/var/tmp/portage/portage/dev-php5/pecl-geoip-1.0.7/work/geoip-1.0.7/modules/geoip.so' - /var/tmp/portage/portage/dev-php5/pecl-geoip-1.0.7/work/geoip-1.0.7/modules/geoip.so: cannot open shared object file: No such file or directory in Unknown on line 0

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

=====================================================================
PHP         : /usr/lib64/php5/bin/php 
PHP_SAPI    : cli
PHP_VERSION : 5.2.14-pl0-gentoo
ZEND_VERSION: 2.2.0
PHP_OS      : Linux - Linux kuhnja 2.6.34-gentoo-r1 #1 SMP Tue Jul 13 04:45:52 MSD 2010 x86_64
INI actual  : /var/tmp/portage/portage/dev-php5/pecl-geoip-1.0.7/work/geoip-1.0.7/tmp-php.ini
More .INIs  :  
CWD         : /var/tmp/portage/portage/dev-php5/pecl-geoip-1.0.7/work/geoip-1.0.7
Extra dirs  : 
VALGRIND    : Not used
=====================================================================
TIME START 2010-08-29 15:18:58
=====================================================================
SKIP Checking Country (Free) DB availability [tests/001.phpt] 
SKIP Checking if all db info and name match [tests/002.phpt] 
SKIP Checking for database filename [tests/003.phpt] 
SKIP Checking for out of bound type with geoip_db_filename() [tests/004.phpt] 
SKIP Checking for out of bound type with geoip_db_avail() [tests/005.phpt] 
SKIP Checking for custom directory INI entry [tests/006.phpt] 
SKIP Checking for custom directory INI entry (with trailing slash) [tests/007.phpt] 
SKIP Calling geoip_db_filename() with a non-existant database type within bound. [tests/008.phpt] 
SKIP Calling geoip_db_avail() with a non-existant database type within bound. [tests/009.phpt] 
SKIP Checking for out of bound type with geoip_database_info() [tests/010.phpt] 
SKIP Calling geoip_database_info() with a non-existant database type within bound. [tests/011.phpt] 
SKIP Checking timezone info [tests/013.phpt] 
SKIP Checking timezone info with (some) empty fields [tests/014.phpt] 
SKIP Checking geoip_region_name_by_code for Canada/Quebec [tests/015.phpt] 
SKIP Checking geoip_region_name_by_code with (some) empty fields [tests/016.phpt] 
=====================================================================
TIME END 2010-08-29 15:18:59

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

Number of tests :   15                 0
Tests skipped   :   15 (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      :    1 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
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2010-09-13 13:49:14 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.