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

Bug #16045 E_Notice: Undefined index: channel in PEAR/DependencyDB.php
Submitted: 2009-03-19 16:00 UTC
From: cweiske Assigned: dufuz
Status: Closed Package: PEAR (version CVS)
PHP Version: 5.2.9 OS:
Roadmaps: 1.8.0RC1    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 47 - 37 = ?

 
 [2009-03-19 16:00 UTC] cweiske (Christian Weiske)
Description: ------------ When upgrading pear, I get: cweiske:~/Dev/cvs/pear/pear-core> pear upgrade -f package2.xml Notice: Undefined index: channel in PEAR/DependencyDB.php on line 231 Notice: Undefined index: channel in /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/DependencyDB.php on line 231 Call Stack: 0,0035 426224 1. {main}() /home/cweiske/Dev/cvs/pear/instpear/share/pear/pearcmd.php:0 0,1987 5504056 2. PEAR_Command_Common->run() /home/cweiske/Dev/cvs/pear/instpear/share/pear/pearcmd.php:308 0,1987 5504056 3. PEAR_Command_Install->doInstall() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Command/Common.php:271 0,2441 9789032 4. PEAR_Downloader->download() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Command/Install.php:662 0,5600 16105768 5. PEAR_Downloader->analyzeDependencies() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Downloader.php:437 0,5884 16793288 6. PEAR_Dependency2->validatePackage() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Downloader.php:542 0,5884 16793288 7. PEAR_DependencyDB->getDependentPackageDependencies() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Dependency2.php:1168 Notice: Undefined index: channel in PEAR/DependencyDB.php on line 231 Notice: Undefined index: channel in /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/DependencyDB.php on line 231 Call Stack: 0,0035 426224 1. {main}() /home/cweiske/Dev/cvs/pear/instpear/share/pear/pearcmd.php:0 0,1987 5504056 2. PEAR_Command_Common->run() /home/cweiske/Dev/cvs/pear/instpear/share/pear/pearcmd.php:308 0,1987 5504056 3. PEAR_Command_Install->doInstall() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Command/Common.php:271 0,2441 9789032 4. PEAR_Downloader->download() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Command/Install.php:662 0,5600 16105768 5. PEAR_Downloader->analyzeDependencies() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Downloader.php:437 0,5884 16793288 6. PEAR_Dependency2->validatePackage() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Downloader.php:542 0,5884 16793288 7. PEAR_DependencyDB->getDependentPackageDependencies() /home/cweiske/Dev/cvs/pear/instpear/share/pear/PEAR/Dependency2.php:1168 upgrade ok: channel://pear.php.net/PEAR-1.8.0alpha1 PEAR: Optional feature webinstaller available (PEAR's web-based installer) PEAR: Optional feature gtkinstaller available (PEAR's PHP-GTK-based installer) PEAR: Optional feature gtk2installer available (PEAR's PHP-GTK2-based installer) PEAR: To install optional features use "pear install pear/PEAR#featurename"

Comments

 [2009-03-21 19:15 UTC] dufuz (Helgi Þormar Þorbjörnsson)
-Status: Open +Status: Closed -Assigned To: +Assigned To: dufuz -Roadmap Versions: +Roadmap Versions: 1.8.0alpha2
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.
 [2009-03-22 00:16 UTC] cweiske (Christian Weiske)
finally! after all those years! great!