GNU bug report logs - #29006
gunzip does not works with an uppercase suffix

Previous Next

Package: gzip;

Reported by: meo <at> xenialab.it

Date: Thu, 26 Oct 2017 06:32:01 UTC

Severity: normal

Done: Jim Meyering <jim <at> meyering.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29006 in the body.
You can then email your comments to 29006 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gzip <at> gnu.org:
bug#29006; Package gzip. (Thu, 26 Oct 2017 06:32:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to meo <at> xenialab.it:
New bug report received and forwarded. Copy sent to bug-gzip <at> gnu.org. (Thu, 26 Oct 2017 06:32:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "meo (XeniaLab)" <meo <at> xenialab.it>
To: bug-gzip <at> gnu.org
Subject: gunzip does not works with an uppercase suffix
Date: Thu, 26 Oct 2017 08:21:32 +0200
Hi,

its seems that gunzip does not works with uppercase suffixes...

Sample:
gzip pippo.txt
mv pippo.txt.gz pippo.txt.gz_Tape
gunzip -S gz_Tape pippo.txt.gz_Tape
*gunzip: pippo.txt.gz_Tape: unknown suffix -- ignored*

mv pippo.txt.gz_Tape pippo.txt.gz_tape
gunzip -S gz_Tape pippo.txt.gz_tape
* Works as expected *

I'm working with gzip-1.3.5-13.0.1.el5 but the error is the same on Solaris
and is not present on Mac OSX.

Is it a kwown problem? Will it be fixed?

ciao
meo&mauro





Information forwarded to bug-gzip <at> gnu.org:
bug#29006; Package gzip. (Sun, 29 Oct 2017 13:53:02 GMT) Full text and rfc822 format available.

Message #8 received at 29006 <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: meo <at> xenialab.it
Cc: 29006 <at> debbugs.gnu.org
Subject: Re: bug#29006: gunzip does not works with an uppercase suffix
Date: Sun, 29 Oct 2017 06:51:48 -0700
On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) <meo <at> xenialab.it> wrote:
> its seems that gunzip does not works with uppercase suffixes...

Thank you for the report. That is a bug, indeed. Here is a small reproducer:

  $ :|gzip > kT && gzip -d -S T kT
  gzip: kT: unknown suffix -- ignored

I have a fix and will post it shortly.




Information forwarded to bug-gzip <at> gnu.org:
bug#29006; Package gzip. (Sun, 29 Oct 2017 14:07:01 GMT) Full text and rfc822 format available.

Message #11 received at 29006 <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: meo <at> xenialab.it
Cc: 29006 <at> debbugs.gnu.org
Subject: Re: bug#29006: gunzip does not works with an uppercase suffix
Date: Sun, 29 Oct 2017 07:06:19 -0700
[Message part 1 (text/plain, inline)]
On Sun, Oct 29, 2017 at 6:51 AM, Jim Meyering <jim <at> meyering.net> wrote:
> On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) <meo <at> xenialab.it> wrote:
>> its seems that gunzip does not works with uppercase suffixes...
>
> Thank you for the report. That is a bug, indeed. Here is a small reproducer:
>
>   $ :|gzip > kT && gzip -d -S T kT
>   gzip: kT: unknown suffix -- ignored
>
> I have a fix and will post it shortly.

Thanks again. Here's the patch.
I've attributed your email address in the commit log.
If you'd prefer I use a name, tell me what to use soon.
Once I push, that log message cannot be modified.
[upper-suffix.diff (text/plain, attachment)]

Reply sent to Jim Meyering <jim <at> meyering.net>:
You have taken responsibility. (Sun, 29 Oct 2017 17:10:02 GMT) Full text and rfc822 format available.

Notification sent to meo <at> xenialab.it:
bug acknowledged by developer. (Sun, 29 Oct 2017 17:10:02 GMT) Full text and rfc822 format available.

Message #16 received at 29006-done <at> debbugs.gnu.org (full text, mbox):

From: Jim Meyering <jim <at> meyering.net>
To: Meo Bogliolo <bartolomeo.bogliolo <at> xenialab.it>
Cc: 29006-done <at> debbugs.gnu.org
Subject: Re: bug#29006: gunzip does not works with an uppercase suffix
Date: Sun, 29 Oct 2017 10:09:15 -0700
On Sun, Oct 29, 2017 at 7:09 AM, Meo Bogliolo
<bartolomeo.bogliolo <at> xenialab.it> wrote:
> On 29/10/2017 15:06 , Jim Meyering wrote:
>>
>> On Sun, Oct 29, 2017 at 6:51 AM, Jim Meyering <jim <at> meyering.net> wrote:
>>>
>>> On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) <meo <at> xenialab.it> wrote:
>>>>
>>>> its seems that gunzip does not works with uppercase suffixes...
>>>
>>> Thank you for the report. That is a bug, indeed. Here is a small
>>> reproducer:
>>>
>>>    $ :|gzip > kT && gzip -d -S T kT
>>>    gzip: kT: unknown suffix -- ignored
>>>
>>> I have a fix and will post it shortly.
>>
>> Thanks again. Here's the patch.
>> I've attributed your email address in the commit log.
>> If you'd prefer I use a name, tell me what to use soon.
>> Once I push, that log message cannot be modified.
>
> The email is fine thanks You!

Thanks. Pushed.




Information forwarded to bug-gzip <at> gnu.org:
bug#29006; Package gzip. (Sun, 29 Oct 2017 17:34:01 GMT) Full text and rfc822 format available.

Message #19 received at 29006 <at> debbugs.gnu.org (full text, mbox):

From: Meo Bogliolo <bartolomeo.bogliolo <at> xenialab.it>
To: Jim Meyering <jim <at> meyering.net>
Cc: 29006 <at> debbugs.gnu.org
Subject: Re: bug#29006: gunzip does not works with an uppercase suffix
Date: Sun, 29 Oct 2017 15:09:58 +0100
On 29/10/2017 15:06 , Jim Meyering wrote:
> On Sun, Oct 29, 2017 at 6:51 AM, Jim Meyering <jim <at> meyering.net> wrote:
>> On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) <meo <at> xenialab.it> wrote:
>>> its seems that gunzip does not works with uppercase suffixes...
>> Thank you for the report. That is a bug, indeed. Here is a small reproducer:
>>
>>    $ :|gzip > kT && gzip -d -S T kT
>>    gzip: kT: unknown suffix -- ignored
>>
>> I have a fix and will post it shortly.
> Thanks again. Here's the patch.
> I've attributed your email address in the commit log.
> If you'd prefer I use a name, tell me what to use soon.
> Once I push, that log message cannot be modified.
The email is fine thanks You!

meo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Nov 2017 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 158 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.