emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29006: closed (gunzip does not works with an upper


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29006: closed (gunzip does not works with an uppercase suffix)
Date: Sun, 29 Oct 2017 17:10:02 +0000

Your message dated Sun, 29 Oct 2017 10:09:15 -0700
with message-id <address@hidden>
and subject line Re: bug#29006: gunzip does not works with an uppercase suffix
has caused the debbugs.gnu.org bug report #29006,
regarding gunzip does not works with an uppercase suffix
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29006: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29006
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: gunzip does not works with an uppercase suffix Date: Thu, 26 Oct 2017 08:21:32 +0200 User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:52.0) Gecko/20100101 Thunderbird/52.4.0
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




--- End Message ---
--- Begin Message --- 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
<address@hidden> wrote:
> On 29/10/2017 15:06 , Jim Meyering wrote:
>>
>> On Sun, Oct 29, 2017 at 6:51 AM, Jim Meyering <address@hidden> wrote:
>>>
>>> On Wed, Oct 25, 2017 at 11:21 PM, meo (XeniaLab) <address@hidden> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]