[Bug 420639] Re: php-pear package problems (Karmic)

2009-10-14 Thread Chuck Burgess
The symlink and zlib issues seem to remain in 5.2.10.dfsg.1-2ubuntu5 per
our testing on #pear... new bugs for each are forthcoming...

-- 
php-pear package problems (Karmic)
https://bugs.launchpad.net/bugs/420639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420639] Re: php-pear package problems (Karmic)

2009-10-14 Thread Chuck Burgess
Symlink bug -- #451277

-- 
php-pear package problems (Karmic)
https://bugs.launchpad.net/bugs/420639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 451314] [NEW] PHP 5.2.10 zlib bug remains for 32bit

2009-10-14 Thread Chuck Burgess
Public bug reported:

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)

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
PHP 5.2.10 zlib bug remains for 32bit
https://bugs.launchpad.net/bugs/451314
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420639] Re: php-pear package problems (Karmic)

2009-10-14 Thread Chuck Burgess
zlib bug -- #451314

-- 
php-pear package problems (Karmic)
https://bugs.launchpad.net/bugs/420639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 451314] Re: PHP 5.2.10 zlib bug remains for 32bit

2009-10-14 Thread Chuck Burgess
There was a zlib bug in PHP 5.2.10 that was fixed in 5.2.11, which zul
backported to Ubuntu's 5.2.10 yesterday (php5 5.2.10.dfsg.1-2ubuntu5),
but the PEAR symptom relating to zlib (this bug) seems to remain.

If bug #439407 is correct in that the zlib.so extension file fails to
install alongside PHP, it's possible that could explain this PEAR issue.

-- 
PHP 5.2.10 zlib bug remains for 32bit
https://bugs.launchpad.net/bugs/451314
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 451314] Re: PHP 5.2.10 zlib bug remains for 32bit

2009-10-14 Thread Chuck Burgess
New bug against php5 regarding missing zlib -- bug #451405

-- 
PHP 5.2.10 zlib bug remains for 32bit
https://bugs.launchpad.net/bugs/451314
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 451405] Re: zlib extension missing in php5 karmic

2009-10-14 Thread Chuck Burgess
Another possible symptom of this can be seen on Bug #451314...

-- 
zlib extension missing in php5 karmic 
https://bugs.launchpad.net/bugs/451405
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420639] Re: php-pear package problems (Karmic)

2009-10-13 Thread Chuck Burgess
Given that the bad PEAR phar was packaged with both the 5.2.10 and
5.2.11 releases of PHP, the fix should definitely be creating your
working PEAR installation by using the current working phar file from
[1] rather than from one that was included with those two PHP releases.
Judging from the file list I see for the karmic package [2], I'm not
sure I can guess why you are experiencing wont work build will fail.
Don't you build the karmic package using the files from a successful
PEAR installation?

[1] -- http://pear.php.net/install-pear-nozlib.phar
[2] -- http://packages.ubuntu.com/karmic/all/php-pear/filelist

-- 
php-pear package problems (Karmic)
https://bugs.launchpad.net/bugs/420639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 382599] Re: php5 metapackage pulls apache-common

2009-10-02 Thread Chuck Burgess
*** This bug is a duplicate of bug 420639 ***
https://bugs.launchpad.net/bugs/420639

Uh, how exactly is this a duplicate of #420639, which is about the PEAR
portion of the php5 package?

-- 
php5 metapackage pulls apache-common
https://bugs.launchpad.net/bugs/382599
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 420639] Re: php-pear package problems (Karmic)

2009-09-24 Thread Chuck Burgess
Troubleshooting of the bad phar file issue has been done from the PEAR
side on PEAR bug #16606 [1], in case that info helps with decisions on
how to resolve the php-pear packaging in Karmic.

[1] -- http://pear.php.net/bugs/bug.php?id=16606

-- 
php-pear package problems (Karmic)
https://bugs.launchpad.net/bugs/420639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs