Summary | Horde_Imap_Client 1.4.3 tarball almost empty |
Queue | Horde.org Servers |
Queue Version | PEAR server |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | math.parent (at) gmail (dot) com |
Created | 02/11/2012 (4896 days ago) |
Due | |
Updated | 12/08/2012 (4595 days ago) |
Assigned | |
Resolved | 02/13/2012 (4894 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
- ansel 2.0.2
- sesha 1.0.0~rc1
Can you repack?
Assigned to Michael Slusarz
State ⇒ Resolved
continued to be broken. For now I manually unpacked/repacked with CLI
tar (using the -i option) so 1.4.4 should be correct on the PEAR server.
I'm guessing this has something to do with the size of the file.
package.xml, the first file in the archive, is currently at 32742
bytes, which is suspiciously close to 2^15 = 32768. Not sure if I
will find the time to find a reproducible test case so this can be
fixed at pear.php.net though.
http://pear.horde.org/get/Horde_Imap_Client-1.4.3.tgz, I get an
archive containing only package.xml.
time I built this package. Not a good idea.
However, due to some server issues this week, I don't currently have
access to the pear server so I can not upload a new release (we will
release 1.4.4, which is nothing more than a repackage of 1.4.3).
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Horde_Imap_Client 1.4.3 tarball almost empty
Queue ⇒ Horde.org Servers
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
http://pear.horde.org/get/Horde_Imap_Client-1.4.3.tgz, I get an
archive containing only package.xml.
As the size is 135,1ko, it seems that there is a compatibility problem
with gunzip or tar. Version 1.4.2 is ok.
This may be http://pear.php.net/bugs/bug.php?id=5452 which is quite old.
$ LANG=C
$ tar -tvf Horde_Imap_Client-1.4.3.tgz
-rw-r--r-- slusarz/slusarz 32448 2012-02-06 08:41 package.xml
tar: A lone zero block at 66
$ tar --version
tar (GNU tar) 1.26
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by John Gilmore and Jay Fenlason.