Bug#469359: file-roller fails to add .jar to tar archive
Ben Finney
ben+debian at benfinney.id.au
Sun Feb 28 06:00:21 UTC 2010
package file-roller
tags 469359 + unreproducible
fixed 469359 2.28.2-1
thanks
On 04-Mar-2008, tim richardson wrote:
> When adding a jar file to a tar archive, file-roller stops adding files
> with the error message
>
> tar: This does not look like a tar archive
> tar: Error exit delayed from previous errors
I am not able to reproduce this with version 2.28.2-1 of the
‘file-roller’ package.
On 05-Mar-2008, Tim Richardson wrote:
> Please see the upstream bug report for the attachment (a file which I
> can't add to a tar archive via file roller)
I retrieved that file for testing:
=====
$ wget -O gnome-bug-520146.jar https://bugzilla.gnome.org/attachment.cgi?id=106573
--2010-02-28 16:52:39-- https://bugzilla.gnome.org/attachment.cgi?id=106573
Resolving bugzilla.gnome.org... 209.132.180.171
Connecting to bugzilla.gnome.org|209.132.180.171|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://bugzilla-attachments.gnome.org/attachment.cgi?id=106573 [following]
--2010-02-28 16:52:40-- http://bugzilla-attachments.gnome.org/attachment.cgi?id=106573
Resolving proxy... 192.168.5.7
Connecting to proxy|192.168.5.7|:8118... connected.
Proxy request sent, awaiting response... 200 OK
Length: 98291 (96K) [application/octet-stream]
Saving to: `gnome-bug-520146.jar'
100%[===================================================================================================================>] 98,291 24.0K/s in 4.0s
2010-02-28 16:52:44 (24.0 KB/s) - `gnome-bug-520146.jar' saved [98291/98291]
$ ls -l gnome-bug-520146.jar
-rw-r--r-- 1 bignose bignose 98291 2010-02-28 16:52 gnome-bug-520146.jar
$ file gnome-bug-520146.jar
gnome-bug-520146.jar: Zip archive data, at least v1.0 to extract
=====
> To reproduce:
>
> 1. Open file-roller
> 2. Make a new tar archive
> 3. Add to the archive a .jar file
Performing the above steps with the latest version, using the example
file retrieved as above, I get no error and the resulting archive
contains the file:
=====
$ file-roller
[… perform steps described above …]
$ tar -tf test.tar
gnome-bug-520146.jar
$ workdir=$(mktemp -t -d)
$ tar -xf test.tar -C ${workdir}
$ cmp ${workdir}/gnome-bug-520146.jar gnome-bug-520146.jar
$ rm -r ${workdir}
=====
I am closing this report as fixed in the current version. If you find
the same behaviour, please submit repeatable steps to reproduce either
by re-opening this report or filing a new one.
--
\ “As I bit into the nectarine, it had a crisp juiciness about it |
`\ that was very pleasurable — until I realized it wasn't a |
_o__) nectarine at all, but A HUMAN HEAD!!” —Jack Handey |
Ben Finney <ben at benfinney.id.au>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20100228/eab7ec71/attachment.pgp>
More information about the pkg-gnome-maintainers
mailing list