Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.10.15

Bug #521 incorrect file names for warnings listed during "pear package"
Submitted: 2004-01-05 15:19 UTC
From: smith at backendmedia dot com Assigned: pajoye
Status: Closed Package: PEAR
PHP Version: 4.3.3 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-01-05 15:19 UTC] smith at backendmedia dot com
Description: ------------ PEAR Version: 1.3b5 While running "pear package" I got the following warnings Warning: in tests/templates/results.tpl: function "array_change_key_case" not prefixed with package name "MDB" Warning: in tests/templates/results.tpl: class "metabase_manager_class" not prefixed with package name "MDB" Warning: in tests/templates/results.tpl: function "MetabaseSetupDatabase" not prefixed with package name "MDB" Warning: in tests/templates/results.tpl: function "MetabaseSetupDatabaseObject" not prefixed with package name "MDB" <snip>

Comments

 [2004-01-05 17:36 UTC] cellog
Hi Lukas, is the role="php" for these files? Greg
 [2004-01-05 17:44 UTC] lsmith
for the files that are analyzed the role is "php". for the result.tpl it is not however (there it is "test").
 [2004-01-05 17:47 UTC] cellog
weird. It is being analyzed, though, correct?
 [2004-01-05 18:02 UTC] lsmith
it analyzes the correct files and outputs the correct warnings (btw remember that this is the MDB_1 branch) # pear package Analyzing MDB.php Analyzing MDB/Common.php Analyzing MDB/querysim.php Analyzing MDB/mssql.php Analyzing MDB/ibase.php Analyzing MDB/oci8.php Analyzing MDB/fbsql.php Analyzing MDB/mysql.php Analyzing MDB/pgsql.php Analyzing MDB/Date.php Analyzing MDB/Manager.php Analyzing MDB/Parser.php Analyzing MDB/metabase_wrapper.php Analyzing MDB/peardb_wrapper.php Analyzing MDB/reverse_engineer_xml_schema.php Analyzing MDB/Modules/LOB.php Analyzing MDB/Modules/Manager/Common.php Analyzing MDB/Modules/Manager/mssql.php Analyzing MDB/Modules/Manager/ibase.php Analyzing MDB/Modules/Manager/oci8.php Analyzing MDB/Modules/Manager/fbsql.php Analyzing MDB/Modules/Manager/mysql.php Analyzing MDB/Modules/Manager/pgsql.php Warning: in tests/templates/results.tpl: function "array_change_key_case" not prefixed with package name "MDB" Warning: in tests/templates/results.tpl: class "metabase_manager_class" not prefixed with package name "MDB"
 [2004-01-06 08:02 UTC] pajoye
Hello, Reproduced with a simple test package (3 files). pierre
 [2004-01-26 00:43 UTC] pajoye
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.