Activity log for bug #451314

Date Who What changed Old value New value Message
2009-10-14 14:31:35 Chuck Burgess bug added bug
2009-10-15 18:32:18 Chuck Short php5 (Ubuntu): importance Undecided Medium
2009-10-15 18:32:18 Chuck Short php5 (Ubuntu): status New Confirmed
2009-10-19 20:52:29 izi attachment added strace of pear install Console_CommandLine http://launchpadlibrarian.net/33976167/trace.txt
2009-10-27 02:05:15 Chuck Short php5 (Ubuntu): milestone karmic-updates
2009-10-28 12:50:07 Chuck Short summary PHP 5.2.10 zlib bug remains for 32bit [SRU]PHP 5.2.10 zlib bug remains for 32bit
2009-10-28 12:59:58 Chuck Short attachment added php.patch http://launchpadlibrarian.net/34539131/php.patch
2009-10-28 13:01:26 Chuck Short summary [SRU]PHP 5.2.10 zlib bug remains for 32bit [SRU] PHP 5.2.10 zlib bug remains for 32bit
2009-10-28 13:06:58 Chuck Short attachment added php.patch http://launchpadlibrarian.net/34539331/php.patch
2009-10-28 13:44:05 Chuck Short nominated for series Ubuntu Karmic
2009-10-28 13:44:05 Chuck Short bug task added php5 (Ubuntu Karmic)
2009-10-28 16:46:34 Chuck Short bug task added ubuntu-release-notes
2009-10-28 16:51:51 Chuck Short ubuntu-release-notes: assignee Chuck Short (zulcss)
2009-10-28 16:51:58 Chuck Short php5 (Ubuntu Karmic): assignee Chuck Short (zulcss)
2009-10-28 18:04:39 Mathias Gug description Binary package hint: php5 The zlib bug in PHP 5.2.10 that was fixed in 5.2.11 was patched into php5 5.2.10.dfsg.1-2ubuntu5, but the bug's effect is still visible when using PEAR: (*** attempt to install a PEAR package via the "pear" command, with default behavior of "download TGZ file" ***) $ sudo pear -vvv install Console_CommandLine Notice: file_exists(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1517 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Downloading "http://pear.php.net/get/Console_CommandLine-1.1.0.tgz" downloading Console_CommandLine-1.1.0.tgz ... Starting to download Console_CommandLine-1.1.0.tgz (37,554 bytes) ..........done: 37,554 bytes Warning: unlink(/tmp/glibctestLHQgkX): No such file or directory in System.php on line 206 (*** installation dies silently after the TGZ is downloaded ***) (*** try it via the -Z option, which tells PEAR to download TAR instead of TGZ ***) $ sudo pear -vvv install -Z Console_CommandLine Notice: file_exists(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1517 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Downloading "http://pear.php.net/get/Console_CommandLine-1.1.0.tar" downloading Console_CommandLine-1.1.0.tar ... Starting to download Console_CommandLine-1.1.0.tar (Unknown size) ............................................................done: 290,304 bytes adding to transaction: mkdir /usr/share/php/Console/CommandLine + create dir /usr/share/php/Console/CommandLine + mkdir /usr/share/php/Console/CommandLine doing 1 substitution(s) for /usr/share/php/Console/CommandLine/Action.php md5sum ok: /usr/share/php/Console/CommandLine/Action.php ... (*** many more lines of per-file output ***) ... + mv /usr/share/php/Console/.tmpCommandLine.php /usr/share/php/Console/CommandLine.php successfully committed 263 file operations install ok: channel://pear.php.net/Console_CommandLine-1.1.0 Warning: unlink(/tmp/glibctestLehyvK): No such file or directory in System.php on line 206 (*** note the "install ok" ***) This bug has *not* been seen via the #pear testers using amd64 systems... it has only been seen on i686 systems. This point was true also with the previous -ubuntu4 package. *** Also note that the -Z workaround will *not* work successfully while the symlink bug (#451277) exists, as the symlink bug alone is enough to cause a PEAR package installation to fail. Bug Report Characteristics: 1) $ uname -a Linux izi-desktop 2.6.31-13-generic #45-Ubuntu SMP Tue Oct 13 02:08:03 UTC 2009 i686 GNU/Linux 2) $ apt-cache policy php-pear php-pear: Installé : 5.2.10.dfsg.1-2ubuntu5 Candidat : 5.2.10.dfsg.1-2ubuntu5 Table de version : *** 5.2.10.dfsg.1-2ubuntu5 0 500 http://archive.ubuntu.com karmic/main Packages 100 /var/lib/dpkg/status 3) "sudo pear install {packagename}" should succeed with "install ok", without needing to add the "-Z" arg 4) The install command silently dies after the TGZ file is downloaded ("..........done: 37,554 bytes") Binary package hint: php5 The zlib bug in PHP 5.2.10 that was fixed in 5.2.11 was patched into php5 5.2.10.dfsg.1-2ubuntu5, but the bug's effect is still visible when using PEAR: (*** attempt to install a PEAR package via the "pear" command, with default behavior of "download TGZ file" ***) $ sudo pear -vvv install Console_CommandLine Notice: file_exists(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1517 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Downloading "http://pear.php.net/get/Console_CommandLine-1.1.0.tgz" downloading Console_CommandLine-1.1.0.tgz ... Starting to download Console_CommandLine-1.1.0.tgz (37,554 bytes) ..........done: 37,554 bytes Warning: unlink(/tmp/glibctestLHQgkX): No such file or directory in System.php on line 206 (*** installation dies silently after the TGZ is downloaded ***) (*** try it via the -Z option, which tells PEAR to download TAR instead of TGZ ***) $ sudo pear -vvv install -Z Console_CommandLine Notice: file_exists(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1517 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Notice: is_file(): Unable to find the wrapper "channel" - did you forget to enable it when you configured PHP? in PEAR/Downloader/Package.php on line 1527 Downloading "http://pear.php.net/get/Console_CommandLine-1.1.0.tar" downloading Console_CommandLine-1.1.0.tar ... Starting to download Console_CommandLine-1.1.0.tar (Unknown size) ............................................................done: 290,304 bytes adding to transaction: mkdir /usr/share/php/Console/CommandLine + create dir /usr/share/php/Console/CommandLine + mkdir /usr/share/php/Console/CommandLine doing 1 substitution(s) for /usr/share/php/Console/CommandLine/Action.php md5sum ok: /usr/share/php/Console/CommandLine/Action.php ... (*** many more lines of per-file output ***) ... + mv /usr/share/php/Console/.tmpCommandLine.php /usr/share/php/Console/CommandLine.php successfully committed 263 file operations install ok: channel://pear.php.net/Console_CommandLine-1.1.0 Warning: unlink(/tmp/glibctestLehyvK): No such file or directory in System.php on line 206 (*** note the "install ok" ***) This bug has *not* been seen via the #pear testers using amd64 systems... it has only been seen on i686 systems. This point was true also with the previous -ubuntu4 package. *** Also note that the -Z workaround will *not* work successfully while the symlink bug (#451277) exists, as the symlink bug alone is enough to cause a PEAR package installation to fail. Bug Report Characteristics: 1) $ uname -a Linux izi-desktop 2.6.31-13-generic #45-Ubuntu SMP Tue Oct 13 02:08:03 UTC 2009 i686 GNU/Linux 2) $ apt-cache policy php-pear php-pear: Installé : 5.2.10.dfsg.1-2ubuntu5 Candidat : 5.2.10.dfsg.1-2ubuntu5 Table de version : *** 5.2.10.dfsg.1-2ubuntu5 0 500 http://archive.ubuntu.com karmic/main Packages 100 /var/lib/dpkg/status 3) "sudo pear install {packagename}" should succeed with "install ok", without needing to add the "-Z" arg 4) The install command silently dies after the TGZ file is downloaded ("..........done: 37,554 bytes") ================= Karmic release notes: Installing PEAR modules on i386 fails When installing pear modules on an i386 system the installation will silently fail. The work around is to use the -Z option to install a pear module: sudo pear install -Z <pear module> A fix for this issue is expected to be provided in a post-release update immediately after the Ubuntu 9.10 release. =================
2009-10-28 18:06:10 Mathias Gug ubuntu-release-notes: status New Fix Committed
2009-10-28 19:13:23 Martin Pitt php5 (Ubuntu Karmic): status Confirmed Fix Committed
2009-10-28 23:38:05 Steve Langasek ubuntu-release-notes: status Fix Committed Incomplete
2009-10-29 18:43:26 Martin Pitt php5 (Ubuntu): milestone karmic-updates
2009-10-29 18:55:29 Martin Pitt tags verification-needed
2009-11-02 10:06:10 Martin Pitt tags verification-needed verification-done
2009-11-03 18:41:23 Launchpad Janitor branch linked lp:ubuntu/karmic-proposed/php5
2009-11-03 23:28:05 Launchpad Janitor php5 (Ubuntu Karmic): status Fix Committed Fix Released
2009-11-03 23:28:44 Martin Pitt php5 (Ubuntu): status Fix Committed Fix Released
2009-11-03 23:29:29 Martin Pitt php5 (Ubuntu Karmic): status Fix Released Fix Committed
2009-11-05 06:17:38 Steve Langasek ubuntu-release-notes: status Incomplete Won't Fix
2009-11-05 06:18:58 Launchpad Janitor php5 (Ubuntu Karmic): status Fix Committed Fix Released
2014-05-11 06:03:29 x33a bug added subscriber x33a
2014-05-12 04:55:10 Patrick Renaud removed subscriber Patrick Renaud
2014-10-03 11:55:17 Riccardo Pedrielli bug added subscriber Riccardo Pedrielli
2014-11-14 06:27:42 Gabor Halaszvari bug added subscriber Gabor Halaszvari